Add ersatz _Static_assert on older C hosts
[glibc.git] / ChangeLog
blob4584975f3e52b63e3812cde1a2e1fb5cac53d2dc
1 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
3         Add ersatz _Static_assert on older C hosts
4         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
5         pre-C11 C platform that is not known to support _Static_assert.
7 2015-02-07  Richard Braun  <rbraun@sceen.net>
9         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
10         sigstate.
11         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
13 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
16         priority against unexistent AIO_PRIO_DELTA_MAX.
17         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
18         instead of int.
19         * misc/fchflags.c (fchflags): Likewise.
20         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
21         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
22         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
23         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
24         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
25         Declare macros.
26         [__USE_MISC] (chflags, fchflags): Declare functions.
27         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
28         EINVAL when nfds is greater than FD_SETSIZE.
29         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
30         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
31         45.
32         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
33         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
34         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
35         MACH_RCV_TIMED_OUT.
36         * hurd/hurd/signal.h (_hurd_self_sigstate,
37         _hurd_critical_section_lock, _hurd_critical_section_unlock):
38         Explicit casts from void *.
40         [BZ #4719]
41         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
42         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
43         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
44         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
45         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
46         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
48 2015-02-06  Roland McGrath  <roland@hack.frob.com>
50         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
51         Use sfi_breg on ldr.
52         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
53         Likewise.
55         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
56         it's defined.
57         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
58         Test SIGSETXID only if it's defined.
60         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
62         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
63         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
65         * nptl/tst-align2.c: Moved ...
66         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
67         * nptl/Makefile (tests): Remove tst-align2.
68         * sysdeps/unix/sysv/linux/Makefile
69         [$(subdir) = nptl] (tests): Add tst-align-clone.
70         * nptl/tst-getpid1.c: Moved ...
71         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
72         * nptl/tst-getpid2.c: Moved ...
73         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
74         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
75         * sysdeps/unix/sysv/linux/Makefile
76         [$(subdir) = nptl] (tests): ... here.
77         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
78         * sysdeps/unix/sysv/linux/Makefile
79         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
81         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
82         Drop trailing \n from perror argument.  Use return rather than exit.
84         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
85         on [SA_SIGINFO].
86         * nptl/tst-cancel21.c (do_test): Likewise.
87         * debug/tst-backtrace6.c: Include <signal.h> first thing.
88         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
89         [!SA_SIGINFO]: Make it a stub test.
91         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
92         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
94         * posix/tst-getlogin.c: Move to ...
95         * login/tst-getlogin.c: ... here.
96         * posix/Makefile (tests): Move tst-getlogin to ...
97         * login/Makefile (tests): ... here.
99         * libio/tst-atime.c (do_test): Move local variables SV and E
100         inside [ST_NOATIME] conditional.
102         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
104         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
106         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
107         (wait_code): New function replaces macro.
108         Call nanosleep rather than syscall.
110         * nptl/pt-system.c: Rewritten.  Put everything under
111         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
112         Use IFUNC to redirect when possible.
114         * nptl/pt-longjmp.c: Rewritten.  Put everything under
115         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
116         Use IFUNC to redirect when possible.
118         * nptl/pt-fork.c: Rewritten.  Put everything under
119         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
120         Use IFUNC to redirect when possible.
121         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
123         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
124         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
125         unconditionally nowadays.  This included the only reference to
126         __vdso_clock_gettime that appears outside libc proper.
127         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
128         Remove version set (containing only __vdso_clock_gettime).
129         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
130         Add attribute_hidden.
131         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
132         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
133         libc_hidden_data_def.
134         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
135         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
137         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
138         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
139         setrpcent, and getrpcport to ...
140         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
141         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
142         getrpcbynumber_r, and getrpcent_r to ...
143         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
144         * inet/getrpcbyname.c: Moved ...
145         * sunrpc/getrpcbyname.c: ... here.
146         * inet/getrpcbyname_r.c: Moved ...
147         * sunrpc/getrpcbyname_r.c: ... here.
148         * inet/getrpcbynumber.c: Moved ...
149         * sunrpc/getrpcbynumber.c: ... here.
150         * inet/getrpcbynumber_r.c: Moved ...
151         * sunrpc/getrpcbynumber_r.c: ... here.
152         * inet/getrpcent.c: Moved ...
153         * sunrpc/getrpcent.c: ... here.
154         * inet/getrpcent_r.c: Moved ...
155         * sunrpc/getrpcent_r.c: ... here.
156         * inet/Makefile (routines): Move those to ...
157         * sunrpc/Makefile (routines): ... here.
158         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
159         the $(subdirs) list.
160         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
161         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
162         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
163         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
165         * elf/Makefile (routines): Include $(all-dl-routines), not just
166         $(dl-routines).
167         (rtld-routines): Likewise.  Use = rather than :=.
168         * sysdeps/aarch64/Makefile [$(subdir) = elf]
169         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
170         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
171         * sysdeps/arm/Makefile: Likewise.
172         * sysdeps/i386/Makefile: Likewise.
173         * sysdeps/x86_64/Makefile: Likewise.
174         * sysdeps/hppa/Makefile [$(subdir) = elf]
175         (sysdep_routines, sysdep-rtld-routines): Don't add
176         $(sysdep-dl-routines) to these.
177         * sysdeps/ia64/Makefile: Likewise.
178         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
179         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
180         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
181         Don't add dl-static to these; sysdep-dl-routines alone is enough.
182         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
183         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
184         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
185         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
186         * sysdeps/powerpc/Makefile [$(subdir) = elf]
187         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
188         these; sysdep-dl-routines alone is enough.
190 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
192         [BZ #17932]
193         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
194         where multiplication results in zero and third argument is finite
195         and nonzero.
196         * math/auto-libm-test-in: Add more tests of fma.
197         * math/auto-libm-test-out: Regenerated.
199         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
200         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
201         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
202         (_FP_CMP_EQ): Likewise.
203         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
205         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
206         extra argument CHECK_NAN.  Redefine as wrapper around
207         _FP_EXTEND_CNAN.
209 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
211         * version.h (RELEASE): Set to "stable".
212         (VERSION): Set to "2.21"
213         * include/features.h (__GLIBC_MINOR__): Set to 21.
215         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
217 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
218             Paul Eggert  <eggert@cs.ucla.edu>
220         [BZ #16618]
221         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
222         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
223         size in bytes. Store needed elements in wpmax. Use needed size
224         in bytes for extend_alloca.
226 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
228         * manual/install.texi: Latest tested versions are GCC 4.9.2,
229         binutls 2.25, and texinfo 5.2.
230         * INSTALL: Regenerate.
231         * sysdeps/nios2/configure: Regenerate.
232         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
233         * manual/contrib.texi: Update.
234         * po/be.po: Update.
235         * po/bg.po: Update.
236         * po/ca.po: Update.
237         * po/cs.po: Update.
238         * po/da.po: Update.
239         * po/de.po: Update.
240         * po/el.po: Update.
241         * po/eo.po: Update.
242         * po/es.po: Update.
243         * po/fi.po: Update.
244         * po/fr.po: Update.
245         * po/gl.po: Update.
246         * po/hr.po: Update.
247         * po/hu.po: Update.
248         * po/ia.po: Update.
249         * po/id.po: Update.
250         * po/it.po: Update.
251         * po/ja.po: Update.
252         * po/ko.po: Update.
253         * po/lt.po: Update.
254         * po/nb.po: Update.
255         * po/nl.po: Update.
256         * po/pl.po: Update.
257         * po/pt_BR.po: Update.
258         * po/ru.po: Update.
259         * po/rw.po: Update.
260         * po/sk.po: Update.
261         * po/sl.po: Update.
262         * po/sv.po: Update.
263         * po/tr.po: Update.
264         * po/uk.po: Update.
265         * po/vi.po: Update.
266         * po/zh_CN.po: Update.
267         * po/zh_TW.po: Update.
269         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
270         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
271         * sysdeps/hppa/dl-irel.h: Remove #warning.
272         * sysdeps/hppa/entry.h: Provide prototype for
273         __canonicalize_funcptr_for_compare and cast argument.
274         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
275         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
276         * sysdeps/hppa/sotruss-lib.c: New file.
277         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
278         (atomic_compare_and_exchange_val_acq): Use __typeof__.
279         (atomic_compare_and_exchange_bool_acq): Likewise.
280         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
281         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
283         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
284         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
285         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
287 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
289         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
290         called function in non-PIC case.
292 2015-01-31  David S. Miller  <davem@davemloft.net>
294         * sysdeps/sparc/sparc32/bits/atomic.h
295         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
296         unlock not after it.
297         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
298         volatile register usage warnings from the compiler.
300         * sysdeps/sparc/nptl/sem_init.c: Delete.
301         * sysdeps/sparc/nptl/sem_post.c: Delete.
302         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
303         * sysdeps/sparc/nptl/sem_wait.c: Delete.
304         * sysdeps/sparc/sparc32/sem_init.c: New file.
305         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
306         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
307         padding explicitly initialized.
308         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
309         padding for in-semaphore spinlock.
310         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
311         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
312         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
313         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
314         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
315         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
316         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
317         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
318         version.
319         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
320         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
322 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
324         [BZ #17801]
325         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
326         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
327         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
328         New.
329         (index_AVX_Fast_Unaligned_Load): Likewise.
330         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
331         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
332         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
333         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
334         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
335         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
336         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
337         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
338         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
340 2015-01-29  Andreas Schwab  <schwab@suse.de>
342         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
344 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
346         [BZ #17892]
347         * nscd/nscd_stat.c (send_stats): Initialize DATA.
349 2015-01-28  Martin Sebor  <msebor@redhat.com>
351         * math/README.libm-test: Clarify. Add "How to read the test output."
353 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
355         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
356         Define to 0.
358 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
360         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
361         (__HAVE_64B_ATOMICS): Define to 0.
363 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
365         [BZ #17885]
366         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
367         value to set as new flag.
369         [BZ #16576]
370         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
371         and use _ARCH_PPCSQ instead.
372         (__ieee754_sqrt): Likewise.
373         (__ieee754_sqrtf): Likewise.
374         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
375         _ARCH_PPCSQ is defined.
376         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
377         fsqrt instruction.
378         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
379         _ARCH_PPCSQ is defined.
380         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
381         fsqrts instruction.
382         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
384 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
386         * iconv/loop.c: Suppress array out of bound warning caused by GCC
387         bug (GCC BZ #64739).
389 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
391         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
392         Mark _retval as used.
393         (lll_futex_wake_unlock): Likewise.
394         (lll_futex_timed_wait_requeue_pi): Likewise.
396         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
397         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
398         register variables.
400         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
401         libm_hidden_def.
403         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
404         (__bswap_64): Mark as __always_inline.
406 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
408         [BZ #15378]
409         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
410         when none of the search directories exist.
412 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
414         [BZ #17869]
415         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
416         power8 in .machine directive.
418         [BZ #17868]
419         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
420         set dependency from opd value.
422 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
424         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
425         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
426         architecture.
428 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
430         [BZ #17870]
431         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
432         with uint64_t.
433         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
434         (uint64_t) 1.
435         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
436         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
437         Replace 1UL with (uint64_t) 1.
438         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
439         int with uint64_t.
441 2015-01-23  Roland McGrath  <roland@hack.frob.com>
443         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
444         (if_freenameindex): Likewise.
446         * resource/getrlimit64.c: Add missing libc_hidden_def.
448 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
450         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
451         __label__.
452         (_FP_FMA): Likewise.
453         (_FP_TO_INT_ROUND): Likewise.
454         (_FP_FROM_INT): Likewise.
456 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
458         [BZ #16418]
459         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
460         Make code racy and cancel safe.
462 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
464         * sysdeps/arm/unwind-resume.h: Fix copyright year.
465         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
466         attribution.
468         * pwd/tst-getpw.c: Rewrite.
470         [BZ #17702]
471         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
472         (modules-names): Add moddummy1 and moddummy2.
473         ($(objpfx)tst-rec-dlopen): Define.
474         * dlfcn/moddummy1.c: New file.
475         * dlfcn/moddummy2.c: New file.
476         * dlfcn/tst-rec-dlopen.c: New file.
477         * elf/dl-cache.c (_dl_load_cache_lookup):
478         Return char*. Copy result with alloca/strcpy/strdup.
479         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
480         returns char*. Free cached. If not saving realname
481         free cached.
482         * elf/dl-open.c (dl_open_worker): Do not assert that
483         _r_debug->r_state is RT_CONSISTENT.
484         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
485         returns char*.
487 2015-01-21  Torvald Riegel  <triegel@redhat.com>
488             Carlos O'Donell  <carlos@redhat.com>
490         [BZ #12674]
491         * nptl/sem_waitcommon.c: New file.
492         * nptl/sem_wait.c: Include sem_waitcommon.c.
493         (__sem_wait_cleanup, do_futex_wait): Remove.
494         (__new_sem_wait): Adapt.
495         (__new_sem_trywait): New function.
496         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
497         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
498         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
499         (sem_timedwait): Adapt.
500         * nptl/sem_post.c (__new_sem_post): Adapt.
501         (futex_wake): New function.
502         (__old_sem_post): Add release MO fence.
503         * nptl/sem_open.c (sem_open): Adapt.
504         * nptl/sem_init.c (__new_sem_init): Adapt.
505         (futex_private_if_supported): New function.
506         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
507         (__old_sem_getvalue): Add using previous code.
508         * sysdeps/nptl/internaltypes.h: Adapt.
509         * nptl/tst-sem13.c (do_test): Adapt.
510         * nptl/tst-sem11.c (main): Adapt.
511         * nptl/sem_trywait.c: Remove.
512         * nptl/DESIGN-sem.txt: Remove.
513         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
514         (gen-as-const-headers): Remove structsem.sym.
515         * nptl/structsem.sym: Remove.
516         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
517         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
518         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
519         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
520         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
521         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
522         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
523         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
524         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
525         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
526         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
527         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
528         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
529         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
530         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
531         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
532         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
533         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
534         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
535         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
536         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
537         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
539 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
541         * INSTALL: Regenerated.
543         * po/libc.pot: Regenerated.
545 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
546             Sandra Loosemore  <sandra@codesourcery.com>
547             Andrew Jenner  <andrew@codesourcery.com>
548             Joseph Myers  <joseph@codesourcery.com>
549             Nathan Sidwell  <nathan@codesourcery.com>
551         * NEWS: Mention new Nios II port.
552         * sysdeps/nios2/Implies: New file.
553         * sysdeps/nios2/Makefile: New file.
554         * sysdeps/nios2/Subdirs: New file.
555         * sysdeps/nios2/Versions: New file.
556         * sysdeps/nios2/__longjmp.S: New file.
557         * sysdeps/nios2/abort-instr.h: New file.
558         * sysdeps/nios2/backtrace.c: New file.
559         * sysdeps/nios2/bits/endian.h: New file.
560         * sysdeps/nios2/bits/fenv.h: New file.
561         * sysdeps/nios2/bits/link.h: New file.
562         * sysdeps/nios2/bits/setjmp.h: New file.
563         * sysdeps/nios2/bsd-_setjmp.S: New file.
564         * sysdeps/nios2/bsd-setjmp.S: New file.
565         * sysdeps/nios2/configure: New generated file.
566         * sysdeps/nios2/configure.ac: New file.
567         * sysdeps/nios2/crti.S: New file.
568         * sysdeps/nios2/crtn.S: New file.
569         * sysdeps/nios2/dl-init.c: New file.
570         * sysdeps/nios2/dl-machine.h: New file.
571         * sysdeps/nios2/dl-sysdep.h: New file.
572         * sysdeps/nios2/dl-tls.h: New file.
573         * sysdeps/nios2/dl-trampoline.S: New file.
574         * sysdeps/nios2/gccframe.h: New file.
575         * sysdeps/nios2/gmp-mparam.h: New file.
576         * sysdeps/nios2/jmpbuf-offsets.h: New file.
577         * sysdeps/nios2/jmpbuf-unwind.h: New file.
578         * sysdeps/nios2/ldsodefs.h: New file.
579         * sysdeps/nios2/libc-tls.c: New file.
580         * sysdeps/nios2/libm-test-ulps: New file.
581         * sysdeps/nios2/machine-gmon.h: New file.
582         * sysdeps/nios2/math-tests.h: New file.
583         * sysdeps/nios2/math_private.h: New file.
584         * sysdeps/nios2/memusage.h: New file.
585         * sysdeps/nios2/nptl/Makefile: New file.
586         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
587         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
588         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
589         * sysdeps/nios2/nptl/pthreaddef.h: New file.
590         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
591         * sysdeps/nios2/nptl/tls.h: New file.
592         * sysdeps/nios2/preconfigure: New file.
593         * sysdeps/nios2/s_fma.c: New file.
594         * sysdeps/nios2/s_fmaf.c: New file.
595         * sysdeps/nios2/setjmp.S: New file.
596         * sysdeps/nios2/sfp-machine.h: New file.
597         * sysdeps/nios2/sotruss-lib.c: New file.
598         * sysdeps/nios2/stackguard-macros.h: New file.
599         * sysdeps/nios2/stackinfo.h: New file.
600         * sysdeps/nios2/start.S: New file.
601         * sysdeps/nios2/sysdep.h: New file.
602         * sysdeps/nios2/tls-macros.h: New file.
603         * sysdeps/nios2/tst-audit.h: New file.
604         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
605         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
606         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
607         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
608         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
609         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
610         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
611         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
612         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
613         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
614         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
615         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
616         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
617         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
618         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
619         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
620         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
621         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
622         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
623         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
624         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
625         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
626         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
627         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
628         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
629         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
630         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
631         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
632         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
633         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
634         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
635         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
636         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
637         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
638         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
639         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
640         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
641         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
642         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
643         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
644         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
645         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
646         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
647         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
649 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
651         [BZ #17844]
652         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
653         (getutent): Use weak_alias in non SHARED case
654         and default_symbol_version in SHARED case.
655         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
656         (getutent_r, pututline): Likewise.
657         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
658         (getutid): Likewise.
659         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
660         (getutid_r): Likewise.
661         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
662         (getutline): Likewise.
663         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
664         (getutline_r): Likewise.
665         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
666         (updwtmp): Likewise.
668 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
670         [BZ #17848]
671         * sysdeps/s390/s390-32/memcmp.S
672         (memcmp_g5): Rename to __memcmp_g5.
673         * sysdeps/s390/s390-32/memcpy.S
674         (memcpy_g5): Rename to __memcpy_g5.
675         Jump to __memcpy_mvcle instead of memcpy_mvcle.
676         (memcpy_mvcle) Rename to __memcpy_mvcle.
677         * sysdeps/s390/s390-32/memset.S
678         (memset_g5): Rename to __memset_g5.
679         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
680         (IFUNC_RESOLVE): Prefix ifunc-resolve function
681         and use prefixed functions.
682         * sysdeps/s390/s390-32/multiarch/memcmp.S
683         (memcmp_z196): Rename to __memcmp_z196.
684         (memcmp_z10): Rename to __memcmp_z10.
685         (memcmp): Set alias to __memcmp_g5.
686         (bcmp): Set alias to __memcmp_g5.
687         * sysdeps/s390/s390-32/multiarch/memcpy.S
688         (memcpy_z196): Rename to __memcpy_z196.
689         Jump to __memcpy_mvcle instead of memcpy_mvcle.
690         (memcpy_z10): Rename to __memcpy_z10.
691         Jump to __memcpy_mvcle instead of memcpy_mvcle.
692         (memcpy): Set alias to __memcpy_g5.
693         * sysdeps/s390/s390-32/multiarch/memset.S
694         (memset_z196): Rename to __memset_z196.
695         Jump to __memset_mvcle instead of memset_mvcle.
696         (memset_z10): Rename to __memset_z10.
697         Jump to __memset_mvcle instead of memset_mvcle.
698         (memset_mvcle) Rename to __memset_mvcle.
699         (memset): Set alias to __memset_g5.
700         * sysdeps/s390/s390-64/memcmp.S
701         (memcmp_z900): Rename to __memcmp_z900.
702         * sysdeps/s390/s390-64/memcpy.S
703         (memcpy_z900): Rename to __memcpy_z900.
704         Jump to __memcpy_mvcle instead of memcpy_mvcle.
705         (memcpy_mvcle) Rename to __memcpy_mvcle.
706         * sysdeps/s390/s390-64/memset.S
707         (memset_z900): Rename to __memset_z900.
708         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
709         (IFUNC_RESOLVE): Prefix ifunc-resolve function
710         and use prefixed functions.
711         * sysdeps/s390/s390-64/multiarch/memcmp.S
712         (memcmp_z196): Rename to __memcmp_z196.
713         (memcmp_z10): Rename to __memcmp_z10.
714         (memcmp): Set alias to __memcmp_z900.
715         (bcmp): Set alias to __memcmp_z900.
716         * sysdeps/s390/s390-64/multiarch/memcpy.S
717         (memcpy_z196): Rename to __memcpy_z196.
718         Jump to __memcpy_mvcle instead of memcpy_mvcle.
719         (memcpy_z10): Rename to __memcpy_z10.
720         Jump to __memcpy_mvcle instead of memcpy_mvcle.
721         (memcpy): Set alias to __memcpy_z900.
722         * sysdeps/s390/s390-64/multiarch/memset.S
723         (memset_z196): Rename to __memset_z196.
724         Jump to __memset_mvcle instead of memset_mvcle.
725         (memset_z10): Rename to __memset_z10.
726         Jump to __memset_mvcle instead of memset_mvcle.
727         (memset_mvcle) Rename to __memset_mvcle.
728         (memset): Set alias to __memset_z900.
730 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
732         [BZ #17748]
733         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
734         __fesetenv instead of fesetenv.
736 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
738         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
739         macro.
741 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
743         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
744         regression on LE.
746         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
747         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
748         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
749         strncmp-power8 object.
750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
751         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
752         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
753         * NEWS: Update.
755 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
756             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
758         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
759         trailing byte check.
761 2015-01-13  David S. Miller  <davem@davemloft.net>
763         * include/signal.h (__sigreturn): Guard with __USE_MISC.
765 2015-01-13  Roland McGrath  <roland@hack.frob.com>
767         * login/logout.c (logout): Use memset rather than bzero.
768         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
769         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
770         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
771         (_gethtbyaddr): Likewise.
772         * locale/programs/simple-hash.c (bcopy): Macro removed.
774 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
776         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
777         Add strcmp-power8 object.
778         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
779         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
780         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
781         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
782         __strcmp_power8 implementation.
783         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
784         * NEWS: Update.
786         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
787         Add strncpy-power8 and stpncpy-power8 objects.
788         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
789         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
790         implementations.
791         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
792         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
793         __stpncpy_power8 implementation.
794         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
795         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
796         __strncpy_power8 implementation.
797         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
798         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
799         * NEWS: Update.
801         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
802         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
803         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
805         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
806         strncat-power8 object.
807         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
808         __strcat_power8 implementation.
809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
810         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
811         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
812         optimized strcat for power8.
814         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
815         strcpy-power8 and stpcpy-power8 objects.
816         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
817         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
818         implementations.
819         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
820         multiarch stpcpy implementation for POWER8.
821         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
822         multiarch strcpy implementation for POWER8.
823         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
824         __strcpy_power8 function.
825         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
826         stpcpy for POWER8.
827         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
828         strcpy for POWER8.
829         * NEWS: Update.
831 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
833         [BZ #16009]
834         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
835         weights and rules. Use do_xfrm_cached if data fits in cache,
836         do_xfrm otherwise.  Moved former main loop to...
837         * (do_xfrm_cached): New function.
838         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
839         find_idx, find_position and stack_push.
840         * (find_idx): New function.
841         * (find_position): Likewise.
842         * localedata/sort-test.sh: Added test run for do_xfrm.
843         * localedata/xfrm-test.c (main): Added command line option
844         -nocache to run the test with strings that are too large for
845         the STRXFRM cache.
847 2015-01-13  Torvald Riegel  <triegel@redhat.com>
849         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
850         variable to lll_futex_wake call, not the value itself.
852 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
854         [BZ #17803]
855         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
856         twom64.  Adjust value to 0x1p-64L.
857         (__scalblnl): Only return standard underflowing result for K <=
858         -64 not K <= -63; adjust exponent for underflowing result by 64
859         not 63.
860         * math/libm-test.inc (scalbn_test_data): Add more tests.
861         (scalbln_test_data): Likewise.
863         [BZ #17834]
864         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
865         0x1p63L.
866         (__scalblnl): Get new exponent of adjusted subnormal value from ES
867         not HX.
868         * math/libm-test.inc (scalbn_test_data): Add more tests.
869         (scalbln_test_data): Likewise.
871 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
872             Stefani Seibold  <stefani@seibold.net>
874         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
875         (sysdep_routines): Add dl-vdso here, ...
876         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
877         (sysdep_routines): ... not here.
878         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
879         fallback when vDSO is not presented.
880         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
881         Define with libc_hidden_proto/libc_hidden_data_def definitions.
882         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
883         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
884         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
885         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
886         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
887         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
888         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
889         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
890         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
891         fallback configurable symbol when vDSO is not available.
892         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
893         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
894         be able to redefine fallback symbol when vDSO is not available.
895         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
896         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
898 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
900         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
901         (TLS_INIT_TP): Add tm_capable initialization.
902         (TLS_DEFINE_INIT_TP): Likewise.
903         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
904         TCB.
905         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
906         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
907         calculation.
908         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
909         transactoion is lock elision is built and TCB tm_capable is set.
910         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
912         (INTERNAL_SYSCALL_NCS): Likewise.
913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
914         (INTERNAL_SYSCALL_NCS): Likewise.
915         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
917         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
918         for powerpc.
919         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
920         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
921         and remove it for 32 bits case.
922         [pthread_rwlock_t] (__rwelision): New field for lock elision.
923         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
924         initialization.
925         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
926         Disable lock elision with rdlocks if elision is not available.
928         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
929         (sysdep_routines): Add lock elision objects.
930         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
931         [pthread_mutex_t] (__spins): Rework to add lock elision field.
932         [pthread_mutex_t] (__elision): Add field.
933         [__PTHREAD_SPINS]: Adjust to init lock elision field.
934         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
935         elision definitions for powerpc.
936         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
937         implementation of lock elision for powerpc.
938         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
939         implementation of timed lock elision for powerpc.
940         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
941         implementation of trylock with lock elision for powerpc.
942         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
943         implementaion of unlock for lock elision for powerpc.
944         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
945         automatic enable lock elision for mutexes.
946         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
947         transaction execution definitions for powerpc.
948         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
949         definitions.
950         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
951         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
952         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
953         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
954         * NEWS: Update.
956 2015-01-09  Roland McGrath  <roland@hack.frob.com>
958         * sysdeps/posix/shm-directory.c: Use <> rather than ""
959         for #include of <shm-directory.h>.
961 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
963         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
964         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
966 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
968         [BZ #17791]
969         * NEWS: Mention bug fix.
970         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
971         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
972         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
974 2015-01-09  Torvald Riegel <triegel@redhat.com>
976         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
978 2015-01-09  Torvald Riegel <triegel@redhat.com>
980         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
982 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
984         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
985         pointer and cast to uintptr_t.
987 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
989         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
990         removed.
991         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
993 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
995         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
996         of 0.
998 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1000         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1001         <nptl/pthreadP.h> instead.
1002         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1004         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1005         already defined.
1006         [__SIGRTMIN] (init): Function removed.
1007         [__SIGRTMIN] (initialized): Variable removed.
1008         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1009         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1010         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1011         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1012         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1013         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1014         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1015         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1016         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1017         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1018         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1019         * sysdeps/nptl/allocrtsig.c: New file.
1020         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1021         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1022         * sysdeps/generic/testrtsig.h: File removed.
1024         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1025         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1027         * nptl/nptl-init.c (pthread_functions): Conditionalize
1028         .ptr__nptl_setxid initialization on [SIGSETXID].
1030         * sysdeps/nptl/sys/procfs.h: New file.
1031         * nptl_db/Makefile (headers): Add it.
1032         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1034         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1035         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1036         * nptl/pthread_attr_setaffinity.c: Include it.
1037         * nptl/pthread_setattr_default_np.c: Likewise.
1038         * nptl/check-cpuset.h: New file.
1040 2015-01-08  Richard Henderson  <rth@redhat.com>
1042         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1043         (CFLAGS-tst-execstack-prog.c): Likewise.
1044         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1046 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1047             Sandra Loosemore  <sandra@codesourcery.com>
1048             Andrew Jenner  <andrew@codesourcery.com>
1049             Joseph Myers  <joseph@codesourcery.com>
1050             Nathan Sidwell  <nathan@codesourcery.com>
1052         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1053         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1054         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1055         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1056         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1057         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1058         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1059         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1060         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1061         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1062         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1063         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1064         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1065         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1066         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1067         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1068         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1070 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1072         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1073         timespec struct member in syscall macro.
1074         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1075         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1076         first timeval struct member in syscall macro.
1077         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1079 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1081         [BZ #17748]
1082         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1083         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1084         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1085         __feupdateenv and define as weak alias of __feupdateenv.  Use
1086         libm_hidden_weak.
1087         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1088         libm_hidden_def.
1089         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1090         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1091         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1092         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1093         libm_hidden_def.
1094         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1095         __feupdateenv and define as weak alias of __feupdateenv.  Use
1096         libm_hidden_weak.
1097         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1098         libm_hidden_def.
1099         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1100         __feupdateenv and define as weak alias of __feupdateenv.  Use
1101         libm_hidden_weak.
1102         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1103         libm_hidden_def.
1104         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1105         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1106         (__feupdateenv): Likewise.
1107         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1108         __feupdateenv and define as weak alias of __feupdateenv.  Use
1109         libm_hidden_weak.
1110         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1111         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1112         libm_hidden_def.
1113         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1114         function.
1115         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1116         libm_hidden_def.
1117         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1118         __feupdateenv instead of feupdateenv.
1119         (default_libc_feupdateenv_test): Likewise.
1120         (libc_feresetround_ctx): Likewise.
1122 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1124         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1125         prototype.
1127 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1129         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1130         COLL_SYM in a couple of places to avoid uninitialized variable
1131         wanings on tilegx gcc 4.8.2.
1133 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1135         * sysdeps/aarch64/strcpy.S: New file.
1136         * sysdeps/aarch64/stpcpy.S: New file.
1137         * NEWS: Updated.
1139 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1141         * sysdeps/aarch64/strrchr.S: New file.
1142         * NEWS: Updated.
1144 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1146         [BZ #17658]
1147         * stdlib/setenv.c: Fix memory leak when setting large,
1148         duplicate string.
1150 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1152         [BZ #17273]
1153         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1154         and tabs from buffer before parsing fstab entry.
1155         * misc/tst-mntent.c (main): Add test for mount entry with
1156         trailing spaces and tabs.
1158 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1160         [BZ #17748]
1161         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1162         * math/fesetround.c (fesetround): Rename to __fesetround and
1163         define as weak alias of __fesetround.  Use libm_hidden_weak.
1164         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1165         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1166         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1167         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1168         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1169         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1170         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1171         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1172         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1173         __fesetround_inline.
1174         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1175         __fesetround_inline instead of __fesetround.
1176         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1177         __fesetround and define as weak alias of __fesetround.  Use
1178         libm_hidden_weak.  Call __fesetround_inline instead of
1179         __fesetround.
1180         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1181         __fesetround and define as weak alias of __fesetround.  Use
1182         libm_hidden_weak.
1183         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1184         Likewise.
1185         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1186         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1187         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1188         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1189         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1190         __fesetround and define as weak alias of __fesetround.  Use
1191         libm_hidden_weak.
1192         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1193         __fesetround instead of fesetround.
1194         (default_libc_feholdexcept_setround): Likewise.
1195         (libc_feholdsetround_ctx): Likewise.
1196         (libc_feholdsetround_noex_ctx): Likewise.
1198         [BZ #17748]
1199         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1200         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1201         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1202         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1203         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1204         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1205         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1206         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1207         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1208         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1209         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1210         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1211         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1212         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1213         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1214         libm_hidden_def.
1215         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1216         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1217         Likewise.
1218         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1219         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1220         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1221         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1222         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1223         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1224         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1225         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1226         __fesetenv instead of fesetenv.
1227         (libc_feresetround_noex_ctx): Likewise.
1228         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1229         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1230         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1231         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1232         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1233         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1234         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1235         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1236         (__feupdateenv): Likewise.
1237         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1238         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1239         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1240         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1242 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1244         [BZ #17806]
1245         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1246         addresses have been freed.
1248 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1250         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1251         and nservall.
1253 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1255         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1256         Clean up check_pf allocation pattern. addresses
1258 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1260         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1261         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1262         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1263         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1264         * nptl/pthread_join.c (pthread_join): Likewise.
1265         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1266         * sysdeps/posix/waitid.c (__waitid): Likewise.
1267         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1268         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1269         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1270         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1271         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1272         Likewise.
1273         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1274         (__libc_pread64): Likewise.
1275         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1276         (__libc_pwrite): Likewise.
1277         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1278         (__libc_pwrite64): Likewsie.
1279         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1280         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1281         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1282         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1283         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1284         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1285         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1287         Likewise.
1288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1289         (__libc_pread64): Likewise.
1290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1291         Likewise.
1292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1293         (__libc_pwrite64): Likewise.
1294         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1295         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1296         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1297         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1298         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1299         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1300         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1301         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1302         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1303         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1304         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1305         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1306         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1307         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1308         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1309         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1310         Likewise.
1312 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1314         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1315         (CFLAGS-test-double.c): Likewise.
1316         (CFLAGS-test-ldouble.c): Likewise.
1317         (CPPFLAGS-test-ifloat.c): Likewise.
1318         (CPPFLAGS-test-idouble.c): Likewise.
1319         (CPPFLAGS-test-ildoubl.c): Likewise.
1320         (CFLAGS-test-test-fenv.c): Remove variable.
1321         (CFLAGS-test-misc.c): Likewise.
1323 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1325         [BZ #17797]
1326         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1327         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1328         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1329         CLOCKS_PER_SEC == 1000000.
1330         * time/clocktest.c (main): Replace %ld with %jd and cast to
1331         intmax_t.
1333 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1335         * sysdeps/generic/unwind-resume.h: New file.
1336         * sysdeps/gnu/unwind-resume.c: Include it.
1337         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1338         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1339         argument list.
1340         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1341         global rather than static.
1342         (_Unwind_Resume): Update user.
1343         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1344         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1345         rather than static.  Add __attribute__ ((cold)).
1346         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1347         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1348         * sysdeps/arm/arm-unwind-resume.S: New file.
1349         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1350         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1351         * sysdeps/arm/Makefile [$(subdir) = csu]
1352         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1353         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1354         Add rt-arm-unwind-resume.
1355         [$(subdir) = nptl]
1356         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1357         Add pt-arm-unwind-resume.
1358         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1359         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1361 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1363         [BZ #17748]
1364         * include/fenv.h (__feholdexcept): Declare.  Use
1365         libm_hidden_proto.
1366         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1367         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1368         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1369         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1370         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1371         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1372         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1373         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1374         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1375         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1376         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1377         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1378         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1379         (feholdexcept): Likewise.
1380         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1381         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1382         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1383         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1384         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1385         __feholdexcept instead of feholdexcept.
1386         (default_libc_feholdexcept_setround): Likewise.
1388 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1390         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1391         to avoid using stl/str to align destination.
1393 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1395         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1397 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1399         [BZ #17796]
1400         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1401         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1402         Define as weak alias not strong alias.
1404 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1406         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1407         bltzal with addiupc.
1408         (RTLD_START): Ditto.
1410 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1412         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1413         for __vdso_* functions in declarations.
1414         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1415         definitions.
1416         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1417         INTERNAL_VSYSCALL): Use struct return types to check for error.
1419         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1420         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1421         function with cast from llround().
1422         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1423         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1424         Define.
1426 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1428         [BZ #17793]
1429         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1430         Define as weak alias not strong alias.
1432         [BZ #17635]
1433         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1434         ...
1435         * ctype/ctype-extn.c: ... here.
1436         (__isblank_l): Move to ...
1437         * ctype/ctype-c99_l.c: ... here.  New file.
1438         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1439         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1440         Remove variable.
1441         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1442         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1443         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1444         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1445         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1447         [BZ #17777]
1448         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1449         (posix_fadvise64): Define as weak alias not strong alias.
1450         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1451         (posix_fallocate64): Likewise.
1452         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1453         Remove variable.
1454         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1455         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1456         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1457         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1458         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1460 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1462         [BZ #16191]
1463         * NEWS: Mention bug fix.
1464         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1465         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1466         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1467         (HOST_STACK_END_ADDR): Likewise.
1469 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1471         [BZ #17748]
1472         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1473         * math/fegetround.c (fegetround): Rename to __fegetround and
1474         define as weak alias of __fegetround.  Use libm_hidden_weak.
1475         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1476         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1477         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1478         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1479         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1480         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1481         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1482         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1483         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1484         Undefine after rather than before function definition; use
1485         parentheses around function name in definition.
1486         (__fegetround): Also undefine macro after function definition.
1487         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1488         __fegetround and define as weak alias of __fegetround.  Use
1489         libm_hidden_weak.  Do not undefine as macro.
1490         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1491         Likewise.
1492         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1493         __fegetround and define as weak alias of __fegetround.  Use
1494         libm_hidden_weak.
1495         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1496         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1497         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1498         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1499         __fegetround and define as weak alias of __fegetround.  Use
1500         libm_hidden_weak.
1501         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1502         __fegetround instead of fegetround.
1504         [BZ #17782]
1505         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1506         Condition macro definition on [__USE_MISC].
1508         [BZ #17781]
1509         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1510         (struct sigaction): Change type of sa_flags field to int.
1512         [BZ #17780]
1513         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1514         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1515         __glibc_reserved0.
1517         * nptl/version.c (banner): Use single year in copyright notice.
1519         * NEWS: Update copyright dates.
1520         * catgets/gencat.c (print_version): Likewise.
1521         * csu/version.c (banner): Likewise.
1522         * debug/catchsegv.sh: Likewise.
1523         * debug/pcprofiledump.c (print_version): Likewise.
1524         * debug/xtrace.sh (do_version): Likewise.
1525         * elf/ldconfig.c (print_version): Likewise.
1526         * elf/ldd.bash.in: Likewise.
1527         * elf/pldd.c (print_version): Likewise.
1528         * elf/sotruss.sh: Likewise.
1529         * elf/sprof.c (print_version): Likewise.
1530         * iconv/iconv_prog.c (print_version): Likewise.
1531         * iconv/iconvconfig.c (print_version): Likewise.
1532         * locale/programs/locale.c (print_version): Likewise.
1533         * locale/programs/localedef.c (print_version): Likewise.
1534         * login/programs/pt_chown.c (print_version): Likewise.
1535         * malloc/memusage.sh (do_version): Likewise.
1536         * malloc/memusagestat.c (print_version): Likewise.
1537         * malloc/mtrace.pl: Likewise.
1538         * manual/libc.texinfo: Likewise.
1539         * nptl/version.c (banner): Likewise.
1540         * nscd/nscd.c (print_version): Likewise.
1541         * nss/getent.c (print_version): Likewise.
1542         * nss/makedb.c (print_version): Likewise.
1543         * posix/getconf.c (main): Likewise.
1544         * scripts/test-installation.pl: Likewise.
1545         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1547 2015-01-02  Will Newton  <will.newton@linaro.org>
1549         * sysdeps/arm/armv7/configure: Removed.
1550         * sysdeps/arm/armv7/configure.ac: Likewise.
1552 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1554         * All files with FSF copyright notices: Update copyright dates
1555         using scripts/update-copyrights.
1556         * intl/plural.c: Regenerated.
1557         * locale/programs/charmap-kw.h: Likewise.
1558         * locale/programs/locfile-kw.h: Likewise.
1560 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1562         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1564 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1566         [BZ #17748]
1567         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1568         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1569         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1570         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1571         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1572         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1573         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1574         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1575         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1576         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1577         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1578         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1579         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1580         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1581         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1582         libm_hidden_def.
1583         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1584         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1585         Likewise.
1586         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1587         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1588         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1589         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1590         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1591         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1592         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1593         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1594         __fegetenv instead of fegetenv.
1595         (libc_feholdsetround_noex_ctx): Likewise.
1597 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1599         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1600         (Elf_MIPS_ABIFlags_v0): New structure.
1601         (EF_MIPS_FP64): Define.
1602         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1603         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1604         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1605         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1606         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1607         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1608         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1609         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1610         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1611         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1612         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1613         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1614         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1615         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1616         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1617         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1618         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1619         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1620         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1621         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1622         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1623         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1624         field.
1625         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1626         EF_MIPS_FP64.
1627         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1628         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1629         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1630         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1631         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1632         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1633         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1634         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1635         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1636         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1637         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1638         record the current FP ABI extension.
1639         (mips-mode-switch): Define to show if kernel headers support mode
1640         switching.
1641         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1642         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1643         supported SYSV ABI version to 3.
1644         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1645         feature.
1647 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1648             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1650         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1651         path.
1652         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1654 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1656         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1657         __fegetround and redefine to call __fegetround.  Remove condition
1658         on [!__NO_MATH_INLINES].
1659         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1660         function.
1661         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1662         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1663         Remove macro.
1664         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1665         instead of <fenv_libc.h>.
1666         (__llrintl): Call fegetround instead of __fegetround.
1667         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1668         instead of <fenv_libc.h>.
1669         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1670         (__lrintl): Call fegetround instead of __fegetround.
1671         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1672         instead of <fenv_libc.h>.
1673         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1674         (__rintl): Call fegetround instead of __fegetround.
1676 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1678         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1679         arrays.
1681 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1683         [BZ #17775]
1684         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1685         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1686         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1688 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1690         * sysdeps/i386/tls-macros.h: Include <features.h>.
1691         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1692         (TLS_IE): Likewise.
1693         (TLS_LD): Likewise.
1694         (TLS_GD): Likewise.
1695         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1696         define for GCC >= 5.0.
1698 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1700         * math/test-fenv.c (test_single_exception, set_single_exc,
1701         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1702         feexcp_mask_test, feenable_test, fe_single_test): Add
1703         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1704         case where they are not used.
1705         * math/libm-test.inc: Likewise.
1706         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1707         unused in the absence of FP rounding/exception support.
1708         * stdio-common/tst-printf-round.c: Likewise.
1709         * stdlib/tst-strtod-round.c: Likewise.
1710         * stdlib/tst-strtod-underflow.c: Likewise.
1712 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1714         [BZ #17723]
1715         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1716         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1717         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1718         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1719         libm_hidden_weak.
1720         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1721         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1722         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1723         libm_hidden_def.
1724         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1725         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1726         libm_hidden_weak.
1727         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1728         Likewise.
1729         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1730         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1731         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1732         libm_hidden_weak.
1733         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1734         libm_hidden_def.
1735         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1736         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1737         (__feraiseexcept): Likewise.
1738         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1739         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1740         libm_hidden_weak.
1741         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1742         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1743         libm_hidden_def.
1744         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1745         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1746         Use libm_hidden_def.
1747         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1748         libm_hidden_def.
1749         (feraiseexcept): Define as weak not strong alias.  Use
1750         libm_hidden_weak.
1751         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1752         New inline function.  Factored out of ...
1753         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1754         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1755         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1756         feraiseexcept.
1757         * math/w_acos.c (__acos): Likewise.
1758         * math/w_asin.c (__asin): Likewise.
1759         * math/w_ilogb.c (__ilogb): Likewise.
1760         * math/w_j0.c (y0): Likewise.
1761         * math/w_j1.c (y1): Likewise.
1762         * math/w_jn.c (yn): Likewise.
1763         * math/w_log.c (__log): Likewise.
1764         * math/w_log10.c (__log10): Likewise.
1765         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1766         * sysdeps/aarch64/fpu/math_private.h
1767         (libc_feupdateenv_test_aarch64): Likewise.
1768         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1769         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1770         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1771         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1772         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1773         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1774         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1775         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1776         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1777         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1779 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1781         [BZ #17732]
1782         * io/test-utime.c (main): Replace %ld with %jd and cast to
1783         intmax_t.
1784         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1785         * nptl/tst-mutex5.c: Include <stdint.h>.
1786         (do_test): Replace %ld with %jd and cast to intmax_t.
1787         * posix/tst-regex.c (run_test): Likewise.
1788         (run_test_backwards): Likewise.
1789         * rt/tst-clock.c: Include <stdint.h>.
1790         (clock_test): Replace %ld with %jd and cast to intmax_t.
1791         * rt/tst-cpuclock1.c: Include <stdint.h>.
1792         (do_test): Replace %lu with %ju and cast to uintmax_t.
1793         * rt/tst-cpuclock2.c: Include <stdint.h>.
1794         (do_test): Replace %lu with %ju and cast to uintmax_t.
1795         * rt/tst-mqueue1.c: Include <stdint.h>.
1796         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1797         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1798         intmax_t.
1799         * rt/tst-mqueue4.c (do_test): Likewise.
1800         * rt/tst-timer4.c: Include <stdint.h>.
1801         (check_ts): Replace %ld with %jd and cast to intmax_t.
1802         (do_test): Likewise.
1803         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1804         and cast to intmax_t.
1805         * sysdeps/pthread/tst-timer.c (main): Likewise.
1806         * time/clocktest.c (main): Likewise.
1807         * time/tst-posixtz.c (do_test): Likewise.
1808         * timezone/tst-timezone.c (main): Likewise.
1810 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1811             H.J. Lu  <hongjiu.lu@intel.com>
1813         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1814         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1815         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1816         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1817         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1818         version if bit_Fast_Unaligned_Load is set.
1819         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1820         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1821         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1822         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1823         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1824         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1825         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1826         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1827         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1828         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1829         to 4.
1830         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1831         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1832         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1833         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1835 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1837         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1838         instead of #if to avoid a Wundef warning.
1839         * stdlib/tst-limits.c (do_test): Likewise.
1841         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1842         parallel other exception macros.
1843         (fegetenv): Convert from macro to extern inline so that it applies
1844         retroactively to inline functions already seen by the compiler.
1845         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1847         * posix/Makefile (before-compile): Use $(objpfx) for
1848         posix-conf-vars-def.h.
1850 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1852         * posix/getconf.c (main): Use size_t for type of I.
1853         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1854         NSPEC.
1856         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1857         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1858         * posix/posix-envs.def: Likewise.
1859         * sysdeps/posix/sysconf.c: Likewise.
1860         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1861         (specs): Remove array.
1862         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1863         array.
1865         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1866         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1867         (__sysconf): Use CONF_IS_* macros.
1869         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1870         ($(objpfx)posix-conf-vars-def.h): New target.
1871         * posix/posix-conf-vars.list: New file.
1872         * posix/posix-conf-vars.h: New file.
1873         * posix/confstr.c: Include posix-conf-vars.h.
1874         (confstr): Use CONF_IS_* macros.
1875         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1876         CONF_IS_* macros.
1877         * scripts/gen-posix-conf-vars.awk: New file.
1879 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1881         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1882         fegetround): Add no-op macros to avoid linknamespace issues.
1884         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1885         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1887         * sysdeps/unix/sysv/linux/tile/sysdep.h
1888         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1889         assembly-specific section to avoid a redefinition warning.
1891         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1892         long before casting to pointer to avoid a cast warning.
1894 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1896         * sysdeps/tile/tilegx/Implies: New file.
1898 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1900         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1902 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1904         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1906 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1908         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1909         not define.
1910         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1911         <kernel-features.h>.
1912         (__utimes) [__NR_utimes]: Make code unconditional.
1913         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1914         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1915         (__ASSUME_UTIMES): Do not undefine.
1916         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1917         (__ASSUME_UTIMES): Likewise.
1918         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1919         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1920         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1921         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1923 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1925         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1927 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1929         [BZ #17747]
1930         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1931         alias to weak alias for j0l, y0l.
1932         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1933         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1935         [BZ #17746]
1936         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1937         conversion.
1939 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1941         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1942         to zero if not already defined.
1944 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1946         [BZ #17724]
1947         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1948         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1949         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1950         (char *) casts added.
1951         * sysdeps/ieee754/k_standardf.c: New file.
1952         * sysdeps/ieee754/k_standardl.c: Likewise.
1953         * math/Makefile (libm-support): Remove k_standard.
1954         (libm-calls): Add k_standard.
1956 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1958         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1959         Optimize to avoid an unnecessary FPCR read.
1961 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1963         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1964         Optimize to reduce FPCR/FPSR accesses.
1966 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1968         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1969         Call libc_fetestexcept_aarch64.
1971 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1973         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1974         Call libc_fesetround_aarch64.
1976 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1978         [BZ #17733]
1979         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1980         (__bind): Do not define as weak alias.
1981         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1982         define.
1983         (__getsockname): Do not define as weak alias.
1985 2014-12-22  Will Newton  <will.newton@linaro.org>
1987         * manual/install.texi: Document that we require bison 2.7
1988         or above.
1989         * INSTALL: Regenerate.
1990         * configure.ac: Use AC_CHECK_PROG_VER instead of
1991         AC_PATH_PROG when checking for bison and check for
1992         version 2.7 or above.
1993         * configure: Regenerate.
1995 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1997         [BZ #17745]
1998         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1999         * sysdeps/tile/ffsll.c (ffsll): To here.
2001         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2003 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2005         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2006         if not defined.
2007         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2008         definition.
2009         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2010         hidden ___tls_get_addr.
2011         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2012         hidden __tls_get_addr.
2013         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2014         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2015         Likewise.
2017 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2019         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2020         _dl_init call.
2022 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2024         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2025         from "call _dl_init@PLT".
2026         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2028 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2030         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2031         guarantees.
2033 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2035         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2037 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2039         [BZ #17744]
2040         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2041         strnlen.
2043 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2045         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2046         of multu on MIPSr6.
2047         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2048         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2049         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2050         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2051         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2053 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2055         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2056         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2057         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2058         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2059         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2060         mips32r6/mips64r6.
2061         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2063 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2065         * string/strncat.c (STRNCAT): Simplify implementation.
2067 2014-12-19  David S. Miller  <davem@davemloft.net>
2069         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2070         access the quad as both a long double and as a series of 4 words.
2072         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2073         link_map->l_info array access.
2075 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2077         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2079         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2080         * math/atest-exp2.c (TIMEOUT): Likewise.
2081         * math/atest-sincos.c (TIMEOUT): Likewise.
2083 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2085         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2086         -Wno-error with -fno-builtin-lround.
2088 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2090         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2091         Contains futex constants and functions moved over from ...
2092         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2093         <lowlevellock-futex.h>.
2094         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2095         (lll_timedwait_tid): Add comments and parentheses around macro
2096         arguments.
2098 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2100         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2101         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2102         (__lll_private_flag): Remove.
2103         (lll_futex_wait): Likewise.
2104         (lll_futex_timed_wait): Likewise.
2105         (lll_futex_wake): Likewise.
2106         (lll_futex_requeue): Likewise.
2107         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2108         (__lll_timedwait_tid): Spell out argument names.
2109         (lll_timedwait_tid): Add comments and parentheses around macro
2110         arguments.
2111         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2112         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2114 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2116         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2117         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2118         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2119         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2120         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2121         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2122         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2123         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2124         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2125         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2126         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2127         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2128         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2129         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2130         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2131         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2132         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2133         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2134         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2136 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2138         * sysdeps/x86_64/x32/Makefile: New file.
2140 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2142         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2143         1L with (mp_limb_t) 1.
2145 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2147         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2148         * nptl/libc_pthread_init.c: ... here.
2149         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2150         * nptl/register-atfork.c: ... here.
2152         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2153         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2154         Use assert_perror to check its return value.
2155         (__gai_create_helper_thread): Likewise.
2157         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2159         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2161 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2163         [BZ #17725]
2164         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2165         __profil_counter.
2166         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2167         Likewise.
2168         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2169         Likewise.
2170         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2171         Likewise.
2172         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2173         (profil_counter): Likewise.
2174         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2175         (profil_counter): Likewise.
2176         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2177         Likewise.
2178         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2179         Likewise.
2180         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2181         (profil_counter): Likewise.
2182         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2183         Likewise.
2184         [!__profil_counter] (profil_counter): Define as weak alias of
2185         __profil_counter.
2186         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2187         (profil_counter): Rename to __profil_counter.
2188         [!__profil_counter] (profil_counter): Define as weak alias of
2189         __profil_counter.
2190         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2191         (profil_counter): Rename to __profil_counter.
2192         [!__profil_counter] (profil_counter): Define as weak alias of
2193         __profil_counter.
2194         * sysdeps/posix/profil.c: Update comment referring to
2195         profil_counter.
2196         (__profil): Use __profil_counter instead of profil_counter.
2197         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2198         __profil_counter.  Use __profil_counter_ushort and
2199         __profil_counter_uint in definitions.
2200         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2201         instead of profil_counter_uint and profil_counter_ushort.
2203         [BZ #17722]
2204         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2205         define as weak alias of __inet_makeaddr.
2206         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2207         as weak alias of __inet_addr.
2208         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2209         as weak alias of __inet_pton.  Use libc_hidden_weak.
2210         * include/arpa/inet.h (__inet_pton): Declare.  Use
2211         libc_hidden_proto.
2212         (inet_makeaddr): Don't use libc_hidden_proto.
2213         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2214         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2215         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2216         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2217         Remove variable.
2218         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2219         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2221 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2223         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2225 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2227         * stdio-common/bug-vfprintf-nargs.c (do_test):
2228         Cast value to intptr_t to avoid format warning
2229         for usage with PRIdPTR printing macro.
2231 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2233         * libio/tst-widetext.c (do_test):
2234         Use format type %td instead of %Zd for ptrdiff_t
2235         in order to avoid format warning.
2237 2014-12-17  Andreas Schwab  <schwab@suse.de>
2239         * nscd/mem.c (gc): Add size_t cast to match printf format.
2241 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2243         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2244         (init): Apply PTR_MANGLE to pointers before storing them.
2245         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2246         before using them.
2248 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2250         [BZ #17719]
2251         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2252         define as weak alias of __memrchr.
2253         (__memrchr): Do not define as strong alias of memrchr.
2254         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2255         Remove variable.
2256         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2257         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2258         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2260         [BZ #17717]
2261         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2262         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2263         (if_indextoname): Rename to __if_indextoname and define as weak
2264         alias of __if_indextoname.  Use libc_hidden_weak.
2265         (if_freenameindex): Rename to __if_freenameindex and define as
2266         weak alias of __if_freenameindex.
2267         (if_nameindex): Rename to __if_nameindex and define as weak alias
2268         of __if_nameindex.
2269         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2270         __if_nametoindex and define as weak alias of __if_nametoindex.
2271         Use libc_hidden_weak.
2272         (if_freenameindex): Rename to __if_freenameindex and define as
2273         weak alias of __if_freenameindex.
2274         (if_nameindex): Rename to __if_nameindex and define as weak alias
2275         of __if_nameindex.
2276         (if_indextoname): Rename to __if_indextoname and define as weak
2277         alias of __if_indextoname.  Use libc_hidden_weak.
2278         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2279         __if_nametoindex and define as weak alias of __if_nametoindex.
2280         Use libc_hidden_weak.
2281         (if_freenameindex): Rename to __if_freenameindex and define as
2282         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2283         (if_nameindex_netlink): Use __if_freenameindex instead of
2284         if_freenameindex.
2285         (if_nameindex): Rename to __if_nameindex and define as weak alias
2286         of __if_nameindex.  Use libc_hidden_weak.
2287         (if_indextoname): Rename to __if_indextoname and define as weak
2288         alias of __if_indextoname.  Use libc_hidden_weak.
2289         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2290         libc_hidden_proto.
2291         [!_ISOMAC] (__if_freenameindex): Likewise.
2292         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2293         if_nametoindex.
2294         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2295         variable.
2296         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2297         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2298         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2299         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2300         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2301         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2302         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2304         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2305         Remove variable.
2306         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2307         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2309 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2311         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2312         subscript above bounds'
2314         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2315         bounds.
2317 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2319         * libio/tst-fopenloc.c: Use test-skeleton.c.
2321         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2322         (entry): Rename to ITEM.
2323         (do_test, comp): Adjust.
2325         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2327 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2329         * string/tester.c: Include <libc-internal.h>.
2330         (test_memset): Ignore -Wmemset-transposed-args.
2332 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2334         * misc/tst-mntent2.c (do_test): Fix warning.
2336 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2338         * elf/tst-unique4lib.cc(a): Mark as used.
2340 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2342         [BZ #17630]
2343         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2344         names.
2346 2014-12-16  Allan McRae  <allan@archlinux.org>
2348         * stdio-common/Makefile (tests): Re-add bug26.
2350 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2352         [BZ #17657]
2353         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2354         static array.
2356 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2358         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2359         (__lll_lock_wait): Likewise.
2360         (__lll_timedlock_wait): Likewise.
2361         (__lll_timedwait_tid): Likewise.
2362         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2363         (__lll_robust_timedlock_wait): Likewise.
2364         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2365         (lll_cond_trylock): Likewise.
2366         (__lll_lock): Likewise.
2367         (__lll_robust_lock): Likewise.
2368         (__lll_cond_lock): Likewise.
2369         (lll_robust_cond_lock): Likewise.
2370         (__lll_timedlock): Likewise.
2371         (__lll_robust_timedlock): Likewise.
2372         (__lll_unlock): Likewise.
2373         (__lll_robust_unlock): Likewise.
2374         (lll_wait_tid): Likewise.
2375         (lll_timedwait_tid): Likewise.
2377 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2379         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2381 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2383         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2385 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2387         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2388         * stdio-common/tst-sprintf.c: Likewise.
2390 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2392         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2394 2014-12-15  Jeff Law  <law@redhat.com>
2396         [BZ #16617]
2397         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2398         on the heap.  (CVE-2012-3406)
2399         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2400         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2401         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2403 2014-12-15  Will Newton  <will.newton@linaro.org>
2405         * manual/install.texi: Bump required version of texinfo
2406         to 4.7 from 4.5.
2407         * INSTALL: Regenerated.
2408         * configure.ac: Check for makeinfo version 4.7 and above.
2409         * configure: Regenerated.
2411 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2413         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2414         PREFIX, string constant to insert between directory and name.
2415         * sysdeps/posix/shm_open.c: Update caller.
2416         * sysdeps/posix/shm_unlink.c: Likewise.
2417         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2418         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2419         (SEM_SHM_PREFIX): New macro.
2420         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2421         [$(have-thread-library) = no].
2422         * nptl/Makefile (libpthread-routines): Add shm-directory.
2423         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2424         * sysdeps/nptl/shm-directory.h: New file.
2425         * sysdeps/posix/shm-directory.c
2426         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2427         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2428         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2429         INTERNAL_SYSCALL.
2430         (__where_is_shmfs): Function removed.
2431         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2432         Variables removed.
2433         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2434         Use SHM_GET_NAME.
2435         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2437         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2438         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2439         unconditional for use inside libpthread.
2440         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2442 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2444         * nptl/pthread_getaffinity.c: New file.
2445         * nptl/pthread_setaffinity.c: New file.
2446         * nptl/pthread_getname.c: New file.
2447         * nptl/pthread_setname.c: New file.
2449         * nptl/pthread_create.c (START_THREAD_DEFN)
2450         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2452 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2453             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2455         * resolv/res_send.c (send_vc): Disable warning resplen may
2456         be used uninitialized.
2458 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2460         * nptl/tst-mutex6.c
2461         (ATTR_NULL): New define checks ATTR against NULL.
2462         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2463         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2465 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2467         [BZ #17581]
2468         * malloc/hooks.c
2469         (mem2mem_check): Revert my previous change.
2470         (malloc_check_get_size): Revert my previous change.
2471         (mem2chunk_check): Revert my previous change.
2473 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2475         * sysdeps/posix/shm-directory.c: New file.
2476         * sysdeps/posix/shm-directory.h: New file.
2477         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2478         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2479         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2480         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2481         Transmute EPERM to EACCES.
2482         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2483         from ...
2484         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2485         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2487 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2489         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2490         pointer and cast to uintptr_t.
2491         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2492         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2493         Add cast to avoid warning.
2494         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2496 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2498         * nptl/semaphore.h: Move to ...
2499         * sysdeps/pthread/semaphore.h: ... here.
2500         * Makefile (installed-headers): Change nptl/semaphore.h to
2501         sysdeps/pthread/semaphore.h.
2503 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2505         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2506         generated error format strings.
2508         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2509         -Wformat-extra-args warnings for scanf formats.
2510         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2511         test of zero-length format (duh).
2512         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2513         corner-case scanf format test.
2514         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2515         generated fprintf format string.
2516         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2517         corner-case sprintf format tests.
2518         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2519         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2520         -Wformat-extra-args warnings throughout.
2521         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2522         (CFLAGS-scanf4.c): Likewise.
2523         (CFLAGS-scanf7.c): Likewise.
2524         (CFLAGS-tst-sprintf.c): Likewise.
2525         (CFLAGS-tst-printf.c): Likewise.
2526         (CFLAGS-tst-printfsz.c): Likewise.
2528 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2530         * include/cpio.h: New file.
2531         * include/fmtmsg.h: Likewise.
2533         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2534         corresponding format argument to size_t.
2535         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2536         arguments.
2537         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2538         corresponding format argument to size_t.
2539         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2540         arguments.
2541         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2542         corresponding format argument to size_t.
2543         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2544         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2545         (CFLAGS-tst-mbswcs2.c): Likewise.
2546         (CFLAGS-tst-mbswcs3.c): Likewise.
2547         (CFLAGS-tst-mbswcs4.c): Likewise.
2548         (CFLAGS-tst-mbswcs5.c): Likewise.
2549         (CFLAGS-tst-trans.c): Likewise
2551 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2553         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2554         rather than assuming they won't contain any '%'s.
2556 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2558         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2559         inhibit_loop_to_libcall to avoid recursive calls.
2560         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2561         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2563 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2565         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2566         prototype.
2568 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2570         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2571         integer value instead of boolean.
2573 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2575         * malloc/malloc.c: Fix powerof2 check.
2577 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2579         * locale/programs/locfile.h (maybe_swap_uint32):
2580         Remove inline and add unused attribute.
2582 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2584         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2585         Truncating assembler expression to a .long expression.
2587 2014-12-11  Andreas Schwab  <schwab@suse.de>
2589         * elf/rtld.c (struct map_args): Constify str member.
2590         (do_preload): Constify fname argument.
2592 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2594         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2595         constants definition.
2597 2014-12-11  Andreas Schwab  <schwab@suse.de>
2599         [BZ #16657]
2600         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2601         FORCE_ELISION instead of DO_ELISION.
2602         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2603         Remove.
2604         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2605         Likewise.
2607         * iconvdata/gconv-modules: Remove duplicate entry.
2609 2014-12-11  Will Newton  <will.newton@linaro.org>
2611         Merge gettext 0.19.3 into intl/.
2613         This involves a number of cosmetic changes to comments
2614         and ANSI function definitions and prototypes throughout
2615         all the files. The gettext copyright header is used but
2616         with the date ranges taken from the glibc copy.
2618         * NEWS: Add gettext merge to 2.21.
2619         * intl/bindtextdom.c: Switch to gettext copyright.
2620         Use ANSI definitions and prototypes.
2621         Use gl_* locking primitives rather than __libc_* ones.
2622         Use __builtin_expect rather than __glibc_likely/unlikely.
2623         * intl/dcgettext.c: Switch to gettext copyright.
2624         Use ANSI definitions and prototypes.
2625         * intl/dcigettext.c: Switch to gettext copyright.
2626         Use ANSI definitions and prototypes.
2627         (INTDIV0_RAISES_SIGFPE): New define.
2628         Use gl_* locking primitives rather than __libc_* ones.
2629         Include eval-plural.h instead of plural-eval.c.
2630         Use __builtin_expect rather than __glibc_likely/unlikely.
2631         * intl/dcngettext.c: Switch to gettext copyright.
2632         Use ANSI definitions and prototypes.
2633         * intl/dgettext.c: Likewise.
2634         * intl/dngettext.c: Likewise.
2635         * intl/plural-eval.c: Renamed to...
2636         * intl/eval-plural.h: ...this.
2637         * intl/explodename.c: Switch to gettext copyright.
2638         Use ANSI definitions and prototypes.
2639         (_nl_explode_name): Use strchr instead of __rawmemchr.
2640         * intl/finddomain.c: Switch to gettext copyright.
2641         Use ANSI definitions and prototypes.
2642         Use gl_* locking primitives rather than __libc_* ones.
2643         (_nl_find_domain): Use malloc rather than alloca for
2644         allocation of temporary locale name.
2645         * intl/gettext.c: Switch to gettext copyright.
2646         Use ANSI definitions and prototypes.
2647         * intl/gettextP.h: Switch to gettext copyright.
2648         Use ANSI definitions and prototypes.
2649         Use gl_* locking primitives rather than __libc_* ones.
2650         * intl/gmo.h: Switch to gettext copyright.
2651         (struct sysdep_string): Move struct segment_pair outside of
2652         struct definition.
2653         * intl/hash-string.c: Use ANSI definitions and prototypes.
2654         * intl/hash-string.h: Switch to gettext copyright.
2655         Use ANSI definitions and prototypes.
2656         * intl/l10nflist.c: Switch to gettext copyright.
2657         Use ANSI definitions and prototypes.
2658         (_nl_normalize_codeset): Avoid integer overflow.
2659         * intl/loadinfo.h: Switch to gettext copyright.
2660         Use ANSI definitions and prototypes.
2661         (LIBINTL_DLL_EXPORTED): New define.
2662         (PATH_SEPARATOR): New define.
2663         * intl/loadmsgcat.c: Switch to gettext copyright.
2664         * intl/localealias.c: Switch to gettext copyright.
2665         Use ANSI definitions and prototypes.
2666         (_nl_expand_alias): Use PATH_SEPARATOR.
2667         * intl/ngettext.c: Switch to gettext copyright.
2668         Use ANSI definitions and prototypes.
2669         * intl/plural-exp.c: Likewise.
2670         * intl/plural-exp.h: Switch to gettext copyright.
2671         Use ANSI definitions and prototypes.
2672         (struct expression): Move definition of enum operator outside
2673         of struct definition.
2674         * intl/plural.c: Regenerate.
2675         * intl/plural.y: Switch to gettext copyright.
2676         Use ANSI definitions and prototypes.
2677         Port to bison 3.0.
2678         * intl/textdomain.c: Switch to gettext copyright.
2679         Use ANSI definitions and prototypes.
2680         Use gl_* locking primitives rather than __libc_* ones.
2682 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2684         * debug/warning-nop.c: Add used atrribute.
2686 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2688         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2690         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2691         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2692         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2694 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2695             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2697         [BZ #17634]
2698         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2699         Undefine after defining function.  Define as weak alias of
2700         __wcschr.  Use libc_hidden_weak.
2701         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2702         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2703         (libc_hidden_def): Also define __GI___wcschr alias.
2704         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2705         __wcschr and define as weak alias of __wcschr.
2706         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2707         __wcschr.
2708         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2709         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2710         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2711         libc_hidden_weak.  Do not use libc_hidden_def.
2712         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2713         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2714         __GI___wcschr alias.
2715         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2716         [IS_IN (libc)] (wcschr): Define as macro expanding to
2717         __redirect_wcschr.
2718         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2719         [IS_IN (libc)] (__wcschr_power6): Likewise.
2720         [IS_IN (libc)] (__wcschr_power7): Likewise.
2721         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2722         instead of wcschr.
2723         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2724         __libc_wcschr.
2725         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2726         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2727         __wcschr and define as weak alias of __wcschr.  Use
2728         libc_hidden_builtin_def.
2729         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2730         as weak alias of __wcschr.  Use libc_hidden_weak.
2731         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2732         wcschr.
2733         * time/era.c (_nl_init_era_entries): Likewise.
2734         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2735         variable.
2736         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2737         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2739 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2741         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2742         format for long int variable.
2744 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2746         [BZ #10672]
2747         * manual/search.texi: (Array Sort Function): Remove claim how to make
2748         qsort stable.
2750 2014-12-10  Andreas Schwab  <schwab@suse.de>
2752         [BZ #12847]
2753         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2754         user-controlled locks.
2756 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2758         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2759         register.
2761 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2763         * configure.ac (--disable-werror): New configure option.
2764         (enable_werror): New AC_SUBST.
2765         * configure: Regenerated.
2766         * config.make.in (enable-werror): New variable.
2767         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2768         -Wno-error=undef.
2769         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2770         * manual/install.texi (Configuring and compiling): Document
2771         --disable-werror.
2772         * INSTALL: Regenerated.
2773         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2774         (CFLAGS-tst-chk2.c): Likewise.
2775         (CFLAGS-tst-chk3.c): Likewise.
2776         (CFLAGS-tst-chk4.cc): Likewise.
2777         (CFLAGS-tst-chk5.cc): Likewise.
2778         (CFLAGS-tst-chk6.cc): Likewise.
2779         (CFLAGS-tst-lfschk1.c): Likewise.
2780         (CFLAGS-tst-lfschk2.c): Likewise.
2781         (CFLAGS-tst-lfschk3.c): Likewise.
2782         (CFLAGS-tst-lfschk4.cc): Likewise.
2783         (CFLAGS-tst-lfschk5.cc): Likewise.
2784         (CFLAGS-tst-lfschk6.cc): Likewise.
2786         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2787         (main): Disable -Wdeprecated-declarations around calls to
2788         register_printf_function.
2790         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2791         (do_test): Disable -Wdiv-by-zero around some calls to
2792         fwrite_unlocked and fread_unlocked.
2794         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2795         (DIAG_POP_NEEDS_COMMENT): Likewise.
2796         (_DIAG_STR1): Likewise.
2797         (_DIAG_STR): Likewise.
2798         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2799         * stdio-common/bug21.c: Include <libc-internal.h>.
2800         (do_test): Disable -Wformat around call to sscanf.
2801         * stdio-common/scanf14.c: Include <libc-internal.h>.
2802         (main): Disable -Wformat around some calls to scanf functions.
2804 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2806         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2808 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2810         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2811         stack variable alignment.
2813 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2815         [BZ #17682]
2816         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2817         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2818         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2819         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2820         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2821         __getrlimit instead of getrlimit.
2822         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2823         __gettimeofday instead of gettimeofday.
2824         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2825         Likewise.
2826         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2827         Likewise.
2828         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2829         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2830         Remove variable.
2831         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2832         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2834 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2836         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2837         for wide-character tests.
2839 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2841         * io/openat64.c: #include <libc-internal.h>
2842         (__openat64): Prototypify.  Use ignore_value on MODE.
2843         * io/openat.c: Likewise.
2844         * misc/reboot.c: #include <libc-internal.h>
2845         (reboot): Prototypify.  Use ignore_value on HOWTO.
2846         * misc/ptrace.c: #include <libc-internal.h>
2847         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2849 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2851         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2852         XPG4, UNIX98 and XOPEN2K.
2853         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2854         Remove variable.
2855         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2857 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2859         * libio/fileops.c: Use ISO C style for function definitions.
2860         * libio/iofopen.c: Likewise.
2861         * libio/wfileops.c: Likewise.
2863         [BZ #17653]
2864         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2865         offset on EOF.
2866         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2867         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2868         (fgets_func): Function pointer to fgets and fgetws.
2869         (do_ftell_test): Add test to verify ftell value after read
2870         EOF.
2871         (do_test): Set fgets_func.
2873         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2874         O_TRUNC flag for w and w+ modes.
2875         (do_rewind_test): Likewise.
2876         (do_ftell_test): Likewise.
2877         (do_write_test): Likewise.
2879         [BZ #17647]
2880         * libio/fileops.c (do_ftell): Seek only when there are
2881         unflushed writes.
2882         * libio/wfileops.c (do_ftell_wide): Likewise.
2883         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2884         test case.
2885         (do_one_test): Call it.
2887 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2889         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2890         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2891         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2892         Remove variable.
2893         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2894         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2895         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2897 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2899         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2900         Remove variable.
2901         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2903         [BZ #17668]
2904         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2905         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2906         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2907         __freeifaddrs.  Use libc_hidden_weak.
2908         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2909         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2910         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2911         __freeifaddrs.  Use libc_hidden_weak.
2912         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2913         __getifaddrs and define as weak alias of __getifaddrs.  Use
2914         libc_hidden_weak.
2915         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2916         __freeifaddrs.  Use libc_hidden_weak.
2917         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2918         Remove variable.
2919         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2920         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2922 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2924         [BZ #17601]
2925         * sysdeps/mips/start.S (__start): Use indirect jump to call
2926         __libc_start_main.
2928 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2930         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2932         * nptl/tst-mutex1.c: Include <stdbool.h>.
2933         [!ATTR] (ATTR_NULL): New macro.
2934         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2935         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2936         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2938         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2939         to char *.
2941         [BZ #17665]
2942         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2943         Change conditional to [__USE_MISC].
2945         [BZ #17664]
2946         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2947         fgets_unlocked.
2948         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2949         __fgets_unlocked.
2950         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2951         fgets_unlocked.
2952         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2953         Remove variable.
2954         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2955         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2956         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2957         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2958         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2959         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2960         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2961         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2962         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2964         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2966 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2968         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2969         Remove strpbrk objects.
2970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2971         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2972         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2973         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2974         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2975         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2977         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2978         Remove strcspn objects.
2979         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2980         (__libc_ifunc_impl_list): Remove strcspn implementation.
2981         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2982         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2983         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2984         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2986         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2987         Remove strspn objetcs.
2988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2989         (__libc_ifunc_impl_list): Remove strspn implementation.
2990         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2991         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2992         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2993         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2995 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2997         [BZ #17581]
2998         * malloc/hooks.c
2999         (mem2mem_check): Add a terminator to the chain of checking blocks.
3000         (malloc_check_get_size): Use it here.
3001         (mem2chunk_check): Ditto.
3003 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3005         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3006         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3008 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3010         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3012         * nptl/nptl-init.c: Include libc-internal.h.
3013         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3015         * elf/ldconfig.c (search_dir): Expand comment.
3017 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3019         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3020         variable.
3021         (linknamespace-symlist-stdlibs-tests): Likewise.
3022         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3023         instead of $(objpfx)symlist-stdlibs.
3024         (linknamespace-libs-isoc): New variable.
3025         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3026         (linknamespace-libs-ISO): New variable.
3027         (linknamespace-libs-ISO99): Likewise.
3028         (linknamespace-libs-ISO11): Likewise.
3029         (linknamespace-libs-XPG3): Likewise.
3030         (linknamespace-libs-XPG4): Likewise.
3031         (linknamespace-libs-POSIX): Likewise.
3032         (linknamespace-libs-UNIX98): Likewise.
3033         (linknamespace-libs-XOPEN2K): Likewise.
3034         (linknamespace-libs-POSIX2008): Likewise.
3035         (linknamespace-libs-XOPEN2K8): Likewise.
3036         ($(objpfx)symlist-stdlibs): Replace by
3037         $(linknamespace-symlist-stdlibs-tests).  Use
3038         $(linknamespace-libs-$*) as set of libraries.
3039         ($(linknamespace-header-tests)): Update dependencies.  Use
3040         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3041         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3042         * conform/linknamespace.pl: Remove comment about considering
3043         definitions of symbols from irrelevant libraries.
3045 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3047         [BZ #13862]
3048         * elf/dl-tls.c: Include <atomic.h>.
3049         (oom): Remove #ifdef SHARED/#endif.
3050         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3051         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3052         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3053         big enough.
3054         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3055         * nptl/Makefile (tests): Add tst-stack4.
3056         (modules-names): Add tst-stack4mod.
3057         ($(objpfx)tst-stack4): New.
3058         (tst-stack4mod.sos): Likewise.
3059         ($(objpfx)tst-stack4.out): Likewise.
3060         ($(tst-stack4mod.sos)): Likewise.
3061         (clean): Likewise.
3062         * nptl/tst-stack4.c: New file.
3063         * nptl/tst-stack4mod.c: Likewise.
3065 2014-11-27  J. Brown  <jb999@gmx.de>
3067         * sysdeps/x86/bits/string.h: Add recent CPUs.
3069 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3071         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3072         sigblock.
3074         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3075         feof.
3077         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3078         variable.
3080 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3082         * nscd/connections.c: Include libc-internal.h because of macro
3083         usage ignore_value.
3085 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3087         * string/bits/string3.h (__warn_memset_zero_len): Don't
3088         declare for gcc newer than 5.0.
3089         (memset): Don't test for zero-length __LEN for gcc newer than
3090         5.0.
3092 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3094         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3095         size_t for %zu format.
3097         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3098         difference, not %ju.
3100 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3102         * include/libc-internal.h (ignore_value): New macro.
3103         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3104         with ignore_value.
3106         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3107         definition.
3109         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3110         pthread_cleanup_push to void *.
3112         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3113         Undefine.
3115         [BZ #16619]
3116         [BZ #16740]
3117         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3118         instead of 1L << 52.
3120         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3121         * libio/bug-rewind2.c (do_test): Likewise.
3123         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3124         * debug/test-strcpy_chk-ifunc.c: Likewise.
3125         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3126         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3127         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3128         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3129         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3130         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3131         * Rules [$(multi-arch) = no] (tests): Do not filter out
3132         $(tests-ifunc).
3133         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3134         * debug/Makefile (tests-ifunc): Remove variable.
3135         (tests): Do not add $(tests-ifunc).
3136         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3137         (tests): Do not add $(tests-ifunc).
3138         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3139         [TEST_IFUNC]: Remove conditionals.
3140         * string/test-string.h (TEST_IFUNC): Remove macro.
3141         [TEST_IFUNC]: Remove conditionals.
3143         * string/test-strchr.c [!WIDE] (L): New macro.
3144         [WIDE] (L): Likewise.
3145         (check1): Use CHAR instead of char.  Use L on string and character
3146         constants.
3148 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3150         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3151         tests.
3152         * sysdeps/powerpc/bits/atomic.h
3153         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3154         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3155         (atomic_exchange_and_add_acq): Likewise.
3156         (atomic_exchange_and_add_rel): Likewise.
3157         * sysdeps/powerpc/powerpc32/bits/atomic.h
3158         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3159         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3160         * sysdeps/powerpc/powerpc64/bits/atomic.h
3161         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3162         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3164 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3166         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3167         Change synchronization of __sched_fifo_min_prio and
3168         __sched_fifo_max_prio.
3169         * nptl/pthread_mutexattr_getprioceiling.c
3170         (pthread_mutexattr_getprioceiling): Likewise.
3171         * nptl/pthread_mutexattr_setprioceiling.c
3172         (pthread_mutexattr_setprioceiling): Likewise.
3173         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3174         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3175         Likewise.
3177 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3179         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3180         void.
3182 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3184         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3185         third argument const.
3187 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3189         fnmatch: work around GCC compiler warning bug with uninit var
3190         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3191         This works around a bug with x86-64 GCC 4.9.2 and earlier
3192         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3193         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3194         used uninitialized in this function [-Wmaybe-uninitialized]".
3196 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3198         * posix/bug-regex31.c (main): Return RES not 0.
3200 2014-11-25  Anton Blanchard <anton@samba.org>
3202         * sysdeps/powerpc/bits/atomic.h
3203         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3205 2014-11-24  Sterling Augustine  <saugustine@google.com>
3207         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3209 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3211         [BZ #17608]
3212         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3214 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3216         [BZ #17633]
3217         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3218         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3219         variable.
3220         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3221         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3223 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3225         * string/strncpy.c (strncpy): Improve performance by using memset.
3227 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3229         * string/strcpy.c (strcpy):
3230         Improve performance by using strlen and memcpy.
3232 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3234         * string/strcoll_l.c (get_next_seq): __always_inline.
3235         * string/strcoll_l.c (do_compare): __always_inline.
3237 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3239         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3240         defined.
3241         * include/mqueue.h: Likewise.
3242         * include/stdlib.h: Likewise.
3244         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3245         (get_null_defines): Adjust.
3246         * sunrpc/Makefile: Adjust comment.
3247         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3248         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3249         (CFLAGS-interp.c): Likewise.
3250         (CFLAGS-ldconfig.c): Likewise.
3251         (CPPFLAGS-.os): Likewise.
3252         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3253         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3254         * extra-modules.mk (extra-modules.mk): Likewise.
3255         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3256         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3257         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3258         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3259         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3260         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3261         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3262         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3263         * iconvdata/Makefile (CPPFLAGS): Likewise.
3264         (cpp-srcs-left): Add libof for all iconvdata routines.
3265         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3266         * include/assert.h: Likewise.
3267         * include/ctype.h: Likewise.
3268         * include/errno.h: Likewise.
3269         * include/libc-symbols.h: Likewise.
3270         * include/math.h: Likewise.
3271         * include/netdb.h: Likewise.
3272         * include/resolv.h: Likewise.
3273         * include/stdio.h: Likewise.
3274         * include/stdlib.h: Likewise.
3275         * include/string.h: Likewise.
3276         * include/sys/stat.h: Likewise.
3277         * include/wctype.h: Likewise.
3278         * intl/l10nflist.c: Likewise.
3279         * libidn/idn-stub.c: Likewise.
3280         * libio/libioP.h: Likewise.
3281         * nptl/libc_multiple_threads.c: Likewise.
3282         * nptl/pthreadP.h: Likewise.
3283         * posix/regex_internal.h: Likewise.
3284         * resolv/res_hconf.c: Likewise.
3285         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3286         * sysdeps/arm/memmove.S: Likewise.
3287         * sysdeps/arm/sysdep.h: Likewise.
3288         * sysdeps/generic/_itoa.h: Likewise.
3289         * sysdeps/generic/symbol-hacks.h: Likewise.
3290         * sysdeps/gnu/errlist.awk: Likewise.
3291         * sysdeps/gnu/errlist.c: Likewise.
3292         * sysdeps/i386/i586/memcpy.S: Likewise.
3293         * sysdeps/i386/i586/memset.S: Likewise.
3294         * sysdeps/i386/i686/memcpy.S: Likewise.
3295         * sysdeps/i386/i686/memmove.S: Likewise.
3296         * sysdeps/i386/i686/mempcpy.S: Likewise.
3297         * sysdeps/i386/i686/memset.S: Likewise.
3298         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3299         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3300         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3301         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3302         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3303         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3304         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3305         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3306         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3307         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3308         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3309         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3310         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3311         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3312         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3313         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3314         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3315         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3316         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3317         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3318         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3319         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3320         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3321         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3322         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3323         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3324         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3325         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3326         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3327         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3328         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3329         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3330         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3331         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3332         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3333         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3334         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3335         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3336         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3337         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3338         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3339         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3340         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3341         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3342         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3343         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3344         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3345         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3346         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3347         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3348         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3349         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3350         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3351         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3352         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3353         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3354         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3355         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3356         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3357         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3358         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3359         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3360         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3361         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3362         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3363         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3364         * sysdeps/posix/closedir.c: Likewise.
3365         * sysdeps/posix/opendir.c: Likewise.
3366         * sysdeps/posix/readdir.c: Likewise.
3367         * sysdeps/posix/rewinddir.c: Likewise.
3368         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3369         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3370         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3371         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3372         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3373         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3374         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3375         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3376         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3377         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3378         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3379         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3380         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3381         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3382         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3383         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3384         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3385         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3386         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3387         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3388         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3389         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3390         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3391         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3392         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3393         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3394         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3395         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3396         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3397         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3398         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3399         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3400         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3401         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3402         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3403         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3404         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3405         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3406         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3407         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3408         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3409         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3410         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3411         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3412         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3413         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3414         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3415         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3416         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3417         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3418         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3419         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3420         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3421         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3422         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3423         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3424         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3425         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3426         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3427         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3428         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3429         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3430         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3431         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3432         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3433         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3434         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3435         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3436         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3437         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3438         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3439         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3440         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3441         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3442         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3443         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3444         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3445         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3446         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3447         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3448         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3449         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3450         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3451         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3452         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3453         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3454         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3455         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3456         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3457         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3458         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3459         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3460         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3461         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3462         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3463         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3464         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3465         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3466         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3467         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3468         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3469         * sysdeps/unix/alpha/sysdep.S: Likewise.
3470         * sysdeps/unix/alpha/sysdep.h: Likewise.
3471         * sysdeps/unix/make-syscalls.sh: Likewise.
3472         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3474         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3475         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3476         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3477         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3478         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3479         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3480         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3481         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3482         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3483         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3484         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3485         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3486         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3487         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3488         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3489         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3490         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3491         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3492         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3493         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3494         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3495         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3496         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3497         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3498         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3501         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3502         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3503         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3504         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3505         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3506         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3507         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3508         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3509         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3510         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3511         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3512         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3513         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3514         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3515         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3516         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3517         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3518         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3519         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3520         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3521         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3522         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3523         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3524         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3525         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3526         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3527         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3528         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3529         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3530         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3531         * sysdeps/x86_64/memcpy.S: Likewise.
3532         * sysdeps/x86_64/memmove.c: Likewise.
3533         * sysdeps/x86_64/memset.S: Likewise.
3534         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3535         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3536         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3537         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3538         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3539         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3540         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3541         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3542         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3543         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3544         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3545         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3546         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3547         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3548         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3549         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3550         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3551         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3552         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3553         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3554         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3555         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3556         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3557         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3558         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3559         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3560         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3561         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3562         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3563         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3564         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3565         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3566         * sysdeps/x86_64/strcmp.S: Likewise.
3568         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3570         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3571         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3572         * elf/rtld-Rules: Likewise.
3573         * elf/setup-vdso.h: Likewise.
3574         * include/assert.h: Likewise.
3575         * include/bits/stdlib-float.h: Likewise.
3576         * include/errno.h: Likewise.
3577         * include/sys/stat.h: Likewise.
3578         * include/unistd.h: Likewise.
3579         * sysdeps/aarch64/setjmp.S: Likewise.
3580         * sysdeps/alpha/setjmp.S: Likewise.
3581         * sysdeps/arm/__longjmp.S: Likewise.
3582         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3583         * sysdeps/arm/setjmp.S: Likewise.
3584         * sysdeps/arm/sysdep.h: Likewise.
3585         * sysdeps/generic/_itoa.h: Likewise.
3586         * sysdeps/generic/dl-sysdep.h: Likewise.
3587         * sysdeps/generic/ldsodefs.h: Likewise.
3588         * sysdeps/i386/dl-tls.h: Likewise.
3589         * sysdeps/i386/setjmp.S: Likewise.
3590         * sysdeps/m68k/setjmp.c: Likewise.
3591         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3592         * sysdeps/mach/hurd/opendir.c: Likewise.
3593         * sysdeps/posix/getcwd.c: Likewise.
3594         * sysdeps/posix/opendir.c: Likewise.
3595         * sysdeps/posix/profil.c: Likewise.
3596         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3597         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3598         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3599         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3600         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3601         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3602         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3603         * sysdeps/s390/dl-tls.h: Likewise.
3604         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3605         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3606         * sysdeps/sh/sh3/setjmp.S: Likewise.
3607         * sysdeps/sh/sh4/setjmp.S: Likewise.
3608         * sysdeps/unix/alpha/sysdep.h: Likewise.
3609         * sysdeps/unix/arm/sysdep.S: Likewise.
3610         * sysdeps/unix/i386/sysdep.S: Likewise.
3611         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3612         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3613         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3614         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3615         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3616         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3617         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3618         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3619         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3620         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3621         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3622         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3623         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3626         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3627         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3628         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3629         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3630         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3631         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3632         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3633         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3634         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3635         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3636         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3637         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3638         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3639         * sysdeps/x86_64/setjmp.S: Likewise.
3641         * include/math.h: Use IS_IN instead of IS_IN_libm.
3642         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3643         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3644         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3645         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3646         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3647         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3648         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3649         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3650         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3651         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3652         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3653         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3654         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3655         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3656         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3657         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3658         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3659         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3660         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3661         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3662         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3663         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3664         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3665         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3666         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3667         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3668         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3669         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3670         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3671         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3672         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3673         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3674         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3676         Likewise.
3677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3678         Likewise.
3679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3680         Likewise.
3681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3682         Likewise.
3683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3684         Likewise.
3685         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3686         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3687         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3688         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3689         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3690         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3696         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3697         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3698         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3699         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3700         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3701         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3702         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3703         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3704         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3705         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3706         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3707         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3708         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3709         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3710         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3711         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3713         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3714         * nptl/pthreadP.h: Likewise.
3715         * nptl_db/structs.def: Likewise.
3716         * sysdeps/arm/sysdep.h: Likewise.
3717         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3718         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3719         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3720         * sysdeps/unix/alpha/sysdep.h: Likewise.
3721         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3722         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3723         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3724         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3725         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3726         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3727         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3728         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3729         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3730         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3731         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3732         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3733         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3734         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3737         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3738         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3739         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3740         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3741         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3742         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3743         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3744         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3745         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3746         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3748         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3749         * nptl/pthreadP.h: Likewise.
3750         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3751         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3752         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3753         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3754         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3755         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3756         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3757         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3758         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3759         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3760         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3761         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3763         Likewise.
3764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3765         Likewise.
3766         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3767         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3768         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3769         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3770         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3771         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3772         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3773         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3775         * dlfcn/dladdr.c: Use IS_IN.
3776         * dlfcn/dladdr1.c: Likewise.
3777         * dlfcn/dlclose.c: Likewise.
3778         * dlfcn/dlerror.c: Likewise.
3779         * dlfcn/dlinfo.c: Likewise.
3780         * dlfcn/dlmopen.c: Likewise.
3781         * dlfcn/dlopen.c: Likewise.
3782         * dlfcn/dlsym.c: Likewise.
3783         * dlfcn/dlvsym.c: Likewise.
3785         * include/ifaddrs.h: Use IS_IN.
3786         * inet/check_pf.c: Likewise.
3787         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3788         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3790         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3791         IS_IN_ldconfig.
3792         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3793         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3795         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3796         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3797         IS_IN (libc).
3799         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3801         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3802         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3803         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3804         * include/libc-symbols.h (IS_IN_LIB): New macro.
3805         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3806         * include/netdb.h: Likewise.
3807         * include/stap-probe.h: Remove all uses of IN_LIB.
3809         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3810         instead of IN_MODULE.
3811         * include/libc-symbols.h (IN_MODULE): Define using
3812         MODULE_NAME.
3813         (PASTE_NAME, PASTE_NAME1): New macros.
3814         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3815         of IN_LIB.
3816         (STAP_PROBE_ASM): Likewise.
3818 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3820         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3821         __mach_init in dlopened libc.
3823 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3825         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3826         * sysdeps/arm/preconfigure: Regenerate.
3828 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3830         * nptl/pthread_create.c (__pthread_create_2_1): Set
3831         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3832         when copying values from IATTR into PD.
3834 2014-11-21  Will Newton  <will.newton@linaro.org>
3835             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3837         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3838         Refactor inline-asm.  Also add comment.
3840         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3841         ElfW macro instead of hardcoded Elf64 types.
3842         (la_aarch64_gnu_pltenter): Likewise.
3843         * sysdeps/aarch64/dl-machine.h
3844         (elf_machine_runtime_setup): Use ElfW(Addr).
3846         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3847         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3848         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3849         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3850         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3851         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3852         (R_AARCH64_TLS_DTPMOD): This.
3853         (R_AARCH64_TLS_DTPREL64): Rename to ...
3854         (R_AARCH64_TLS_DTPREL): This.
3855         (R_AARCH64_TLS_TPREL64): Rename to ...
3856         (R_AARCH64_TLS_TPREL): This.
3857         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3858         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3859         R_AARCH64_TLS_TPREL64.
3860         (elf_machine_rela): Likewise.
3862 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3864         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3865         by setting it to 0.  64b atomics are not supported currently.
3867 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3869         [BZ #16469]
3870         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3871         search domain names.
3873 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3875         [BZ #16469]
3876         * NEWS: Update.
3877         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3878         trailing dot.
3879         * posix/tst-getaddrinfo5.c: New.
3880         * posix/Makefile (tests): Add it.
3882 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3884         [BZ #14498]
3885         * NEWS: Fixed.
3886         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3887         after parsing line but before break_if_match.
3888         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3889         if there is a protocol mismatch.
3891 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3893         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3894         because the potential race is on the user-supplied stream.
3896 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3898         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3899         string literal if not passed a buffer.
3900         * manual/job.texi (ctermid): Update reasoning, note deviation
3901         from posix, suggest mtasurace when not passed a buffer, for
3902         future non-preliminary safety notes.
3904 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3906         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3907         of not passing it a buffer.
3908         Reported by Peng Haitao.
3910 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3912         * manual/Makefile ($(objpfx)stamp-summary): Require
3913         check-safety.sh to pass.
3914         * manual/check-safety.sh: Wish for verification that every
3915         @deftypefn and @deftypefun is followed by a @safety remark.
3917 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3919         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3921         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3922         PTHREAD_CANCEL_ASYNCHRONOUS.
3923         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3924         send SIGCANCEL.
3926         * nptl/default-sched.h: New file.
3927         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3928         * nptl/pthread_create.c: Include it.
3929         (__pthread_create_2_1): Use collect_default_sched instead of making
3930         Linux syscalls here directly.
3932 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3934         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3935         __pthread_once): Use C11 atomics.
3937 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3939         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3941 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3943         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3944         atomic_thread_fence_acquire, atomic_thread_fence_release,
3945         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3946         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3947         atomic_compare_exchange_weak_relaxed,
3948         atomic_compare_exchange_weak_acquire,
3949         atomic_compare_exchange_weak_release,
3950         atomic_exchange_acquire, atomic_exchange_release,
3951         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3952         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3953         atomic_fetch_and_acquire,
3954         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3956 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3958         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3959         USE_ATOMIC_COMPILER_BUILTINS): Define.
3960         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3961         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3962         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3963         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3964         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3965         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3966         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3967         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3968         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3969         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3970         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3971         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3972         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3973         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3974         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3975         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3976         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3977         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3978         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3979         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3980         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3981         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3982         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3983         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3984         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3985         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3986         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3987         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3988         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3989         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3990         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3991         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3992         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3993         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3994         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3995         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3996         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3997         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3998         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3999         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4001 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4003         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4004         the sched_priority value here.  It was already checked when the user
4005         called pthread_attr_setschedparam.
4007         * nptl/tst-bad-schedattr.c: New file.
4008         * nptl/Makefile (tests): Add it.
4010 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4011             Florian Weimer  <fweimer@redhat.com>
4012             Joseph Myers  <joseph@codesourcery.com>
4013             Adam Conrad  <adconrad@0c3.net>
4014             Andreas Schwab  <schwab@suse.de>
4015             Brooks  <bmoses@google.com>
4017         [BZ #17625]
4018         * wordexp-test.c (__dso_handle): Add prototype.
4019         (__register_atfork): Likewise.
4020         (__app_register_atfork): New function.
4021         (registered_forks): New global.
4022         (register_fork): New function.
4023         (test_case): Add 3 new tests for WRDE_CMDSUB.
4024         (main): Call __app_register_atfork.
4025         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4026         fork count is non-zero fail the test.
4027         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4028         is set.
4029         (parse_dollars): Remove check for WRDE_NOCMD.
4030         (parse_dquote): Likewise.
4032 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4034         * Makeconfig (built-modules): List non-library modules to be
4035         built.
4036         (module-cppflags): Include libc-modules.h for
4037         everything except shlib-versions.v.i.
4038         (CPPFLAGS): Use it.
4039         (before-compile): Add libc-modules.h.
4040         ($(common-objpfx)libc-modules.h,
4041         $(common-objpfx)libc-modules.stmp): New targets.
4042         (common-generated): Add libc-modules.h and libc-modules.stmp.
4043         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4044         * include/libc-symbols.h: Don't include libc-modules.h.
4045         * include/libc-modules.h: Remove file.
4046         * scripts/gen-libc-modules.awk: New script to generate
4047         libc-modules.h.
4048         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4049         Depend on libc-modules.stmp.
4051         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4053         * Makeconfig (in-module): Get value of libof set for the
4054         translation unit.
4055         (CPPFLAGS): Use $(in-module).
4056         * Makerules: Don't suffix routine names for nonlib.
4057         * include/libc-modules.h: New file.
4058         * include/libc-symbols.h: Include libc-modules.h
4059         (IS_IN): New macro to replace IS_IN_* macros.
4060         * elf/Makefile: Set libof-* for each routine.
4061         * elf/rtld-Rules: Likewise.
4062         * extra-modules.mk: Likewise.
4063         * iconv/Makefile: Likewise.
4064         * iconvdata/Makefile: Likewise.
4065         * locale/Makefile: Likewise.
4066         * malloc/Makefile: Likewise.
4067         * nss/Makefile: Likewise.
4068         * sysdeps/gnu/Makefile: Likewise.
4069         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4070         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4071         * sysdeps/s390/s390-64/Makefile: Likewise.
4072         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4073         CPPFLAGS for nscd instead of nonlib.
4075 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4077         * nptl/createthread.c: New file.
4079         * nptl/createthread.c: Moved ...
4080         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4082         * nptl/createthread.c: Add proper top-line comment.
4083         (do_clone): Folded into ...
4084         (create_thread): ... here.  Take new arguments STOPPED_START and
4085         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4086         increment __nptl_threads, do event-reporting logic, do
4087         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4088         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4089         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4090         just send SIGCANCEL.
4091         * nptl/pthread_create.c: Forward-declare create_thread before
4092         including createthread.c.
4093         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4094         declaration, and new macro START_THREAD_SELF to replace argument.
4095         Remove return statement.
4096         (report_thread_creation): New function.
4097         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4098         synchronization logic, and __nptl_nthreads increment here, around
4099         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4100         PD->parent_cancelhandling here, before create_thread.  When
4101         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4102         __deallocate_stack, and ENOMEM translation here.
4104 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4106         [BZ #17616]
4107         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4108         (mptwo): Rename to __mptwo.
4109         (__inv): Use __mptwo instead of mptwo.
4110         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4111         (mptwo): Rename to __mptwo.
4112         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4113         of mpone and __mptwo instead of mptwo.
4114         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4115         instead of mpone.
4116         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4117         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4118         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4119         of mpone and __mptwo instead of mptwo.
4120         (__mpranred): Use __mpone instead of mpone.
4121         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4122         variable.
4123         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4124         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4125         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4126         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4127         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4128         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4129         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4130         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4131         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4132         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4133         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4134         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4135         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4136         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4137         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4138         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4139         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4140         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4141         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4143 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4145         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4146         replace BSD Handler xref with BSD Signal Handling.
4148 2014-11-17  Richard Henderson  <rth@redhat.com>
4150         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4151         (_FP_PACK_RAW_2): Remove.
4152         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4153         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4154         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4155         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4156         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4157         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4158         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4159         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4160         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4161         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4162         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4163         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4164         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4165         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4166         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4167         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4169 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4171         * signal/signal.h [__USE_MISC]
4172         (struct sigvec): Remove type.
4173         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4174         (sigvec): Remove declaration.
4175         * sysdeps/posix/sigvec.c: Moved ...
4176         * signal/sigvec.c: ... here, replacing old file.
4177         (struct sigvec): New type, copied from old signal.h definition.
4178         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4179         (__sigvec): Convert definition to prototype.
4180         (sigvec): Replace weak_alias with compat_symbol.
4181         * signal/Versions (libc: GLIBC_2.21): New version set.
4182         * include/signal.h: Remove __sigvec declaration.
4183         * sysdeps/unix/bsd/sigvec.c: Remove file.
4184         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4185         * manual/signal.texi (BSD Handler): Remove subsection.
4186         Move siginterrupt up to ...
4187         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4188         (Blocking in BSD): Fold subsection into its parent.
4189         * NEWS: Mention sigvec removal.
4191 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4193         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4194         (DLA_FMS): Make definition conditional only on [__FMA4__].
4195         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4196         definition.
4198         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4199         Make definition conditional only on [PROF].
4200         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4201         definition.
4202         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4203         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4205         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4206         !__GNUC__].
4207         * include/signal.h (__sigpause): Move declaration above call to
4208         libc_hidden_proto.
4209         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4210         variable.
4211         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4212         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4214 2014-11-14  David S. Miller  <davem@davemloft.net>
4216         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4217         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4219 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4221         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4222         * configure: Regenerated.
4223         * manual/install.texi (Tools for Compilation): Document a
4224         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4225         compiler verified to work.
4226         * INSTALL: Regenerated.
4228         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4229         redeclare with asm name.
4230         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4231         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4232         including <string.h>.
4233         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4234         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4235         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4236         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4237         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4238         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4239         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4241 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4243         * stdlib/strtol.c (__strtol): Use prototype definition.
4245         [BZ #17594]
4246         * stdlib/strtol.c (SYM__): New macro.
4247         (SYM__1): Likewise.
4248         (__strtol): Likewise.
4249         (strtol): Rename to __strtol and define as weak alias of
4250         __strtol.  Use libc_hidden_weak.
4252 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4254         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4255         Use numbered labels in inline assembly.
4257 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4259         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4260         Add setjmp LIBC_PROBE.
4261         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4262         Likewise.
4263         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4264         Add longjmp, longjmp_target LIBC_PROBE.
4265         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4266         Likewise.
4268 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4270         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4271         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4272         to get rid of unused variable warning.
4274 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4276         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4277         Check for unwind_backtrace ==  NULL only in SHARED case.
4278         (__backchain_backtrace): Compile only in SHARED case.
4279         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4280         Likewise.
4281         (__backchain_backtrace): Declare as static.
4283 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4285         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4286         (__libc_multiple_threads_ptr): Variable moved ...
4287         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4289 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4291         * conform/GlibcConform.pm: New file.
4292         * conform/conformtest.pl: Use GlibcConform module.
4293         * conform/linknamespace.pl: New file.
4294         * conform/list-header-symbols.pl: Likewise.
4295         * conform/Makefile (linknamespace-symlists-base): New variable.
4296         (linknamespace-symlists-tests): Likewise.
4297         (linknamespace-header-base): Likewise.
4298         (linknamespace-header-tests): Likewise.
4299         (tests-special): Add new tests.
4300         ($(linknamespace-symlists-tests)): New rule.
4301         (linknamespace-libs): New variable.
4302         ($(objpfx)symlist-stdlibs): New rule.
4303         ($(linknamespace-header-tests)): Likewise.
4304         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4305         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4306         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4307         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4308         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4309         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4310         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4311         (test-xfail-ISO/math.h/linknamespace): Likewise.
4312         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4313         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4314         (test-xfail-ISO/time.h/linknamespace): Likewise.
4315         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4316         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4317         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4318         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4319         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4320         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4321         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4322         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4323         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4324         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4325         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4326         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4327         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4328         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4329         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4330         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4331         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4332         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4333         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4334         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4335         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4336         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4337         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4338         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4339         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4340         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4341         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4342         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4343         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4344         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4345         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4346         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4347         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4348         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4349         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4350         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4351         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4352         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4353         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4354         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4355         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4356         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4357         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4358         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4359         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4360         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4361         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4362         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4363         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4364         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4365         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4366         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4367         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4368         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4369         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4370         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4371         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4372         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4373         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4374         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4375         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4376         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4377         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4378         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4379         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4380         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4381         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4382         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4383         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4384         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4385         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4386         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4387         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4388         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4389         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4390         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4391         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4392         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4393         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4394         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4395         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4396         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4397         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4398         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4399         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4400         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4401         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4402         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4403         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4404         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4405         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4406         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4407         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4408         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4409         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4410         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4411         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4412         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4413         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4414         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4415         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4416         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4417         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4418         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4419         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4420         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4421         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4422         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4423         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4424         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4425         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4426         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4427         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4428         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4429         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4430         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4431         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4432         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4433         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4434         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4435         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4436         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4437         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4438         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4439         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4440         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4441         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4442         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4443         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4444         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4445         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4446         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4447         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4448         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4449         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4450         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4451         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4452         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4453         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4454         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4455         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4456         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4457         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4458         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4459         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4460         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4461         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4462         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4463         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4464         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4466         [BZ #17589]
4467         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4468         of fgets_unlocked.
4470         [BZ #17585]
4471         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4472         (memmem): Rename to __memmem and define as weak alias of
4473         __memmem.  Use libc_hidden_weak.
4474         (__memmem): Use libc_hidden_def.
4475         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4476         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4477         memmem.
4479         [BZ #17582]
4480         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4481         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4482         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4483         and define as weak alias of __fgets_unlocked.  Use
4484         libc_hidden_weak.
4485         (__fgets_unlocked): Use libc_hidden_def.
4486         * include/stdio.h (__fgets_unlocked): Declare.  Use
4487         libc_hidden_proto.
4488         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4489         __fgets_unlocked instead of fgets_unlocked.
4490         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4491         (GET_NPROCS_CONF_PARSER): Likewise.
4492         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4493         (GET_NPROCS_CONF_PARSER): Likewise.
4495         [BZ #17574]
4496         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4497         weak alias of __wmemset.  Use libc_hidden_weak.
4498         (__wmemset): Use libc_hidden_def.
4499         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4500         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4501         of wmemset.
4503         [BZ #17573]
4504         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4505         with asm name __mempcpy.
4506         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4508         [BZ #17572]
4509         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4510         and define as weak alias of __rawmemchr.
4511         (__rawmemchr): Do not define as strong alias of rawmemchr.
4513         [BZ #17571]
4514         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4515         alias of __qsort_r.
4516         (qsort): Call __qsort_r instead of qsort_r.
4517         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4518         (__qsort_r): Declare.  Call libc_hidden_proto.
4519         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4520         instead of qsort_r.
4521         * nscd/gai.c (__qsort_r): Define to qsort_r.
4522         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4523         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4524         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4526         [BZ #17570]
4527         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4528         define as weak alias of __malloc_info.
4530         [BZ #17584]
4531         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4532         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4533         (__rewinddir): Use libc_hidden_def.
4534         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4535         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4536         (__rewinddir): Use libc_hidden_def.
4537         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4538         weak alias of __rewinddir.  Don't use libc_hidden_def.
4539         (__rewinddir): Use libc_hidden_def.
4540         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4541         (__rewinddir): Use libc_hidden_proto.
4542         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4543         rewinddir.
4544         (__getcwd): Use __rewinddir instead of rewinddir.
4546         [BZ #17583]
4547         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4548         alias of __fileno.  Use libc_hidden_weak.
4549         (__fileno): Use libc_hidden_def.
4550         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4551         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4552         alias of __ftello.
4553         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4554         __ftello.
4555         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4556         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4557         libc_hidden_def.
4558         (fread_unlocked): Don't use libc_hidden_ver.
4559         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4560         and define as weak alias of __fread_unlocked.  Don't use
4561         libc_hidden_def.
4562         (__fread_unlocked): Use libc_hidden_def.
4563         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4564         (ftello): Don't use libc_hidden_proto.
4565         (__ftello): Declare.  Use libc_hidden_proto.
4566         (fread_unlocked): Don't use libc_hidden_proto.
4567         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4568         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4569         and __ftello instead of fileno, fread_unlocked and ftello.
4571 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4573         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4574         GOT12.
4575         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4576         Likewise.
4577         (_dl_start_user): Likewise.
4578         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4580 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4581             Siddhesh Poyarekar  <siddhesh@redhat.com>
4583         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4584         Move argv and envp down instead of moving argc up.
4585         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4587 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4589         [BZ #17506]
4590         * test-skeleton.c (main): Return successful if one of
4591         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4592         * string/tst-strcoll-overflow.c: Define expected status.
4594 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4596         [BZ #17475]
4597         * locale/iso-639.def: Define Bhili and Tulu language codes.
4599 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4601         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4603 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4605         [BZ #17555]
4606         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4608 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4610         * configure.ac: Updated check of minimal required version to
4611         2.22.
4612         * manual/install.texi (Tools for Compilation): Updated version
4613         number.
4614         * configure: Regenerated.
4615         * INSTALL: Likewise.
4617 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4619         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4620         __tls_get_addr.
4622 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4624         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4625         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4626         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4627         libc_hidden_weak.
4628         (waitpid): Define as alias of __waitpid.
4629         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4630         __waitpid.
4631         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4632         libc_hidden_weak.
4633         (waitpid): Define as alias of __waitpid.
4634         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4635         __libc_waitpid alias.
4636         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4637         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4638         Likewise.
4639         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4640         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4641         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4642         alias.
4643         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4644         __waitpid.
4645         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4646         libc_hidden_weak.
4647         (waitpid): Define as alias of __waitpid.
4649 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4651         * manual/llio.texi: Add comment that write safety has been
4652         fixed in Linux.
4654         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4655         (localplt-build-dso): Add elf/ld.so.
4656         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4657         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4658         and free for ld.so.
4659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4660         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4662         Likewise.
4663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4664         Likewise.
4665         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4666         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4667         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4668         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4669         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4670         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4671         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4672         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4673         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4674         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4675         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4677 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4679         [BZ #14132]
4680         * include/libc-symbols.h (INTUSE): Remove macro.
4681         (INTDEF): Likewise.
4682         (INTVARDEF): Likewise.
4683         (_INTVARDEF): Likewise.
4684         (INTDEF2): Likewise.
4685         (INTVARDEF2): Likewise.
4686         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4687         rtld_hidden_def instead of INTVARDEF.
4688         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4689         (_dl_starting_up_internal): Remove declaration.
4690         (_dl_starting_up): Use rtld_hidden_proto.
4691         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4692         declaration.
4693         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4694         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4695         _dl_starting_up.
4696         * elf/dl-writev.h (_dl_writev): Likewise.
4697         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4698         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4699         _dl_starting_up_internal.
4701 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4703         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4704         test-skeleton.c.
4706 2014-11-05  Will Newton  <will.newton@linaro.org>
4708         * benchtests/Makefile: (bench-malloc): Add malloc thread
4709         scalability benchmark.
4710         * benchtests/bench-malloc-threads.c: New file.
4712 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4714         * sysdeps/aarch64/strchrnul.S: New file.
4716 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4718         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4719         definition.
4720         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4721         Likwise.
4722         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4723         Likewise.
4724         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4725         Likewise.
4726         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4727         Likewise.
4728         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4729         Likewise.
4731 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4733         * catgets/test-gencat.c: Use test-skeleton.c.
4734         * catgets/tst-catgets.c: Likewise.
4735         * csu/tst-empty.c: Likewise.
4736         * elf/tst-audit2.c: Likewise.
4737         * elf/tst-global1.c: Likewise.
4738         * elf/tst-pathopt.c: Likewise.
4739         * elf/tst-piemod1.c: Likewise.
4740         * elf/tst-tls10.c: Likewise.
4741         * elf/tst-tls11.c: Likewise.
4742         * elf/tst-tls12.c: Likewise.
4743         * gnulib/tst-gcc.c: Likewise.
4744         * iconvdata/tst-e2big.c: Likewise.
4745         * iconvdata/tst-loading.c: Likewise.
4746         * iconv/tst-iconv1.c: Likewise.
4747         * iconv/tst-iconv2.c: Likewise.
4748         * inet/test-inet6_opt.c: Likewise.
4749         * inet/tst-gethnm.c: Likewise.
4750         * inet/tst-network.c: Likewise.
4751         * inet/tst-ntoa.c: Likewise.
4752         * intl/tst-codeset.c: Likewise.
4753         * intl/tst-gettext2.c: Likewise.
4754         * intl/tst-gettext3.c: Likewise.
4755         * intl/tst-ngettext.c: Likewise.
4756         * intl/tst-translit.c: Likewise.
4757         * io/test-stat.c: Likewise.
4758         * libio/test-fmemopen.c: Likewise.
4759         * libio/tst-freopen.c: Likewise.
4760         * libio/tst-sscanf.c: Likewise.
4761         * libio/tst-ungetwc1.c: Likewise.
4762         * libio/tst-ungetwc2.c: Likewise.
4763         * libio/tst-widetext.c: Likewise.
4764         * localedata/tst-ctype.c: Likewise.
4765         * localedata/tst-digits.c: Likewise.
4766         * localedata/tst-leaks.c: Likewise.
4767         * localedata/tst-mbswcs1.c: Likewise.
4768         * localedata/tst-mbswcs2.c: Likewise.
4769         * localedata/tst-mbswcs3.c: Likewise.
4770         * localedata/tst-mbswcs4.c: Likewise.
4771         * localedata/tst-mbswcs5.c: Likewise.
4772         * localedata/tst-setlocale.c: Likewise.
4773         * localedata/tst-trans.c: Likewise.
4774         * localedata/tst-wctype.c: Likewise.
4775         * localedata/tst-xlocale1.c: Likewise.
4776         * login/tst-grantpt.c: Likewise.
4777         * malloc/tst-calloc.c: Likewise.
4778         * malloc/tst-malloc.c: Likewise.
4779         * malloc/tst-mallocstate.c: Likewise.
4780         * malloc/tst-mcheck.c: Likewise.
4781         * malloc/tst-mtrace.c: Likewise.
4782         * malloc/tst-obstack.c: Likewise.
4783         * math/atest-exp2.c: Likewise.
4784         * math/atest-exp.c: Likewise.
4785         * math/atest-sincos.c: Likewise.
4786         * math/test-matherr.c: Likewise.
4787         * math/test-misc.c: Likewise.
4788         * math/test-powl.c: Likewise.
4789         * math/tst-definitions.c: Likewise.
4790         * misc/tst-dirname.c: Likewise.
4791         * misc/tst-efgcvt.c: Likewise.
4792         * misc/tst-fdset.c: Likewise.
4793         * misc/tst-hsearch.c: Likewise.
4794         * misc/tst-mntent2.c: Likewise.
4795         * nptl/tst-sem7.c: Likewise.
4796         * nptl/tst-sem8.c: Likewise.
4797         * nptl/tst-sem9.c: Likewise.
4798         * nss/test-netdb.c: Likewise.
4799         * posix/tst-fnmatch.c: Likewise.
4800         * posix/tst-getlogin.c: Likewise.
4801         * posix/tst-gnuglob.c: Likewise.
4802         * posix/tst-mmap.c: Likewise.
4803         * pwd/tst-getpw.c: Likewise.
4804         * resolv/tst-inet_ntop.c: Likewise.
4805         * rt/tst-timer.c: Likewise.
4806         * stdio-common/test-fseek.c: Likewise.
4807         * stdio-common/test-popen.c: Likewise.
4808         * stdio-common/test-vfprintf.c: Likewise.
4809         * stdio-common/tst-cookie.c: Likewise.
4810         * stdio-common/tst-fileno.c: Likewise.
4811         * stdio-common/tst-gets.c: Likewise.
4812         * stdio-common/tst-obprintf.c: Likewise.
4813         * stdio-common/tst-perror.c: Likewise.
4814         * stdio-common/tst-sprintf2.c: Likewise.
4815         * stdio-common/tst-sprintf3.c: Likewise.
4816         * stdio-common/tst-sprintf.c: Likewise.
4817         * stdio-common/tst-swprintf.c: Likewise.
4818         * stdio-common/tst-tmpnam.c: Likewise.
4819         * stdio-common/tst-unbputc.c: Likewise.
4820         * stdio-common/tst-wc-printf.c: Likewise.
4821         * stdlib/tst-environ.c: Likewise.
4822         * stdlib/tst-fmtmsg.c: Likewise.
4823         * stdlib/tst-limits.c: Likewise.
4824         * stdlib/tst-rand48-2.c: Likewise.
4825         * stdlib/tst-rand48.c: Likewise.
4826         * stdlib/tst-random2.c: Likewise.
4827         * stdlib/tst-random.c: Likewise.
4828         * stdlib/tst-strtol.c: Likewise.
4829         * stdlib/tst-strtoll.c: Likewise.
4830         * stdlib/tst-tls-atexit.c: Likewise.
4831         * stdlib/tst-xpg-basename.c: Likewise.
4832         * string/test-ffs.c: Likewise.
4833         * string/tst-bswap.c: Likewise.
4834         * string/tst-inlcall.c: Likewise.
4835         * string/tst-strtok.c: Likewise.
4836         * string/tst-strxfrm.c: Likewise.
4837         * sysdeps/x86_64/tst-audit10.c: Likewise.
4838         * sysdeps/x86_64/tst-audit3.c: Likewise.
4839         * sysdeps/x86_64/tst-audit4.c: Likewise.
4840         * sysdeps/x86_64/tst-audit5.c: Likewise.
4841         * time/tst-ftime_l.c: Likewise.
4842         * time/tst-getdate.c: Likewise.
4843         * time/tst-mktime3.c: Likewise.
4844         * time/tst-mktime.c: Likewise.
4845         * time/tst-posixtz.c: Likewise.
4846         * time/tst-strptime2.c: Likewise.
4847         * time/tst-strptime3.c: Likewise.
4848         * wcsmbs/tst-btowc.c: Likewise.
4849         * wcsmbs/tst-mbrtowc.c: Likewise.
4850         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4851         * wcsmbs/tst-wchar-h.c: Likewise.
4852         * wcsmbs/tst-wcpncpy.c: Likewise.
4853         * wcsmbs/tst-wcrtomb.c: Likewise.
4854         * wcsmbs/tst-wcsnlen.c: Likewise.
4855         * wcsmbs/tst-wcstof.c: Likewise.
4857 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4859         [BZ #14132]
4860         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4861         INTDEF.
4862         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4863         declaration.
4864         (_dl_mcount): Use rtld_hidden_proto.
4865         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4866         _dl_mcount.
4867         * elf/rtld.c (_rtld_global_ro): Likewise.
4869         [BZ #14132]
4870         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4871         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4872         of _dl_init_internal.
4873         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4874         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4875         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4876         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4877         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4878         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4879         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4880         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4881         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4882         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4883         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4884         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4885         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4886         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4887         * sysdeps/tile/dl-start.S (_start): Likewise.
4888         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4889         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4891         [BZ #14132]
4892         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4893         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4894         (rtld_progname): Make macro definition unconditional.
4895         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4896         INTDEF.
4897         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4898         (dl_main): Likewise.
4899         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4900         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4901         instead of _dl_argv_internal.
4902         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4903         __GI__dl_argv instead of INTUSE(_dl_argv).
4904         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4905         __GI__dl_argv instead of _dl_argv_internal.
4907         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4908         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4909         macro.
4910         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4911         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4912         New macro.
4913         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4914         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4915         macro.
4916         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4917         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4919 2014-11-04  Andreas Schwab  <schwab@suse.de>
4921         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4923 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4925         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4926         mtvsrd instruction in binary form.
4928 2014-11-03  Andreas Schwab  <schwab@suse.de>
4930         [BZ #17522]
4931         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4932         for less than MB_LEN_MAX use a local buffer of that size.
4933         * libio/tst-fputws.c: New file.
4934         * libio/Makefile (tests): Add tst-fputws.
4936 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4938         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4939         the size of the fpu_fr.fpu_dregs[] array.
4941 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4943         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4944         (__nanosleep): Do not define as alias.
4945         (nanosleep): Define as alias of __nanosleep.
4946         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4947         __libc_nanosleep name.
4949 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4951         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4952         install.texi in comment.
4954 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4956         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4957         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4958         ... add here and use lwsync or sync ...
4959         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4960         ... and add here using lwsync.
4962 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4964         * elf/dl-machine-reject-phdr.h: New file.
4965         * elf/dl-load.c: #include that.
4966         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4967         if that returned true.
4969 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4971         [BZ #17496]
4972         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4973         gen-as-const-headers chunk.  Add a big scare comment after the last
4974         safe place to touch before-compile.
4976 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4978         * manual/install.texi (Tools for Compilation): Update autoconf
4979         version requirements.
4980         * INSTALL: Regenerated.
4982         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4983         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4984         (__libc_pselect): Likewise.
4986         [BZ #14138]
4987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4992 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4994         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4995         correct barrier instruction.
4996         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4997         Likewise.
4998         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4999         Likewise.
5001 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5003         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5004         after defining inlines.  Instead, just use parens to defeat macro
5005         expansion of __isctype in its declaration.
5007 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5009         * include/sys/uio.h (__libc_readv): Remove declaration.
5010         (__libc_writev): Likewise.
5011         * misc/readv.c (__libc_readv): Rename to __readv.
5012         (__readv): Do not define as alias.
5013         (readv): Define as alias of __readv.
5014         * misc/writev.c (__libc_writev): Rename to __writev.
5015         (__writev): Do not define as alias.
5016         (writev): Define as alias of __writev.
5017         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5018         (__readv): Do not define as alias.
5019         (readv): Define unconditionally as alias of __readv.
5020         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5021         (__writev): Do not define as alias.
5022         (writev): Define unconditionally as alias of __writev.
5023         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5024         name.
5025         (writev): Do not define __libc_writev name.
5027 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5029         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5030         (convert_charseq): New function, broken out of ...
5031         (use_from_charmap): ... here.  Call it.
5032         (use_to_charmap): Use convert_charseq and free instead of duplicating
5033         its code with a variable-length stack struct.
5035 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5037         * include/fcntl.h (__libc_creat): Remove declaration.
5038         * io/creat.c (__libc_creat): Rename to creat.
5039         (creat): Do not define as alias.
5040         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5041         of creat instead of __libc_creat.
5042         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5043         to creat.
5044         (creat): Do not define as alias.
5045         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5046         __libc_creat.
5047         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5048         __libc_creat name.
5049         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5050         Likewise.
5052 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5054         * manual/llio.texi: Add comments discussing why write() may be
5055         considered MT-unsafe on Linux.
5057 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5059         * dl-load.c (local_strdup): Remove.
5060         (expand_dynamic_string_token): Use __strdup.
5061         (decompose_rpath): Likewise.
5062         (_dl_map_object): Likewise.
5064 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5066         [BZ #14132]
5067         * sysdeps/generic/unwind-dw2-fde.c
5068         (__register_frame_info_bases_internal): Do not declare.
5069         (__register_frame_info_table_bases_internal): Likewise.
5070         (__deregister_frame_info_bases_internal): Likewise.
5071         (__register_frame_info_bases): Declare and use hidden_proto before
5072         definition.  Use hidden_def instead of INTDEF.
5073         (__register_frame_info_table_bases): Likewise.
5074         (__deregister_frame_info_bases): Likewise.
5075         (__register_frame_info): Do not use INTUSE.
5076         (__register_frame): Likewise.
5077         (__register_frame_info_table): Likewise.
5078         (__register_frame_table): Likewise.
5079         (__deregister_frame_info): Likewise.
5080         (__deregister_frame): Likewise.
5082 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5084         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5085         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5086         not undefine.
5087         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5088         Likewise.
5089         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5090         Likewise.
5092 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5094         [BZ #14138]
5095         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5096         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5097         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5098         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5099         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5100         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5101         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5102         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5103         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5104         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5105         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5106         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5107         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5108         syscall.
5109         (setfsuid): Likewise.
5110         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5111         (setfsuid): Likewise.
5112         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5113         (setfsuid): Likewise.
5114         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5115         Likewise.
5116         (setfsuid): Likewise.
5117         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5118         (setfsuid): Likewise.
5119         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5120         Likewise.
5121         (setfsuid): Likewise.
5123 2014-10-27  Andreas Schwab  <schwab@suse.de>
5125         [BZ #17501]
5126         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5127         check for Slow_SSE4_2 feature bit.
5128         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5129         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5130         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5131         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5133 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5135         * configure.ac: Validate compiler version with a empirical test of
5136         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5137         $CC -v output.
5138         * configure: Regenerated.
5140         * inet/htons.c (htons): Prototypify.
5141         * inet/htonl.c (htonl): Likewise.
5143 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5145         * string/strncat.c (strncat): Improve performance by using strlen.
5147 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5149         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5151 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5153         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5154         Call libc_fetestexcept_aarch64.
5156 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5158         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5159         Call libc_feholdexcept_aarch64.
5161 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5163         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5164         Call get_rounding_mode.
5166 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5168         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5169         Simplify logic.
5171 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5173         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5174         Simplify logic.
5176 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5178         [BZ #14138]
5179         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5180         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5181         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5182         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5183         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5184         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5185         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5186         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5187         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5188         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5189         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5190         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5191         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5192         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5193         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5194         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5195         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5196         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5197         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5198         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5199         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5200         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5201         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5202         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5203         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5204         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5205         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5206         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5207         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5208         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5209         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5210         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5211         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5212         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5213         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5214         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5215         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5216         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5217         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5218         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5219         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5220         syscall.
5221         (geteuid): Likewise.
5222         (getgid): Likewise.
5223         (getuid): Likewise.
5224         (getresgid): Likewise.
5225         (getresuid): Likewise.
5226         (getgroups): Likewise.
5227         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5228         (geteuid): Likewise.
5229         (getgid): Likewise.
5230         (getuid): Likewise.
5231         (getresgid): Likewise.
5232         (getresuid): Likewise.
5233         (getgroups): Likewise.
5234         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5235         (geteuid): Likewise.
5236         (getgid): Likewise.
5237         (getuid): Likewise.
5238         (getresgid): Likewise.
5239         (getresuid): Likewise.
5240         (getgroups): Likewise.
5241         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5242         Likewise.
5243         (geteuid): Likewise.
5244         (getgid): Likewise.
5245         (getuid): Likewise.
5246         (getresgid): Likewise.
5247         (getresuid): Likewise.
5248         (getgroups): Likewise.
5249         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5250         (geteuid): Likewise.
5251         (getgid): Likewise.
5252         (getuid): Likewise.
5253         (getresgid): Likewise.
5254         (getresuid): Likewise.
5255         (getgroups): Likewise.
5256         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5257         Likewise.
5258         (geteuid): Likewise.
5259         (getgid): Likewise.
5260         (getuid): Likewise.
5261         (getgroups): Likewise.
5263         [BZ #14138]
5264         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5265         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5266         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5267         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5268         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5269         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5270         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5271         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5272         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5273         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5274         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5275         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5276         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5277         __chown.
5278         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5279         (lchown): Likewise.
5280         (fchown): Likewise.
5281         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5282         Likewise.
5283         (lchown): Likewise.
5284         (fchown): Likewise.
5285         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5286         (lchown): Likewise.
5287         (fchown): Likewise.
5288         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5289         Likewise.
5290         (lchown): Likewise.
5291         (fchown): Likewise.
5293 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5295         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5296         Simplify logic.
5298 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5300         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5301         Cleanup logic.
5303 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5305         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5306         Remove unused include.
5308 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5310         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5311         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5312         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5313         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5315 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5316             Helge Deller <deller@gmx.de>
5318         [BZ #17508]
5319         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5320         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5321         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5323 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5325         [BZ #14132]
5326         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5327         Remove macro definition.
5328         (__ashrdi3_v_glibc20): Likewise.
5329         (__lshrdi3_v_glibc20): Likewise.
5330         (__cmpdi2_v_glibc20): Likewise.
5331         (__ucmpdi2_v_glibc20): Likewise.
5332         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5333         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5334         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5335         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5336         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5337         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5339 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5341         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5342         old GNU extension [0] syntax.
5343         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5344         alloca rather than an array member with variable length.
5345         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5346         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5347         (parse_opt): ... here.  Likewise use alloca there.
5348         Validate the -i argument before checking for rootness.
5349         (send_shutdown): New function, broken out of ...
5350         (parse_opt): ... here.
5352 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5354         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5355         macro to get at the _rt_local_ro field.
5356         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5357         ([PIC] case) or _dl_hwcap ([!PIC] case).
5358         * sysdeps/arm/setjmp.S: Likewise.
5360         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5361         * sysdeps/arm/configure.ac: New check to define it.
5362         * sysdeps/arm/configure: Regenerated.
5363         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5364         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5365         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5366         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5367         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5368         Use move/movt pair instead of a load.
5369         (LDST_GLOBAL): Macro removed.
5370         (LDR_GLOBAL): New macro replaces it.
5371         (LDR_HIDDEN): New macro.
5372         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5373         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5375         * setjmp/tst-setjmp-static.c: New file.
5376         * setjmp/Makefile (tests): Add it.
5377         (tests-static): New variable.
5379 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5381         [BZ #17485]
5382         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5384 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5386         [BZ #14132]
5387         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5389 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5391         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5393 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5395         * io/fts.c (dirent_not_directory): New function.
5396         (fts_build): Call it.
5398 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5400         * nptl/version.c (__nptl_main): Use normal __write rather than
5401         INTERNAL_SYSCALL.
5402         (banner): Update copyright years.
5404         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5405         gettimeofday.
5406         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5407         * nptl/pthread_cond_timedwait.c: Likewise.
5408         * nptl/pthread_mutex_timedlock.c: Likewise.
5409         * nptl/sem_timedwait.c: Likewise.
5411         * sysdeps/nptl/bits/libc-lock.h
5412         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5413         (__libc_lock_init_recursive): Return void, not 0.
5414         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5415         (__libc_rwlock_init): Likewise.
5416         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5418 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5420         [BZ #15215]
5421         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5422         (__pthread_once_slow): ... here.
5423         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5424         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5426 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5428         [BZ #15215]
5429         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5430         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5431         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5432         * nptl/pthread_once.c (__pthread_once): Likewise.
5433         Update comments.
5435 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5437         [BZ #14138]
5438         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5439         name.
5440         (writev): Use __libc_writev as strong name.
5441         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5442         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5444 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5446         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5448         * sysdeps/i386/nptl/tls.h
5449         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5450         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5451         New macros.
5452         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5453         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5454         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5455         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5456         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5457         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5459         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5460         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5461         on [__NR_futex].
5462         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5463         broken out of ...
5464         (__pthread_mutex_init): ... here.  Call it.
5465         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5466         Conditionalize PI cases on [__NR_futex].
5467         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5468         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5469         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5471         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5472         conditional on [SIGSETXID].
5473         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5474         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5475         is defined.  Likewise for SIGSETXID.
5476         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5477         Conditionalize definitions on [SIGSETXID].
5478         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5479         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5480         unblocking on [SIGCANCEL].
5482         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5483         [__NR_set_robust_list].
5485 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5487         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5488         (do_compare): Likewise.
5490 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5492         [BZ #15884]
5493         * string/strcoll_l.c: Don't include stdio.h.
5494         (coll_seq): Remove members idxarr and rulearr.
5495         (get_next_seq_cached): Remove function.
5496         (get_next_seq): Likewise.
5497         (get_next_seq_nocache): Rename to get_next_seq.
5498         (do_compare): Remove function.
5499         (do_compare_nocache): Rename to do_compare.
5500         (STRCOLL): Remove weight and rules cache.
5502 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5504         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5505         * sysdeps/arm/sfp-machine.h: ... to here.
5506         * sysdeps/arm/Implies: Remove arm/soft-fp.
5508 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5510         * conform/data/sys/utsname.h-data (*_t): Allow.
5511         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5512         [POSIX] (WEXITED): Do not expect constant.
5513         [POSIX] (WSTOPPED): Likewise.
5514         [POSIX] (WNOHANG): Likewise.
5515         [POSIX] (WNOWAIT): Likewise.
5516         [POSIX] (siginfo_t): Do not expect type or elements.
5517         [POSIX] (pid_t): Do not expect type.
5518         [POSIX] (signal.h): Do not allow header.
5519         [POSIX] (sys/resource.h): Likewise.
5520         [POSIX] (si_*): Do not allow pattern.
5521         [POSIX] (W*): Likewise.
5522         [POSIX] (P_*): Likewise.
5523         [POSIX] (BUS_*): Likewise.
5524         [POSIX] (CLD_*): Likewise.
5525         [POSIX] (FPE_*): Likewise.
5526         [POSIX] (ILL_*): Likewise.
5527         [POSIX] (POLL_*): Likewise.
5528         [POSIX] (SEGV_*): Likewise.
5529         [POSIX] (SI_*): Likewise.
5530         [POSIX] (TRAP_*): Likewise.
5531         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5532         variable.
5534 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5536         [BZ #12926]
5537         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5538         infinite loop when __recvmsg returns 0.
5540 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5542         * CANCEL-FCT-WAIVE: Remove file.
5543         * CANCEL-FILE-WAIVE: Likewise.
5545         [BZ #14132]
5546         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5547         instead of INTVARDEF.
5548         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5549         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5550         rtld_hidden_data_def instead of INTVARDEF.
5551         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5552         * elf/dl-deps.c (expand_dst): Likewise.
5553         * elf/dl-load.c (_dl_dst_count): Likewise.
5554         (_dl_dst_substitute): Likewise.
5555         (decompose_rpath): Likewise.
5556         (_dl_init_paths): Likewise.
5557         (open_path): Likewise.
5558         (_dl_map_object): Likewise.
5559         * elf/rtld.c (dl_main): Likewise.
5560         (process_dl_audit): Likewise.
5561         (process_envvars): Likewise.
5562         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5563         Remove declaration.
5564         (__libc_enable_secure): Use rtld_hidden_proto.
5566 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5568         * elf/dl-load.c
5569         (add_path): New function broken out of _dl_rtld_di_serinfo.
5570         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5572 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5574         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5575         parentheses around macro arguments.
5576         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5579         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5580         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5581         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5582         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5583         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5584         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5585         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5586         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5587         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5588         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5589         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5590         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5591         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5592         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5593         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5594         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5597         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5598         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5599         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5600         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5601         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5602         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5603         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5604         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5605         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5606         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5607         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5608         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5609         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5610         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5611         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5612         Likewise.
5613         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5614         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5615         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5616         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5617         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5618         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5619         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5620         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5621         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5622         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5623         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5624         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5625         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5626         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5627         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5628         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5629         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5630         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5631         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5632         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5633         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5634         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5635         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5636         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5637         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5638         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5639         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5640         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5641         (_FP_FRAC_SRS_1): Likewise.
5642         (_FP_FRAC_CLZ_1): Likewise.
5643         (_FP_MUL_MEAT_1_imm): Likewise.
5644         (_FP_MUL_MEAT_1_wide): Likewise.
5645         (_FP_MUL_MEAT_1_hard): Likewise.
5646         (_FP_SQRT_MEAT_1): Likewise.
5647         (_FP_FRAC_ASSEMBLE_1): Likewise.
5648         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5649         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5650         (__FP_CLZ_2): Likewise.
5651         (_FP_MUL_MEAT_2_wide): Likewise.
5652         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5653         (_FP_MUL_MEAT_2_gmp): Likewise.
5654         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5655         (_FP_SQRT_MEAT_2): Likewise.
5656         (_FP_FRAC_ASSEMBLE_2): Likewise.
5657         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5658         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5659         (_FP_FRAC_CLZ_4): Likewise.
5660         (_FP_MUL_MEAT_4_wide): Likewise.
5661         (_FP_MUL_MEAT_4_gmp): Likewise.
5662         (_FP_SQRT_MEAT_4): Likewise.
5663         (_FP_FRAC_ASSEMBLE_4): Likewise.
5664         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5665         * soft-fp/op-common.h (_FP_CMP): Likewise.
5666         (_FP_CMP_EQ): Likewise.
5667         (_FP_CMP_UNORD): Likewise.
5668         (_FP_TO_INT): Likewise.
5669         (_FP_FROM_INT): Likewise.
5670         [!__FP_CLZ] (__FP_CLZ): Likewise.
5671         (_FP_DIV_HELP_imm): Likewise.
5672         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5673         Likewise.
5674         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5675         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5677         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5678         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5679         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5680         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5681         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5682         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5683         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5684         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5685         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5686         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5687         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5688         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5689         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5690         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5692         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5695         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5698         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5699         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5702         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5703         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5704         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5706         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5707         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5708         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5709         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5710         (FP_UNPACK_RAW_SP): Likewise.
5711         (FP_PACK_RAW_S): Likewise.
5712         (FP_PACK_RAW_SP): Likewise.
5713         (FP_UNPACK_S): Likewise.
5714         (FP_UNPACK_SP): Likewise.
5715         (FP_UNPACK_SEMIRAW_S): Likewise.
5716         (FP_UNPACK_SEMIRAW_SP): Likewise.
5717         (FP_PACK_S): Likewise.
5718         (FP_PACK_SP): Likewise.
5719         (FP_PACK_SEMIRAW_S): Likewise.
5720         (FP_PACK_SEMIRAW_SP): Likewise.
5721         (_FP_SQRT_MEAT_S): Likewise.
5722         (FP_CMP_S): Likewise.
5723         (FP_CMP_EQ_S): Likewise.
5724         (FP_CMP_UNORD_S): Likewise.
5725         (FP_TO_INT_S): Likewise.
5726         (FP_FROM_INT_S): Likewise.
5728         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5730         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5731         (FP_EX_INVALID_IMZ): Likewise.
5732         (FP_EX_INVALID_IMZ_FMA): Likewise.
5733         (FP_EX_INVALID_ISI): Likewise.
5734         (FP_EX_INVALID_ZDZ): Likewise.
5735         (FP_EX_INVALID_IDI): Likewise.
5736         (FP_EX_INVALID_SQRT): Likewise.
5737         (FP_EX_INVALID_CVI): Likewise.
5738         (FP_EX_INVALID_VC): Likewise.
5739         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5740         "invalid" exceptions.
5741         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5742         (_FP_ADD_INTERNAL): Likewise.
5743         (_FP_MUL): Likewise.
5744         (_FP_FMA): Likewise.
5745         (_FP_DIV): Likewise.
5746         (_FP_CMP_CHECK_NAN): Likewise.
5747         (_FP_SQRT): Likewise.
5748         (_FP_TO_INT): Likewise.
5749         (FP_EXTEND): Likewise.
5751 2014-10-09  Allan McRae  <allan@archlinux.org>
5753         * po/fr.po: Update French translation from translation project.
5755 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5757         [BZ #14132]
5758         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5759         of INTDEF.
5760         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5761         (__cxa_atexit): Use libc_hidden_proto.
5762         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5764         [BZ #14132]
5765         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5766         declaration.
5767         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5768         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5769         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5770         [!_ISOMAC] (__iswctype_internal): Likewise.
5771         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5772         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5773         alias.
5774         (fcntl): Remove __fcntl_internal alias.
5775         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5776         __connect_internal alias.
5777         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5778         Likewise.
5780         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5781         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5782         FP_DENORM_ZERO.
5783         (_FP_CHECK_FLUSH_ZERO): New macro.
5784         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5785         (_FP_CMP): Likewise.
5786         (_FP_CMP_EQ): Likewise.
5787         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5788         FP_DENORM_ZERO.
5789         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5790         (FP_TRUNC): Likewise.
5792         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5793         treated as invalid conversion, not as normal exponent.
5795         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5796         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5797         (_FP_CMP_EQ): Likewise.
5798         (_FP_CMP_UNORD): Likewise.
5799         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5800         (FP_CMP_EQ_D): Likewise.
5801         (FP_CMP_UNORD_D): Likewise.
5802         * soft-fp/extended.h (FP_CMP_E): Likewise.
5803         (FP_CMP_EQ_E): Likewise.
5804         (FP_CMP_UNORD_E): Likewise.
5805         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5806         (FP_CMP_EQ_Q): Likewise.
5807         (FP_CMP_UNORD_Q): Likewise.
5808         * soft-fp/single.h (FP_CMP_S): Likewise.
5809         (FP_CMP_EQ_S): Likewise.
5810         (FP_CMP_UNORD_S): Likewise.
5811         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5812         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5813         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5814         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5815         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5816         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5817         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5818         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5819         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5820         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5821         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5822         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5823         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5824         to FP_CMP_Q.
5825         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5826         FP_CMP_Q.
5827         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5828         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5829         FP_CMP_EQ_Q.
5830         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5831         FP_CMP_Q.
5832         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5833         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5834         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5835         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5836         FP_CMP_EQ_Q.
5837         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5838         FP_CMP_Q.
5839         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5840         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5841         FP_CMP_EQ_Q.
5842         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5843         FP_CMP_Q.
5844         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5845         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5846         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5847         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5848         FP_CMP_EQ_Q.
5850         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5851         a subnormal result, set the underflow exception if trapping on
5852         underflow is enabled.
5853         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5854         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5855         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5856         redefine to 0.
5857         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5858         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5859         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5860         * soft-fp/extendxftf2.c (__extendxftf2): Use
5861         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5863         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5864         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5865         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5866         FP_HANDLE_EXCEPTIONS.
5867         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5868         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5869         FP_HANDLE_EXCEPTIONS.
5870         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5871         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5872         FP_HANDLE_EXCEPTIONS.
5873         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5874         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5875         FP_HANDLE_EXCEPTIONS.
5877 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5879         [BZ #14132]
5880         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5881         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5882         use INTUSE.
5883         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5884         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5885         Remove alias.
5886         (__adjtimex): Define using libc_hidden_ver.
5887         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5888         Remove declaration.
5889         (ntp_gettime): Call __adjtimex directly.
5890         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5891         Remove declaration.
5892         (ntp_gettimex): Call __adjtimex directly.
5893         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5894         __adjtimex_internal alias.
5896 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5898         [BZ #17460]
5899         * nscd/nscd.c (more_help): Rewrite list of tables collection
5900         using xstrdup and asprintf.
5902         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5904 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5905             Roland McGrath  <roland@hack.frob.com>
5907         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5908         (do_lookup_unique): ... local function 'enter' here; update callers.
5910 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5912         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5913         compat_symbol calls on [SHARED].
5914         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5915         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5916         Remove.
5917         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5918         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5919         (oldsetrlimit): Remove.
5920         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5922         (lchown): New syscall entry.
5923         (oldsetrlimit): Remove.
5924         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5925         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5926         (oldsetrlimit): Remove.
5927         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5929         [BZ #14138]
5930         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5931         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5932         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5933         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5934         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5935         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5936         (fchown): Likewise.
5937         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5938         (fchown): Likewise.
5939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5940         Likewise.
5942 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5944         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5945         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5946         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5947         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5948         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5949         Likewise.
5950         (__old_sem_post): Likewise.
5952 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5954         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5955         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5956         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5957         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5958         Use INLINE_VSYSCALL macro.
5959         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5960         __vdso_clock_gettime.
5961         * sysdeps/unix/sysv/linux/tile/init-first.c
5962         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5963         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5964         __vdso_clock_gettime.
5966         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5967         to set up frame more cleanly.
5969         * sysdeps/tile/memcmp.c: New file.
5971         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5973         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5974         * sysdeps/tile/tilegx/strcasestr.c: New file.
5975         * sysdeps/tile/tilegx/strnlen.c: New file.
5976         * sysdeps/tile/tilegx/strstr.c: New file.
5978         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5980 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5982         * nptl/tst-setuid3.c: Write errors to stdout.
5984 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5986         * elf/dl-deps.c
5987         (preload): New functions broken out of _dl_map_object_deps.
5988         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5990 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5992         [BZ #14138]
5993         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5994         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5996 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5998         * sysdeps/mips/strcmp.S: New.
6000 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6002         [BZ #14138]
6003         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6004         (linkat): Likewise.
6005         (mkdirat): Likewise.
6006         (readlinkat): Likewise.
6007         (renameat): Likewise.
6008         (symlinkat): Likewise.
6009         (unlinkat): Likewise.
6010         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6011         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6012         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6013         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6014         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6015         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6016         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6018 2014-09-30  Will Newton  <will.newton@linaro.org>
6020         * math/math.h: Define long double math functions if
6021         _LIBC_TEST is defined.
6022         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6024         * localedata/Makefile: Move assignment to tests-special
6025         into an ifdef testing run-built-tests.
6026         * timezone/Makefile: Likewise.
6028 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6030         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6031         with $(BASH) not $(SHELL).
6033 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6034             Matthew LeGendre  <legendre1@llnl.gov>
6036         [BZ #17411]
6037         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6038         l_reloc_result.
6040 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6042         * stdio-common/printf_fp.c
6043         (hack_digit): New function, broken out of ...
6044         (__printf_fp): ... local function here.  Update call sites.
6045         hack_digit now takes an additional parameter that is a pointer
6046         to a struct of the referenced locals.  Those locals moved inside
6047         the struct and references updated.
6049 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6051         * aclocal.m4: Require autoconf 2.69.
6052         * configure: Regenerated.
6053         * sysdeps/aarch64/configure: Likewise.
6054         * sysdeps/alpha/configure: Likewise.
6055         * sysdeps/arm/armv7/configure: Likewise.
6056         * sysdeps/arm/configure: Likewise.
6057         * sysdeps/ia64/configure: Likewise.
6058         * sysdeps/mach/configure: Likewise.
6059         * sysdeps/mips/configure: Likewise.
6060         * sysdeps/s390/configure: Likewise.
6061         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6064         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6065         file.
6066         * sysdeps/ia64/configure.ac: Likewise.
6068 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6071         specify symbol version for ld.so.  Do not include entry for
6072         libpthread.
6073         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6074         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6075         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6077         [BZ #14171]
6078         * Makeconfig [$(build-shared) = yes]
6079         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6080         makefiles.
6081         [$(build-shared) = yes && $(soversions.mk-done) = t]
6082         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6083         [$(build-shared) = yes && $(soversions.mk-done) = t]
6084         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6085         to Makerules.
6086         [$(build-shared) = yes && $(soversions.mk-done) = t]
6087         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6088         here.
6089         [$(build-shared) = yes && $(soversions.mk-done) = t]
6090         (common-generated): Don't append gnu/lib-names.h and
6091         gnu/lib-names.stmp here.
6092         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6093         (lib-names-h-abi): New variable.
6094         [$(build-shared) = yes && $(soversions.mk-done) = t]
6095         (lib-names-stmp-abi): Likewise.
6096         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6097         abi-variants] (before-compile): Append
6098         $(common-objpfx)$(lib-names-h-abi).
6099         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6100         abi-variants] (common-generated): Append gnu/lib-names.h.
6101         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6102         abi-variants] (install-others-nosubdir): Depend on
6103         $(inst_includedir)/$(lib-names-h-abi).
6104         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6105         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6106         [$(build-shared) = yes && $(soversions.mk-done) = t]
6107         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6108         [$(build-shared) = yes && $(soversions.mk-done) = t]
6109         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6110         [$(build-shared) = yes && $(soversions.mk-done) = t]
6111         (common-generated): Append $(lib-names-h-abi) and
6112         $(lib-names-stmp-abi).
6113         * scripts/lib-names.awk: Do not handle multi being set.
6114         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6115         Remove variable.
6116         (abi-lp64_be-ld-soname): Likewise.
6117         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6118         Likewise.
6119         (abi-hard-ld-soname): Likewise.
6120         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6121         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6122         Remove variable.
6123         (abi-o32_hard-ld-soname): Likewise.
6124         (abi-o32_soft_2008-ld-soname): Likewise.
6125         (abi-o32_hard_2008-ld-soname): Likewise.
6126         (abi-n32_soft-ld-soname): Likewise.
6127         (abi-n32_hard-ld-soname): Likewise.
6128         (abi-n32_soft_2008-ld-soname): Likewise.
6129         (abi-n32_hard_2008-ld-soname): Likewise.
6130         (abi-n64_soft-ld-soname): Likewise.
6131         (abi-n64_hard-ld-soname): Likewise.
6132         (abi-n64_soft_2008-ld-soname): Likewise.
6133         (abi-n64_hard_2008-ld-soname): Likewise.
6134         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6135         Likewise.
6136         (abi-64-v2-ld-soname): Likewise.
6137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6138         ld.so entries.
6139         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6140         variable.
6141         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6142         entry.
6143         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6144         variable.
6145         (abi-64-ld-soname): Likewise.
6146         (abi-x32-ld-soname): Likewise.
6147         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6148         entry.
6149         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6151 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6153         [BZ #14138]
6154         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6155         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6156         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6157         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6158         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6159         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6160         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6161         syscall entry for GLIBC_2.2 symbol version.
6162         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6163         Likewise.
6164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6165         (setrlimit): Likewise.
6166         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6167         Likewise.
6169 2014-09-23  Will Newton  <will.newton@linaro.org>
6171         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6172         _LINUX_ARM_SYSDEP_H include guard too.
6173         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6174         define.
6176 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6178         * sysdeps/unix/sysv/linux/eventfd.c:
6179         Make first argument unsigned.
6180         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6181         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6183 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6185         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6186         * socket/sys/socket.h: Likewise
6187         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6189 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6191         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6193 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6195         * time/tst-ftime.c: New test.
6196         * time/Makefile (tests): Add tst-ftime.
6198 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6200         * soft-fp/extended.h: Fix comment formatting.
6201         * soft-fp/op-1.h: Likewise.
6202         * soft-fp/op-2.h: Likewise.
6203         * soft-fp/op-4.h: Likewise.
6204         * soft-fp/op-8.h: Likewise.
6205         * soft-fp/op-common.h: Likewise.
6206         * soft-fp/soft-fp.h: Likewise.
6208         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6210 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6212         [BZ #6652]
6213         * Makeconfig (soversions-default-setname): Remove variable.
6214         ($(common-objpfx)soversions.i): Don't pass default_setname to
6215         soversions.awk.
6216         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6217         oldest_abi to abi-versions.awk.
6218         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6219         * config.make.in (oldest-abi): Remove variable.
6220         * configure.ac (--enable-oldest-abi): Remove configure option.
6221         * configure: Regenerated.
6222         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6223         text.
6224         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6225         * scripts/soversions.awk: Do not handle default_setname variable.
6226         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6227         variable.
6228         * sysdeps/mach/hurd/configure: Regenerated.
6229         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6230         variable.
6231         * sysdeps/unix/sysv/linux/configure: Regenerated.
6233 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6235         * elf/Makefile (CFLAGS-interp.c): Remove.
6236         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6237         path string.
6238         * elf/interp.c: Include generated runtime-linker.h
6240         * Makerules (lib%.so): Don't include $(+interp) in
6241         prerequisites.
6242         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6243         * dlfcn/eval.c: Remove file.
6245         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6246         macros.
6248         [BZ #17266]
6249         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6250         4.2 and newer.
6252         [BZ #17370]
6253         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6255 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6256             Jakub Jelinek  <jakub@redhat.com>
6258         [BZ #17266]
6259         * libio/stdio.h: Check definition of __fortify_function
6260         instead of __extern_always_inline to include bits/stdio2.h.
6261         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6262         check if __extern_always_inline is defined.
6263         [__USE_MISC || __USE_XOPEN]: Likewise.
6264         [__USE_ISOC99] Likewise.
6265         * misc/sys/cdefs.h (__fortify_function): Define only if
6266         __extern_always_inline is defined.
6267         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6268         __extern_always_inline and __extern_inline only for g++-4.3
6269         and newer or a compatible gcc.
6271 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6273         [BZ #17371]
6274         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6275         last change to handle zero prefix length.
6277 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6279         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6280         _SC_REGEX_VERSION.
6282         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6283         _POSIX_RAW_SOCKETS.
6285 2014-09-13  Allan McRae  <allan@archlinux.org>
6287         * po/ru.po: Update Russian translation from translation project.
6289 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6291         * locale/programs/locale.c (show_locale_vars): Inline local function
6292         into its sole call site.  Clean up some style nits.
6293         (print_item): New function, broken out of ...
6294         (show_info): ... local function here.  Clean up style nits.
6296         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6297         out of ...
6298         (set_class_defaults): ... local function set_default here.
6299         Define set_default as a macro locally to pass constant parameters.
6300         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6301         rather than a shared local.
6303         * stdlib/rpmatch.c (try): New function, broken out of ...
6304         (rpmatch): ... local function here.  Also, prototypify definition.
6306 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6308         * scripts/soversions.awk: Do not handle configuration names.
6309         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6310         vendor and os variables to soversions.awk.
6311         * configure.ac: Do not modify gnu-* host_os.
6312         * configure: Regenerated
6313         * shlib-versions: Remove first column with configuration names.
6314         * nptl/shlib-versions: Likewise.
6315         * nptl_db/shlib-versions: Likewise.
6316         * sysdeps/hppa/shlib-versions: Likewise.
6317         * sysdeps/m68k/shlib-versions: Likewise.
6318         * sysdeps/mach/hurd/shlib-versions: Likewise.
6319         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6320         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6321         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6322         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6323         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6324         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6325         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6326         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6328         Likewise.
6329         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6330         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6331         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6332         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6333         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6334         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6335         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6336         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6339         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6341         Regenerated.
6342         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6344         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6346         * shlib-versions: Remove OS-specific entries.  Moved to files in
6347         sysdeps.
6348         * sysdeps/mach/hurd/shlib-versions: New file.
6349         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6351         * nptl/shlib-versions: Remove architecture-specific entries.
6352         Moved to files in sysdeps.
6353         * shlib-versions: Likewise.
6354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6355         file.
6356         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6357         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6358         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6359         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6361         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6362         (UDP_NO_CHECK6_RX): Likewise.
6364 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6366         * sysdeps/posix/sysconf.c (__sysconf): Spell
6367         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6369 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6371         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6372         loading.
6373         * iconv/Versions (__gconv_transliterate): Export for use from
6374         gconv modules.
6375         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6376         (struct __gconv_trans_data, __gconv_trans_fct,
6377         __gconv_trans_context_fct, __gconv_trans_query_fct,
6378         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6379         definitions.
6380         (struct __gconv_step_data): Remove __trans member.
6381         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6382         longer hidden.  Remove unused trans_data argument.
6383         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6384         (__gconv_translit_find): Remove declaration.
6385         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6386         prototype.
6387         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6388         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6389         trans_data argument.  Add hidden definition.
6390         (__gconv_translit_find): Remove.
6391         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6392         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6393         * iconv/skeleton.c: Remove transliteration initialization.
6394         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6395         __gconv_step_data initialization.
6396         * libio/iofwide.c (__libio_translit_): Remove.
6397         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6398         * wcsmbs/btowc.c (__btowc): Likewise.
6399         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6400         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6401         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6402         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6403         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6404         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6405         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6406         * wcsmbs/wctob.c (wctob): Likewise.
6408 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6410         [BZ #16194]
6411         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6412         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6413         register usage.
6414         * sysdeps/x86/Makefile: Adjust.
6416 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6417             Roland McGrath  <roland@hack.frob.com>
6419         * locale/weight.h: Add include guard.
6420         (findidx): Make static rather than auto; take new parameters
6421         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6422         * locale/weightwc.h: Likewise.
6423         * posix/fnmatch_loop.c
6424         (FCT): Change type of EXTRA from int32_t to wint_t.
6425         Don't include either header inside the function.
6426         Call FINDIDX rather than findidx, and pass new arguments.
6427         #undef FINDIDX at the end of the file.
6428         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6429         FINDIDX before including fnmatch_loop.c for the non-wide version.
6430         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6431         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6432         for the wide version.
6433         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6434         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6435         Pass new arguments to findidx.
6436         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6437         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6438         Don't #include it inside the function.  Pass new arguments to findidx.
6439         * posix/regex_internal.h
6440         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6441         (re_string_elem_size_at): Don't #include it inside the function.
6442         Pass new arguments to findidx.
6443         * string/strcoll_l.c: #include WEIGHT_H at top level.
6444         (get_next_seq): Don't #include it inside the function.
6445         Pass new arguments to findidx.
6446         (get_next_seq_nocache): Likewise.
6447         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6448         (STRXFRM): Don't #include it inside the function.
6449         Pass new arguments to findidx.
6451 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6453         [BZ #17344]
6454         * malloc/malloc.c (unlink): Turn asserts into a call to
6455         malloc_printerr.
6457 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6459         [BZ #17370]
6460         * libio/wfileops (do_ftell_wide): Free OUT.
6462 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6464         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6466 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6468         [BZ #17363]
6469         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6470         group if the current group is empty.
6472 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6474         * benchtests/bench-memset.c (test_main): Add more test from size
6475         from 32 to 512 bytes.
6476         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6477         Add POWER8 memset object.
6478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6479         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6480         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6481         implementation.
6482         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6483         Likewise.
6484         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6485         multiarch POWER8 memset optimization.
6486         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6487         POWER8 memset optimization.
6489         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6490         Remove bzero multiarch objects.
6491         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6492         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6493         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6494         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6495         Remove define.
6496         [__bzero]: Redefine to specific name.
6497         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6498         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6499         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6500         define.
6501         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6502         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6504 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6506         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6507         warnings into errors.
6509         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6510         __cxa_thread_atexit_impl prototype.
6512 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6514         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6515         Fix capitalization of error message.
6517 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6519         * sysdeps/mips/preconfigure: Modify ABI tests.
6521 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6523         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6525 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6526             Carlos O'Donell  <carlos@systemhalted.org>
6528         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6529         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6530         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6531         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6532         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6533         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6534         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6535         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6536         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6537         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6538         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6539         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6540         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6541         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6542         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6543         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6544         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6545         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6546         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6547         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6548         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6549         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6550         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6551         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6552         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6553         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6554         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6555         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6556         Deconditionalize the code that was previously under [RESET_PID].
6557         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6558         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6559         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6560         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6561         include sysdep.h.
6563 2014-09-08  Allan McRae  <allan@archlinux.org>
6565         * version.h (RELEASE): Set to "development".
6566         (VERSION): Set to "2.20.90"
6568 2014-09-07  Allan McRae  <allan@archlinux.org
6570         * version.h (RELEASE): Set to "stable".
6571         (VERSION): Set to "2.20"
6572         * include/features.h (__GLIBC_MINOR__): Set to 20.
6574         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6575         Liebler.
6577         * po/ko.po: Update Korean translation from translation project.
6579 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6581         [BZ #17354]
6582         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6583         macro for handling signed relocations.
6585 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6587         [BZ #17325]
6588         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6589         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6590         assert.
6591         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6592         * iconvdata/ibm935.c (BODY): Likewise.
6593         * iconvdata/ibm937.c (BODY): Likewise.
6594         * iconvdata/ibm939.c (BODY): Likewise.
6595         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6596         assert.
6597         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6598         script.
6599         * iconvdata/run-iconv-test.sh: New test loop for checking for
6600         decoder crashers.
6602 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6604         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6605         libm_hidden_ver.
6607 2014-09-01  Allan McRae  <allan@archlinux.org>
6609         * po/eo.po: Update Esperanto translation from translation project.
6611         * po/ca.po: Update Catalan translation from translation project.
6613 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6615         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6616         __proc_dostop call.
6618 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6620         [BZ #17319]
6621         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6622         to call set_thread_area instead of hand written asm.
6623         (__NR_set_thread_area): Removed define.
6624         (TLS_FLAG_WRITABLE): Likewise.
6625         (__ASSUME_SET_THREAD_AREA): Remove check.
6626         (TLS_EBX_ARG): Remove define.
6627         (TLS_LOAD_EBX): Likewise.
6629 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6631         Simplify atomicity of socket creation in bind.
6633         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6634         looking up the name after linking the file.
6636 2014-08-27  Allan McRae  <allan@archlinux.org>
6638         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6640 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6642         [BZ #17187]
6643         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6644         trans_compare, open_translit, __gconv_translit_find):
6645         Remove module loading code.
6647 2014-08-26  Allan McRae  <allan@archlinux.org>
6649         * po/vi.po: Update Vietnamese translation from translation project.
6651         * po/uk.po: Update Ukrainian translation from translation project.
6653         * po/fr.po: Update French translation from translation project.
6655         * po/ru.po: Update Russian translation from translation project.
6657         * po/pl.po: Update Polish translation from translation project.
6659         * po/cs.po: Update Czech translation from translation project.
6661         * po/de.po: Update German translation from translation project.
6663         * po/bg.po: Update Bulgarian translation from translation project.
6665         * po/sv.po: Update Sweedish translation from translation project.
6667         * po/nl.po: Update Dutch translation from translation project.
6669         * po/es.po: Update Spanish translation from translation project.
6671 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6673         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6675         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6676         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6677         (CPPFLAGS-iconvconfig): Likewise.
6678         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6680         * include/libc-symbols.h: Remove unnecessary check for
6681         NOT_IN_libc.
6682         * nptl/pthreadP.h: Likewise.
6683         * sysdeps/aarch64/setjmp.S: Likewise.
6684         * sysdeps/alpha/setjmp.S: Likewise.
6685         * sysdeps/arm/sysdep.h: Likewise.
6686         * sysdeps/i386/setjmp.S: Likewise.
6687         * sysdeps/m68k/setjmp.c: Likewise.
6688         * sysdeps/posix/getcwd.c: Likewise.
6689         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6690         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6691         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6692         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6693         * sysdeps/sh/sh3/setjmp.S: Likewise.
6694         * sysdeps/sh/sh4/setjmp.S: Likewise.
6695         * sysdeps/unix/alpha/sysdep.h: Likewise.
6696         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6697         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6698         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6699         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6702         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6703         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6704         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6705         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6706         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6707         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6708         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6709         * sysdeps/x86_64/setjmp.S: Likewise.
6711 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6713         [BZ #17263]
6714         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6715         <stdint.h>.
6716         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6717         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6719 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6721         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6723         [BZ #17262]
6724         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6725         and __x86_64__ when disabling x87 inline functions.
6727 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6729         [BZ #17259]
6730         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6731         asm statement with __cpuid_count.
6733 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6735         * configure.ac: Change __ehdr_start code to dereference the struct.
6736         Run readelf on the output to look for relocations.
6737         * configure: Regenerated.
6739 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6741         [BZ #17261]
6742         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6743         value to 0.
6744         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6746 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6748         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6750 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6752         [BZ #16892]
6753         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6754         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6756 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6758         * malloc/malloc.c: Fix typo in comment.
6760 2014-08-09  Allan McRae  <allan@archlinux.org>
6762         * Regenerate libc.po.
6764 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6766         * intl/tst-gettext2.sh: Check every lang file for creation.
6768 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6770         * sysdeps/aarch64/fpu/math_private.h
6771         (libc_feholdsetround_noex_aarch64_ctx): New function.
6773 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6775         * sysdeps/arm/armv6/strcpy.S (strcpy):
6776         Fix performance issue in misaligned cases.
6778 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6780         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6781         Move definition from termios.h.
6782         (struct termio): Likewise.
6783         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6784         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6785         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6786         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6787         Likewise.
6788         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6789         Move definition to ioctl-types.h
6790         (struct termio): Likewise.
6791         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6792         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6793         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6794         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6795         Likewise.
6797 2014-08-05  Richard Henderson  <rth@redhat.com>
6799         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6800         exceptions.
6801         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6802         Add fraiseexcpt.
6803         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6804         Use __feraiseexcept.
6805         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6806         Protect libm symbols with IS_IN_libm.
6808         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6810 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6812         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6814 2014-08-04  Will Newton  <will.newton@linaro.org>
6816         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6817         file.
6819 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6821         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6822         variants for each function.
6824 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6826         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6827         appended ...
6828         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6829         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6830         appended ...
6831         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6832         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6833         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6834         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6835         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6836         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6837         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6838         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6839         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6840         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6841         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6842         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6843         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6847         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6849         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6851         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6852         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6853         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6854         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6855         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6857         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6859         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6860         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6861         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6862         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6863         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6864         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6865         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6866         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6867         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6868         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6869         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6870         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6871         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6872         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6873         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6874         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6875         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6876         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6877         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6878         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6879         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6880         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6881         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6882         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6883         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6884         Update #include.
6885         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6886         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6888 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6890         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6891         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6892         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6893         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6894         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6895         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6897 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6899         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6900         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6901         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6902         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6904 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6906         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6907         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6908         (__libc_vfork): Define function under this name.
6909         (__vfork): Define as an alias.
6910         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6911         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6913 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6915         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6916         that was previously under [RESET_PID].
6917         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6919 2014-08-04  Andreas Schwab  <schwab@suse.de>
6921         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6923 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6925         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6926         (main): Likewise.
6928 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6930         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6932 2014-08-01  Richard Henderon  <rth@redhat.com>
6934         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6935         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6936         typo in exact zero test.
6937         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6938         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6939         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6941 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6943         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6944         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6945         * sysdeps/arm/sysdep.h: ... here.
6946         [!__ASSEMBLER__]: Include <stdint.h>.
6948 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6950         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6951         (HAVE_WCTYPE_H): Likewise.
6952         (HAVE_ISWCTYPE): Likewise.
6953         (ENABLE_NLS): Likewise.
6954         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6955         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6957         * posix/regex_internal.c: Check if DEBUG is defined and is
6958         set.
6960         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6961         (HAVE_MBSRTOWCS): Likewise.
6962         * posix/fnmatch.c: Include string.h unconditionally.
6964 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6966         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6967         reversal.
6969 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6971         * sysdeps/generic/safe-fatal.h: New file.
6972         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6973         * nptl/forward.c: Include it.
6974         (__pthread_unwind): Use __safe_fatal as default action, rather
6975         than a bogus use of INTERNAL_SYSCALL that could never work.
6977         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6978         * configure.ac (libc_cv_builtin_trap): New test.
6979         * configure: Regenerated.
6980         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6981         (ABORT_INSTRUCTION): Define using __builtin_trap.
6983         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6984         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6985         * sysdeps/nptl/nptl-signals.h: New file.
6986         * nptl/pthreadP.h: Include <nptl-signals.h>.
6988 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6990         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6991         (ONE_DIRECTION): Define.
6992         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6993         (ONE_DIRECTION): Define.
6994         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6995         (ONE_DIRECTION): Define.
6997 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6999         * sysdeps/s390/Makefile: Delete file.
7000         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7001         * sysdeps/s390/__longjmp.c: Delete file.
7002         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7003         Remove fields __flags and __reserved.
7004         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7005         and add versioning.
7006         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7007         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7008         * sysdeps/s390/rtld-setjmp.S: Likewise.
7009         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7010         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7011         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7012         * sysdeps/s390/s390-32/setjmp.S: ... here.
7013         Add versioning.
7014         (__sigsetjmp): Remove setting __flags field.
7015         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7016         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7017         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7018         * sysdeps/s390/s390-64/setjmp.S: ... here.
7019         Add versioning.
7020         (__sigsetjmp): Remove setting __flags field.
7021         * sysdeps/s390/setjmp.S: Delete file.
7022         * sysdeps/s390/sigjmp.c: Likewise.
7023         * sysdeps/s390/v1-longjmp.c: Likewise.
7024         * sysdeps/s390/v1-setjmp.h: Likewise.
7025         * sysdeps/s390/v1-sigjmp.c: Likewise.
7026         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7027         Remove v1-longjmp_chk.
7028         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7029         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7030         Include debug/longjmp_chk.c and add versioning.
7031         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7032         Include nptl/pt-longjmp.c and add versioning.
7033         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7034         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7035         Include __longjmp.c.
7036         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7037         Move to ...
7038         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7039         (__getcontext): Remove setting __flags field.
7040         Add versioning.
7041         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7042         Don't restore upper high grps.
7043         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7044         Likewise.
7045         (__swapcontext): Remove setting uc_flags field.
7046         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7047         Delete file.
7048         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7049         Include __longjmp.c.
7050         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7051         Move to ...
7052         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7053         (__getcontext): Remove setting __flags field.
7054         Add versioning.
7055         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7056         (__swapcontext): Remove setting uc_flags field.
7057         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7058         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7059         Remove fields uc_high_gprs and __reserved.
7060         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7061         New file with reverted content.
7062         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7063         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7064         Regenerated.
7065         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7066         Regenerated.
7068 2014-07-31  Andreas Schwab  <schwab@suse.de>
7070         * config.h.in (HAVE_IFUNC): Define to 0.
7071         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7072         definedness.
7074 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7076         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7077         memmove-avx-unaligned, memcpy-avx-unaligned and
7078         mempcpy-avx-unaligned.
7079         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7080         Add tests for AVX memcpy functions.
7081         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7082         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7083         memcpy_chk.
7084         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7085         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7086         memmove_chk.
7087         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7088         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7089         mempcpy_chk.
7090         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7091         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7092         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7094 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7096         [BZ #17213]
7097         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7098         powerpc64le.
7100 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7102         [BZ #16839]
7103         * manual/llio.texi: Add section about open file description locks.
7104         * manual/examples/ofdlocks.c: Example of open file description
7105         lock usage.
7106         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7107         F_OFD_SETLK, and F_OFD_SETLKW.
7109 2014-07-23  Allan McRae  <allan@archlinux.org>
7111         * po/es.po: Update Spanish translation from translation project.
7113 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7115         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7117 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7119         [BZ #17078]
7120         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7121         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7122         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7124 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7126         [BZ #17088]
7127         * math/fesetenv.c (__fesetenv)
7128         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7129         * math/feupdateenv.c (__feupdateenv)
7130         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7132         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7133         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7134         (__ASSUME_SOCKETCALL): Do not define.
7136         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7137         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7138         (__ASSUME_SOCKETCALL): Do not define.
7139         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7140         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7141         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7142         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7143         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7144         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7145         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7146         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7148         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7149         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7150         (__ASSUME_SOCKETCALL): Do not define.
7151         (__ASSUME_IPC64): Define unconditionally.
7152         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7153         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7154         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7155         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7156         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7157         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7158         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7159         Likewise.
7161         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7162         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7163         (__ASSUME_SOCKETCALL): Do not define.
7164         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7165         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7166         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7167         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7168         (__ASSUME_REQUEUE_PI): Define unconditionally.
7169         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7170         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7171         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7172         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7173         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7174         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7176         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7177         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7178         (__ASSUME_SOCKETCALL): Do not define.
7179         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7180         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7181         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7182         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7183         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7184         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7186         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7187         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7188         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7189         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7190         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7191         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7192         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7193         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7194         (__ASSUME_GETCPU_SYSCALL): Likewise.
7196         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7197         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7198         cases for individual architectures.
7199         * sysdeps/gnu/configure: Regenerated.
7200         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7201         LIBC_SLIBDIR_RTLDDIR.
7202         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7203         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7204         LIBC_SLIBDIR_RTLDDIR.
7205         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7207         LIBC_SLIBDIR_RTLDDIR.
7208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7209         Regenerated.
7210         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7211         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7212         file.
7213         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7214         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7215         file.
7216         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7217         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7218         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7219         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7221         * sysdeps/aarch64/shlib-versions: Move to ...
7222         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7223         * sysdeps/alpha/shlib-versions: Move to ...
7224         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7225         * sysdeps/arm/shlib-versions: Move to ...
7226         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7227         * sysdeps/hppa/shlib-versions: Move all contents except for
7228         libgcc_s entry to ...
7229         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7230         entry from ...
7231         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7232         * sysdeps/ia64/shlib-versions: Move to ...
7233         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7234         entry from ...
7235         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7236         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7237         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7238         * sysdeps/microblaze/shlib-versions: Move to ...
7239         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7240         * sysdeps/mips/shlib-versions: Move to ...
7241         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7242         entry from ...
7243         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7244         * sysdeps/tile/shlib-versions: Move to ...
7245         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7246         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7247         from ...
7248         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7249         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7250         entry from ...
7251         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7253 2014-07-17  Will Newton  <will.newton@linaro.org>
7255         * sysdeps/arm/bits/atomic.h
7256         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7257         (__arch_compare_and_exchange_bool_16_int): Likewise.
7258         (__arch_compare_and_exchange_bool_64_int): Likewise.
7260         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7261         into an #else block.
7263 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7265         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7266         just Linux configurations.  Test empirically that the compiler sets
7267         __ARM_EABI__, rather than using the tuple to decide.
7268         * sysdeps/arm/preconfigure: Regenerated.
7269         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7270         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7271         contents appended ...
7272         * sysdeps/arm/configure.ac: ... here.
7273         * sysdeps/arm/configure: Regenerated.
7275 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7277         * nptl/pthread_kill.c: New file.
7278         * nptl/pthread_sigmask.c: New file.
7279         * nptl/pthread_sigqueue.c: New file.
7281         * sysdeps/nptl/lowlevellock.h: New file.
7282         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7283         * sysdeps/nptl/lowlevellock-futex.h: New file.
7285         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7286         Remove dead declarations.
7288 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7290         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7291         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7292         config-cflags-avx2.
7293         * sysdeps/x86_64/configure.ac: Likewise.
7294         * sysdeps/i386/configure: Regenerated.
7295         * sysdeps/x86_64/configure: Likewise.
7296         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7297         memset-avx2 only if config-cflags-avx2 is yes.
7298         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7299         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7300         defined.
7301         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7302         only if HAVE_AVX2_SUPPORT is defined.
7303         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7305 2014-07-14  Alan Modra  <amodra@gmail.com>
7307         [BZ #17153]
7308         * elf/elf.h (DT_PPC64_NUM): Correct value.
7309         * NEWS: Add to fixed bug list.
7311 2014-07-13  Jim Meyering  <meyering@fb.com>
7313         [BZ 17150]
7314         regex: don't deref NULL upon heap allocation failure
7315         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7316         failure in one more place.
7317         To trigger the segfault, configure grep -with-included-regex,
7318         build it, and run these commands:
7319         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7321 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7323         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7325 2014-07-11  Richard Henderson  <rth@redhat.com>
7327         * sysdeps/aarch64/libm-test-ulps: Update.
7329 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7331         [BZ #17135]
7332         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7333         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7334         (__nptl_setxid): Initialize error member.  Call
7335         __nptl_setxid_error.
7336         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7337         * nptl/descr.h (struct xid_command): Add error member.
7338         * nptl/tst-setuid3.c: New file.
7339         * nptl/Makefile (tests): Add it.
7341 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7343         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7344         New define.
7345         (__lll_trylock): Use __lll_base_trylock.
7346         (__lll_cond_trylock): Likewise.
7348 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7350         * nptl/pthread_create.c (start_thread): Use atomic_or and
7351         lll_futex_wake directly rather than lll_robust_dead.
7352         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7353         (lll_robust_dead): Macro removed.
7354         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7355         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7356         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7357         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7358         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7359         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7360         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7361         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7362         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7363         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7364         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7365         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7366         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7367         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7368         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7370         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7371         Use atomic_compare_and_exchange_val_acq directly rather than
7372         lll_robust_trylock.
7373         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7374         (__lll_robust_trylock, lll_robust_trylock): Removed.
7375         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7376         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7377         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7378         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7379         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7380         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7381         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7382         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7383         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7384         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7385         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7386         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7387         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7388         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7390 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7392         * manual/locale.texi (Locale Names): New section documenting
7393         locale name syntax.  Adjust menu and node chaining accordingly.
7394         (Choosing Locale): Reference Locale Names, Locale Categories.
7395         Mention setting LC_ALL=C.  Reflect that name syntax is now
7396         documented.
7397         (Locale Categories): New section title.  Reference Locale Names.
7398         LC_ALL is an environment variable, but not a category.
7399         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7400         description, now in Locale Name.  Reference that section.  Locale
7401         name syntax is now documented.
7403 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7405         [BZ #17137]
7406         * locale/findlocale.c (name_present, valid_locale_name): New
7407         functions.
7408         (_nl_find_locale): Use the loc_name variable to store name
7409         candidates.  Call name_present and valid_locale_name to check and
7410         validate locale names.  Return an error if the locale is invalid.
7412 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7414         * locale/setlocale.c (setlocale): Use strdup for allocating
7415         composite name copy.
7417 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7419         Sync up with gnulib.
7420         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7421         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7422         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7423         and _GL_ARG_NONNULL.
7424         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7425         [!_LIBC]: Include code for Windows and Cygwin.
7426         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7427         Include prototype for int strerror_r.
7428         [!_LIBC] (is_open): New function.
7429         (flush_stdout): New function.
7430         (print_errno_message): Use it.
7431         (error): Likewise.
7432         (error_at_line): Likewise.
7433         (error_tail) Add function attribute macros.  Use
7434         __builtin_expect.
7436         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7438         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7440         * io/ftw.c: Include sys/param.h unconditionally.
7442         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7444         [BZ #17125]
7445         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7446         libc_freeres_ptr.
7447         (freecache): New function to free CACHE on exit.
7449         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7450         initialization.
7452 2014-07-09  David S. Miller  <davem@davemloft.net>
7454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7456         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7457         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7458         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7459         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7460         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7461         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7462         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7463         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7464         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7465         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7466         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7467         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7468         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7470 2014-07-09  Andreas Schwab  <schwab@suse.de>
7472         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7473         output.
7474         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7475         (do_test): Likewise.
7477         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7479 2014-07-09  Will Newton  <will.newton@linaro.org>
7481         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7482         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7483         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7484         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7485         * sysdeps/hppa/start.S (_start): Likewise.
7487 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7489         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7491         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7492         defined.
7494 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7496         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7497         after checking that it is non-NULL.
7499         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7501 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7503         * sysdeps/powerpc/memmove.c: Remove file.
7504         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7505         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7506         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7507         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7508         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7509         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7510         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7511         string memmove instead of removed powerpc one.
7513         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7514         [weak_alias]: Fix compiler warning due trailing data.
7515         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7516         [weak_alias]: Likewise.
7517         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7518         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7520         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7521         (__libc_ifunc_impl_list): Add memmove functions.
7523 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7525         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7526         Remove code.
7527         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7528         Likewise
7529         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7530         Likewise
7531         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7532         Likewise
7533         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7534         Likewise
7535         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7536         Likewise
7537         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7538         Likewise
7539         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7540         Likewise
7541         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7542         Likewise
7543         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7544         Likewise
7545         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7546         Likewise
7547         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7548         Likewise
7549         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7550         Likewise
7551         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7552         Likewise
7553         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7554         Likewise
7555         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7556         Likewise
7557         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7558         Likewise
7560 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7562         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7563         to avoid alignment traps in non-cacheable memory.
7564         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7566         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7567         multiarch objects.
7568         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7569         file: multiarch power7 memmove.
7570         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7571         multiarch default memmove.
7572         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7573         multiarch memove for powerpc32/power4.
7575         * string/bcopy.c: Use full path to include memmove.c.
7576         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7577         multiarch objects.
7578         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7579         bcopy for powerpc64.
7580         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7581         bcopy for powerpc64.
7582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7583         and memmove implementations.
7584         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7585         optimized multiarch memmove for POWER7/powerpc64.
7586         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7587         default multiarch memmove for powerpc64.
7588         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7589         multiarch for powerpc64.
7590         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7591         for POWER7/powerpc64.
7592         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7593         memmove for POWER7/powerpc64.
7595         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7596         glibc default one.
7598         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7599         __ELF_NATIVE_CLASS equal to 64.
7601 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7603         * sysdeps/nptl/lowlevellock.h: File removed.
7605         * NEWS: NPTL is no longer an add-on!
7606         * nptl/internaltypes.h: Moved ...
7607         * sysdeps/nptl/internaltypes.h: ... here.
7608         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7609         * sysdeps/nptl/fork.c: Likewise.
7610         * sysdeps/nptl/gai_misc.h: Likewise.
7611         * sysdeps/nptl/librt-cancellation.c: Likewise.
7612         * sysdeps/nptl/jmp-unwind.c: Likewise.
7613         * sysdeps/nptl/setxid.h: Likewise.
7614         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7615         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7616         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7617         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7618         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7619         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7620         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7621         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7622         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7623         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7624         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7625         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7626         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7627         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7628         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7629         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7630         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7631         * nptl/Makeconfig: Moved ...
7632         * sysdeps/nptl/Makeconfig: ... here.
7633         * nptl/configure: File removed.
7634         * nptl/ANNOUNCE: File removed.
7635         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7636         * sysdeps/unix/sysv/linux/configure: Regenerated.
7638         * nptl/Makefile (routines): Add libc_pthread_init,
7639         libc_multiple_threads, register-atfork and unregister-atfork.
7640         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7641         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7642         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7643         pthread-pi-defines.sym, structsem.sym.
7644         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7645         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7646         [$(subdir) = nptl] (tests): Add tst-setgetname.
7647         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7648         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7649         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7650         [!LIBC_SIGACTION]: Remove aliases.
7651         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7652         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7653         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7654         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7655         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7656         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7657         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7658         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7659         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7660         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7661         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7662         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7663         __libc_allocate_rtsig_private.
7664         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7665         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7666         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7667         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7668         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7669         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7670         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7671         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7672         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7673         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7674         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7675         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7676         * nptl/internaltypes.h: ... here.
7677         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7678         * sysdeps/nptl/jmp-unwind.c: ... here.
7679         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7680         * nptl/libc-lowlevellock.c: ... here.
7681         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7682         * nptl/libc_multiple_threads.c: ... here.
7683         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7684         * nptl/libc_pthread_init.c: ... here.
7685         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7686         * nptl/lowlevelbarrier.sym: ... here.
7687         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7688         * nptl/lowlevelcond.sym: ... here.
7689         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7690         * nptl/lowlevellock.c: ... here.
7691         * nptl/lowlevellock.h: Moved ...
7692         * sysdeps/nptl/lowlevellock.h: ... here.
7693         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7694         * nptl/lowlevelrobustlock.c: ... here.
7695         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7696         * nptl/lowlevelrobustlock.sym: ... here.
7697         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7698         * nptl/lowlevelrwlock.sym: ... here.
7699         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7700         * nptl/pt-fork.c: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7702         * nptl/pthread-pi-defines.sym: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7704         * nptl/pthread_attr_getaffinity.c: ... here.
7705         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7706         * nptl/pthread_attr_setaffinity.c: ... here.
7707         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7708         * nptl/pthread_mutex_cond_lock.c: ... here.
7709         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7710         Update #include.
7711         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7712         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7713         * nptl/pthread_once.c: ... here, replacing old file.
7714         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7715         * nptl/pthread_yield.c: ... here.
7716         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7717         * nptl/register-atfork.c: ... here.
7718         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7719         * nptl/sem_post.c: ... here.
7720         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7721         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7722         * nptl/sem_timedwait.c: ... here.
7723         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7724         * nptl/sem_trywait.c: ... here.
7725         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7726         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7727         * nptl/sem_wait.c: ... here.
7728         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7729         * nptl/structsem.sym: ... here.
7730         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7731         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7732         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7733         * nptl/unregister-atfork.c: ... here.
7734         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7735         * nptl/unwindbuf.sym: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7737         * sysdeps/nptl/fork.c: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7739         * sysdeps/nptl/fork.h: ... here.
7740         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7741         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7742         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7743         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7744         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7745         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7746         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7747         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7748         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7749         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7750         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7751         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7752         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7753         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7754         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7755         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7756         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7757         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7758         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7759         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7760         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7761         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7762         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7763         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7764         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7765         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7766         * sysdeps/unix/sysv/linux/raise.c: ... here.
7767         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7768         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7769         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7770         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7771         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7772         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7773         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7774         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7775         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7776         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7777         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7778         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7779         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7780         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7781         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7783 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7785         * sysdeps/generic/memcopy.h: Add comment for
7786         MEMCPY_OK_FOR_FWD_MEMMOVE.
7788 2014-07-04  Will Newton  <will.newton@linaro.org>
7790         * string/memchr.c: Merge from gnulib.
7791         [_LIBC]: Remove conditionals.
7792         (__ptr_t): Remove define.
7793         (LONG_MAX_32_BITS): Likewise.
7794         (LONG_MAX): Likewise.
7795         (MEMCHR): Use ANSI prototype and optimize algorithm.
7797         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7799 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7801         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7802         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7804         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7805         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7806         in a bare environment with no <stdlib.h> installed.
7807         * sysdeps/nptl/configure: Regenerated.
7809         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7811         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7812         AC_EGREP_CPP for kernel header checks, so they only succeed if
7813         including <linux/version.h> actually works right.
7814         * sysdeps/unix/sysv/linux/configure: Regenerated.
7816         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7817         value so it's not diagnosed as unused.
7819         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7820         thing) with "ifeq ($(subdir),rt)".
7822 2014-07-03  Richard Henderson  <rth@redhat.com>
7824         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7825         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7826         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7828         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7829         (math_force_eval): New.
7831         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7832         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7834         * sysdeps/alpha/fpu/s_round.c: Remove file.
7835         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7837         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7838         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7839         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7840         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7841         (_dl_start, print_statistics): Likewise.
7842         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7843         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7845         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7846         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7847         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7848         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7849         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7850         (HP_SMALL_TIMING_AVAIL): Define.
7851         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7852         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7853         (HP_SMALL_TIMING_AVAIL): Define.
7854         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7855         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7857         * sysdeps/aarch64/hp-timing.h: New file.
7859         * sysdeps/generic/hp-timing.h: Remove dead comment.
7860         * sysdeps/generic/hp-timing-common.h: New file.
7861         * sysdeps/alpha/hp-timing.h: Include it.
7862         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7863         * sysdeps/i386/i686/hp-timing.h: Likewise.
7864         * sysdeps/ia64/hp-timing.h: Likewise.
7865         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7866         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7867         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7868         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7869         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7870         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7871         (hp_timing_t): New.
7873         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7874         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7875         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7876         * elf/rtld.c (_dl_start_final): Likewise.
7877         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7878         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7879         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7880         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7881         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7882         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7883         (HP_TIMING_DIFF_INIT): Remove.
7884         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7885         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7886         (HP_TIMING_DIFF_INIT): Remove.
7887         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7888         * sysdeps/i386/i686/hp-timing.c: Remove file.
7889         * sysdeps/x86_64/hp-timing.c: Remove file.
7890         * sysdeps/ia64/hp-timing.c: Remove file.
7891         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7892         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7893         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7894         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7896         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7897         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7898         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7899         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7900         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7901         (HP_TIMING_ACCUM): Remove.
7902         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7903         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7904         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7906         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7907         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7908         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7909         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7910         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7911         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7912         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7913         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7915         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7917 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7919         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7921 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7923         Sync up with gettext.
7924         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7925         [_MSC_VER]: Include malloc.h
7926         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7927         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7928         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7929         TEMP_FAILURE_RETRY.  Cast return of alloca.
7930         [!_LIBC] Call gl_rwlock_init.
7931         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7933 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7935         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7936         before checking its value.
7938 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7940         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7942         * debug/memcpy_chk.c: Don't include pagecopy.h.
7943         * debug/mempcpy_chk.c: Likewise.
7944         * string/memcpy.c: Likewise.
7945         * string/memmove.c: Likewise.
7946         * sysdeps/powerpc/memmove.c: Likewise.
7947         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7948         definition of PAGE_COPY_FWD_MAYBE here...
7949         * sysdeps/generic/pagecopy.h: ... from here.
7950         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7952 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7953             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7955         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7956         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7957         optimizations.
7958         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7959         (__libc_ifunc_impl_list): Likewise.
7960         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7961         multiarch strcat for PPC64.
7962         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7963         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7965 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7967         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7969 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7971         * intl/loadmsgcat.c: Remove declaration of
7972         get_sysdep_segment_value.
7973         (get_sysdep_segment_value): Use ISO C style.
7974         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7975         semicolon.  Fix typo and formatting in comment.
7976         (_nl_unload_domain): Use ISO C style.
7978         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7980 2014-07-02  Will Newton  <will.newton@linaro.org>
7982         * malloc/obstack.c: Merge from gnulib master.
7983         [HAVE_CONFIG_H]: Remove conditional code.
7984         [!_LIBC]: Include config.h.
7985         [!ELIDE_CODE]: Don't include inttypes.h, include
7986         stdint.h unconditionally.
7987         (print_and_abort): Mark as _Noreturn.
7988         (_obstack_allocated_p): Mark as __attribute_pure__.
7989         (obstack_free): Rename to __obstack_free.
7990         [!__attribute__]: Remove conditional code.
7991         * malloc/obstack.h: Merge from gnulib master.
7992         [__cplusplus]: Move conditional down.
7993         [!__attribute_pure__]: Define __attribute_pure__ here
7994         if it is not already defined.
7995         (_obstack_memory_used): Mark as __attribute_pure__.
7996         [!__obstack_free]: Define as obstack_free.
7997         [__GNUC__]: Remove check for ancient NeXT gcc.
7999 2014-07-02  Will Newton  <will.newton@linaro.org>
8000             Paul Eggert  <eggert@cs.ucla.edu>
8002         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8004 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8006         * resolv/gethnamaddr.c: Add comment warning that the file is
8007         not maintained.
8009 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8011         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8012         entries.
8014         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8015         entry for aio_cancel and aio_cancel64.
8016         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8017         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8018         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8019         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8020         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8021         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8022         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8023         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8024         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8025         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8026         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8027         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8028         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8030 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8032         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8033         * nptl/pthread_mutex_lock.c: Likewise.
8034         * nptl/pthread_mutex_timedlock.c: Likewise.
8035         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8037 2014-07-01  Richard henderson  <rth@redhat.com>
8039         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8040         (__isnan, __isnanl): Remove.
8041         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8043         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8045 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8047         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8049 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8051         * resolv/nss_dns/dns-host.c (getanswer_r)
8052         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8054 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8056         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8057         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8058         undefine.
8059         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8060         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8062 2014-07-01  Roland McGrath <roland@hack.frob.com>
8064         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8065         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8067         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8068         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8070         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8071         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8072         ... here.
8073         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8074         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8076         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8077         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8078         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8079         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8081         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8082         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8083         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8084         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8085         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8086         Moved ...
8087         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8088         ... here.
8089         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8090         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8091         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8092         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8093         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8094         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8095         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8096         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8097         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8098         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8099         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8100         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8101         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8102         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8103         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8104         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8105         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8106         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8107         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8108         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8109         ... here.
8110         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8111         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8112         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8113         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8114         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8115         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8116         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8117         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8119 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8121         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8122         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8123         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8124         Add sysdep.
8126 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8130 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8132         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8133         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8135         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8137         * sysdeps/arm/libm-test-ulps: Regenerated.
8139 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8140             Roland McGrath <roland@hack.frob.com>
8142         * test-skeleton.c (signal_handler): Kill the whole process group
8143         before killing the child individually.
8144         (main): Report any failure on `setpgid'.
8146 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8148         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8149         from _TLS_H to _ARM_NPTL_TLS_H.
8150         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8151         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8153 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8155         [BZ #16539]
8156         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8157         (__expm1l): Return argument unchanged when small but not
8158         subnormal.
8160         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8161         include macro name.
8162         (_FP_UNPACK_RAW_1_P): Likewise.
8163         (_FP_PACK_RAW_1): Likewise.
8164         (_FP_PACK_RAW_1_P): Likewise.
8165         (_FP_MUL_MEAT_1_wide): Likewise.
8166         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8167         (_FP_MUL_MEAT_1_hard): Likewise.
8168         (_FP_DIV_MEAT_1_imm): Likewise.
8169         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8170         (_FP_DIV_MEAT_1_udiv): Likewise.
8171         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8172         (_FP_UNPACK_RAW_2): Likewise.
8173         (_FP_UNPACK_RAW_2_P): Likewise.
8174         (_FP_PACK_RAW_2): Likewise.
8175         (_FP_PACK_RAW_2_P): Likewise.
8176         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8177         (_FP_MUL_MEAT_2_wide): Likewise.
8178         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8179         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8180         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8181         (_FP_MUL_MEAT_2_gmp): Likewise.
8182         (_FP_DIV_MEAT_2_udiv): Likewise.
8183         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8184         (_FP_FRAC_SRL_4): Likewise.
8185         (_FP_FRAC_SRST_4): Likewise.
8186         (_FP_FRAC_SRS_4): Likewise.
8187         (_FP_UNPACK_RAW_4): Likewise.
8188         (_FP_UNPACK_RAW_4_P): Likewise.
8189         (_FP_PACK_RAW_4): Likewise.
8190         (_FP_PACK_RAW_4_P): Likewise.
8191         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8192         (_FP_MUL_MEAT_4_wide): Likewise.
8193         (_FP_MUL_MEAT_4_gmp): Likewise.
8194         (umul_ppppmnnn): Likewise.
8195         (_FP_DIV_MEAT_4_udiv): Likewise.
8196         (__FP_FRAC_ADD_4): Likewise.
8197         (__FP_FRAC_SUB_3): Likewise.
8198         (__FP_FRAC_SUB_4): Likewise.
8199         (__FP_FRAC_DEC_3): Likewise.
8200         (__FP_FRAC_DEC_4): Likewise.
8201         (__FP_FRAC_ADDI_4): Likewise.
8202         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8203         (_FP_FRAC_SRL_8): Likewise.
8204         (_FP_FRAC_SRS_8): Likewise.
8206         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8207         include macro name.
8208         (FP_UNPACK_RAW_EP): Likewise.
8209         (FP_PACK_RAW_E): Likewise.
8210         (FP_PACK_RAW_EP): Likewise.
8211         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8212         (_FP_ISSIGNAN): Likewise.
8213         (_FP_ADD_INTERNAL): Likewise.
8214         (_FP_FMA): Likewise.
8215         (_FP_CMP): Likewise.
8216         (_FP_SQRT): Likewise.
8217         (_FP_TO_INT): Likewise.
8218         (_FP_FROM_INT): Likewise.
8219         (FP_EXTEND): Likewise.
8220         (_FP_DIV_MEAT_N_loop): Likewise.
8222 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8224         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8225         throughout.
8227 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8229         [BZ #17097]
8230         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8231         result with correct sign in case of exponents that produce
8232         overflow except for X very close to 1.
8234 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8236         mktime: merge #if/#ifdef usage from glibc
8237         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8238         as that works with both Glibc's and Gnulib's style.
8239         See thread starting at Siddhesh Poyarekar's bug report at:
8240         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8242 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8244         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8245         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8246         * sysdeps/tile/tilegx/memmove.c: Remove file.
8248 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8250         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8251         abi-name definition.
8252         * scripts/soversions.awk: Do not handle or generate ABI lines.
8253         * shlib-versions: Remove ABI entries.
8254         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8255         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8257 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8260         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8261         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8262         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8263         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8264         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8266         Moved ...
8267         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8268         ... here.
8269         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8270         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8271         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8272         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8274         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8275         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8276         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8277         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8278         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8279         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8280         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8281         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8282         Moved ...
8283         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8284         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8285         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8286         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8287         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8289         Moved ...
8290         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8291         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8292         Moved ...
8293         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8295         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8296         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8297         Moved ...
8298         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8299         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8300         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8301         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8302         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8303         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8304         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8305         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8306         Moved ...
8307         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8308         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8309         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8310         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8311         Moved ...
8312         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8313         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8314         Moved ...
8315         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8316         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8317         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8318         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8319         Moved ...
8320         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8321         ... here.
8322         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8323         Identical file removed.
8324         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8325         Moved ...
8326         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8327         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8328         Identical file removed.
8329         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8330         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8331         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8332         Moved ...
8333         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8334         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8335         Identical file removed.
8336         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8337         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8338         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8339         Identical file removed.
8340         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8341         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8342         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8343         Identical file removed.
8344         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8345         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8346         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8347         Identical file removed.
8348         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8349         Moved ...
8350         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8351         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8352         Identical file removed.
8353         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8354         Moved ...
8355         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8356         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8357         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8358         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8359         Identical file removed.
8360         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8361         Moved ...
8362         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8363         ... here.
8364         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8365         Identical file removed.
8366         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8367         Moved ...
8368         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8369         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8370         Identical file removed.
8371         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8372         Moved ...
8373         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8374         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8375         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8376         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8377         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8378         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8379         Moved ...
8380         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8381         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8382         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8384         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8385         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8386         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8387         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8388         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8390 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8392         [BZ #17092]
8393         * nscd/nscd.c (monitor_child): Return exit status of child
8394         instead of return value from wait syscall.
8396 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8398         * configure.ac (libc_commonpagesize): Remove variable.
8399         (libc_relro_required): Likewise.
8400         (libc_cv_z_relro): Remove configure test.
8401         * configure: Regenerated.
8402         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8403         variable.
8404         (libc_relro_required): Likewise.
8405         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8406         (libc_relro_required): Likewise.
8407         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8408         (libc_relro_required): Likewise.
8409         * sysdeps/arm/preconfigure: Regenerated.
8410         * sysdeps/ia64/preconfigure: Remove file.
8411         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8412         variable.
8413         (libc_relro_required): Likewise.
8415         [BZ #16561]
8416         [BZ #16562]
8417         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8418         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8419         recompute overflowing results in original rounding mode.
8420         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8421         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8422         recompute overflowing results in original rounding mode.
8423         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8424         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8425         recompute overflowing results in original rounding mode.
8426         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8427         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8428         recompute overflowing results in original rounding mode.
8429         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8430         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8431         recompute overflowing results in original rounding mode.
8432         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8433         (libc_feholdsetround_ctx): New macro.
8434         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8435         * sysdeps/i386/fpu/libm-test-ulps: Update.
8436         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8438 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8440         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8441         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8442         corresponding .cpsetup call.
8444 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8446         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8447         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8448         * sysdeps/arm/Makefile [$(subdir) = csu]
8449         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8450         (static-only-routines): Add aeabi_read_tp here.
8451         (shared-only-routines): Add libc-aeabi_read_tp here.
8452         (CFLAGS-libc-start.c): Add -fexceptions here.
8453         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8454         (sysdep_routines, static-only-routines, shared-only-routines):
8455         Don't add to these here.
8456         (CFLAGS-libc-start.c): Likewise.
8458         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8459         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8460         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8461         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8462         * sysdeps/arm/Makefile [$(subdir) = rt]
8463         (librt-sysdep_routines, librt-shared-only-routines):
8464         Append rt-aeabi_unwind_cpp_pr1 here.
8465         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8466         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8467         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8468         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8469         Append nptl-aeabi_unwind_cpp_pr1 here.
8470         (tests): Filter out tst-cleanupx4 here.
8471         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8472         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8473         Don't do those here.
8475 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8477         * scripts/list-sources.sh: Do not handle ports specially.
8479 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8481         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8482         * sysdeps/arm/feupdateenv.c: Likewise.
8484         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8486 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8488         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8489         trailing whitespace removed.
8490         * scripts/config.guess: Update to version 2014-03-23.
8491         * scripts/config.sub: Update to version 2014-05-01
8492         * scripts/install-sh: Update to version 2013-12-25.23.
8493         * scripts/move-if-change: Update from gnulib.
8495 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8497         * debug/memmove_chk.c: Remove pagecopy.h include.
8499 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8501         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8502         identical to gnulib mktime.
8504 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8506         * configure.ac: Do not test for machine being rs6000.  Do not test
8507         for powerpc*-*soft.
8508         * configure: Regenerated.
8510         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8511         test.
8512         * configure: Regenerated.
8513         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8514         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8515         Remove configure test.
8516         * sysdeps/arm/configure: Regenerated.
8517         * sysdeps/nptl/configure.ac: Do not check
8518         libc_cv_asm_cfi_directives.
8519         * sysdeps/nptl/configure: Regenerated.
8520         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8521         * sysdeps/x86_64/nptl/configure: Remove generated file.
8522         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8523         unconditional.
8524         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8526 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8528         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8529         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8530         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8531         it is defined.
8533         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8534         instead of whether it is defined.
8535         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8536         * sysdeps/hppa/dl-machine.h: Likewise.
8537         * sysdeps/ia64/dl-machine.h: Likewise.
8538         * sysdeps/m68k/dl-machine.h: Likewise.
8539         * sysdeps/microblaze/dl-machine.h: Likewise.
8540         * sysdeps/mips/dl-machine.: Likewise.
8541         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8542         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8543         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8544         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8545         * sysdeps/sh/dl-machine.h: Likewise.
8546         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8547         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8548         * sysdeps/tile/dl-machine.h: Likewise.
8549         * sysdeps/x86_64/dl-machine.h: Likewise.
8551         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8552         code.
8553         (verify_persistent_db): Likewise.
8555 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8558         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8560         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8562         Moved ...
8563         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8564         ... here.
8565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8566         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8568         Identical file removed.
8569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8570         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8572         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8574         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8576         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8577         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8578         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8580         Moved ...
8581         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8583         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8585         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8587         Moved ...
8588         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8590         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8592         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8594         Identical file removed.
8595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8596         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8598         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8600         Moved ...
8601         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8602         ... here.
8603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8604         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8605         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8606         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8608         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8610         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8612         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8614         Moved ...
8615         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8616         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8617         Moved ...
8618         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8619         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8620         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8622         Moved ...
8623         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8624         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8625         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8627         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8628         folded into ...
8629         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8630         * sysdeps/unix/sysv/linux/s390/Versions
8631         (libpthread: GLIBC_2.19): New version set.
8632         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8633         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8634         (librt: GLIBC_2.3.3): New version set.
8635         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8636         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8637         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8638         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8639         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8640         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8641         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8642         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8643         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8644         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8645         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8646         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8647         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8648         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8649         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8651         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8652         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8653         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8654         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8655         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8656         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8657         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8658         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8659         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8661         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8662         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8663         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8664         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8665         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8667         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8668         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8669         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8670         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8671         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8672         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8673         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8675         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8676         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8677         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8678         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8679         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8681         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8682         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8683         (__libc_vfork): Define the function under this name.
8684         [!NOT_IN_libc] (__vfork): Make this an alias.
8685         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8686         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8687         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8688         (__libc_vfork): Define the function under this name.
8689         [!NOT_IN_libc] (__vfork): Make this an alias.
8690         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8691         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8692         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8693         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8694         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8695         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8697         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8698         code that was previously under [RESET_PID].
8699         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8700         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8701         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8703         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8704         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8705         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8706         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8707         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8708         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8709         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8710         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8711         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8712         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8713         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8714         Moved ...
8715         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8716         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8717         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8718         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8719         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8720         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8721         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8722         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8723         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8724         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8725         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8726         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8727         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8728         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8729         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8730         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8731         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8732         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8733         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8734         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8735         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8736         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8737         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8738         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8739         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8740         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8741         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8742         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8743         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8745 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8747         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8748         that was previously under [RESET_PID].
8749         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8751 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8753         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8754         not undefine and redefine.
8755         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8756         [O_CLOEXEC]: Make code unconditional.
8757         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8758         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8759         <kernel-features.h>.
8760         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8761         conditional variable definition.
8762         (shm_open) [O_CLOEXEC]: Make code unconditional.
8763         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8764         code.
8766         * configure.ac (USE_REGPARMS): Don't define here.
8767         * configure: Regenerated.
8768         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8769         * sysdeps/i386/configure: Regenerated.
8771         * nptl/createthread.c: Don't include kernel-features.h.
8772         * nptl/pthread_cancel.c: Likewise.
8773         * nptl/pthread_condattr_setclock.c: Likewise.
8774         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8775         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8776         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8777         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8778         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8779         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8780         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8781         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8782         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8783         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8784         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8785         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8786         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8787         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8788         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8789         * nscd/gai.c: Likewise.
8790         * nss/nss_db/db-open.c: Likewise.
8791         * sysdeps/generic/ldsodefs.h: Likewise.
8792         * sysdeps/sh/nptl/tls.h: Likewise.
8793         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8794         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8795         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8796         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8797         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8798         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8799         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8800         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8801         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8802         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8803         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8804         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8805         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8806         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8807         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8808         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8809         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8810         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8811         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8812         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8814         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8815         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8816         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8817         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8818         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8819         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8820         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8821         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8822         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8823         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8824         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8825         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8826         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8827         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8828         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8829         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8830         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8831         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8832         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8833         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8834         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8835         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8836         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8837         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8838         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8839         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8840         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8841         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8842         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8843         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8844         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8845         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8846         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8847         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8848         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8849         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8850         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8873         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8874         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8875         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8876         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8877         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8878         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8879         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8880         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8881         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8882         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8883         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8884         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8885         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8886         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8887         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8888         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8889         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8890         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8891         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8892         * sysdeps/unix/sysv/linux/system.c: Likewise.
8893         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8894         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8895         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8896         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8897         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8898         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8899         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8901         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8902         * configure: Regenerated.
8903         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8905         * configure.ac (base_machine): Do not set specially for particular
8906         machines here.
8907         * configure: Regenerated.
8908         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8909         settings from configure.ac.
8910         * sysdeps/i386/preconfigure: New file.
8911         * sysdeps/s390/preconfigure: Likewise.
8912         * sysdeps/sh/preconfigure: Likewise.
8913         * sysdeps/sparc/preconfigure: Likewise.
8915 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8917         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8918         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8919         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8920         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8921         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8922         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8923         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8924         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8925         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8926         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8927         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8928         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8929         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8930         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8931         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8932         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8933         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8934         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8935         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8937         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8938         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8939         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8940         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8941         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8942         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8943         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8944         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8945         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8946         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8947         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8948         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8949         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8950         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8951         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8952         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8953         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8954         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8955         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8956         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8957         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8958         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8959         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8960         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8961         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8962         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8963         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8964         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8965         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8966         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8967         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8968         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8969         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8970         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8971         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8972         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8973         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8974         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8977         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8979         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8981         Moved ...
8982         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8983         ... here.
8984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8985         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8987         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8989         Moved ...
8990         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8992         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8993         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8994         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8995         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8996         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8998         Moved ...
8999         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9001         Moved ...
9002         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9004         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9006         Moved ...
9007         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9009         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9011         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9013         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9015         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9017         Moved ...
9018         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9019         ... here.
9020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9021         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9023         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9025         Moved ...
9026         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9028         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9030         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9032         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9034         Moved ...
9035         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9037         Moved ...
9038         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9039         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9040         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9041         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9042         Moved ...
9043         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9045         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9047         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9049 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9051         * timezone/checktab.awk: Update from tzcode 2014e.
9052         * timezone/private.h: Likewise.
9053         * timezone/tzfile.h: Likewise.
9054         * timezone/zdump.c: Likewise.
9055         * timezone/zic.c: Likewise.
9057         * sysdeps/unix/sysv/linux/kernel-features.h
9058         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9059         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9060         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9061         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9062         Remove conditional code.
9064 2014-06-25  Will Newton  <will.newton@linaro.org>
9066         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9067         (_dl_arm_cap_flags): Add HWCAP2 values.
9068         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9069         (_DL_HWCAP_COUNT): Increase to 37.
9070         (_DL_HWCAP_LAST): New define.
9071         (_DL_HWCAP2_LAST): New define.
9072         (_dl_procinfo): Add support for printing
9073         AT_HWCAP2 entries.
9074         (_dl_string_hwcap): Use _dl_hwcap_string.
9076 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9080 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9082         * README: Do not mention ports directory.
9084         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9085         Remove macro.
9086         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9087         <kernel-features.h>.
9088         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9089         conditional variable definition.
9090         (__futimes): Update comment.
9091         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9092         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9094         [BZ #16560]
9095         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9096         arguments close to 0.
9097         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9098         Likewise.
9099         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9100         Likewise.
9101         * math/auto-libm-test-in: Add more tests of exp10.
9102         * math/auto-libm-test-out: Regenerated.
9103         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9105         * sysdeps/unix/sysv/linux/kernel-features.h
9106         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9107         * sysdeps/unix/sysv/linux/readv.c: Do not include
9108         <kernel-features.h>.
9109         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9110         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9111         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9112         unconditional.
9113         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9114         conditional code.
9115         * sysdeps/unix/sysv/linux/writev.c: Do not include
9116         <kernel-features.h>.
9117         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9118         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9119         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9120         unconditional.
9121         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9122         conditional code.
9124 2014-06-25  Will Newton  <will.newton@linaro.org>
9126         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9127         comment changes throughout the file.  Remove checks
9128         for HAVE_*_H definitions that are not required.
9129         (__gen_tempname): Call abort if an unknown kind value is
9130         passed.
9132 2014-06-25  Andreas Schwab  <schwab@suse.de>
9134         [BZ #17086]
9135         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9136         scalbln, scalblnf, scalblnl in libc.
9138 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9140         [BZ #17086]
9141         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9142         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9143         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9145 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9147         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9148         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9149         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9150         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9151         Update #include.
9152         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9153         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9154         Update #include.
9155         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9156         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9157         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9158         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9159         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9160         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9161         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9162         * sysdeps/x86/bits/semaphore.h: ... here.
9163         * sysdeps/x86/nptl/elide.h: Moved ...
9164         * sysdeps/x86/elide.h: ... here.
9165         * sysdeps/x86_64/nptl/Implies: File removed.
9166         * sysdeps/i386/nptl/Implies: File removed.
9168 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9170         [BZ #16539]
9171         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9172         return the argument for normal arguments with exponent below -64.
9173         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9174         Likewise.
9175         * math/auto-libm-test-in: Add another test of expm1.
9176         * math/auto-libm-test-out: Regenerated.
9178         [BZ #16287]
9179         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9180         calling __erfcl for arguments at least 16.
9181         * math/auto-libm-test-in: Add more tests of erf.
9182         * math/auto-libm-test-out: Regenerated.
9184         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9185         individual architectures.
9186         * sysdeps/unix/sysv/linux/configure: Regenerated.
9187         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9188         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9189         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9190         (ldd_rewrite_script): Define variable.
9191         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9193         file.
9194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9195         generated file.
9196         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9197         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9198         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9199         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9200         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9201         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9202         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9203         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9205 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9207         [BZ #17084]
9208         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9209         Rename member __data.d to __data.__elision_data.
9211 2014-06-24  Wilco  <wdijkstr@arm.com>
9213         * NEWS: Add 16918 to fixed bug list.
9215 2014-06-24  Wilco  <wdijkstr@arm.com>
9217         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9219 2014-06-24  Wilco  <wdijkstr@arm.com>
9221         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9222         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9223         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9224         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9225         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9226         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9227         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9228         Use _FPU_MASK_RM.
9230 2014-06-24  Wilco  <wdijkstr@arm.com>
9232         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9234 2014-06-24  Wilco  <wdijkstr@arm.com>
9236         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9237         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9238         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9239         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9241 2014-06-24  Wilco  <wdijkstr@arm.com>
9243         [BZ #16918]
9244         * sysdeps/arm/feupdateenv.c (feupdateenv):
9245         Rewrite to reduce FPSCR accesses and fix return value.
9247 2014-06-24  Wilco  <wdijkstr@arm.com>
9249         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9250         Optimize to avoid unnecessary FPSCR writes.
9251         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9252         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9253         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9254         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9256 2014-06-24  Wilco  <wdijkstr@arm.com>
9258         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9259         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9260         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9261         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9262         Call libc_fetestexcept_vfp.
9263         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9264         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9265         __SOFTFP__ ifdef so that they can be built for softfp.
9267 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9269         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9270         argument type signed char.
9272         * Makerules (check-abi): Dump diff of symlist if the test
9273         fails.
9275 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9277         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9278         using abort.
9280         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9281         Remove unused variable ST.
9283 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9285         [BZ #16354]
9286         [BZ #17061]
9287         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9288         small arguments before calling __expm1.
9289         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9290         small arguments before calling __expm1f.
9291         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9292         small arguments before calling __expm1l.
9293         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9294         Likewise.
9295         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9296         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9297         spurious underflow for some cosh tests.
9298         * math/auto-libm-test-out: Regenerated.
9299         * sysdeps/i386/fpu/libm-test-ulps: Update.
9301         [BZ #17050]
9302         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9303         (__ieee754_y1): Set errno if return value overflows.
9304         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9305         (__ieee754_y1f): Set errno if return value overflows.
9306         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9307         (__ieee754_y1l): Set errno if return value overflows.
9308         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9309         (__ieee754_y1l): Set errno if return value overflows.
9310         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9311         * math/auto-libm-test-out: Regenerated.
9313         * math/gen-auto-libm-tests.c: Document use of
9314         ignore-zero-inf-sign.
9315         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9316         (input_flags): Add ignore-zero-inf-sign.
9317         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9318         * math/gen-libm-test.pl (generate_testfile): Handle
9319         ignore-zero-inf-sign.
9320         * math/auto-libm-test-in: Mark some cpow tests with
9321         ignore-zero-inf-sign and some with xfail-rounding.
9322         * math/auto-libm-test-out: Regenerated.
9323         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9324         * sysdeps/i386/fpu/libm-test-ulps: Update.
9325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9327         [BZ #16315]
9328         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9329         overflowing or underflowing operations take place with sign of
9330         result.
9331         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9332         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9333         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9334         (__ieee754_pow): Recompute overflowing and underflowing results in
9335         original rounding mode.
9336         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9337         (__powl_helper): Allow negative argument X and scale negated value
9338         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9339         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9340         overflowing or underflowing operations take place with sign of
9341         result.
9342         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9343         Include <math.h>.
9344         * math/auto-libm-test-in: Add more tests of pow.
9345         * math/auto-libm-test-out: Regenerated.
9346         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9347         (pow_tonearest_test_data): Remove.
9348         (pow_test_tonearest): Likewise.
9349         (pow_towardzero_test_data): Likewise.
9350         (pow_test_towardzero): Likewise.
9351         (pow_downward_test_data): Likewise.
9352         (pow_test_downward): Likewise.
9353         (pow_upward_test_data): Likewise.
9354         (pow_test_upward): Likewise.
9355         (main): Don't call removed functions.
9356         * sysdeps/i386/fpu/libm-test-ulps: Update.
9357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9359 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9362         Moved ...
9363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9365         Moved ...
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9368         Moved ...
9369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9371         Moved ...
9372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9374         File removed.
9375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9376         File removed.
9377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9378         File removed.
9379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9380         File removed.
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9382         File removed.
9383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9384         File removed.
9385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9386         File removed.
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9388         File removed.
9389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9390         File removed.
9391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9392         File removed.
9393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9394         File removed.
9395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9396         File removed.
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9398         Moved ...
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9401         Moved ...
9402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9403         ... here.
9404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9405         Moved ...
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9411         Moved ...
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9414         Moved ...
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9420         Moved ...
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9423         Moved ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9427         ... here.
9428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9429         Moved ...
9430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9432         Moved ...
9433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9434         ... here.
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9436         Moved ...
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9438         ... here.
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9440         Moved ...
9441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9442         ... here.
9443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9444         Moved ...
9445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9447         Moved ...
9448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9452         Moved ...
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9454         ... here.
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9456         Moved ...
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9458         ... here.
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9460         Moved ...
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9463         Moved ...
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9466         Moved ...
9467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9469         Moved ...
9470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9472         Moved ...
9473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9474         ... here.
9475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9476         Moved ...
9477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9479         Moved ...
9480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9482         Moved ...
9483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9485         Moved ...
9486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9490         Moved ...
9491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9493         Moved ...
9494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9496         Moved ...
9497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9498         ... here.
9499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9500         Moved ...
9501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9502         ... here.
9503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9504         Moved ...
9505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9506         ... here.
9507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9508         Moved ...
9509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9511         Moved ...
9512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9514         Moved ...
9515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9517         Moved ...
9518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9519         ... here.
9520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9521         Moved ...
9522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9523         ... here.
9524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9525         Moved ...
9526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9527         ... here.
9528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9529         Moved ...
9530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9532         Moved ...
9533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9535 2014-06-23  Will Newton  <will.newton@linaro.org>
9536             Wilco  <wdijkstr@arm.com>
9538         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9539         implementation.  Include get-rounding-mode.h.
9540         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9541         [!libc_feholdsetround_noex_ctx]: Define
9542         libc_feholdsetround_noex_ctx.
9543         [!libc_feholdsetround_noexf_ctx]: Define
9544         libc_feholdsetround_noexf_ctx.
9545         [!libc_feholdsetround_noexl_ctx]: Define
9546         libc_feholdsetround_noexl_ctx.
9547         (libc_feholdsetround_ctx): New function.
9548         (libc_feresetround_ctx): New function.
9549         (libc_feholdsetround_noex_ctx): New function.
9550         (libc_feresetround_noex_ctx): New function.
9552 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9554         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9555         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9556         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9557         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9558         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9559         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9561         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9562         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9563         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9564         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9565         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9566         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9567         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9568         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9569         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9572         Moved ...
9573         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9574         ... here.
9575         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9576         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9577         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9578         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9579         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9580         Moved ...
9581         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9582         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9583         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9584         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9585         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9586         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9587         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9588         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9589         Moved ...
9590         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9591         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9592         Moved ...
9593         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9597         Moved ...
9598         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9599         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9600         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9601         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9602         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9603         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9604         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9605         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9606         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9607         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9608         Moved ...
9609         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9610         ... here.
9611         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9612         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9613         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9614         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9615         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9616         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9617         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9618         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9619         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9620         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9621         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9622         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9623         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9624         Moved ...
9625         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9626         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9627         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9628         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9629         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9630         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9631         Moved ...
9632         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9633         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9634         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9635         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9636         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9638         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9639         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9640         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9641         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9642         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9643         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9644         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9645         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9646         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9647         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9648         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9649         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9650         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9651         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9652         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9653         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9654         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9655         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9656         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9657         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9658         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9659         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9660         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9661         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9662         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9663         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9664         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9665         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9667 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9669         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9670         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9671         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9672         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9673         (IPV6_PMTUDISC_INTERFACE): Likewise.
9674         (IPV6_PMTUDISC_OMIT): Likewise.
9676 2014-06-23  Andreas Schwab  <schwab@suse.de>
9678         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9679         Remove unused errout label.
9681 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9683         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9684         macro: hardware supports Vector Crypto instructions.
9686 2014-06-23  Will Newton  <will.newton@linaro.org>
9688         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9689         rather than __builtin_expect.
9691         * elf/dl-lookup.c (undefined_msg): Remove variable.
9692         (_dl_lookup_symbol_x): Replace undefined_msg with string
9693         literal.
9695         * elf/dl-lookup.c (do_lookup_unique): New function.
9696         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9697         to a separate function.
9699 2014-06-23  Andreas Schwab  <schwab@suse.de>
9701         [BZ #17079]
9702         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9703         before reading the next line.
9705 2014-06-23  Will Newton  <will.newton@linaro.org>
9707         * test-skeleton.c (signal_handler): Use printf and %m
9708         rather than perror.  Use printf rather than fprintf to
9709         stderr.  Use puts rather than fputs to stderr.
9710         (main): Likewise.
9712 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9714         * nscd/nscd.c (thread_info_t): Remove typedef.
9715         (thread_info): Remove variable.
9717 2014-06-21  Allan McRae  <allan@archlinux.org>
9719         * NEWS: Mention CVE-2014-4043.
9721 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9723         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9724         * nptl/smp.h: ... here.
9726         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9728         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9729         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9730         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9731         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9733         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9734         * nptl/stack-aliasing.h: New file.
9735         * sysdeps/i386/i686/stack-aliasing.h: New file.
9736         * sysdeps/i386/i686/nptl/Makefile: File removed.
9737         * sysdeps/x86_64/stack-aliasing.h: New file.
9738         * sysdeps/x86_64/nptl/Makefile
9739         (CFLAGS-pthread_create.c): Variable removed.
9741         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9742         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9743         old file.
9744         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9745         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9746         old file.
9748 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9750         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9751         (__ASSUME_SIGFRAME_V2): Remove macro.
9752         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9753         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9754         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9755         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9756         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9757         Declare as function.  Remove conditional macro definitions.
9758         (__default_rt_sa_restorer): Likewise.
9759         (__default_sa_restorer_v1): Remove declaration.
9760         (__default_sa_restorer_v2): Likewise.
9761         (__default_rt_sa_restorer_v1): Likewise.
9762         (__default_rt_sa_restorer_v2): Likewise.
9763         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9764         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9765         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9767 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9769         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9770         (libpthread-routines): Add sysdep.
9771         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9772         * sysdeps/unix/sysv/linux/sparc/Versions
9773         (libpthread: GLIBC_2.3.3): New version set.
9774         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9775         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9776         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9777         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9778         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9779         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9780         Moved ...
9781         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9782         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9783         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9784         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9785         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9787         * sysdeps/sparc/nptl/sem_init.c: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9789         * sysdeps/sparc/nptl/sem_post.c: ... here.
9790         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9791         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9792         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9793         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9794         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9795         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9796         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9797         (libpthread-routines): Add cpu_relax.
9798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9799         File removed.
9800         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9801         (librt: GLIBC_2.3.3): New version set.
9802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9803         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9804         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9805         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9808         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9810         Moved ...
9811         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9813         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9814         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9815         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9817         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9819         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9821         Moved ...
9822         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9823         Update #include.
9824         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9825         Moved ...
9826         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9827         Update #include.
9828         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9829         Moved ...
9830         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9831         Update #include.
9832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9833         Moved ...
9834         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9835         Update #include.
9836         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9837         Moved ...
9838         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9839         Update #include.
9840         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9841         Moved ...
9842         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9843         Update #include.
9844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9845         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9847         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9849         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9851         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9852         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9853         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9854         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9855         Moved ...
9856         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9858         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9860         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9862 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9864         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9865         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9866         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9867         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9868         * nscd/nscd.c: Likewise.
9869         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9870         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9871         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9872         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9874         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9875         <kernel-features.h>.
9876         (init_mq_netlink): Remove conditional have_sock_cloexec
9877         definitions.  Remove code conditional on have_sock_cloexec < 0.
9878         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9879         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9880         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9881         <kernel-features.h>.
9882         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9883         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9885 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9887         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9888         Add tests for memset_chk and memset.
9890         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9891         with AVX2_Usable.
9893 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9895         [BZ #16046]
9896         * elf/tst-dl-iter-static.c: New file.
9897         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9899         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9900         error.
9902 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9904         * sysdeps/unix/sysv/linux/kernel-features.h
9905         (__ASSUME_F_GETOWN_EX): Remove macro.
9906         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9907         <kernel-features.h>.
9908         (miss_F_GETOWN_EX): Remove variable or macro.
9909         (do_fcntl): Do not check miss_F_GETOWN_EX.
9910         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9912         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9913         Remove macro.
9914         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9915         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9916         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9918         * sysdeps/unix/sysv/linux/kernel-features.h
9919         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9920         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9921         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9922         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9924 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9926         [BZ #17075]
9927         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9928         Fix calculation of the symbol's value.
9929         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9930         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9931         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9932         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9933         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9934         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9935         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9936         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9937         (modules-names): Add `tst-armtlsdescmod',
9938         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9939         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9940         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9941         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9942         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9943         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9944         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9945         ($(objpfx)tst-armtlsdescloc): New dependency.
9946         ($(objpfx)tst-armtlsdescextnow): Likewise.
9947         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9948         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9949         TLS scheme support.
9950         * sysdeps/arm/configure: Regenerate.
9952 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9954         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9955         (__atfct_seterrno_2): Likewise.
9956         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9957         <kernel-features.h>.
9958         (__ASSUME_ATFCTS): Do not undefine and redefine.
9959         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9960         (__have_atfcts): Remove conditional definition.
9961         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9962         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9963         unreachable if [__ASSUME_ATFCTS].
9964         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9965         not undefine and redefine.
9966         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9967         <kernel-features.h>.
9968         (faccessat) [__NR_faccessat]: Make code unconditional.
9969         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9970         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9971         <kernel-features.h>.
9972         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9973         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9974         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9975         <kernel-features.h>.
9976         (fchownat) [__NR_fchownat]: Make code unconditional.
9977         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9978         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9979         <kernel-features.h>.
9980         (futimesat) [__NR_futimesat]: Make code unconditional.
9981         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9982         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9983         <kernel-features.h>.
9984         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9985         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9986         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9987         <kernel-features.h>.
9988         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9989         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9990         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9991         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9992         <kernel-features.h>.
9993         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9994         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9995         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9996         <kernel-features.h>.
9997         (linkat) [__NR_linkat]: Make code unconditional.
9998         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9999         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10000         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10001         <kernel-features.h>.
10002         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10003         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10004         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10005         <kernel-features.h>.
10006         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10007         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10008         * sysdeps/unix/sysv/linux/openat.c: Do not include
10009         <kernel-features.h>.
10010         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10011         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10012         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10013         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10014         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10015         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10016         <kernel-features.h>.
10017         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10018         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10019         result of INLINE_SYSCALL directly, not via int variable.
10020         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10021         <kernel-features.h>.
10022         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10023         (renameat) [__NR_renameat]: Make code unconditional.
10024         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10025         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10026         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10027         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10028         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10029         (__ASSUME_ATFCTS): Do not undefine and redefine.
10030         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10031         <kernel-features.h>.
10032         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10033         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10034         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10035         <kernel-features.h>.
10036         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10037         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10038         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10039         (__ASSUME_ATFCTS): Do not undefine and redefine.
10040         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10041         <kernel-features.h>.
10042         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10043         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10044         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10045         <kernel-features.h>.
10046         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10047         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10049 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10051         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10053 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10055         [BZ #17069]
10056         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10057         constructed tree before returning error.
10058         * posix/bug-regexp36.c: Expand test case.
10060 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10062         [BZ #6803]
10063         * math/libm-test.inc (scalbln_test_date):
10064         Add errno expectations.
10065         * math/w_scalblnf.c: New File.
10066         Add wrapper which checks for setting errno to ERANGE.
10067         Add weak_alias for corresponding scalbln function.
10068         * math/w_scalbln.c: Likewise.
10069         * math/w_scalblnl.c: Likewise.
10070         * math/Makefile (libm-calls): Add w_scalbln.
10071         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10072         Remove weak_alias for corresponding scalbln function.
10073         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10074         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10075         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10076         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10077         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10078         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10079         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10080         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10081         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10082         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10083         Remove long_double_symbol for scalblnl function in libm, libc.
10084         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10085         Add wrapper which checks for setting errno to ERANGE.
10086         Add long_double_symbol for scalblnl function in libm, libc.
10087         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10088         Remove long_double_symbol for scalblnl in libm.
10089         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10090         Add wrapper which checks for setting errno to ERANGE.
10091         Add long_double_symbol for scalblnl function in libm.
10092         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10093         Do not use wrapper because of own implementation.
10095 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10097         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10098         3 bytes for __pad1 for x32.
10099         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10101 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10102             H.J. Lu  <hongjiu.lu@intel.com>
10104         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10105         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10106         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10107         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10108         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10110 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10112         [BZ #17069]
10113         * posix/regcomp.c (parse_expression): Deallocate partially
10114         constructed tree before returning error.
10115         * posix/Makefile.c (tests): Add bug-regex36.
10116         (generated): Add bug-regex36.mtrace.
10117         (tests-special): Add $(objpfx)bug-regex36-mem.out
10118         (bug-regex36-ENV): New variable.
10119         ($(objpfx)bug-regex36-mem.out): New rule.
10120         * posix/bug-regex36.c: New file.
10122 2014-06-19  Will Newton  <will.newton@linaro.org>
10124         * malloc/malloc.c (systrim): If extra is zero then return
10125         early.
10127 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10129         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10131 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10133         * sysdeps/aarch64/strchr.S: New file.
10135 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10137         [BZ #17022]
10138         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10139         from arguments -2 or below.
10140         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10141         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10143 2014-06-18  Andreas Schwab  <schwab@suse.de>
10145         [BZ #17062]
10146         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10147         of a bracket expr not to run off the end of the string.
10148         * posix/Makefile (tests): Add tst-fnmatch3.
10149         * posix/tst-fnmatch3.c: New file.
10151 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10153         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10154         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10155         [$(cross-compiling) = no]: Likewise.
10156         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10157         [$(cross-compiling) = no]: Likewise.
10159 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10161         [BZ #17031]
10162         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10163         double, adjusted for any remainder from the high double.
10164         * math/libm-test.inc (nearbyint): Add tests.
10165         (rint): Likewise.
10167 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10169         * nptl/sysdeps/powerpc/Makefile: Moved ...
10170         * sysdeps/powerpc/nptl/Makefile: ... here.
10171         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10172         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10173         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10174         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10175         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10176         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10177         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10178         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10179         * nptl/sysdeps/powerpc/tls.h: Moved ...
10180         * sysdeps/powerpc/nptl/tls.h: ... here.
10182 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10184         [BZ #16681]
10185         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10186         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10187         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10188         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10189         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10190         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10191         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10192         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10193         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10195 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10197         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10199 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10201         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10202         defined operator.
10204         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10205         $TIMEOUTFACTOR.
10207 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10209         [BZ #17058]
10210         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10211         non-executed part of the test.
10213 2014-06-16  Andreas Schwab  <schwab@suse.de>
10215         * string/bits/string2.h (strdup, strndup): Update feature guard.
10217 2014-06-14  David S. Miller  <davem@davemloft.net>
10219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10221 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10223         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10224         that was previously under [RESET_PID].
10225         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10227         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10228         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10229         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10230         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10231         (__libc_vfork): New strong alias.
10232         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10234 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10236         * sysdeps/generic/elide.h: New file.
10238 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10240         * Makefile (installed-headers): Adjust path of pthread.h header.
10242 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10244         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10245         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10246         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10247         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10249         * nptl/sysdeps/s390/Makefile: Moved ...
10250         * sysdeps/s390/nptl/Makefile: ... here.
10251         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10252         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10253         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10254         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10255         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10256         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10257         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10258         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10259         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10260         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10261         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10262         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10263         * nptl/sysdeps/s390/tls.h: Moved ...
10264         * sysdeps/s390/nptl/tls.h: ... here.
10266         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10267         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10269 2014-06-13  David S. Miller  <davem@davemloft.net>
10271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10272         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10273         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10274         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10276         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10277         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10278         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10279         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10280         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10281         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10282         Remove RESET_PID cpp guards.
10283         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10284         Remove RESET_PID cpp guards.
10285         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10287 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10289         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10290         __sp to uintptr_t.
10292 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10294         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10295         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10296         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10297         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10298         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10299         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10300         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10301         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10302         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10303         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10304         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10305         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10306         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10307         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10308         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10309         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10310         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10311         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10312         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10313         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10315         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10316         (pthread_rwlock_rdlock): Add elision.
10317         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10318         (pthread_rwlock_wrlock): Add elision.
10319         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10320         (pthread_rwlock_trywrlock): Add elision.
10321         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10322         (pthread_rwlock_tryrdlock): Add elision.
10323         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10324         (pthread_rwlock_tryrdlock): Add elision unlock.
10325         * nptl/sysdeps/pthread/pthread.h:
10326         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10327         (PTHREAD_RWLOCK_INITIALIZER,
10328         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10329         Handle new elision field.
10330         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10331         * sysdeps/arm/nptl/bits/pthreadtypes.h
10332         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10333         * sysdeps/sh/nptl/bits/pthreadtypes.h
10334         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10335         * sysdeps/tile/nptl/bits/pthreadtypes.h
10336         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10337         * sysdeps/a/nptl/bits/pthreadtypes.h
10338         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10339         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10340         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10341         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10342         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10343         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10344         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10345         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10346         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10347         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10348         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10349         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10350         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10351         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10352         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10353         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10354         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10355         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10356         (elision_init): Set try_xbegin to zero when no RTM.
10357         * sysdeps/x86/nptl/bits/pthreadtypes.h
10358         (pthread_rwlock_t): Change __pad1 to __rwelision.
10359         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10361 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10363         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10364         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10365         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10366         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10368 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10370         [BZ #16996]
10371         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10372         that the cached result has been set before returning it.
10374 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10376         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10377         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10378         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10379         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10380         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10381         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10383         * nptl/sysdeps/sparc/Makefile: Moved ...
10384         * sysdeps/sparc/nptl/Makefile: ... here.
10385         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10386         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10387         * nptl/sysdeps/sparc/tls.h: Moved ...
10388         * sysdeps/sparc/nptl/tls.h: ... here.
10389         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10390         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10391         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10392         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10393         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10394         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10395         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10396         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10397         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10398         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10399         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10400         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10401         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10402         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10403         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10404         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10405         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10406         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10407         Update #include.
10408         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10410         Update #include.
10411         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10412         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10413         Update #include.
10414         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10415         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10416         Update #include.
10418         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10420         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10421         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10423         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10424         (struct list_links): Type removed.
10425         (struct thread_node, struct timer_node): Replace struct list_links
10426         with struct list_head.
10427         (list_unlink_ip): Likewise.
10428         * sysdeps/pthread/timer_routines.c
10429         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10430         (list_append, list_insbefore): Likewise.
10431         (list_init): Function removed.
10432         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10433         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10434         * sysdeps/pthread/Makefile: ... here, new file.
10436         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10437         * sysdeps/nptl/Implies: ... here.
10438         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10439         * nptl/sysdeps/pthread/list.h: Moved ...
10440         * include/list.h: ... here.
10441         * nptl/sysdeps/pthread/createthread.c: Moved ...
10442         * nptl/createthread.c: ... here.
10443         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10444         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10445         * nptl/pt-longjmp.c: ... here.
10446         * nptl/sysdeps/pthread/Makefile: Moved ...
10447         * sysdeps/nptl/Makefile: ... here.
10448         * nptl/sysdeps/pthread/Subdirs: Moved ...
10449         * sysdeps/nptl/Subdirs: ... here.
10450         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10451         * sysdeps/nptl/aio_misc.h: ... here.
10452         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10453         * sysdeps/nptl/bits/libc-lock.h: ... here.
10454         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10455         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10456         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10457         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10458         * nptl/sysdeps/pthread/configure: Moved ...
10459         * sysdeps/nptl/configure: ... here.
10460         * nptl/sysdeps/pthread/configure.ac: Moved ...
10461         * sysdeps/nptl/configure.ac: ... here.
10462         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10463         * sysdeps/nptl/gai_misc.h: ... here.
10464         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10465         * sysdeps/nptl/librt-cancellation.c: ... here.
10466         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10467         * sysdeps/nptl/malloc-machine.h: ... here.
10468         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10469         * sysdeps/nptl/pthread-functions.h: ... here.
10470         * nptl/sysdeps/pthread/pthread.h: Moved ...
10471         * sysdeps/nptl/pthread.h: ... here.
10472         * nptl/sysdeps/pthread/setxid.h: Moved ...
10473         * sysdeps/nptl/setxid.h: ... here.
10474         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10475         * sysdeps/nptl/sigfillset.c: ... here.
10476         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10477         * sysdeps/nptl/tcb-offsets.h: ... here.
10478         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10479         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10480         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10481         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10482         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10483         * sysdeps/pthread/allocalim.h: ... here.
10484         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10485         * sysdeps/pthread/bits/sigthread.h: ... here.
10486         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10487         * sysdeps/pthread/flockfile.c: ... here.
10488         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10489         * sysdeps/pthread/ftrylockfile.c: ... here.
10490         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10491         * sysdeps/pthread/funlockfile.c: ... here.
10492         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10493         * sysdeps/pthread/posix-timer.h: ... here.
10494         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10495         * sysdeps/pthread/timer_create.c: ... here.
10496         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10497         * sysdeps/pthread/timer_delete.c: ... here.
10498         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10499         * sysdeps/pthread/timer_getoverr.c: ... here.
10500         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10501         * sysdeps/pthread/timer_gettime.c: ... here.
10502         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10503         * sysdeps/pthread/timer_routines.c: ... here.
10504         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10505         * sysdeps/pthread/timer_settime.c: ... here.
10506         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10507         * sysdeps/pthread/tst-timer.c: ... here.
10508         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10509         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10511         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10512         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10514         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10515         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10516         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10517         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10518         Update #include target.
10519         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10520         * sysdeps/i386/i686/nptl/Makefile: ... here.
10521         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10522         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10523         Update #include target.
10524         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10525         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10526         * nptl/sysdeps/i386/Makefile: Moved ...
10527         * sysdeps/i386/nptl/Makefile: ... here.
10528         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10529         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10530         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10531         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10532         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10533         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10534         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10535         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10536         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10537         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10538         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10539         * nptl/sysdeps/i386/tls.h: Moved ...
10540         * sysdeps/i386/nptl/tls.h: ... here.
10542         * sysdeps/sh/Makefile [$(subdir) = csu]
10543         (gen-as-const-headers): Add tcb-offsets.sym.
10544         * nptl/sysdeps/sh/Makefile: File removed.
10545         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10546         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10547         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10548         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10549         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10550         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10551         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10552         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10553         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10554         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10555         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10556         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10557         * nptl/sysdeps/sh/tls.h: Moved ...
10558         * sysdeps/sh/nptl/tls.h: ... here.
10559         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10560         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10562         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10564         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10565         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10566         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10567         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10568         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10569         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10570         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10571         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10572         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10573         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10574         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10575         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10576         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10577         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10578         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10579         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10580         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10581         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10582         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10583         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10584         Moved ...
10585         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10586         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10587         Moved ...
10588         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10589         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10590         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10591         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10592         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10593         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10594         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10595         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10596         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10597         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10598         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10599         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10600         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10601         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10602         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10603         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10604         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10605         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10606         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10608 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10610         * posix/spawn_faction_addopen.c: Include string.h.
10612 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10614         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10615         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10616         * nptl/sysdeps/x86_64/Makefile: Moved ...
10617         * sysdeps/x86_64/nptl/Makefile: ... here.
10618         * nptl/sysdeps/x86_64/configure: Moved ...
10619         * sysdeps/x86_64/nptl/configure: ... here.
10620         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10621         * sysdeps/x86_64/nptl/configure.ac: ... here.
10622         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10623         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10624         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10625         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10626         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10627         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10628         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10629         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10630         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10631         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10632         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10633         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10634         * nptl/sysdeps/x86_64/tls.h: Moved ...
10635         * sysdeps/x86_64/nptl/tls.h: ... here.
10636         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10637         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10638         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10639         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10641         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10643 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10647 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10649         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10650         type.
10651         [POSIX] (off_t): Likewise.
10652         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10653         [POSIX] (S_ISBLK): Require macro.
10654         [POSIX] (S_ISCHR): Likewise.
10655         [POSIX] (S_ISDIR): Likewise.
10656         [POSIX] (S_ISFIFO): Likewise.
10657         [POSIX] (S_ISREG): Likewise.
10658         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10659         optional-macro.
10660         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10661         type.
10662         [POSIX] (time_t): Likewise.
10663         [POSIX] (timer_t): Likewise.
10665 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10667         [BZ #17048]
10668         * posix/spawn_int.h (struct __spawn_action): Make the path string
10669         non-const to support deallocation.
10670         * posix/spawn_faction_addopen.c
10671         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10672         * posix/spawn_faction_destroy.c
10673         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10674         path in all spawn_do_open actions.
10675         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10676         posix_spawn_file_actions_addopen.
10678 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10680         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10681         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10682         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10683         conditional code always true.
10684         (__libc_vfork): New alias.
10686 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10688         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10689         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10691         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10693         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10694         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10696         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10697         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10699         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10700         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10702 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10704         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10705         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10706         multiarch strcmp for PPC64.
10707         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10708         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10709         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10710         multiarch optimizations.
10711         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10712         (__libc_ifunc_impl_list): Likewise.
10714 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10716         * benchtests/scripts/validate_benchout.py: New script.
10717         * benchtests/Makefile (bench-func): Call it.
10718         * benchtests/scripts/benchout.schema.json: New file.
10720 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10722         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10723         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10724         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10725         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10726         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10727         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10728         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10729         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10730         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10731         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10732         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10733         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10734         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10735         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10736         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10737         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10739         Moved ...
10740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10741         ... here.
10742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10743         Moved ...
10744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10746         Moved ...
10747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10748         ... here.
10749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10750         Moved ...
10751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10752         ... here.
10753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10754         Moved ...
10755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10757         Moved ...
10758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10759         ... here.
10760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10761         Moved ...
10762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10763         ... here.
10764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10765         Moved ...
10766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10768         Moved ...
10769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10770         ... here.
10771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10772         Moved ...
10773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10774         ... here.
10775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10776         Moved ...
10777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10778         ... here.
10779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10780         Moved ...
10781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10783         Moved ...
10784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10785         ... here.
10786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10787         Moved ...
10788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10789         ... here.
10790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10791         Moved ...
10792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10793         ... here.
10794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10795         Moved ...
10796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10798         Moved ...
10799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10800         ... here.
10801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10802         Moved ...
10803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10804         ... here.
10805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10806         Moved ...
10807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10809         Moved ...
10810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10811         ... here.
10812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10813         Moved ...
10814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10816         Moved ...
10817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10819         Moved ...
10820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10821         ... here.
10822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10823         Moved ...
10824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10825         ... here.
10826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10827         Moved ...
10828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10829         ... here.
10830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10831         Moved ...
10832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10834         Moved ...
10835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10836         ... here.
10837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10838         Moved ...
10839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10840         ... here.
10841         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10842         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10843         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10844         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10845         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10846         Moved ...
10847         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10848         ... here.
10849         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10850         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10851         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10852         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10853         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10854         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10855         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10856         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10857         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10858         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10859         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10860         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10861         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10862         Moved ...
10863         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10864         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10865         Moved ...
10866         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10867         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10868         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10869         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10870         Moved ...
10871         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10872         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10873         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10874         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10875         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10876         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10877         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10879 2014-06-10  Wilco  <wdijkstr@arm.com>
10881         * math/test-fenv-return.c: New file.
10882         * math/Makefile: Add new test test-fenv-return.
10884 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10886         [BZ #17042]
10887         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10888         when x - 1 is zero.
10889         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10890         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10891         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10892         0.0L for an argument of 1.0L.
10893         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10894         Likewise.
10895         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10896         value when x - 1 is zero.
10897         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10898         * sysdeps/i386/fpu/libm-test-ulps: Update.
10899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10901 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10903         [BZ #15119]
10904         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10906 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10908         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10909         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10911 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10913         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10914         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10916         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10917         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10919         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10920         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10922         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10923         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10925         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10926         if not already defined.
10927         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10928         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10929         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10930         (TLS_INIT_TP): Use it.
10931         (TLS_DEFINE_INIT_TP): New macro.
10932         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10934 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10936         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10937         constant.
10938         [POSIX] (IXANY): Likewise.
10939         [POSIX] (OLCUC): Likewise.
10940         [POSIX || POSIX2008] (CBAUD): Do not allow.
10941         [POSIX || POSIX2008] (DEFECHO): Likewise.
10942         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10943         [POSIX || POSIX2008] (ECHOKE): Likewise.
10944         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10945         [POSIX || POSIX2008] (EXTA): Likewise.
10946         [POSIX || POSIX2008] (EXTB): Likewise.
10947         [POSIX || POSIX2008] (FLUSHO): Likewise.
10948         [POSIX || POSIX2008] (LOBLK): Likewise.
10949         [POSIX || POSIX2008] (PENDIN): Likewise.
10950         [POSIX || POSIX2008] (SWTCH): Likewise.
10951         [POSIX || POSIX2008] (VDISCARD): Likewise.
10952         [POSIX || POSIX2008] (VDSUSP): Likewise.
10953         [POSIX || POSIX2008] (VLNEXT): Likewise.
10954         [POSIX || POSIX2008] (VREPRINT): Likewise.
10955         [POSIX || POSIX2008] (VSTATUS): Likewise.
10956         [POSIX || POSIX2008] (VWERASE): Likewise.
10957         (B*): Change to B[0123456789]*.
10958         * conform/data/time.h-data [POSIX || UNIX98]
10959         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10960         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10961         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10962         [POSIX] (tm_*): Do not allow.
10964 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10966         * Makefile (install): Don't set LANGUAGE.
10967         * Makefile.in (install): Likewise.
10968         * assert/Makefile (test-assert-ENV): Remove variable.
10969         (test-assert-perr-ENV): Likewise.
10970         * elf/Makefile (neededtest4-ENV): Likewise.
10971         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10972         [$(cross-compiling) = no]: Don't set LANGUAGE.
10973         * io/ftwtest-sh (LANG): Remove variable.
10974         * libio/Makefile (tst-widetext-ENV): Likewise.
10975         * manual/install.texi (Running make install): Don't refer to
10976         environment settings for make install.
10977         * INSTALL: Regenerated.
10978         * nptl/tst-tls6.sh: Don't set LANG.
10979         * posix/globtest.sh (LANG): Remove variable.
10980         * string/Makefile (tester-ENV): Likewise.
10981         (inl-tester-ENV): Likewise.
10982         (noinl-tester-ENV): Likewise.
10983         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10984         [$(cross-compiling) = no]: Don't set LANGUAGE.
10985         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10986         without explicit environment settings.
10988 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10990         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10991         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10992         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10993         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10995 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10997         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10998         other files in the crypt directory.
10999         * crypt/crypt.c: Remove duplicate includes.
11000         * crypt/crypt-entry.c: Likewise.
11001         * crypt/crypt_util.c: Likewise.
11003 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11005         * Makeconfig (run-program-env): New variable.
11006         (run-program-prefix-before-env): Likewise.
11007         (run-program-prefix-after-env): Likewise.
11008         (run-program-prefix): Define in terms of new variables.
11009         (built-program-cmd-before-env): New variable.
11010         (built-program-cmd-after-env): Likewise.
11011         (built-program-cmd): Define in terms of new variables.
11012         (test-program-prefix-before-env): New variable.
11013         (test-program-prefix-after-env): Likewise.
11014         (test-program-prefix): Define in terms of new variables.
11015         (test-program-cmd-before-env): New variable.
11016         (test-program-cmd-after-env): Likewise.
11017         (test-program-cmd): Define in terms of new variables.
11018         * Rules (make-test-out): Use $(run-program-env).
11019         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11020         (help): Do not mention environment variables.  Mention
11021         --timeoutfactor option.
11022         (timeoutfactor): New variable.
11023         (blacklist_exports): Remove function.
11024         (exports): Remove variable.
11025         (command): Do not include ${exports}.
11026         * manual/install.texi (Configuring and compiling): Do not mention
11027         test wrappers preserving environment variables.  Mention that last
11028         assignment to a variable must take precedence.
11029         * INSTALL: Regenerated.
11030         * benchtests/Makefile (run-bench): Use $(run-program-env).
11031         * catgets/Makefile ($(objpfx)test1.cat): Use
11032         $(built-program-cmd-before-env), $(run-program-env) and
11033         $(built-program-cmd-after-env).
11034         ($(objpfx)test2.cat): Do not specify environment variables
11035         explicitly.
11036         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11037         $(run-program-env) and $(built-program-cmd-after-env).
11038         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11039         $(run-program-env) and $(test-program-cmd-after-env).
11040         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11041         explicitly.
11042         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11043         run_program_env and test_program_cmd_after_env arguments.
11044         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11045         * elf/tst-pathopt.sh: Use run_program_env argument.
11046         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11047         $(test-wrapper-env) and $(run-program-env).
11048         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11049         run_program_env arguments.
11050         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11051         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11052         $(test-program-prefix-before-env), $(run-program-env) and
11053         $(test-program-prefix-after-env).
11054         ($(objpfx)tst-gettext2.out): Likewise.
11055         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11056         run_program_env and test_program_prefix_after_env arguments.
11057         * intl/tst-gettext2.sh: Likewise.
11058         * intl/tst-gettext4.sh: Do not set environment variables
11059         explicitly.
11060         * intl/tst-gettext6.sh: Likewise.
11061         * intl/tst-translit.sh: Likewise.
11062         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11063         $(test-program-prefix-before-env), $(run-program-env) and
11064         $(test-program-prefix-after-env).
11065         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11066         run_program_env and test_program_prefix_after_env arguments.
11067         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11068         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11069         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11070         explicitly with each use of ${test_wrapper_env}.
11071         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11072         $(test-program-prefix-before-env), $(run-program-env) and
11073         $(test-program-prefix-after-env).
11074         * posix/tst-getconf.sh: Do not set environment variables
11075         explicitly.
11076         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11077         run_program_env and test_program_prefix_after_env arguments.
11078         * stdio-common/tst-printf.sh: Do not set environment variables
11079         explicitly.
11080         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11081         $(test-program-prefix-before-env), $(run-program-env) and
11082         $(test-program-prefix-after-env).
11083         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11084         run_program_env and test_program_prefix_after_env arguments.
11085         Split $test calls into $test_pre and $test.
11086         * timezone/Makefile (build-testdata): Use
11087         $(built-program-cmd-before-env), $(run-program-env) and
11088         $(built-program-cmd-after-env).
11090 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11092         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11093         strlen for non SHARED builds.
11095 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11097         * nptl/allocatestack.c (check_list): Inlined function...
11098         (__reclaim_stacks): ... here.
11100 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11102         [BZ #15698]
11103         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11104         memory overrun.
11106 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11108         * Rules (make-test-out): Include
11109         LOCPATH=$(common-objpfx)localedata in default environment.
11110         * debug/Makefile (tst-chk1-ENV): Remove variable.
11111         (tst-chk2-ENV): Likewise.
11112         (tst-chk3-ENV): Likewise.
11113         (tst-chk4-ENV): Likewise.
11114         (tst-chk5-ENV): Likewise.
11115         (tst-chk6-ENV): Likewise.
11116         (tst-lfschk1-ENV): Likewise.
11117         (tst-lfschk2-ENV): Likewise.
11118         (tst-lfschk3-ENV): Likewise.
11119         (tst-lfschk4-ENV): Likewise.
11120         (tst-lfschk5-ENV): Likewise.
11121         (tst-lfschk6-ENV): Likewise.
11122         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11123         (tst-iconv7-ENV): Likewise.
11124         * intl/Makefile (LOCPATH-ENV): Likewise.
11125         (tst-codeset-ENV): Likewise.
11126         (tst-gettext3-ENV): Likewise.
11127         (tst-gettext5-ENV): Likewise.
11128         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11129         (tst-fopenloc-ENV): Likewise.
11130         (tst-fgetws-ENV): Remove variable.
11131         (tst-ungetwc1-ENV): Likewise.
11132         (tst-ungetwc2-ENV): Likewise.
11133         (bug-ungetwc2-ENV): Likewise.
11134         (tst-swscanf-ENV): Likewise.
11135         (bug-ftell-ENV): Likewise.
11136         (tst-fgetwc-ENV): Likewise.
11137         (tst-fseek-ENV): Likewise.
11138         (tst-ftell-partial-wide-ENV): Likewise.
11139         (tst-ftell-active-handler-ENV): Likewise.
11140         (tst-ftell-append-ENV): Likewise.
11141         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11142         (tst-regexloc-ENV): Likewise.
11143         (bug-regex1-ENV): Likewise.
11144         (tst-regex-ENV): Likewise.
11145         (tst-regex2-ENV): Likewise.
11146         (bug-regex5-ENV): Likewise.
11147         (bug-regex6-ENV): Likewise.
11148         (bug-regex17-ENV): Likewise.
11149         (bug-regex18-ENV): Likewise.
11150         (bug-regex19-ENV): Likewise.
11151         (bug-regex20-ENV): Likewise.
11152         (bug-regex22-ENV): Likewise.
11153         (bug-regex23-ENV): Likewise.
11154         (bug-regex25-ENV): Likewise.
11155         (bug-regex26-ENV): Likewise.
11156         (bug-regex30-ENV): Likewise.
11157         (bug-regex32-ENV): Likewise.
11158         (bug-regex33-ENV): Likewise.
11159         (bug-regex34-ENV): Likewise.
11160         (bug-regex35-ENV): Likewise.
11161         (tst-rxspencer-ENV): Likewise.
11162         (tst-rxspencer-no-utf8-ENV): Likewise.
11163         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11164         (tst-sscanf-ENV): Likewise.
11165         (tst-swprintf-ENV): Likewise.
11166         (tst-swscanf-ENV): Likewise.
11167         (test-vfprintf-ENV): Likewise.
11168         (scanf13-ENV): Likewise.
11169         (bug14-ENV): Likewise.
11170         (tst-grouping-ENV): Likewise.
11171         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11172         (tst-strtod3-ENV): Likewise.
11173         (tst-strtod4-ENV): Likewise.
11174         (tst-strtod5-ENV): Likewise.
11175         (testmb2-ENV): Likewise./
11176         * string/Makefile (tst-strxfrm-ENV): Likewise.
11177         (tst-strxfrm2-ENV): Likewise.
11178         (bug-strcoll1-ENV): Likewise.
11179         (test-strcasecmp-ENV): Likewise.
11180         (test-strncasecmp-ENV): Likewise.
11181         * time/Makefile (tst-strptime-ENV): Likewise.
11182         (tst-ftime_l-ENV): Likewise.
11183         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11184         (tst-mbrtowc-ENV): Likewise.
11185         (tst-wcrtomb-ENV): Likewise.
11186         (tst-mbrtowc2-ENV): Likewise.
11187         (tst-c16c32-1-ENV): Likewise.
11188         (tst-mbsnrtowcs-ENV): Likewise.
11190 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11192         * manual/resource.texi (How to get information about the memory
11193         subsystem?): Fix typo.
11194         Reported by Peon de la Parra Ivan <peon@keba.com>
11196 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11198         [BZ #16882]
11199         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11200         (pthread_spin_lock): Branch out of spin loop to proper location.
11201         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11202         (pthread_spin_lock): Likewise.
11204         * nptl/tst-spin4.c: New test.
11205         * nptl/Makefile (tests): Add tst-spin4.
11207 2014-06-03  Andreas Schwab  <schwab@suse.de>
11209         [BZ #15946]
11210         * resolv/res_send.c (send_dg): Reload file descriptor after
11211         calling reopen.
11213 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11215         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11217 2014-06-03  Richard Henderson  <rth@redhat.com>
11219         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11220         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11221         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11222         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11223         in the SAVE_PID block.
11224         (__libc_vfork): New alias.
11225         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11227         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11228         child in registers, not on the stack.  Remove RESET_PID conditionals.
11229         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11231 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11233         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11235 2014-06-03  Wilco  <wdijkstr@arm.com>
11237         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11238         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11239         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11240         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11241         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11242         Likewise.
11244 2014-06-03  Wilco  <wdijkstr@arm.com>
11246         * sysdeps/aarch64/fpu/math_private.h
11247         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11248         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11249         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11250         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11251         Fix declarations.
11253 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11255         * crypt/crypt-private.h: Include ufc-crypt.h.
11256         (__b64_from_24bit): Declare extern.
11257         * crypt/crypt_util.c(__b64_from_24bit): New function.
11258         (b64t): New static const variable.
11259         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11260         (b64t): Remove variable.
11261         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11262         * crypt/sha256-crypt.c: Include crypt-private.h.
11263         (b64t): Remove variable.
11264         (__sha256_crypt_r): Remove b64_from_24bit and replace
11265         with __b64_from_24bit.
11266         * crypt/sha512-crypt.c: Likewise.
11268 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11270         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11271         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11272         Label the code __libc_vfork rather than __vfork.
11273         [!NOT_IN_libc] (vfork): Define as weak alias.
11274         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11275         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11276         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11278 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11280         * malloc/malloc.c (malloc_info): Fix format specifier for
11281         n_mmaps.
11283 2014-06-02  Wilco  <wdijkstr@arm.com>
11285         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11286         FPCR write.
11288 2014-06-02  Wilco  <wdijkstr@arm.com>
11290         [BZ #17009]
11291         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11292         Rewrite to reduce FPCR/FPSR accesses.
11294 2014-06-01  David S. Miller  <davem@davemloft.net>
11296         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11298 2014-05-31  David S. Miller  <davem@davemloft.net>
11300         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11301         to occur in round to nearest mode when |x| >= 2.0
11303 2014-05-30  Richard Henderson  <rth@twiddle.net>
11305         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11306         (PSEUDO_RET_NOERRNO): Remove.
11307         (ret): Don't redefine.
11308         (ret_NOERRNO): Define in terms of ret.
11309         (ret_ERRVAL): Likewise.
11311         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11312         use of PSEUDO_RET; perform the error check directly.
11314 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11316         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11317         with __int128_t.
11319 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11321         * malloc/malloc (malloc_info): Fix formatting.
11323 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11324             Roland McGrath  <roland@hack.frob.com>
11326         * malloc/malloc (malloc_info): Also print mmapped statistics.
11328 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11330         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11331         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11333 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11335         * malloc/malloc.c (malloc_info): Inline mi_arena.
11337 2014-05-29  Richard Henderson  <rth@twiddle.net>
11339         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11340         Remove comma before expanding ASM_ARGS_##nr.
11341         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11342         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11343         of ASM_ARGS_##nr.
11344         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11345         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11346         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11347         (ASM_ARGS_1): Add leading comma.
11349         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11350         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11351         to __errno_location.
11352         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11353         Remove the expected plt for __errno_location.
11355         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11356         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11357         call to __read_tp.
11359         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11360         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11361         it and break it down.
11362         (DOCARGS_0, DOCARGS_1): Do nothing.
11363         (DOCARGS_2): Update to store into the new stack frame.
11364         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11365         (UNDOCARGS_1): Update to restore from the new stack frame.
11366         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11367         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11369         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11370         (SINGLE_THREAD_P): New parameter for result regno.
11371         (PSEUDO): Update to match; use cbz instead of beq.
11373         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11374         Use ENTRY to define the _nocancel entry point.  Share the syscall
11375         and syscall error check paths with the cancel path.
11376         (PSEUDO_END): New.
11378         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11379         whitespace; tabs before and after asm mnemonics.
11381 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11383         [BZ #15132]
11384         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11385         Call fstat64 or stat64 internally, depending on arguments passed.
11386         Replace stat buffer argument with file descriptor argument.
11387         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11388         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11389         Pass fd to __internal_statvfs instead of calling fstat64.
11390         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11391         Pass fd to __internal_statvfs64 instead of calling fstat64.
11392         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11393         Pass -1 to __internal_statvfs instead of calling stat64.
11394         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11395         Pass -1 to __internal_statvfs64 instead of calling stat64.
11397 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11399         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11400         that was previously under [RESET_PID].
11401         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11403         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11404         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11406 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11408         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11410         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11411         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11413 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11415         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11417 2014-05-27  Andreas Schwab  <schwab@suse.de>
11419         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11420         TLS_INIT_TP macro.
11421         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11422         * elf/rtld.c (init_tls, dl_main): Likewise.
11423         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11424         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11425         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11426         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11427         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11428         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11429         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11430         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11431         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11432         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11433         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11434         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11435         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11436         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11437         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11438         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11439         * sysdeps/generic/tls.h: Update description.
11441 2014-05-27  Will Newton  <will.newton@linaro.org>
11443         [BZ #16990]
11444         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11445         and restore r2 rather than just restoring.
11447 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11449         [BZ #16724]
11450         * libio/tst-ftell-append.c: New test case.
11451         * libio/Makefile (tests): Add test case.
11452         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11453         append mode.
11454         * libio/wfileops.c (do_ftell_wide): Likewise.
11456 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11458         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11460         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11461         ...
11462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11464         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11465         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11466         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11467         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11468         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11469         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11470         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11471         Moved ...
11472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11473         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11474         Moved ...
11475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11476         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11477         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11478         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11479         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11480         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11481         ...
11482         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11483         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11484         Moved ...
11485         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11486         here.
11487         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11488         ...
11489         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11490         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11491         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11493         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11494         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11495         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11496         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11499         merge into ...
11500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11502         ...
11503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11504         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11505         ...
11506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11507         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11508         Moved ...
11509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11510         here.
11511         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11512         Moved ...
11513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11514         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11515         Moved ...
11516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11519         conditional [RESET_PID].
11520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11521         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11522         removed.
11523         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11524         removed.
11526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11527         <tcb-offsets.h>.
11528         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11529         (__libc_vfork): New strong alias.
11530         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11531         removed.
11532         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11533         Removed.
11535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11536         <tcb-offsets.h>.
11537         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11538         (__libc_vfork): New strong alias.
11539         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11540         removed.
11541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11542         removed.
11544 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11546         * malloc/malloc.c (mi_arena): New function.
11547         (malloc_info): Remove nested function mi_arena. Call non-nosted
11548         function mi_arena.
11550 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11552         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11553         by insrwi.
11554         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11555         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11556         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11557         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11558         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11559         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11560         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11562 2014-05-26  Andreas Schwab  <schwab@suse.de>
11564         [BZ #16984]
11565         * locale/programs/repertoire.c (repertoire_read): Add slash
11566         between I18NPATH element and file name.
11567         * locale/programs/locfile.c (locfile_read): Likewise.
11569 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11571         * nptl/pthread_mutexattr_settype.c
11572         (__pthread_mutexattr_settype):
11573         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11575 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11577         * nptl/tst-mutex5 (do_test):
11578         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11580 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11582         * benchtests/README: Document 'init' directive.
11583         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11584         BENCH_INIT.
11585         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11586         (parse_file): Recognize 'init' directive.
11588 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11590         [BZ #16796]
11591         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11592         alignment of struct pthread.
11594 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11596         [BZ #16878]
11597         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11598         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11599         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11600         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11602 2014-05-25  Richard Henderson  <rth@twiddle.net>
11604         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11605         (SINGLE_THREAD_P_PIC): Remove.
11606         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11607         (SINGLE_THREAD_P_PIC): Remove.
11609         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11610         branch to syscall error ...
11611         (PSEUDO): ... here.
11612         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11613         from __local_syscall_error to .Lsyscall_error.
11614         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11615         (SYSCALL_ERROR): Update label name.
11617         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11618         Do not use DOARGS/UNDOARGS.
11619         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11620         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11621         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11622         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11623         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11625         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11626         block comment.
11628         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11629         define if !NOT_IN_libc.
11630         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11631         define with non-default symbol versions.
11633 2014-05-23  Richard Henderson  <rth@twiddle.net>
11635         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11636         (vfork, __vfork): Define via compat_symbol.
11638         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11639         [!HAVE_IFUNC] (vfork_compat): Remove.
11640         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11642 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11644         [BZ #16978]
11645         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11646         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11647         variable.
11649 2014-05-23  Richard Henderson  <rth@twiddle.net>
11651         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11652         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11653         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11654         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11656         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11657         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11658         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11659         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11660         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11661         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11662         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11663         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11664         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11665         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11666         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11667         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11668         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11669         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11670         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11671         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11673         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11674         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11675         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11676         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11677         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11679         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11680         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11681         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11682         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11683         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11687         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11688         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11689         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11690         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11691         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11693         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11695         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11696         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11697         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11698         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11699         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11700         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11701         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11702         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11703         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11704         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11705         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11706         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11707         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11708         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11709         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11710         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11711         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11713         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11714         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11715         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11716         before exiting on error.
11717         (__libc_vfork): New strong alias.
11718         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11719         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11721         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11722         that was previously under [RESET_PID].
11723         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11725         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11727 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11729         [BZ #16977]
11730         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11731         value when x - 1 is zero.
11732         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11733         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11734         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11735         0.0L for an argument of 1.0L.
11736         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11737         Likewise.
11738         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11739         value when x - 1 is zero.
11740         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11741         * sysdeps/i386/fpu/libm-test-ulps: Update.
11742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11744 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11746         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11747         alphasort and versionsort.
11749 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11751         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11752         macro.
11753         [copysignf]: Likewise.
11755 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11757         * crypt/md5-crypt.c: Fix formatting.
11759 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11761         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11762         (b64_from_24bit): New function.
11764 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11766         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11767         libc_hidden_builtin_def to ifunc.
11768         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11769         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11771 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11773         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11774         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11776 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11778         * nscd/Depend (linuxthreads): Remove.
11779         (nptl): Add.
11780         * resolv/Depend (linuxthreads): Remove.
11781         * rt/Depend (linuxthreads): Remove.
11783         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11784         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11785         $(common-objpfx)elf/.
11786         (link-libc-before-gnulib): Likewise.
11787         (elfobjdir): Remove variable.
11788         * Makefile (install): Use $(elf-objpfx) instead of
11789         $(common-objpfx)elf/.
11790         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11791         $(elfobjdir)/.
11792         (link-libc-deps): Likewise.
11793         ($(common-objpfx)libc.so): Likewise.
11794         ($(common-objpfx)linkobj/libc.so): Likewise.
11795         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11796         instead of $(common-objpfx)elf/.
11797         (symbolic-link-list): Likewise.
11798         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11799         [$(cross-compiling) = no]: Likewise.
11800         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11801         $(elfobjdir)/.
11802         (static-gnulib-arch): Likewise.
11803         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11804         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11805         $(common-objpfx)elf/.
11807 2014-05-21  Richard Henderson  <rth@redhat.com>
11809         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11810         (SINGLE_THREAD_P): Use the correct width load.  Fold
11811         into the ldr offset.
11813         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11814         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11816 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11818         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11819         (libgcc_s_resume): Use __attribute_used__.
11820         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11821         Likewise.
11823 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11825         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11826         optimization when used with float constants.
11828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11830 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11832         [BZ #16915]
11833         * locale/nl_langinfo_l.c: Make direct reference to every
11834         _nl_current_CATEGORY symbol.
11835         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11836         (tests-static): Add tst-langinfo-static.
11837         (tests-special): Add tst-langinfo-static.out.
11838         ($(objpfx)tst-langinfo.out): Redirect output.
11839         ($(objpfx)tst-langinfo-static.out): New.
11840         * localedata/tst-langinfo.sh: Send output to stdout.
11841         * localedata/tst-langinfo-static.c: New file.
11843         [BZ #16965]
11844         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11845         when the shift amount is modulo the limb size.
11847 2014-05-20  Richard Henderson  <rth@redhat.com>
11849         [BZ #16967]
11850         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11851         Change type of sa_flags from unsigned int to int.
11853         [BZ #16966]
11854         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11856         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11858 2014-05-20  Will Newton  <will.newton@linaro.org>
11860         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11861         Test the return value of the system call in the nocancel case.
11863 2014-05-20  Will Newton  <will.newton@linaro.org>
11864             Yvan Roux  <yvan.roux@linaro.org>
11866         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11867         #include of asm/ptrace.h.
11868         (PTRACE_GET_THREAD_AREA): Remove #undef.
11869         (PTRACE_GETHBPREGS): Likewise.
11870         (PTRACE_SETHBPREGS): Likewise.
11871         (struct user_regs_struct): New structure.
11872         (struct user_fpsimd_struct): New structure.
11873         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11874         #include of asm/ptrace.h and second #include of sys/user.h.
11875         (PTRACE_GET_THREAD_AREA): Remove #undef.
11876         (PTRACE_GETHBPREGS): Likewise.
11877         (PTRACE_SETHBPREGS): Likewise.
11878         (ELF_NGREG): Use new struct user_regs_struct.
11879         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11881 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11883         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11884         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11886 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11888         [BZ #16958]
11889         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11890         membar to avoid block loads/stores to overlap previous stores.
11892 2014-05-17  Richard Henderson  <rth@redhat.com>
11894         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11895         Create the __##syscall_name##_nocancel entry point.
11896         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11897         Remove; let the sysdep-cancel.h code create it.
11899 2014-05-17  David S. Miller  <davem@davemloft.net>
11901         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11902         Protect with __USE_GNU.
11903         (TIOCSET_TEMPT): Likewise.
11904         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11905         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11906         these are already provided in bits/ioctl-types.h
11908 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11910         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11911         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11913         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11914         Use wait4 regardless of [__NR_waitpid].
11916 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11918         PR libgcc/60166
11919         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11920         (_FP_NANSIGN_Q): Set the quiet bit.
11922 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11924         * benchtests/Makefile
11925         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11926         not $(common-objpfx)math/libm.so.
11927         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11928         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11929         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11930         $(common-objpfx)dlfcn/libdl.so.
11931         ($(objpfx)tst-audit8): Depend on $(libm), not
11932         $(common-objpfx)math/libm.so.
11933         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11934         not $(common-objpfx)dlfcn/libdl.so.
11935         * math/Makefile
11936         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11937         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11938         [$(build-shared) = yes].
11939         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11940         $(common-objpfx)nptl/libpthread.so.
11941         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11942         $(common-objpfx)math/libm.so$(libm.so-version) or
11943         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11944         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11945         $(common-objpfx)dlfcn/libdl.so.
11946         * setjmp/Makefile (link-libm): Remove variable.
11947         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11948         * stdio-common/Makefile (link-libm): Remove variable.
11949         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11950         * stdlib/Makefile (link-libm): Remove variable.
11951         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11952         ($(objpfx)tst-strtod-round): Likewise.
11953         ($(objpfx)tst-tininess): Likewise.
11954         ($(objpfx)tst-strtod-underflow): Likewise.
11955         ($(objpfx)tst-strtod6): Likewise.
11956         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11957         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11958         $(common-objpfx)dlfcn/libdl.so.
11960 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11962         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11963         BSD terminal modes definitions.
11965 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11967         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11968         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11970         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11971         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11972         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11973         Don't do #include_next.
11974         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11975         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11976         Don't do #include_next.
11977         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11978         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11979         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11980         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11982 2014-05-16  Allan McRae  <allan@archlinux.org>
11984         * po/sv.po: Update Swedish translation from translation project.
11986         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11987         in sed expression.
11989 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11991         [BZ #16917]
11992         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11993         errno if the TIOCGPTN ioctl fails with an error different than
11994         EINVAL.
11995         * login/tst-ptsname.c: New file.
11996         * login/Makefile (tests): Add tst-ptsname.
11998         [BZ #16943]
11999         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12000         and prlimit64.
12002 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12004         [BZ #16849]
12005         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12006         herrno to return EAI_AGAIN.
12008 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12010         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12011         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12012         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12013         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12014         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12015         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12016         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12017         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12018         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12019         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12020         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12021         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12022         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12023         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12024         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12025         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12026         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12027         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12028         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12029         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12030         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12031         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12032         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12033         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12034         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12035         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12036         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12037         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12038         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12039         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12041         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12043         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12045         Moved ...
12046         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12048         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12049         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12050         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12052         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12054         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12055         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12056         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12058         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12060         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12061         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12062         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12064         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12066         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12067         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12068         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12070         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12072         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12074         Moved ...
12075         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12076         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12077         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12078         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12079         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12080         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12081         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12082         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12083         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12084         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12085         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12086         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12087         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12088         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12089         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12091         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12092         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12093         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12094         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12095         Moved ...
12096         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12097         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12098         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12100         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12101         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12102         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12103         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12104         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12105         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12106         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12107         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12108         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12109         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12110         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12112         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12114         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12115         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12116         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12117         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12118         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12119         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12120         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12121         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12122         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12123         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12124         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12125         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12126         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12127         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12128         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12129         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12130         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12132         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12133         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12135         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12136         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12137         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12138         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12139         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12140         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12141         Moved ...
12142         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12143         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12144         Moved ...
12145         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12146         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12147         Moved ...
12148         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12149         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12150         Moved ...
12151         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12152         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12153         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12154         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12155         Moved ...
12156         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12157         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12158         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12159         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12160         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12161         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12162         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12163         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12164         Moved ...
12165         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12166         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12167         Moved ...
12168         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12169         ... here.
12170         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12171         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12172         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12173         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12174         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12175         Moved ...
12176         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12177         ... here.
12178         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12179         Moved ...
12180         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12181         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12182         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12183         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12184         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12185         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12186         Moved ...
12187         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12188         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12189         Moved ...
12190         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12191         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12192         Moved ...
12193         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12194         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12195         Moved ...
12196         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12197         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12198         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12199         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12200         Moved ...
12201         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12202         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12203         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12204         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12205         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12206         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12207         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12208         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12209         Moved ...
12210         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12211         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12212         Moved ...
12213         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12214         ... here.
12215         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12216         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12217         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12218         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12219         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12220         Moved ...
12221         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12222         ... here.
12223         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12224         Moved ...
12225         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12226         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12227         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12229         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12231         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12232         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12233         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12234         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12235         Moved ...
12236         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12237         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12238         Moved ...
12239         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12240         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12241         Moved ...
12242         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12243         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12244         Moved ...
12245         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12246         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12247         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12248         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12249         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12250         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12251         Moved ...
12252         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12253         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12254         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12255         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12256         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12257         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12258         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12259         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12260         Moved ...
12261         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12263         Moved ...
12264         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12265         ... here.
12266         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12267         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12268         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12269         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12270         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12271         Moved ...
12272         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12273         ... here.
12274         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12275         Moved ...
12276         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12277         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12278         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12279         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12280         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12281         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12282         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12283         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12284         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12285         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12286         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12288         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12289         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12291         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12292         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12294         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12295         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12296         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12297         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12298         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12299         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12300         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12301         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12302         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12303         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12304         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12305         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12306         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12307         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12308         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12309         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12310         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12311         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12312         Moved ...
12313         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12314         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12315         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12316         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12317         Moved ...
12318         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12319         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12320         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12321         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12322         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12323         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12324         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12325         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12326         Moved ...
12327         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12328         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12329         Moved ...
12330         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12331         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12332         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12333         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12334         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12335         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12336         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12337         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12338         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12339         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12340         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12341         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12342         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12343         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12344         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12345         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12346         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12348         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12349         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12350         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12351         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12352         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12354         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12355         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12356         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12357         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12358         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12359         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12360         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12361         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12362         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12363         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12365         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12366         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12368         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12369         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12370         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12371         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12372         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12373         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12374         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12375         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12376         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12377         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12378         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12379         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12380         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12381         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12382         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12383         Update #include.
12384         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12385         Likewise.
12386         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12387         Likewise.
12388         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12389         Likewise.
12390         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12391         Likewise.
12392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12393         Likewise.
12394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12395         Likewise.
12396         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12397         Likewise.
12398         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12399         Likewise.
12400         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12401         Likewise.
12402         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12403         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12404         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12405         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12406         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12407         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12408         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12409         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12410         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12411         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12412         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12413         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12414         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12415         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12416         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12418         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12419         that was previously under [RESET_PID].
12420         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12421         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12422         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12424         * sysdeps/i386/nptl/Implies: New file.
12425         * sysdeps/x86_64/nptl/Implies: New file.
12426         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12427         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12428         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12429         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12431         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12432         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12433         (__libc_vfork): New strong alias.
12434         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12435         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12437         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12438         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12439         (__libc_vfork): New strong alias.
12440         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12441         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12443         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12444         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12445         (__libc_vfork): New strong alias.
12446         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12447         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12448         * nptl/pt-vfork.c: New file.
12449         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12450         (libpthread: GLIBC_2.20): New version set (empty).
12452 2014-05-14  Will Newton  <will.newton@linaro.org>
12454         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12455         rather than #if.
12457 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12459         [BZ #16564]
12460         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12461         arguments with exponent 65 or above.
12462         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12463         arguments 0x1p113L or above.
12464         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12465         to arguments 0x1p107L or above.
12466         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12467         positive arguments with exponent 65 or above.
12468         * math/auto-libm-test-in: Add more tests of log1p.
12469         * math/auto-libm-test-out: Regenerated.
12471         [BZ #16928]
12472         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12473         non-finite arguments is +0.
12474         * math/s_cacosf.c (__cacosf): Likewise.
12475         * math/s_cacosl.c (__cacosl): Likewise.
12476         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12477         * sysdeps/i386/fpu/libm-test-ulps: Update.
12478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12480         [BZ #16927]
12481         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12482         value.
12483         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12484         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12485         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12486         for explicit high bit of mantissa when testing for argument equal
12487         to 1.
12488         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12489         * sysdeps/i386/fpu/libm-test-ulps: Update.
12490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12492         [BZ #16516]
12493         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12494         (__erf): Scale by 16 instead of 8 in potentially underflowing
12495         case.  Ensure exception if result actually underflows.
12496         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12497         (__erff): Scale by 16 instead of 8 in potentially underflowing
12498         case.  Ensure exception if result actually underflows.
12499         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12500         (efx8): Remove variable.
12501         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12502         case.  Ensure exception if result actually underflows.
12503         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12504         (efx8): Remove variable.
12505         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12506         case.  Ensure exception if result actually underflows.
12507         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12508         (efx8): Remove variable.
12509         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12510         case.  Ensure exception if result actually underflows.
12511         * math/auto-libm-test-in: Add more tests of erf.
12512         * math/auto-libm-test-out: Regenerated.
12514 2014-05-14  Andreas Schwab  <schwab@suse.de>
12516         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12517         Remove code conditionalized on USE___THREAD.
12519         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12520         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12521         not definedness.
12523 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12525         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12526         Define unconditionally.
12527         (__ASSUME_O_CLOEXEC): Likewise.
12528         (__ASSUME_SOCK_CLOEXEC): Likewise.
12529         (__ASSUME_IN_NONBLOCK): Likewise.
12530         (__ASSUME_PIPE2): Likewise.
12531         (__ASSUME_EVENTFD2): Likewise.
12532         (__ASSUME_SIGNALFD4): Likewise.
12533         (__ASSUME_DUP3): Likewise.
12534         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12535         (__ASSUME_DUP3): Do not define.
12536         (__ASSUME_EVENTFD2): Likewise.
12537         (__ASSUME_IN_NONBLOCK): Likewise.
12538         (__ASSUME_O_CLOEXEC): Likewise.
12539         (__ASSUME_PIPE2): Likewise.
12540         (__ASSUME_SIGNALFD4): Likewise.
12541         (__ASSUME_SOCK_CLOEXEC): Likewise.
12542         (__ASSUME_UTIMES): Undefine.
12543         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12544         (__ASSUME_UTIMES): Do not define.
12545         (__ASSUME_O_CLOEXEC): Likewise.
12546         (__ASSUME_SOCK_CLOEXEC): Likewise.
12547         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12548         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12549         0x020621].
12550         (__ASSUME_PIPE2): Likewise.
12551         (__ASSUME_EVENTFD2): Likewise.
12552         (__ASSUME_SIGNALFD4): Likewise.
12553         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12554         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12555         Do not define.
12556         (__ASSUME_EVENTFD2): Likewise.
12557         (__ASSUME_SIGNALFD4): Likewise.
12558         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12559         (__ASSUME_32BITUIDS): Likewise.
12560         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12561         (__ASSUME_IPC64): Likewise.
12562         (__ASSUME_ST_INO_64_BIT): Likewise.
12563         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12564         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12565         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12566         (__ASSUME_UTIMES): Do not define.
12567         (__ASSUME_PSELECT): Likewise.
12568         (__ASSUME_PPOLL): Likewise.
12569         (__ASSUME_O_CLOEXEC): Likewise.
12570         (__ASSUME_SOCK_CLOEXEC): Likewise.
12571         (__ASSUME_IN_NONBLOCK): Likewise.
12572         (__ASSUME_PIPE2): Likewise.
12573         (__ASSUME_EVENTFD2): Likewise.
12574         (__ASSUME_SIGNALFD4): Likewise.
12575         (__ASSUME_DUP3): Likewise.
12576         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12577         (__ASSUME_UTIMES): Likewise.
12578         (__ASSUME_O_CLOEXEC): Likewise.
12579         (__ASSUME_SOCK_CLOEXEC): Likewise.
12580         (__ASSUME_IN_NONBLOCK): Likewise.
12581         (__ASSUME_PIPE2): Likewise.
12582         (__ASSUME_EVENTFD2): Likewise.
12583         (__ASSUME_SIGNALFD4): Likewise.
12584         (__ASSUME_DUP3): Likewise.
12585         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12586         (__ASSUME_UTIMES): Likewise.
12587         (__ASSUME_O_CLOEXEC): Likewise.
12588         (__ASSUME_SOCK_CLOEXEC): Likewise.
12589         (__ASSUME_IN_NONBLOCK): Likewise.
12590         (__ASSUME_PIPE2): Likewise.
12591         (__ASSUME_EVENTFD2): Likewise.
12592         (__ASSUME_SIGNALFD4): Likewise.
12593         (__ASSUME_DUP3): Likewise.
12594         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12595         Likewise.
12596         (__ASSUME_UTIMES): Likewise.
12597         (__ASSUME_EVENTFD2): Likewise.
12598         (__ASSUME_SIGNALFD4): Likewise.
12599         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12600         (__ASSUME_O_CLOEXEC): Likewise.
12601         (__ASSUME_SOCK_CLOEXEC): Likewise.
12602         (__ASSUME_IN_NONBLOCK): Likewise.
12603         (__ASSUME_PIPE2): Likewise.
12604         (__ASSUME_EVENTFD2): Likewise.
12605         (__ASSUME_SIGNALFD4): Likewise.
12606         (__ASSUME_DUP3): Likewise.
12607         (__ASSUME_UTIMES): Undefine.
12609         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12610         feclearexcept.  Remove symbol versioning code.
12611         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12612         symbol versioning code.
12613         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12614         symbol versioning code.
12615         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12616         feupdateenv.  Remove symbol versioning code.
12617         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12618         fegetexceptflag.  Remove symbol versioning code.
12619         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12620         fesetexceptflag.  Remove symbol versioning code.
12621         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12622         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12623         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12624         (__posix_fadvise64_l32): Remove prototype.
12625         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12626         code.
12628 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12630         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12631         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12632         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12633         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12635 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12637         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12638         current working directory
12640 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12642         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12643         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12644         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12645         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12646         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12647         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12648         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12649         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12650         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12651         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12652         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12653         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12654         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12655         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12656         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12657         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12658         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12659         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12660         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12661         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12662         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12663         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12664         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12665         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12666         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12667         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12668         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12669         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12670         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12671         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12672         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12673         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12674         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12675         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12676         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12677         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12678         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12679         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12680         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12681         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12682         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12683         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12685         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12686         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12688         * sysdeps/unix/sysv/linux/arm/Makefile
12689         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12690         Add rt-aeabi_unwind_cpp_pr1.
12691         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12692         Add nptl-aeabi_unwind_cpp_pr1.
12693         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12694         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12695         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12696         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12697         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12698         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12700         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12701         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12702         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12703         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12705         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12706         Deconditionalize the code that was previously under [RESET_PID].
12707         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12709         * sysdeps/generic/exit-thread.h: New file.
12710         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12711         * include/unistd.h (__exit_thread): Remove declaration.
12712         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12713         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12714         * csu/libc-start.c: Include <exit-thread.h>.
12715         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12716         * nptl/pthread_create.c: Include <exit-thread.h>.
12717         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12718         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12719         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12720         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12721         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12722         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12723         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12724         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12725         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12726         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12727         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12728         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12729         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12730         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12731         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12732         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12733         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12735 2014-05-13  Andreas Schwab  <schwab@suse.de>
12737         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12739 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12741         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12742         (__ASSUME_UTIMES): Do not condition on kernel version.
12743         (__ASSUME_PSELECT): Define unconditionally.
12744         (__ASSUME_PPOLL): Likewise.
12745         (__ASSUME_ATFCTS): Likewise.
12746         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12747         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12748         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12749         (__ASSUME_UTIMENSAT): Define unconditionally.
12750         (__ASSUME_PRIVATE_FUTEX): Likewise.
12751         (__ASSUME_FALLOCATE): Likewise.
12752         (__ASSUME_O_CLOEXEC): Likewise.
12753         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12754         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12755         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12756         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12757         (__ASSUME_IN_NONBLOCK): Likewise.
12758         (__ASSUME_PIPE2): Likewise.
12759         (__ASSUME_EVENTFD2): Likewise.
12760         (__ASSUME_SIGNALFD4): Likewise.
12761         (__ASSUME_DUP3): Likewise.
12762         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12763         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12764         (__ASSUME_AT_RANDOM): Likewise.
12765         (__ASSUME_PREADV): Likewise.
12766         (__ASSUME_PWRITEV): Likewise.
12767         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12768         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12769         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12770         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12771         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12772         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12773         (__ASSUME_O_CLOEXEC): Define unconditionally.
12774         (__ASSUME_PSELECT): Do not undefine conditionally.
12775         (__ASSUME_PPOLL): Likewise.
12776         (__ASSUME_ATFCTS): Likewise.
12777         (__ASSUME_SET_ROBUST_LIST): Likewise.
12778         (__ASSUME_UTIMENSAT): Likewise.
12779         (__ASSUME_FDATASYNC): Define unconditionally.
12780         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12781         (__ASSUME_SIGFRAME_V2): Likewise.
12782         )__ASSUME_EVENTFD2): Likewise.
12783         (__ASSUME_SIGNALFD4): Likewise.
12784         (__ASSUME_PSELECT): Do not undefine conditionally.
12785         (__ASSUME_PPOLL): Likewise.
12786         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12787         (__ASSUME_PSELECT): Define unconditionally.
12788         (__ASSUME_PPOLL): Likewise.
12789         (__ASSUME_O_CLOEXEC): Likewise.
12790         (__ASSUME_SOCK_CLOEXEC): Likewise.
12791         (__ASSUME_IN_NONBLOCK): Likewise.
12792         (__ASSUME_PIPE2): Likewise.
12793         (__ASSUME_EVENTFD2): Likewise.
12794         (__ASSUME_SIGNALFD4): Likewise.
12795         (__ASSUME_DUP3): Likewise.
12796         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12797         (__ASSUME_O_CLOEXEC): Likewise.
12798         (__ASSUME_SOCK_CLOEXEC): Likewise.
12799         (__ASSUME_IN_NONBLOCK): Likewise.
12800         (__ASSUME_PIPE2): Likewise.
12801         (__ASSUME_EVENTFD2): Likewise.
12802         (__ASSUME_SIGNALFD4): Likewise.
12803         (__ASSUME_DUP3): Likewise.
12804         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12805         (__ASSUME_EVENTFD2): Likewise.
12806         (__ASSUME_SIGNALFD4): Likewise.
12807         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12809 2014-05-12  Andreas Schwab  <schwab@suse.de>
12811         [BZ #16932]
12812         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12813         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12814         than maximum RPC packet size.
12815         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12816         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12817         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12818         (_nss_nis_getservbyport_r): Likewise.
12820 2014-05-12  Will Newton  <will.newton@linaro.org>
12822         * malloc/Makefile (tests): Add tst-mallopt.
12823         * malloc/tst-mallopt.c: New file.
12825 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12827         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12828         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12830 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12832         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12833         (tst-tlsmod6.so): Likewise.
12835 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12837         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12839 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12841         [BZ #16064]
12842         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12843         and <dl-procinfo.h>.
12844         (__fegetenv): Save SSE state in envp->__eip if supported.
12845         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12846         envp->__eip if supported.
12847         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12848         and <dl-procinfo.h>.
12849         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12850         __data_offset and __data_selector in environment to 0.  Set SSE
12851         state if supported.
12852         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12853         test-fenv-sse.
12854         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12855         -mfpmath=sse.
12856         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12858 2014-05-09  Will Newton  <will.newton@linaro.org>
12860         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12861         and libc_relro_required for ARM.
12862         * sysdeps/arm/preconfigure: Regenerate.
12864 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12865             Stefan Liebler  <stli@linux.vnet.ibm.com>
12867         * config.make.in (enable-lock-elision): New Makefile variable.
12868         * configure.ac: Likewise.
12869         * configure: Regenerate.
12870         * sysdeps/s390/configure.ac:
12871         Add check for gcc transactions support.
12872         * sysdeps/s390/configure: Regenerate.
12873         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12874         Build elision files if enabled.
12875         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12876         Add lock elision support for s390.
12877         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12878         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12879         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12880         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12881         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12882         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12883         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12884         Likewise.
12885         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12886         Likewise.
12887         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12888         Likewise.
12889         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12890         Likewise.
12891         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12892         (__lll_timedlock_elision, __lll_lock_elision)
12893         (__lll_unlock_elision, __lll_trylock_elision)
12894         (lll_timedlock_elision, lll_lock_elision)
12895         (lll_unlock_elision, lll_trylock_elision): Add.
12896         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12897         (pthread_mutex_t): Add lock elision support for s390.
12899 2014-05-14  Wilco  <wdijkstr@arm.com>
12901         * sysdeps/arm/fclrexcpt.c: Cleanup.
12902         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12903         * sysdeps/arm/feenablxcpt.c: Cleanup.
12904         * sysdeps/arm/fegetenv.c: Cleanup.
12905         * sysdeps/arm/fegetexcept.c: Cleanup.
12906         * sysdeps/arm/fegetround.c: Cleanup.
12907         * sysdeps/arm/feholdexcpt.c: Cleanup.
12908         * sysdeps/arm/fesetenv.c: Cleanup.
12909         * sysdeps/arm/fesetround.c: Cleanup.
12910         * sysdeps/arm/feupdateenv.c: Cleanup.
12911         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12912         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12913         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12914         * sysdeps/arm/ftestexcept.c: Cleanup.
12915         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12916         * sysdeps/arm/setfpucw.c: Cleanup.
12918 2014-05-09  Will Newton  <will.newton@linaro.org>
12920         * sysdeps/arm/armv7/strcmp.S: New file.
12921         * NEWS: Mention addition of ARMv7 optimized strcmp.
12923 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12925         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12926         look for %.ac rather than %.in.
12928         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12929         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12930         * sysdeps/mach/hurd/configure: Regenerated.
12931         * sysdeps/unix/sysv/linux/configure: Regenerated.
12933         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12935 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12937         [BZ# 16922]
12938         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12939         (LONG_SUB): Ditto.
12940         (PTR_SUB): Ditto.
12942 2014-05-07  Andreas Schwab  <schwab@suse.de>
12944         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12945         when skipping over non-matching result from nscd.
12947 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12949         [BZ #16876]
12950         * nptl/sockperf.c (client): Check socket return value.
12952         [BZ #16877]
12953         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12954         nscd security class.
12956 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12958         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12959         * sysdeps/arm/unwind.h: ... here.
12961 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12963         [BZ# 16916]
12964         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12965         Define.
12967 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12969         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12970         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12971         multiarch strncpy for PPC64.
12972         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12973         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12975         multiarch optimizations.
12976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12977         (__libc_ifunc_impl_list): Likewise.
12978         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12979         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12980         multiarch stpncpy for PPC64.
12981         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12982         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12984 2014-05-06  Andreas Schwab  <schwab@suse.de>
12986         [BZ #16912]
12987         * gmon/mcount.c (_MCOUNT_DECL): Use
12988         atomic_compare_and_exchange_bool_acq instead of
12989         catomic_compare_and_exchange_bool_acq.
12991 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12993         * elf/Makefile (others, install-bin): Remove pldd.
12994         (pldd-modules): Variable removed.
12995         ($(objpfx)pldd): Target removed.
12996         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12997         (others, install-bin): Append pldd here.
12998         ($(objpfx)pldd): New target.
13000         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13001         to 0, so the first #if test emitted later doesn't see it undefined.
13002         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13003         * sysdeps/gnu/errlist.c: Regenerated.
13005 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13007         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13008         [libc_hidden_builtin_def]: Define to empty value.
13009         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13010         [libc_hidden_builtin_def]: Likewise.
13011         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13012         [libc_hidden_builtin_def]: Likewise.
13013         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13014         [libc_hidden_builtin_def]: Likewise.
13015         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13016         __redirect_memcpy and define ifunc as default hidden symbol.
13017         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13018         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13020 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13022         * locale/iso-4217.def: Reintroduce XDR currency.
13024 2014-05-04  Allan McRae  <allan@archlinux.org>
13026         * po/eo.po: Update Esperanto translation from translation project.
13028 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13030         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13031         and FEATURE_INDEX_MAX to 1.
13032         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13034 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13036         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13037         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13038         * iconvdata/big5.c (ONE_DIRECTION): Define.
13039         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13040         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13041         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13042         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13043         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13044         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13045         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13046         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13047         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13048         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13049         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13050         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13051         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13052         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13053         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13054         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13055         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13056         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13057         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13058         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13059         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13060         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13061         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13062         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13063         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13064         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13065         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13066         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13067         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13068         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13069         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13070         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13071         * iconvdata/johab.c (ONE_DIRECTION): Define.
13072         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13073         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13074         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13075         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13076         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13077         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13078         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13079         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13080         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13081         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13083 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13085         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13086         (_IO_JUMPS_OFFSET): Define to 0.
13088         * nptl/sysdeps/pthread/bits/libc-lock.h
13089         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13090         (__libc_lock_define_initialized_recursive): Always define using
13091         initializer.  Modern compilers treat uninitialized (implicit zero) and
13092         explicit zero initializers the same (i.e. put the datum in bss).
13094 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13096         * nscd/nscd-client.h: Include <string.h>.
13098 2014-05-01  David S. Miller  <davem@davemloft.net>
13100         [BZ #16885]
13101         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13102         multiple zero bytes exist at the end of a string.
13103         Reported by Aurelien Jarno <aurelien@aurel32.net>
13105         * string/test-strcmp.c (check): Add explicit test for situations where
13106         there are multiple zero bytes after the first.
13108 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13110         [BZ #16890]
13111         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13112         when compiling wprintf.
13113         * stdio-common/tstdiomisc.c (t3): New function.
13114         (main): Call it.
13116 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13118         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13119         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13120         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13121         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13123 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13125         * stdlib/longlong.h: Updated from GCC.
13127 2014-05-01  Will Newton  <will.newton@linaro.org>
13128             Bernard Ogden  <bernie.ogden@linaro.org>
13130         * NEWS: Update fixed bug list.
13132         [BZ #15119]
13133         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13135 2014-04-30  David S. Miller  <davem@davemloft.net>
13137         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13138         (libc_feholdexcept_setround_sparc_ctx): New function.
13139         (libc_fesetenv_sparc_ctx): Likewise.
13140         (libc_feupdateenv_sparc_ctx): Likewise.
13141         (libc_feholdsetround_sparc_ctx): Likewise.
13142         (libc_feholdexcept_setround_ctx): Define.
13143         (libc_feholdexcept_setroundf_ctx): Likewise.
13144         (libc_feholdexcept_setroundl_ctx): Likewise.
13145         (libc_fesetenv_ctx): Likewise.
13146         (libc_fesetenvf_ctx): Likewise.
13147         (libc_fesetenvl_ctx): Likewise.
13148         (libc_feupdateenv_ctx): Likewise.
13149         (libc_feupdateenvf_ctx): Likewise.
13150         (libc_feupdateenvl_ctx): Likewise.
13151         (libc_feresetround_ctx): Likewise.
13152         (libc_feresetroundf_ctx): Likewise.
13153         (libc_feresetroundl_ctx): Likewise.
13154         (libc_feholdsetround_ctx): Likewise.
13155         (libc_feholdsetroundf_ctx): Likewise.
13156         (libc_feholdsetroundl_ctx): Likewise.
13158         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13159         with __USE_GNU instead of XOPEN cpp guards.
13161         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13162         0.
13164         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13165         with XOPEN cpp guards.
13167 2014-04-30  Julian Brown  <julian@codesourcery.com>
13169         [BZ #16888]
13170         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13171         handling.
13173 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13175         [BZ #9894]
13176         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13177         Change to 2.6.32.
13178         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13179         * sysdeps/unix/sysv/linux/configure: Regenerated.
13180         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13181         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13182         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13183         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13184         * README: Update reference to required Linux kernel version.
13185         * manual/install.texi (Linux): Update reference to required Linux
13186         kernel headers version.
13187         * INSTALL: Regenerated.
13189         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13190         header inclusion.
13191         [POSIX] (limits.h): Likewise.
13192         [POSIX] (math.h): Likewise.
13193         [POSIX] (sys/wait.h): Likewise.
13194         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13195         function.
13196         [POSIX] (stddef.h): Do not allow header inclusion.
13198 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13200         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13202 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13204         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13205         Return immediately after lll_futex_wake.
13207 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13209         [BZ #16791]
13210         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13211         structure.
13212         (datahead_init_pos): Call datahead_init_common early.
13213         (datahead_init_neg): Likewise.
13215         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13216         datahead_init_neg): New functions.
13217         * nscd/aicache.c (addhstaiX): Use them.
13218         * nscd/grpcache.c (cache_addgr): Likewise.
13219         * nscd/hstcache.c (cache_addhst): Likewise.
13220         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13221         * nscd/netgroupcache.c (do_notfound): Likewise.
13222         (addgetnetgrentX): Likewise.
13223         (addinnetgrX): Likewise.
13224         * nscd/pwdcache.c (cache_addpw): Likewise.
13225         * nscd/servicescache.c (cache_addserv): Likewise.
13227 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13228             Atsushi Onoe  <atsushi@onoe.org>
13230         [BZ #14308]
13231         [BZ #12994]
13232         [BZ #13651]
13233         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13234         one response is valid.
13235         * resolv/res_send.c (send_dg): Check for validity of other
13236         response if the current response is a referral.
13238 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13240         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13242 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13244         [BZ #16823]
13245         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13246         Always divide by positive zero when computing -Inf result.
13247         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13248         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13250 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13252         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13253         FPSCR if value do not change.
13254         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13255         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13256         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13257         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13258         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13259         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13260         function.
13262 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13264         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13265         * sysdeps/unix/sysv/linux/hppa: Move directory from
13266         ports/systeps/unix/sysv/linux/hppa.
13267         * README: Update listing for hppa-*-linux-gnu.
13269 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13271         [BZ #16754]
13272         * manual/stdio.texi (Hook functions): Fix types of stream hook
13273         functions.
13274         [BZ #16854]
13275         * socket/sys/socket.h: Fix typo in comment.
13277 2014-04-28  Wilco  <wdijkstr@arm.com>
13279         * sysdeps/arm/fenv_private.h: New file.
13280         * sysdeps/arm/math_private.h: New file.
13281         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13283 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13285         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13286         with __int128_t.
13287         (La_x86_64_retval): Likewise.
13289 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13291         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13292         fpsr if value didn't change.
13293         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13294         to fpcr if value didn't change.
13295         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13296         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13297         fpsr or fpcr if value didn't change.
13298         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13299         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13300         fpcr if value didn't change.
13301         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13302         to fpsr if value didn't change.
13304 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13306         * nptl/tst-sem3.c: Use test-skeleton.c
13307         (main): Rename to do_test.  Use return instead of
13308         exit.
13309         * nptl/tst-sem4.c: Use test-skeleton.c
13310         (main): Rename to do_test.
13312 2014-04-22  David S. Miller  <davem@davemloft.net>
13314         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13315         (struct sigaction): New struct member __glibc_reserved0, change
13316         type of sa_flags to int.
13318 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13320         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13321         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13323 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13325         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13326         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13328 2014-04-22  Will Newton  <will.newton@linaro.org>
13329             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13331         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13332         (__longjmp): Add longjmp and longjmp_target SystemTap
13333         probes.
13334         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13335         (__sigsetjmp): Add setjmp SystemTap probe.
13337 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13339         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13340         match manual order.
13342 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13344         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13346         * sysdeps/powerpc/fpu/fenv_private.h
13347         (libc_feholdexcept_setroundl_ctx): Define to
13348         libc_feholdexcept_setround_ppc_ctx.
13349         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13350         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13351         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13352         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13354 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13356         * sysdeps/aarch64/math-tests.h: New file.
13358 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13360         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13361         New.
13362         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13363         Check and set bit_AVX2_Usable.
13364         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13365         macro.
13366         (bit_AVX2): Likewise.
13367         (index_AVX2_Usable): Likewise.
13368         (CPUID_AVX2): Likewise.
13369         (HAS_AVX2): Likewise.
13371 2014-04-17  Will Newton  <will.newton@linaro.org>
13373         * manual/setjmp.texi (System V contexts): Add note that
13374         calling setcontext on a context created by a call to a
13375         signal handler is undefined.  Update text to note that
13376         setcontext from a signal handler is possible but not
13377         recommended.
13379         [BZ #16629]
13380         * stdlib/tst-setcontext.c: Include signal.h.
13381         (main): Check that the signal stack before and
13382         after swapcontext is the same.
13384         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13385         Re-implement to restore registers in user code and avoid
13386         rt_sigreturn system call.
13388 2014-04-17  Wilco  <wdijkstr@arm.com>
13390         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13391         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13392         * math/test-fenv.c: Skip exception trap tests on targets which only
13393         support non-stop mode.
13395 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13396             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13398         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13399         (libc_feholdsetround_aarch64_ctx)
13400         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13401         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13402         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13403         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13404         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13405         (libc_feresetround_noexl_ctx): Define.
13407 2014-04-16  Richard Henderson  <rth@redhat.com>
13409         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13411         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13412         unwind tables.
13414         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13415         const from the non-libc, non-ldso copy.
13417         * sysdeps/alpha/libm-test-ulps: Regenerate.
13419 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13420             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13422         * sysdeps/aarch64/fpu/math_private.h: New file.
13424 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13426         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13428 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13430         [BZ #16275]
13431         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13432         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13433         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13434         Intel MPX bound registers before _dl_profile_fixup.
13435         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13436         registers after _dl_profile_fixup.  Save and restore bound
13437         registers bnd0/bnd1 when calling _dl_call_pltexit.
13438         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13439         (LR_BND_OFFSET): Likewise.
13440         (LRV_BND0_OFFSET): Likewise.
13441         (LRV_BND1_OFFSET): Likewise.
13443 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13445         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13446         to...
13447         * sysdeps/mach/hurd/i386/tls.h: ... here.
13448         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13449         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13450         fields.
13452 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13454         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13456 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13458         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13460 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13462         [BZ #14770]
13463         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13464         * sysdeps/s390/configure: Regenerate.
13466         [BZ #16824]
13467         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13468         Set round-to-nearest internally to reduce error accumulation.
13470 2014-04-16  Alan Modra  <amodra@gmail.com>
13472         [BZ #16740]
13473         [BZ #16619]
13474         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13475         * math/libm-test.inc (frexp_test_data): Add tests.
13476         * NEWS: Update fixed bug list.
13478 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13480         * benchtests/Makefile: Depend on libraries in build directory.
13481         (bench-math): Separate out math tests.
13482         (bench-pthread): Separate out pthread tests.
13483         (bench): Include math and pthread tests.
13485 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13487         [BZ #16831]
13488         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13489         _dl_debug_initialize.
13491         * configure.ac: Remove SELinux header check.
13492         * configure: Regenerate.
13493         * nscd/selinux.c (perms): Array of const char* to permission names.
13494         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13495         default policy. Call string_to_security_class and string_to_av_perm to
13496         translate strings. Enforce default policy and call avs_has_perm with
13497         results of translated strings.
13499 2014-04-13  David S. Miller  <davem@davemloft.net>
13501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13503 2014-04-12  Allan McRae  <allan@archlinux.org>
13505         [BZ #16838]
13506         * manual/string.texi (Collation Functions): Fix qsort argument
13507         order in example.
13508         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13510 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13512         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13513         Make the test a no-op if there are no exceptions defined.
13515 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13517         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13518         enable-hardcoded-path-in-tests
13520 2014-04-11  Will Newton  <will.newton@linaro.org>
13522         * benchtests/Makefile (extra-objs): Add json-lib.o.
13523         (bench-func): Tidy up JSON output.
13524         * benchtests/bench-skeleton.c: Include json-lib.h.
13525         (main): Use JSON library functions to do output of
13526         benchmark results.
13527         * benchtests/bench-timing-type.c (main): Output the
13528         timing type simply, leaving formatting to the user.
13529         * benchtests/json-lib.c: New file.
13530         * benchtests/json-lib.h: Likewise.
13532 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13534         [BZ #15215]
13535         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13536         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13537         memory barriers.  Add comments.
13538         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13539         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13540         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13541         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13542         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13543         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13545 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13547         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13548         * sysdeps/s390/s390-64/configure.ac: ... this ...
13549         * sysdeps/s390/configure.ac: ... to here.
13550         * sysdeps/s390/s390-32/configure: Delete file.
13551         * sysdeps/s390/s390-64/configure: Delete file.
13552         * sysdeps/s390/configure: Regenerate.
13554 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13556         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13558 2014-04-11  Will Newton  <will.newton@linaro.org>
13560         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13561         to zero if it is not defined elsewhere.  (mtrim): Test
13562         the value of MALLOC_DEBUG with #if rather than #ifdef.
13564 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13566         * benchtests/pthread_once-inputs: New file.
13567         * benchtests/pthread_once-source.c: New file.
13568         * benchtests/README: Update documentation.
13570 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13571             H.J. Lu  <hongjiu.lu@intel.com>
13573         [BZ #16275]
13574         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13575         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13576         * sysdeps/x86_64/configure: Regenerated.
13577         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13578         macro.
13579         (REGISTER_SAVE_RAX): Likewise.
13580         (REGISTER_SAVE_RCX): Likewise.
13581         (REGISTER_SAVE_RDX): Likewise.
13582         (REGISTER_SAVE_RSI): Likewise.
13583         (REGISTER_SAVE_RDI): Likewise.
13584         (REGISTER_SAVE_R8): Likewise.
13585         (REGISTER_SAVE_R9): Likewise.
13586         (REGISTER_SAVE_BND0): Likewise.
13587         (REGISTER_SAVE_BND1): Likewise.
13588         (REGISTER_SAVE_BND2): Likewise.
13589         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13590         bound registers when calling _dl_fixup.
13592 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13594         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13595         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13596         of its definition.
13597         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13598         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13599         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13600         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13601         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13602         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13603         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13605 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13607         [BZ #15514]
13608         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13609         pathconf(_PC_NAME_MAX).
13611 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13613         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13614         Remove macro usage.
13615         (__PTHREAD_SPINS): Move definition to ...
13616         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13617         (__PTHREAD_SPINS): ... here.
13618         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13619         (__PTHREAD_SPIN): Likewise.
13620         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13621         (__PTHREAD_SPIN): Likewise.
13622         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13623         (__PTHREAD_SPIN): Likewise.
13624         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13625         (__PTHREAD_SPIN): Likewise.
13626         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13627         (__PTHREAD_SPIN): Likewise.
13628         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13629         (__PTHREAD_SPIN): Likewise.
13630         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13631         (__PTHREAD_SPIN): Likewise.
13632         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13633         (__PTHREAD_SPIN): Likewise.
13634         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13635         (__PTHREAD_SPIN): Likewise.
13636         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13637         (__PTHREAD_SPIN): Likewise.
13638         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13639         (__PTHREAD_SPIN): Likewise.
13640         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13641         (__PTHREAD_SPIN): Likewise.
13643         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13644         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13645         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13646         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13647         imply folder.
13648         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13649         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13650         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13651         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13652         correct imply path.
13653         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13654         strlen symbol for non multi-arch builds.
13655         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13656         missing hidden_def and weak_alias.
13658 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13660         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13662 2014-04-07  Will Newton  <will.newton@linaro.org>
13664         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13665         and contents.  [!_LIBC] Remove #ifndef and contents.
13666         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13667         * string/memccpy.c (__memccpy): Use ANSI prototype.
13668         * string/memfrob.c (memfrob): Likewise.
13669         * string/strcoll.c (STRCOLL): Likewise.
13670         * string/strlen.c (strlen): Likewise.
13671         * string/strtok.c (STRTOK): Likewise.
13672         * string/strcat.c: Remove unused #include of memcopy.h.
13673         (strcat): Use ANSI prototype.
13674         * string/strchr.c: Remove unused #include of memcopy.h.
13675         (strchr): Use ANSI prototype.
13676         * string/strcmp.c: Remove unused #include of memcopy.h.
13677         (strcmp): Use ANSI prototype.
13678         * string/strcpy.c: Remove unused #include of memcopy.h.
13679         (strcpy): Use ANSI prototype.
13681 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13683         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13684         * config.make.in (config-extra-cppflags): Set it from
13685         libc_extra_cppflags.
13686         * configure.ac (libc_extra_cflags): Make it accumulate over
13687         configure fragments.
13688         (libc_extra_cppflags): New flag.
13689         * configure. Regenerate.
13690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13691         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13692         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13695         [BZ #16815]
13696         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13697         result for FE_DOWNWARD rounding mode.
13698         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13699         Likewise.
13700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13702 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13704         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13705         in function argument name.
13707 2014-04-03  David Svoboda  <svoboda@cert.org>
13709         [BZ #5666]
13710         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13711         explicitly.
13713 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13715         * elf/dl-unmap-segments.h: New file.
13716         * sysdeps/generic/ldsodefs.h
13717         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13718         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13719         * elf/dl-fptr.c: Likewise.
13720         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13721         * sysdeps/aarch64/tlsdesc.c: Likewise.
13722         * sysdeps/arm/tlsdesc.c: Likewise.
13723         * sysdeps/i386/tlsdesc.c: Likewise.
13724         * sysdeps/tile/dl-runtime.c: Likewise.
13725         * sysdeps/x86_64/tlsdesc.c: Likewise.
13726         * elf/dl-load.h: New file.
13727         * elf/dl-load.c: Include it.
13728         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13729         Macros moved to dl-load.h.
13730         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13731         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13732         Use _dl_unmap_segments in place of __munmap.
13733         Break out segment-mapping loop into ...
13734         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13736 2014-04-03  Will Newton  <will.newton@linaro.org>
13738         * elf/dl-lookup.c (do_lookup_x): Remove comment
13739         referring to nested function and move variable
13740         declarations down to before first use.
13742 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13744         [BZ #16799]
13745         [BZ #16800]
13746         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13747         with 0 numerator.
13748         * math/s_catanf.c (__catanf): Likewise.
13749         * math/s_catanh.c (__catanh): Likewise.
13750         * math/s_catanhf.c (__catanhf): Likewise.
13751         * math/s_catanhl.c (__catanhl): Likewise.
13752         * math/s_catanl.c (__catanl): Likewise.
13753         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13754         by positive zero when computing -Inf result.
13755         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13756         (catanh_test): Likewise.
13757         * sysdeps/i386/fpu/libm-test-ulps: Update.
13758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13760         [BZ #16789]
13761         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13762         instead of using underflowing value in computing result.
13763         * math/s_clog10.c (__clog10): Likewise.
13764         * math/s_clog10f.c (__clog10f): Likewise.
13765         * math/s_clog10l.c (__clog10l): Likewise.
13766         * math/s_clogf.c (__clogf): Likewise.
13767         * math/s_clogl.c (__clogl): Likewise.
13768         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13769         (clog10_test): Likewise.
13770         * sysdeps/i386/fpu/libm-test-ulps: Update.
13771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13773 2014-04-02  Alan Modra  <amodra@gmail.com>
13775         [BZ #16739]
13776         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13777         output when value is near a power of two.  Use int64_t for lx and
13778         remove casts.  Use decimal rather than hex exponent constants.
13779         Don't use long double multiplication when double will suffice.
13780         * math/libm-test.inc (nextafter_test_data): Add tests.
13781         * NEWS: Add 16739 and 16786 to bug list.
13783         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13785         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13787 2014-04-01  Will Newton  <will.newton@linaro.org>
13789         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13790         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13792 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13794         [BZ #13347]
13795         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13796         * nptl/tst-setuid2.c: New file.
13797         * nptl/Makefile (xtests): Add tst-setuid2.
13799 2014-04-01  Alan Modra  <amodra@gmail.com>
13801         [BZ #16786]
13802         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13804 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13806         [BZ #6803]
13807         [BZ #6804]
13808         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13809         set errno as appropriate.
13810         * math/w_scalbf.c (__scalbf): Likewise.
13811         * math/w_scalbl.c (__scalbl): Likewise.
13812         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13813         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13814         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13815         Add more NaN tests.
13817         [BZ #16349]
13818         * math/w_atan2.c: Include <errno.h>.
13819         (__atan2): Set errno for result underflowing to zero.
13820         * math/w_atan2f.c: Include <errno.h>.
13821         (__atan2f): Set errno for result underflowing to zero.
13822         * math/w_atan2l.c: Include <errno.h>.
13823         (__atan2l): Set errno for result underflowing to zero.
13824         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13825         tests.
13826         * math/auto-libm-test-out: Regenerated.
13828 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13830         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13831         Encode instruction correctly in little endian.
13832         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13833         Likewise.
13834         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13835         Likewise.
13836         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13837         Likewise.
13838         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13839         Likewise.
13841 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13843         [BZ #9894]
13844         * sysdeps/unix/sysv/linux/kernel-features.h
13845         [__sparc__ && !__arch64__ && !__sparc_v9__]
13846         (__ASSUME_SET_ROBUST_LIST): Do not define.
13847         [__sparc__ && !__arch64__ && !__sparc_v9__]
13848         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13849         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13850         Likewise.
13851         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13852         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13853         (__ASSUME_REQUEUE_PI): Likewise.
13854         (__ASSUME_SET_ROBUST_LIST): Likewise.
13855         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13856         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13857         Undefine.
13858         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13859         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13860         Likewise.
13861         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13862         Likewise.
13863         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13864         Likewise.
13865         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13866         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13867         Undefine.
13868         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13869         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13870         Likewise.
13872         [BZ #16648]
13873         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13874         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13875         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13877 2014-03-31  Will Newton  <will.newton@linaro.org>
13879         * benchtests/Makefile (bench): Add ffs and ffsll to list
13880         of tests.
13881         * benchtests/ffs-inputs: New file.
13882         * benchtests/ffsll-inputs: Likewise.
13884 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13886         [BZ #16770]
13887         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13888         too large before casting to int.
13889         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13890         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13891         * math/libm-test.inc (scalb_test_data): Add more tests.
13893 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13895         * benchtests/Makefile (DETAILED_OPT): New make option.
13896         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13897         set.
13898         * benchtests/bench-skeleton.c: Include stdbool.h.
13899         (main): Store and print timings per input.
13900         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13901         member to each argument value.
13902         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13903         (_print_arg_data): Initialize per-input timing to 0.
13905         * benchtests/Makefile (timing-type): New binary.
13906         (bench-clean): Also remove bench-timing-type.
13907         (bench): New target for timing-type.
13908         (bench-func): Print output in JSON format.
13909         * benchtests/bench-skeleton.c (main): Print output in JSON
13910         format.
13911         * benchtests/bench-timing-type.c: New file.
13912         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13913         (TIMING_PRINT_STATS): Remove.
13914         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13915         name separately.
13917         * benchtests/bench-modf.c: Remove.
13918         * benchtests/modf-inputs: New inputs file.
13920 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13922         [BZ #16362]
13923         * math/s_clog10.c (M_PI_LOG10E): New macro.
13924         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13925         imaginary parts are 0.
13926         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13927         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13928         imaginary parts are 0.
13929         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13930         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13931         imaginary parts are 0.
13932         * math/libm-test.inc (clog10_test_data): Update expected results
13933         for when real and imaginary parts are 0.
13935 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13937         * elf/dl-load.c: Finish conversion of __builtin_expect into
13938         __glibc_{un}likely.
13940 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13942         [BZ #16348]
13943         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13944         1+x for argument with exponent below -67.
13945         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13946         Likewise.
13947         * math/auto-libm-test-in: Add more tests of exp.
13948         * math/auto-libm-test-out: Regenerated.
13950 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13952         [BZ #16759]
13953         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13954         (nscd_getnetgrent): Use it.
13956         [BZ #16760]
13957         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13958         of stpcpy.
13960 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13962         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13963         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13964         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13965         (lll_robust_unlock): Remove out of line section. Use cfi
13966         intrinsics.
13967         (LLL_STUB_UNWIND_INFO*): Remove.
13968         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13969         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13970         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13971         (lll_robust_unlock): Remove out of line section. Use cfi
13972         intrinsics.
13973         (LLL_STUB_UNWIND_INFO*): Remove.
13975 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13977         [BZ #16758]
13978         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13979         blank values.
13981 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13983         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13985 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13987         [BZ #16198]
13988         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13989         fnstenv.
13990         * math/test-fenv-preserve.c: New file.
13991         * math/Makefile (tests): Add test-fenv-preserve.
13993 2014-03-26  Will Newton <will.newton@linaro.org>
13995         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13997 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13999         * scripts/versionlist.awk: Partition the version sets and emit all
14000         GLIBC_* (sorted) before all others (sorted).
14002 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14004         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14005         GLIBC_2.2.5 version.
14007 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14009         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14010         calls.
14012         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14013         previous change.
14015         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14017 2014-03-25  Andreas Schwab  <schwab@suse.de>
14019         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14020         label to be used after in6ailist is initialized.
14022 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14024         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14025         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14027 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14029         [BZ #16357]
14030         [BZ #16599]
14031         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14032         min_plus_half.
14033         (fp_formats): Update initializers.
14034         (init_fp_formats): Initialize new field.
14035         (output_for_one_input_case): Allow underflow for results up to
14036         min_plus_half.
14037         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14038         * math/auto-libm-test-in: Don't mark some underflows from asin and
14039         atanh as spurious.
14040         * math/auto-libm-test-out: Regenerated.
14041         * sysdeps/i386/fpu/libm-test-ulps: Update.
14042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14044 2014-03-25  Andreas Schwab  <schwab@suse.de>
14046         * libio/Makefile (tst-ftell-partial-wide-ENV)
14047         (tst-ftell-active-handler-ENV): Define.
14049 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14051         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14053 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14055         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14057 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14059         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14060         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14061         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14063 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14065         [BZ #16634]
14066         * elf/dl-load.c (open_verify): Add mode parameter.
14067         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14068         (open_path): Change from boolean 'secure' to complete flag 'mode'
14069         (_dl_map_object): Adjust.
14070         * elf/Makefile (tests): Add tst-dlopen-aout.
14071         * elf/tst-dlopen-aout.c: New test.
14073 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14075         [BZ #16714]
14076         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14077         (struct stat): Rename member pad0 to __glibc_reserved0.
14079         [BZ #16712]
14080         * sysdeps/s390/s390-32/bits/wordsize.h
14081         (__WORDSIZE32_SIZE_ULONG): New define.
14082         * sysdeps/s390/s390-64/bits/wordsize.h
14083         (__WORDSIZE32_SIZE_ULONG): Likewise.
14084         * sysdeps/generic/stdint.h (SIZE_MAX):
14085         Define as UL if __WORDSIZE32_SIZE_ULONG.
14087         [BZ #16713]
14088         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14089         (__glibc_reserved0): New variable.
14090         (sa_flags): Change type to int.
14092         * posix/Makefile (before-compile): Use += before-compile instead
14093         of a :=.
14095         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14096         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14098 2014-03-20  Andreas Schwab  <schwab@suse.de>
14100         [BZ #16743]
14101         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14102         non-matching result from nscd.
14104 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14106         * scripts/bench.py: Moved to ...
14107         * benchtests/scripts/bench.py: ... here.
14108         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14110 2014-03-24  Andreas Schwab  <schwab@suse.de>
14112         [BZ #16002]
14113         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14114         alloca_account and account alloca use for struct in6ailist.
14116 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14118         [BZ #16284]
14119         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14120         rounding mode to recompute results that overflow to infinity or
14121         underflow to zero.
14122         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14123         bug 16284.
14124         * math/auto-libm-test-out: Regenerated.
14125         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14126         (ccosh_test): Likewise.
14127         (csin_test_data): Use plus_oflow.
14128         (csin_test): Use ALL_RM_TEST.
14129         (csinh_test_data): Use plus_oflow.
14130         (csinh_test): Use ALL_RM_TEST.
14131         * sysdeps/i386/fpu/libm-test-ulps: Update.
14132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14134 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14136         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14137         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14138         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14140         [BZ #16731]
14141         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14142         when x - 1 is zero.
14143         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14144         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14145         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14146         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14147         argument is 1.
14148         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14149         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14150         zero.
14151         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14152         * sysdeps/i386/fpu/libm-test-ulps: Update.
14153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14155 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14157         * scripts/bench.pl: Remove file.
14158         * scripts/bench.py: New benchmark script.
14159         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14160         * benchtests/README: Mention python dependency.
14161         * scripts/pylintrc: New file.
14162         * scripts/pylint: New file.
14164         * bits/mathdef.h: Use #ifdef instead of #if.
14165         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14166         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14167         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14168         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14169         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14170         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14172 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14173             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14175         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14176         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14177         and strpbrk-ppc64 objects.
14178         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14179         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14180         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14181         multiarch strpbrk for POWER7.
14182         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14183         multiarch strpbrk for PPC64.
14184         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14185         ifunc selector.
14186         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14187         strpbrk for POWER7.
14189 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14191         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14192         (atan_test): Likewise.
14193         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14194         (atanh_test): Use ALL_RM_TEST.
14195         (atan2_test_data): Likewise.
14196         (cabs_test): Likewise.
14197         (cacosh_test): Likewise.
14198         (carg_test): Likewise.
14199         (casin_test): Likewise.
14200         (casinh_test): Likewise.
14201         (cbrt_test): Likewise.
14202         (csqrt_test): Likewise.
14203         (erf_test): Likewise.
14204         (erfc_test): Likewise.
14205         (pow10_test): Likewise.
14206         (exp2_test): Likewise.
14207         (hypot_test): Likewise.
14208         (j0_test): Likewise.
14209         (j1_test): Likewise.
14210         (lgamma_test): Likewise.
14211         (gamma_test): Likewise.
14212         (sincos_test): Likewise.
14213         (tanh_test): Likewise.
14214         (y0_test): Likewise.
14215         (y1_test): Likewise.
14216         * sysdeps/i386/fpu/libm-test-ulps: Update.
14217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14219 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14221         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14222         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14223         and strcspn-ppc64 objects.
14224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14225         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14226         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14227         multiarch strcspn for POWER7.
14228         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14229         multiarch strcspn for PPC64.
14230         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14231         ifunc selector.
14232         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14233         strcspn for POWER7.
14235 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14237         * math/gen-libm-test.pl (generate_testfile): Expect only function
14238         name as argument to AUTO_TESTS_* and pass results for all rounding
14239         modes to parse_args.
14240         (parse_auto_input): Separate inputs of automatic tests from
14241         outputs before storing in %auto_tests.
14242         * math/libm-test.inc (acos_test_data): Update call to
14243         AUTO_TESTS_f_f.
14244         (acos_test): Use ALL_RM_TEST.
14245         (acos_tonearest_test_data): Remove.
14246         (acos_test_tonearest): Likewise.
14247         (acos_towardzero_test_data): Likewise.
14248         (acos_test_towardzero): Likewise.
14249         (acos_downward_test_data): Likewise.
14250         (acos_test_downward): Likewise.
14251         (acos_upward_test_data): Likewise.
14252         (acos_test_upward): Likewise.
14253         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14254         (asin_test_data): Likewise.
14255         (asin_test): Use ALL_RM_TEST.
14256         (asin_tonearest_test_data): Remove.
14257         (asin_test_tonearest): Likewise.
14258         (asin_towardzero_test_data): Likewise.
14259         (asin_test_towardzero): Likewise.
14260         (asin_downward_test_data): Likewise.
14261         (asin_test_downward): Likewise.
14262         (asin_upward_test_data): Likewise.
14263         (asin_test_upward): Likewise.
14264         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14265         (atan_test_data): Likewise.
14266         (atanh_test_data): Likewise.
14267         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14268         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14269         (carg_test_data): Likewise.
14270         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14271         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14272         (ccosh_test_data): Likewise.
14273         (cexp_test_data): Likewise.
14274         (clog_test_data): Likewise.
14275         (clog10_test_data): Likewise.
14276         (cos_test_data): Update call to AUTO_TESTS_f_f.
14277         (cos_test): Use ALL_RM_TEST.
14278         (cos_tonearest_test_data): Remove.
14279         (cos_test_tonearest): Likewise.
14280         (cos_towardzero_test_data): Likewise.
14281         (cos_test_towardzero): Likewise.
14282         (cos_downward_test_data): Likewise.
14283         (cos_test_downward): Likewise.
14284         (cos_upward_test_data): Likewise.
14285         (cos_test_upward): Likewise.
14286         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14287         (cosh_test): Use ALL_RM_TEST.
14288         (cosh_tonearest_test_data): Remove.
14289         (cosh_test_tonearest): Likewise.
14290         (cosh_towardzero_test_data): Likewise.
14291         (cosh_test_towardzero): Likewise.
14292         (cosh_downward_test_data): Likewise.
14293         (cosh_test_downward): Likewise.
14294         (cosh_upward_test_data): Likewise.
14295         (cosh_test_upward): Likewise.
14296         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14297         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14298         (ctan_test_data): Likewise.
14299         (ctan_test): Use ALL_RM_TEST.
14300         (ctan_tonearest_test_data): Remove.
14301         (ctan_test_tonearest): Likewise.
14302         (ctan_towardzero_test_data): Likewise.
14303         (ctan_test_towardzero): Likewise.
14304         (ctan_downward_test_data): Likewise.
14305         (ctan_test_downward): Likewise.
14306         (ctan_upward_test_data): Likewise.
14307         (ctan_test_upward): Likewise.
14308         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14309         (ctanh_test): Use ALL_RM_TEST.
14310         (ctanh_tonearest_test_data): Remove.
14311         (ctanh_test_tonearest): Likewise.
14312         (ctanh_towardzero_test_data): Likewise.
14313         (ctanh_test_towardzero): Likewise.
14314         (ctanh_downward_test_data): Likewise.
14315         (ctanh_test_downward): Likewise.
14316         (ctanh_upward_test_data): Likewise.
14317         (ctanh_test_upward): Likewise.
14318         (erf_test_data): Update call to AUTO_TESTS_f_f.
14319         (erfc_test_data): Likewise.
14320         (exp_test_data): Likewise.
14321         (exp_test): Use ALL_RM_TEST.
14322         (exp_tonearest_test_data): Remove.
14323         (exp_test_tonearest): Likewise.
14324         (exp_towardzero_test_data): Likewise.
14325         (exp_test_towardzero): Likewise.
14326         (exp_downward_test_data): Likewise.
14327         (exp_test_downward): Likewise.
14328         (exp_upward_test_data): Likewise.
14329         (exp_test_upward): Likewise.
14330         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14331         (exp10_test): Use ALL_RM_TEST.
14332         (exp10_tonearest_test_data): Remove.
14333         (exp10_test_tonearest): Likewise.
14334         (exp10_towardzero_test_data): Likewise.
14335         (exp10_test_towardzero): Likewise.
14336         (exp10_downward_test_data): Likewise.
14337         (exp10_test_downward): Likewise.
14338         (exp10_upward_test_data): Likewise.
14339         (exp10_test_upward): Likewise.
14340         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14341         (expm1_test_data): Likewise.
14342         (expm1_test): Use ALL_RM_TEST.
14343         (expm1_tonearest_test_data): Remove.
14344         (expm1_test_tonearest): Likewise.
14345         (expm1_towardzero_test_data): Likewise.
14346         (expm1_test_towardzero): Likewise.
14347         (expm1_downward_test_data): Likewise.
14348         (expm1_test_downward): Likewise.
14349         (expm1_upward_test_data): Likewise.
14350         (expm1_test_upward): Likewise.
14351         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14352         (fma_test): Use ALL_RM_TEST.
14353         (fma_towardzero_test_data): Remove.
14354         (fma_test_towardzero): Likewise.
14355         (fma_downward_test_data): Likewise.
14356         (fma_test_downward): Likewise.
14357         (fma_upward_test_data): Likewise.
14358         (fma_test_upward): Likewise.
14359         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14360         (j0_test_data): Update call to AUTO_TESTS_f_f.
14361         (j1_test_data): Likewise.
14362         (jn_test_data): Update call to AUTO_TESTS_if_f.
14363         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14364         (log_test_data): Update call to AUTO_TESTS_f_f.
14365         (log10_test_data): Likewise.
14366         (log1p_test_data): Likewise.
14367         (log2_test_data): Likewise.
14368         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14369         (pow_tonearest_test_data): Likewise.
14370         (sin_test_data): Update call to AUTO_TESTS_f_f.
14371         (sin_test): Use ALL_RM_TEST.
14372         (sin_tonearest_test_data): Remove.
14373         (sin_test_tonearest): Likewise.
14374         (sin_towardzero_test_data): Likewise.
14375         (sin_test_towardzero): Likewise.
14376         (sin_downward_test_data): Likewise.
14377         (sin_test_downward): Likewise.
14378         (sin_upward_test_data): Likewise.
14379         (sin_test_upward): Likewise.
14380         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14381         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14382         (sinh_test): Use ALL_RM_TEST.
14383         (sinh_tonearest_test_data): Remove.
14384         (sinh_test_tonearest): Likewise.
14385         (sinh_towardzero_test_data): Likewise.
14386         (sinh_test_towardzero): Likewise.
14387         (sinh_downward_test_data): Likewise.
14388         (sinh_test_downward): Likewise.
14389         (sinh_upward_test_data): Likewise.
14390         (sinh_test_upward): Likewise.
14391         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14392         (sqrt_test): Use ALL_RM_TEST.
14393         (sqrt_tonearest_test_data): Remove.
14394         (sqrt_test_tonearest): Likewise.
14395         (sqrt_towardzero_test_data): Likewise.
14396         (sqrt_test_towardzero): Likewise.
14397         (sqrt_downward_test_data): Likewise.
14398         (sqrt_test_downward): Likewise.
14399         (sqrt_upward_test_data): Likewise.
14400         (sqrt_test_upward): Likewise.
14401         (tan_test_data): Update call to AUTO_TESTS_f_f.
14402         (tan_test): Use ALL_RM_TEST.
14403         (tan_tonearest_test_data): Remove.
14404         (tan_test_tonearest): Likewise.
14405         (tan_towardzero_test_data): Likewise.
14406         (tan_test_towardzero): Likewise.
14407         (tan_downward_test_data): Likewise.
14408         (tan_test_downward): Likewise.
14409         (tan_upward_test_data): Likewise.
14410         (tan_test_upward): Likewise.
14411         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14412         (tgamma_test_data): Likewise.
14413         (y0_test_data): Likewise.
14414         (y1_test_data): Likewise.
14415         (yn_test_data): Update call to AUTO_TESTS_if_f.
14416         (main): Do not call removed functions.
14418 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14420         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14421         (ldexp_test_data): Remove.
14422         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14423         scalbn_test_data.
14424         (scalb_test): Use ALL_RM_TEST.
14426 2014-03-19  Andreas Schwab  <schwab@suse.de>
14428         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14430 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14432         [BZ #16649]
14433         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14434         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14435         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14436         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14437         (__ASSUME_PREADV): Undefine.
14438         (__ASSUME_PWRITEV): Likewise.
14440 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14442         * bits/mman-linux.h: Add comment about non-Linux use.
14443         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14444         bits/mman-linux.h resting place.
14446         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14447         * bits/mman-linux.h: ... here.
14449 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14451         * conform/conformtest.pl: Add standard definition when calling C
14452         preprocessor on data files.
14453         (checknamespace): Remove unused variable.
14455 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14457         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14458         minus_oflow, plus_uflow and minus_uflow in expected results.
14459         * math/libm-test.inc (scalbn_test_data): Add more tests of
14460         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14461         minus_uflow.
14462         (scalbn_test): Use ALL_RM_TEST.
14463         (scalbln_test_data): Add more tests of negative arguments.  Use
14464         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14465         (scalbln_test): Use ALL_RM_TEST.
14467 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14469         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14471 2014-03-18  Will Newton  <will.newton@linaro.org>
14473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14474         inaccurate comment.
14476 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14478         * Makerules [!subdir] (check-abi): Exit with error status if a
14479         test failed.
14481 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14483         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14484         for rint.  Include results for all rounding modes.
14485         (nearbyint_test): Use ALL_RM_TEST.
14486         (rint_test_data): Include all tests used for nearbyint.
14488 2014-03-17  Will Newton  <will.newton@linaro.org>
14490         * nptl/sysdeps/pthread/pthread.h: Revert previous
14491         change.
14493         * sysdeps/generic/ldsodefs.h: Revert previous
14494         change.
14496         * libio/genops.c: Revert previous change.
14497         * libio/libioP.h: Likewise.
14498         * stdio-common/vfprintf.c: Likewise.
14500         * sysdeps/generic/math_private.h: Revert previous
14501         change.
14503         * sysdeps/generic/math_private.h: Check whether
14504         HAVE_RM_CTX is defined with #ifdef rather
14505         than #if.
14507         * argp/argp-fmtstream.h: Check whether
14508         __STRICT_ANSI__ is defined with #ifdef rather
14509         than #if.
14510         * argp/argp.h: Likewise.
14512         * libio/genops.c: Check whether
14513         _IO_JUMPS_OFFSET is defined with #ifdef rather
14514         than #if.
14515         * libio/libioP.h: Likewise.
14516         * stdio-common/vfprintf.c: Likewise.
14518         * sysdeps/generic/ldsodefs.h: Check whether
14519         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14520         than #if.
14522         * nptl/sysdeps/pthread/pthread.h: Check
14523         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14524         its value.
14526 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14528         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14529         setting O_APPEND.
14530         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14531         test case.
14533         [BZ #16680]
14534         * libio/fileops.c (_IO_file_open): Seek to end of file but
14535         don't cache the offset.
14536         (get_file_offset): Remove function.
14537         (do_ftell): Use cached offset when available.
14538         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14539         don't cache the offset.
14540         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14541         case.
14542         (do_one_test): Call it.
14543         (do_ftell_test): Fix up expected old offset for a+ mode.
14544         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14545         available.
14547         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14548         up test status with function return status.
14549         (do_write_test): Likewise.
14550         (do_append_test): Likewise.
14552         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14553         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14554         Remove.
14556 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14558         * math/gen-libm-test.pl (parse_args): Handle results specified for
14559         each rounding mode separately.
14560         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14561         tests and results from lrint_tonearest_test_data,
14562         lrint_towardzero_test_data, lrint_downward_test_data and
14563         lrint_upward_test_data.
14564         (lrint_test): Use ALL_RM_TEST.
14565         (lrint_tonearest_test_data): Remove.
14566         (lrint_test_tonearest): Likewise.
14567         (lrint_towardzero_test_data): Likewise.
14568         (lrint_test_towardzero): Likewise.
14569         (lrint_downward_test_data): Likewise.
14570         (lrint_test_downward): Likewise.
14571         (lrint_upward_test_data): Likewise.
14572         (lrint_test_upward): Likewise.
14573         (llrint_test_data): Merge in per-rounding-mode tests and results
14574         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14575         llrint_downward_test_data and llrint_upward_test_data.
14576         (llrint_test): Use ALL_RM_TEST.
14577         (llrint_tonearest_test_data): Remove.
14578         (llrint_test_tonearest): Likewise.
14579         (llrint_towardzero_test_data): Likewise.
14580         (llrint_test_towardzero): Likewise.
14581         (llrint_downward_test_data): Likewise.
14582         (llrint_test_downward): Likewise.
14583         (llrint_upward_test_data): Likewise.
14584         (llrint_test_upward): Likewise.
14585         (rint_test_data): Merge in per-rounding-mode tests and results
14586         from rint_tonearest_test_data, rint_towardzero_test_data,
14587         rint_downward_test_data and rint_upward_test_data.  Add
14588         per-rounding-mode results for tests not in those arrays.
14589         (rint_test): Use ALL_RM_TEST.
14590         (rint_tonearest_test_data): Remove.
14591         (rint_test_tonearest): Likewise.
14592         (rint_towardzero_test_data): Likewise.
14593         (rint_test_towardzero): Likewise.
14594         (rint_downward_test_data): Likewise.
14595         (rint_test_downward): Likewise.
14596         (rint_upward_test_data): Likewise.
14597         (rint_test_upward): Likewise.
14598         (main): Don't call removed functions.
14600 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14602         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14603         "Compiled on ..." crapola.  It is anti-useful.
14605 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14607         * scripts/evaluate-test.sh: Handle fourth argument to determine
14608         whether test run should stop on failure.
14609         * Makeconfig (stop-on-test-failure): New variable.
14610         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14611         $(stop-on-test-failure).
14612         * Makefile (tests): Give a summary of results from testing and
14613         exit with failure status if they include an ERROR or FAIL.
14614         (xtests): Likewise.
14615         * manual/install.texi (Configuring and compiling): Mention
14616         stop-on-test-failure=y.
14617         * INSTALL: Regenerated.
14619 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14621         * scripts/versionlist.awk: New file.
14622         * Makerules [$(build-shared) = yes]
14623         (postclean-generated): Add Versions.def, not Versions.def.v and
14624         Versions.def.v.i.
14625         ($(common-objpfx)Versions.def.v.i): Target removed.
14626         ($(common-objpfx)Versions.def): New target.
14627         ($(common-objpfx)Versions.all): Depend on that rather that
14628         $(common-objpfx)Versions.def.v.
14629         * Versions.def: File removed.
14631         * Makeconfig (+gccwarn): Add -Wundef.
14632         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14633         a dl-sysdep.h breaking its contract.
14634         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14635         * include/stackinfo.h: New file.
14636         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14637         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14638         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14639         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14640         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14641         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14642         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14643         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14644         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14645         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14646         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14647         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14648         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14649         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14650         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14652 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14654         [BZ #16707]
14655         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14656         implementation.
14657         * math/libm-test.inc (round_test_data): Add more tests.
14659         [BZ #16706]
14660         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14661         implementation.
14662         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14664         [BZ #16701]
14665         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14666         implementation.
14667         * math/libm-test.inc (ceil_test_data): Add more tests.
14669         * math/libm-test.inc (trunc_test_data): Add more tests related to
14670         BZ#16414.
14672 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14674         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14675         with #if rather than #ifdef.
14676         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14678 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14680         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14681         first.  Disable AVX-512 GCC support if assembler doesn't support
14682         it.
14683         * sysdeps/x86_64/configure: Regenerated.
14685 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14687         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14688         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14689         (__old_pthread_attr_setstack): Likewise.
14690         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14691         [!_STACK_GROWS_DOWN]: Likewise.
14693 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14695         * config.make.in (have-bash2): Delete.
14696         * configure.ac (libc_cv_have_bash2): Delete.
14697         * configure: Regenerate.
14698         * elf/Makefile (common-ldd-rewrite): Rename to ...
14699         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14700         (sh-ldd-rewrite): Delete.
14701         (bash-ldd-rewrite): Delete.
14702         (have-bash2): Delete checks.
14703         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14704         ldd-rewrite.
14706         * config.make.in (have-ksh): Delete.
14707         (KSH): Delete.
14708         * configure.ac (libc_cv_have_ksh): Delete.
14709         * configure: Regenerate.
14711         * elf/Makefile: Delete $(have-ksh) check.
14712         ($(objpfx)sotruss): Change KSH to BASH.
14713         * elf/sotruss.ksh: Rename to ...
14714         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14715         function style to match POSIX.  Drop ksh vim mode setting.
14717         * manual/time.texi (Specifying the Time Zone with TZ): Change
14718         Tuesday to Thursday.
14720         * debug/tst-longjmp_chk2.c: Update header comment.
14721         (stackoverflow_handler): Add comment.  Call assert on pass value.
14723 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14725         [BZ #16194]
14726         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14727         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14728         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14729         (La_x86_64_vector): Add zmm.
14730         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14731         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14732         ($(objpfx)tst-audit10): New target.
14733         ($(objpfx)tst-audit10.out): Likewise.
14734         (tst-audit10-ENV): New.
14735         (AVX512-CFLAGS): Likewise.
14736         (CFLAGS-tst-audit10.c): Likewise.
14737         (CFLAGS-tst-auditmod10a.c): Likewise.
14738         (CFLAGS-tst-auditmod10b.c): Likewise.
14739         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14740         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14741         * sysdeps/x86_64/configure: Regenerated.
14742         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14743         AVX-512 zmm register support.
14744         (_dl_x86_64_save_sse): Likewise.
14745         (_dl_x86_64_restore_sse): Likewise.
14746         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14747         size vector registers.
14748         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14749         (ZMM_SIZE): Likewise.
14750         * sysdeps/x86_64/tst-audit10.c: New file.
14751         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14752         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14754 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14756         * configure.ac (HAVE_EHDR_START): New check.
14757         * configure: Regenerated.
14758         * config.h.in (HAVE_EHDR_START): New #undef.
14759         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14760         assuming the lowest-addressed segment maps the start of the file.
14762 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14764         * INSTALL: Regenerated.
14766 2014-03-13  Will Newton  <will.newton@linaro.org>
14768         * manual/setjmp.texi (System V contexts): Improve
14769         clarity and grammar of documentation.
14771 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14773         [BZ #16381]
14774         * elf/Makefile (tests): Add tst-pie2.
14775         (tests-pie): Add tst-pie2.
14776         * elf/tst-pie2.c: New file.
14777         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14778         for ET_EXEC.
14779         * elf/rtld.c (map_doit): Load executable as lt_executable.
14780         (dl_main): Likewise.
14782 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14784         [BZ #16642]
14785         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14786         (__ASSUME_PSELECT): Undefine.
14788 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14790         [BZ #16689]
14791         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14792         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14793         static build.
14794         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14795         selector for static builds.
14797 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14799         [BZ #16695]
14800         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14801         key in the buffer.
14803 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14805         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14806         IFUNC selector for static builds.
14808 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14810         * sysdeps/mips/math_private.h [__mips_hard_float]
14811         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14812         libc_feresetround_mips_ctx.
14813         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14814         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14815         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14817         [BZ #16677]
14818         * math/s_nextafter.c (__nextafter): Do not return value from
14819         overflowing computation.
14820         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14821         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14822         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14823         Likewise.
14824         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14825         Likewise.
14826         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14827         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14829 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14831         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14832         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14833         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14834         the new mov targetting sp.
14836 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14838         [BZ #16683]
14839         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14840         Define it for static builds as well.
14841         (NO_BZERO_IMPL): Likewise.
14843 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14845         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14846         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14847         multiarch strspn for PPC64.
14848         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14849         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14850         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14851         (__libc_ifunc_impl_list): Likewise.
14852         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14853         multiarch optimizations
14854         * string/strspn.c (strspn): Using macro to redefine symbol name.
14856 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14857             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14859         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14860         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14861         multiarch strncat for PPC64.
14862         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14863         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14864         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14865         (__libc_ifunc_impl_list): Likewise.
14866         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14867         multiarch optimizations
14869 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14871         [BZ #16639]
14872         * nscd/nscd.service: Make service type forking.
14874 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14876         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14877         sign in non default rounding modes.
14878         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14880 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14882         * math/libm-test.inc (ALL_RM_TEST): New macro.
14883         (ceil_test): Use ALL_RM_TEST.
14884         (cimag_test): Likewise.
14885         (conj_test): Likewise.
14886         (copysign_test): Likewise.
14887         (cproj_test): Likewise.
14888         (creal_test): Likewise.
14889         (fabs_test): Likewise.
14890         (floor_test): Likewise.
14891         (fmax_test): Likewise.
14892         (fmin_test): Likewise.
14893         (fmod_test): Likewise.
14894         (fpclassify_test): Likewise.
14895         (frexp_test): Likewise.
14896         (ilogb_test): Likewise.
14897         (isfinite_test): Likewise.
14898         (finite_test): Likewise.
14899         (isgreater_test): Likewise.
14900         (isgreaterequal_test): Likewise.
14901         (isinf_test): Likewise.
14902         (isless_test): Likewise.
14903         (islessequal_test): Likewise.
14904         (islessgreater_test): Likewise.
14905         (isnan_test): Likewise.
14906         (isnormal_test): Likewise.
14907         (issignaling_test): Likewise.
14908         (isunordered_test): Likewise.
14909         (logb_test): Likewise.
14910         (logb_downward_test_data): Remove.
14911         (logb_test_downward): Likewise.
14912         (lround_test): Use ALL_RM_TEST.
14913         (llround_test): Likewise.
14914         (modf_test): Likewise.
14915         (nexttoward_test): Likewise.
14916         (remainder_test): Likewise.
14917         (drem_test): Likewise.
14918         (remainder_tonearest_test_data): Likewise.
14919         (remainder_test_tonearest): Likewise.
14920         (drem_test_tonearest): Likewise.
14921         (remainder_towardzero_test_data): Likewise.
14922         (remainder_test_towardzero): Likewise.
14923         (drem_test_towardzero): Likewise.
14924         (remainder_downward_test_data): Likewise.
14925         (remainder_test_downward): Likewise.
14926         (drem_test_downward): Likewise.
14927         (remainder_upward_test_data): Likewise.
14928         (remainder_test_upward): Likewise.
14929         (drem_test_upward): Likewise.
14930         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14931         (round_test): Use ALL_RM_TEST.
14932         (signbit_test): Likewise.
14933         (trunc_test): Likewise.
14934         (significand_test): Likewise.
14935         (main): Don't call removed functions.
14937 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14939         [BZ #16674]
14940         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14941         || __USE_XOPEN2K8].
14942         (ILL_ILLOPN): Likewise.
14943         (ILL_ILLADR): Likewise.
14944         (ILL_ILLTRP): Likewise.
14945         (ILL_PRVOPC): Likewise.
14946         (ILL_PRVREG): Likewise.
14947         (ILL_COPROC): Likewise.
14948         (ILL_BADSTK): Likewise.
14949         (FPE_INTDIV): Likewise.
14950         (FPE_INTOVF): Likewise.
14951         (FPE_FLTDIV): Likewise.
14952         (FPE_FLTOVF): Likewise.
14953         (FPE_FLTUND): Likewise.
14954         (FPE_FLTRES): Likewise.
14955         (FPE_FLTINV): Likewise.
14956         (FPE_FLTSUB): Likewise.
14957         (SEGV_MAPERR): Likewise.
14958         (SEGV_ACCERR): Likewise.
14959         (BUS_ADRALN): Likewise.
14960         (BUS_ADRERR): Likewise.
14961         (BUS_OBJERR): Likewise.
14962         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14963         (TRAP_TRACE): Likewise.
14964         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14965         __USE_XOPEN2K8].
14966         (CLD_KILLED): Likewise.
14967         (CLD_DUMPED): Likewise.
14968         (CLD_TRAPPED): Likewise.
14969         (CLD_STOPPED): Likewise.
14970         (CLD_CONTINUED): Likewise.
14971         (POLL_IN): Likewise.
14972         (POLL_OUT): Likewise.
14973         (POLL_MSG): Likewise.
14974         (POLL_ERR): Likewise.
14975         (POLL_PRI): Likewise.
14976         (POLL_HUP): Likewise.
14977         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14978         Likewise.
14979         (ILL_ILLOPN): Likewise.
14980         (ILL_ILLADR): Likewise.
14981         (ILL_ILLTRP): Likewise.
14982         (ILL_PRVOPC): Likewise.
14983         (ILL_PRVREG): Likewise.
14984         (ILL_COPROC): Likewise.
14985         (ILL_BADSTK): Likewise.
14986         (FPE_INTDIV): Likewise.
14987         (FPE_INTOVF): Likewise.
14988         (FPE_FLTDIV): Likewise.
14989         (FPE_FLTOVF): Likewise.
14990         (FPE_FLTUND): Likewise.
14991         (FPE_FLTRES): Likewise.
14992         (FPE_FLTINV): Likewise.
14993         (FPE_FLTSUB): Likewise.
14994         (SEGV_MAPERR): Likewise.
14995         (SEGV_ACCERR): Likewise.
14996         (BUS_ADRALN): Likewise.
14997         (BUS_ADRERR): Likewise.
14998         (BUS_OBJERR): Likewise.
14999         (BUS_MCEERR_AR): Likewise.
15000         (BUS_MCEERR_AO): Likewise.
15001         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15002         (TRAP_TRACE): Likewise.
15003         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15004         __USE_XOPEN2K8].
15005         (CLD_KILLED): Likewise.
15006         (CLD_DUMPED): Likewise.
15007         (CLD_TRAPPED): Likewise.
15008         (CLD_STOPPED): Likewise.
15009         (CLD_CONTINUED): Likewise.
15010         (POLL_IN): Likewise.
15011         (POLL_OUT): Likewise.
15012         (POLL_MSG): Likewise.
15013         (POLL_ERR): Likewise.
15014         (POLL_PRI): Likewise.
15015         (POLL_HUP): Likewise.
15016         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15017         (ILL_ILLOPN): Likewise.
15018         (ILL_ILLADR): Likewise.
15019         (ILL_ILLTRP): Likewise.
15020         (ILL_PRVOPC): Likewise.
15021         (ILL_PRVREG): Likewise.
15022         (ILL_COPROC): Likewise.
15023         (ILL_BADSTK): Likewise.
15024         (FPE_INTDIV): Likewise.
15025         (FPE_INTOVF): Likewise.
15026         (FPE_FLTDIV): Likewise.
15027         (FPE_FLTOVF): Likewise.
15028         (FPE_FLTUND): Likewise.
15029         (FPE_FLTRES): Likewise.
15030         (FPE_FLTINV): Likewise.
15031         (FPE_FLTSUB): Likewise.
15032         (SEGV_MAPERR): Likewise.
15033         (SEGV_ACCERR): Likewise.
15034         (BUS_ADRALN): Likewise.
15035         (BUS_ADRERR): Likewise.
15036         (BUS_OBJERR): Likewise.
15037         (BUS_MCEERR_AR): Likewise.
15038         (BUS_MCEERR_AO): Likewise.
15039         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15040         (TRAP_TRACE): Likewise.
15041         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15042         __USE_XOPEN2K8].
15043         (CLD_KILLED): Likewise.
15044         (CLD_DUMPED): Likewise.
15045         (CLD_TRAPPED): Likewise.
15046         (CLD_STOPPED): Likewise.
15047         (CLD_CONTINUED): Likewise.
15048         (POLL_IN): Likewise.
15049         (POLL_OUT): Likewise.
15050         (POLL_MSG): Likewise.
15051         (POLL_ERR): Likewise.
15052         (POLL_PRI): Likewise.
15053         (POLL_HUP): Likewise.
15054         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15055         Likewise.
15056         (ILL_ILLOPN): Likewise.
15057         (ILL_ILLADR): Likewise.
15058         (ILL_ILLTRP): Likewise.
15059         (ILL_PRVOPC): Likewise.
15060         (ILL_PRVREG): Likewise.
15061         (ILL_COPROC): Likewise.
15062         (ILL_BADSTK): Likewise.
15063         (ILL_BADIADDR): Likewise.
15064         (ILL_BREAK): Likewise.
15065         (FPE_INTDIV): Likewise.
15066         (FPE_INTOVF): Likewise.
15067         (FPE_FLTDIV): Likewise.
15068         (FPE_FLTOVF): Likewise.
15069         (FPE_FLTUND): Likewise.
15070         (FPE_FLTRES): Likewise.
15071         (FPE_FLTINV): Likewise.
15072         (FPE_FLTSUB): Likewise.
15073         (FPE_DECOVF): Likewise.
15074         (FPE_DECDIV): Likewise.
15075         (FPE_DECERR): Likewise.
15076         (FPE_INVASC): Likewise.
15077         (FPE_INVDEC): Likewise.
15078         (SEGV_MAPERR): Likewise.
15079         (SEGV_ACCERR): Likewise.
15080         (SEGV_PSTKOVF): Likewise.
15081         (BUS_ADRALN): Likewise.
15082         (BUS_ADRERR): Likewise.
15083         (BUS_OBJERR): Likewise.
15084         (BUS_MCEERR_AR): Likewise.
15085         (BUS_MCEERR_AO): Likewise.
15086         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15087         (TRAP_TRACE): Likewise.
15088         (TRAP_BRANCH): Likewise.
15089         (TRAP_HWBKPT): Likewise.
15090         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15091         __USE_XOPEN2K8].
15092         (CLD_KILLED): Likewise.
15093         (CLD_DUMPED): Likewise.
15094         (CLD_TRAPPED): Likewise.
15095         (CLD_STOPPED): Likewise.
15096         (CLD_CONTINUED): Likewise.
15097         (POLL_IN): Likewise.
15098         (POLL_OUT): Likewise.
15099         (POLL_MSG): Likewise.
15100         (POLL_ERR): Likewise.
15101         (POLL_PRI): Likewise.
15102         (POLL_HUP): Likewise.
15103         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15104         (ILL_ILLOPN): Likewise.
15105         (ILL_ILLADR): Likewise.
15106         (ILL_ILLTRP): Likewise.
15107         (ILL_PRVOPC): Likewise.
15108         (ILL_PRVREG): Likewise.
15109         (ILL_COPROC): Likewise.
15110         (ILL_BADSTK): Likewise.
15111         (FPE_INTDIV): Likewise.
15112         (FPE_INTOVF): Likewise.
15113         (FPE_FLTDIV): Likewise.
15114         (FPE_FLTOVF): Likewise.
15115         (FPE_FLTUND): Likewise.
15116         (FPE_FLTRES): Likewise.
15117         (FPE_FLTINV): Likewise.
15118         (FPE_FLTSUB): Likewise.
15119         (SEGV_MAPERR): Likewise.
15120         (SEGV_ACCERR): Likewise.
15121         (BUS_ADRALN): Likewise.
15122         (BUS_ADRERR): Likewise.
15123         (BUS_OBJERR): Likewise.
15124         (BUS_MCEERR_AR): Likewise.
15125         (BUS_MCEERR_AO): Likewise.
15126         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15127         (TRAP_TRACE): Likewise.
15128         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15129         __USE_XOPEN2K8].
15130         (CLD_KILLED): Likewise.
15131         (CLD_DUMPED): Likewise.
15132         (CLD_TRAPPED): Likewise.
15133         (CLD_STOPPED): Likewise.
15134         (CLD_CONTINUED): Likewise.
15135         (POLL_IN): Likewise.
15136         (POLL_OUT): Likewise.
15137         (POLL_MSG): Likewise.
15138         (POLL_ERR): Likewise.
15139         (POLL_PRI): Likewise.
15140         (POLL_HUP): Likewise.
15141         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15142         (ILL_ILLOPN): Likewise.
15143         (ILL_ILLADR): Likewise.
15144         (ILL_ILLTRP): Likewise.
15145         (ILL_PRVOPC): Likewise.
15146         (ILL_PRVREG): Likewise.
15147         (ILL_COPROC): Likewise.
15148         (ILL_BADSTK): Likewise.
15149         (FPE_INTDIV): Likewise.
15150         (FPE_INTOVF): Likewise.
15151         (FPE_FLTDIV): Likewise.
15152         (FPE_FLTOVF): Likewise.
15153         (FPE_FLTUND): Likewise.
15154         (FPE_FLTRES): Likewise.
15155         (FPE_FLTINV): Likewise.
15156         (FPE_FLTSUB): Likewise.
15157         (SEGV_MAPERR): Likewise.
15158         (SEGV_ACCERR): Likewise.
15159         (BUS_ADRALN): Likewise.
15160         (BUS_ADRERR): Likewise.
15161         (BUS_OBJERR): Likewise.
15162         (BUS_MCEERR_AR): Likewise.
15163         (BUS_MCEERR_AO): Likewise.
15164         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15165         (TRAP_TRACE): Likewise.
15166         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15167         __USE_XOPEN2K8].
15168         (CLD_KILLED): Likewise.
15169         (CLD_DUMPED): Likewise.
15170         (CLD_TRAPPED): Likewise.
15171         (CLD_STOPPED): Likewise.
15172         (CLD_CONTINUED): Likewise.
15173         (POLL_IN): Likewise.
15174         (POLL_OUT): Likewise.
15175         (POLL_MSG): Likewise.
15176         (POLL_ERR): Likewise.
15177         (POLL_PRI): Likewise.
15178         (POLL_HUP): Likewise.
15179         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15180         (ILL_ILLOPN): Likewise.
15181         (ILL_ILLADR): Likewise.
15182         (ILL_ILLTRP): Likewise.
15183         (ILL_PRVOPC): Likewise.
15184         (ILL_PRVREG): Likewise.
15185         (ILL_COPROC): Likewise.
15186         (ILL_BADSTK): Likewise.
15187         (FPE_INTDIV): Likewise.
15188         (FPE_INTOVF): Likewise.
15189         (FPE_FLTDIV): Likewise.
15190         (FPE_FLTOVF): Likewise.
15191         (FPE_FLTUND): Likewise.
15192         (FPE_FLTRES): Likewise.
15193         (FPE_FLTINV): Likewise.
15194         (FPE_FLTSUB): Likewise.
15195         (SEGV_MAPERR): Likewise.
15196         (SEGV_ACCERR): Likewise.
15197         (BUS_ADRALN): Likewise.
15198         (BUS_ADRERR): Likewise.
15199         (BUS_OBJERR): Likewise.
15200         (BUS_MCEERR_AR): Likewise.
15201         (BUS_MCEERR_AO): Likewise.
15202         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15203         (TRAP_TRACE): Likewise.
15204         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15205         __USE_XOPEN2K8].
15206         (CLD_KILLED): Likewise.
15207         (CLD_DUMPED): Likewise.
15208         (CLD_TRAPPED): Likewise.
15209         (CLD_STOPPED): Likewise.
15210         (CLD_CONTINUED): Likewise.
15211         (POLL_IN): Likewise.
15212         (POLL_OUT): Likewise.
15213         (POLL_MSG): Likewise.
15214         (POLL_ERR): Likewise.
15215         (POLL_PRI): Likewise.
15216         (POLL_HUP): Likewise.
15217         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15218         (ILL_ILLOPN): Likewise.
15219         (ILL_ILLADR): Likewise.
15220         (ILL_ILLTRP): Likewise.
15221         (ILL_PRVOPC): Likewise.
15222         (ILL_PRVREG): Likewise.
15223         (ILL_COPROC): Likewise.
15224         (ILL_BADSTK): Likewise.
15225         (ILL_DBLFLT): Likewise.
15226         (ILL_HARDWALL): Likewise.
15227         (FPE_INTDIV): Likewise.
15228         (FPE_INTOVF): Likewise.
15229         (FPE_FLTDIV): Likewise.
15230         (FPE_FLTOVF): Likewise.
15231         (FPE_FLTUND): Likewise.
15232         (FPE_FLTRES): Likewise.
15233         (FPE_FLTINV): Likewise.
15234         (FPE_FLTSUB): Likewise.
15235         (SEGV_MAPERR): Likewise.
15236         (SEGV_ACCERR): Likewise.
15237         (BUS_ADRALN): Likewise.
15238         (BUS_ADRERR): Likewise.
15239         (BUS_OBJERR): Likewise.
15240         (BUS_MCEERR_AR): Likewise.
15241         (BUS_MCEERR_AO): Likewise.
15242         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15243         (TRAP_TRACE): Likewise.
15244         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15245         __USE_XOPEN2K8].
15246         (CLD_KILLED): Likewise.
15247         (CLD_DUMPED): Likewise.
15248         (CLD_TRAPPED): Likewise.
15249         (CLD_STOPPED): Likewise.
15250         (CLD_CONTINUED): Likewise.
15251         (POLL_IN): Likewise.
15252         (POLL_OUT): Likewise.
15253         (POLL_MSG): Likewise.
15254         (POLL_ERR): Likewise.
15255         (POLL_PRI): Likewise.
15256         (POLL_HUP): Likewise.
15257         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15258         (ILL_ILLOPN): Likewise.
15259         (ILL_ILLADR): Likewise.
15260         (ILL_ILLTRP): Likewise.
15261         (ILL_PRVOPC): Likewise.
15262         (ILL_PRVREG): Likewise.
15263         (ILL_COPROC): Likewise.
15264         (ILL_BADSTK): Likewise.
15265         (FPE_INTDIV): Likewise.
15266         (FPE_INTOVF): Likewise.
15267         (FPE_FLTDIV): Likewise.
15268         (FPE_FLTOVF): Likewise.
15269         (FPE_FLTUND): Likewise.
15270         (FPE_FLTRES): Likewise.
15271         (FPE_FLTINV): Likewise.
15272         (FPE_FLTSUB): Likewise.
15273         (SEGV_MAPERR): Likewise.
15274         (SEGV_ACCERR): Likewise.
15275         (BUS_ADRALN): Likewise.
15276         (BUS_ADRERR): Likewise.
15277         (BUS_OBJERR): Likewise.
15278         (BUS_MCEERR_AR): Likewise.
15279         (BUS_MCEERR_AO): Likewise.
15280         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15281         (TRAP_TRACE): Likewise.
15282         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15283         __USE_XOPEN2K8].
15284         (CLD_KILLED): Likewise.
15285         (CLD_DUMPED): Likewise.
15286         (CLD_TRAPPED): Likewise.
15287         (CLD_STOPPED): Likewise.
15288         (CLD_CONTINUED): Likewise.
15289         (POLL_IN): Likewise.
15290         (POLL_OUT): Likewise.
15291         (POLL_MSG): Likewise.
15292         (POLL_ERR): Likewise.
15293         (POLL_PRI): Likewise.
15294         (POLL_HUP): Likewise.
15295         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15296         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15298         [BZ #16670]
15299         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15300         before #include of <time.h>.
15301         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15302         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15303         (test-xfail-UNIX98/sched.h/conform): Likewise.
15305 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15307         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15308         error absence of trapping exception support.
15309         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15311 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15313         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15314         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15315         * timezone/Makefile (testdata): Move definition above include of
15316         Rules.
15317         (test-zones): New variable.
15318         (tests-special): Add zone files.
15319         (build-testdata): Use $(evaluate-test).
15321         * elf/Makefile (tests-special): Rename tests to end with .out.
15322         ($(objpfx)noload-mem): Likewise.
15323         ($(objpfx)tst-leaks1-mem): Likewise.
15324         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15325         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15326         $(objpfx)test-iconvconfig.out.
15327         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15328         set -e inside subshell and redirect output to file.
15329         * iconvdata/Makefile (generated): Rename tests to end with .out.
15330         Correct type.
15331         (tests-special): Rename tests to end with .out.
15332         ($(objpfx)mtrace-tst-loading): Likewise.
15333         * intl/Makefile (generated): Likewise.
15334         (tests-special): Likewise.
15335         ($(objpfx)mtrace-tst-gettext): Likewise.
15336         * misc/Makefile (generated): Likewise.
15337         (tests-special): Likewise.
15338         ($(objpfx)tst-error1-mem): Likewise.
15339         * nptl/Makefile (tests-special): Likewise.
15340         ($(objpfx)tst-stack3-mem): Likewise.
15341         (generated): Likewise.
15342         * posix/Makefile (generated): Likewise.
15343         (tests-special): Likewise.
15344         (xtests-special): Likewise.
15345         ($(objpfx)tst-fnmatch-mem): Likewise.
15346         ($(objpfx)bug-regex2-mem): Likewise.
15347         ($(objpfx)bug-regex14-mem): Likewise.
15348         ($(objpfx)bug-regex21-mem): Likewise.
15349         ($(objpfx)bug-regex31-mem): Likewise.
15350         ($(objpfx)tst-vfork3-mem): Likewise.
15351         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15352         ($(objpfx)tst-pcre-mem): Likewise.
15353         ($(objpfx)tst-boost-mem): Likewise.
15354         ($(objpfx)bug-ga2-mem): Likewise.
15355         ($(objpfx)bug-glob2-mem): Likewise.
15356         * resolv/Makefile (generate): Likewise.
15357         (tests-special): Likewise.
15358         (xtests-special): Likewise.
15359         (generated): Likewise.
15360         ($(objpfx)mtrace-tst-leaks): Likewise.
15361         ($(objpfx)mtrace-tst-leaks2): Likewise.
15363         * scripts/merge-test-results.sh: New file.
15364         * Makefile (tests-special-notdir): New variable.
15365         (tests): Run merge-test-results.sh.
15366         (xtests): Likewise.
15367         * Rules (tests-special-notdir): New variable.
15368         (xtests-special-notdir): Likewise.
15369         (tests): Run merge-test-results.sh
15370         (xtests): Likewise.
15372         * Makeconfig (test-xfail-name): New variable.
15373         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15374         compute variable name for expected failures.
15375         * conform/Makefile (conformtest-headers-data): New variable.
15376         (conformtest-standards): Likewise.
15377         (conformtest-headers-ISO): Likewise.
15378         (conformtest-headers-ISO99): Likewise.
15379         (conformtest-headers-ISO11): Likewise.
15380         (conformtest-headers-POSIX): Likewise.
15381         (conformtest-headers-XPG3): Likewise.
15382         (conformtest-headers-XPG4): Likewise.
15383         (conformtest-headers-UNIX98): Likewise.
15384         (conformtest-headers-XOPEN2K): Likewise.
15385         (conformtest-headers-POSIX2008): Likewise.
15386         (conformtest-headers-XOPEN2K8): Likewise.
15387         (conformtest-header-list-base): Likewise.
15388         (conformtest-header-list-tests): Likewise.
15389         (conformtest-header-base): Likewise.
15390         (conformtest-header-tests): Likewise.
15391         (tests-special): Add $(conformtest-header-list-tests).  If
15392         [$(fast-check) && !$(cross-compiling)], add
15393         $(conformtest-header-tests) instead of
15394         $(objpfx)run-conformtest.out.
15395         (generated): Add $(conformtest-header-list-base).  If
15396         [$(fast-check) && !$(cross-compiling)], add
15397         $(conformtest-header-base).  Remove previous setting.
15398         ($(conformtest-header-list-tests)): New target.
15399         (test-xfail-run-conformtest): Remove variable.
15400         ($(objpfx)run-conformtest.out): Remove target.
15401         (test-xfail-ISO11/complex.h/conform): New variable.
15402         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15403         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15404         (test-xfail-XPG3/varargs.h/conform): Likewise.
15405         (test-xfail-XPG4/varargs.h/conform): Likewise.
15406         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15407         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15408         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15409         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15410         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15411         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15412         (test-xfail-XPG3/ftw.h/conform): Likewise.
15413         (test-xfail-XPG3/grp.h/conform): Likewise.
15414         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15415         (test-xfail-XPG3/limits.h/conform): Likewise.
15416         (test-xfail-XPG3/pwd.h/conform): Likewise.
15417         (test-xfail-XPG3/search.h/conform): Likewise.
15418         (test-xfail-XPG3/signal.h/conform): Likewise.
15419         (test-xfail-XPG3/stdio.h/conform): Likewise.
15420         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15421         (test-xfail-XPG3/string.h/conform): Likewise.
15422         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15423         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15424         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15425         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15426         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15427         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15428         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15429         (test-xfail-XPG3/termios.h/conform): Likewise.
15430         (test-xfail-XPG3/time.h/conform): Likewise.
15431         (test-xfail-XPG3/unistd.h/conform): Likewise.
15432         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15433         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15434         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15435         (test-xfail-XPG4/netdb.h/conform): Likewise.
15436         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15437         (test-xfail-XPG4/signal.h/conform): Likewise.
15438         (test-xfail-XPG4/stdio.h/conform): Likewise.
15439         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15440         (test-xfail-XPG4/stropts.h/conform): Likewise.
15441         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15442         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15443         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15444         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15445         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15446         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15447         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15448         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15449         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15450         (test-xfail-XPG4/termios.h/conform): Likewise.
15451         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15452         (test-xfail-XPG4/unistd.h/conform): Likewise.
15453         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15454         (test-xfail-POSIX/sched.h/conform): Likewise.
15455         (test-xfail-POSIX/signal.h/conform): Likewise.
15456         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15457         (test-xfail-POSIX/tar.h/conform): Likewise.
15458         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15459         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15460         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15461         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15462         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15463         (test-xfail-UNIX98/sched.h/conform): Likewise.
15464         (test-xfail-UNIX98/signal.h/conform): Likewise.
15465         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15466         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15467         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15468         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15469         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15470         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15471         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15472         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15473         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15474         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15475         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15476         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15477         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15478         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15479         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15480         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15481         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15482         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15483         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15484         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15485         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15486         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15487         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15488         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15489         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15490         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15491         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15492         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15493         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15494         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15495         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15496         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15497         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15498         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15499         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15500         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15501         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15502         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15503         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15504         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15505         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15506         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15507         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15508         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15509         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15510         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15511         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15512         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15513         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15514         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15515         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15516         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15517         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15518         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15519         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15520         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15521         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15522         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15523         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15524         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15525         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15526         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15527         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15528         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15529         (conformtest-cc-flags): Likewise.
15530         ($(conformtest-header-tests): New target.
15531         * conform/check-header-lists.sh: New file.
15532         * conform/run-conformtest.sh: Remove.
15534         * conform/conformtest.pl: Allow ' and \ in values given for
15535         constants.
15536         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15537         inclusion.
15538         [POSIX] (sys/types.h): Likewise.
15539         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15540         inclusion.
15541         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15542         inclusion.
15543         * conform/data/signal.h-data (SIGIO): Remove expectation.
15544         [XPG3] (SIGBUS): Do not expect.
15545         [POSIX || XPG3] (SIGPOLL): Likewise.
15546         [POSIX || XPG3] (SIGPROF): Likewise.
15547         [POSIX || XPG3] (SIGSYS): Likewise.
15548         [XPG3] (SIGTRAP): Likewise.
15549         [POSIX || XPG3] (SIGURG): Likewise.
15550         [POSIX || XPG3] (SIGVTALRM): Likewise.
15551         [POSIX || XPG3] (SIGXCPU): Likewise.
15552         [POSIX || XPG3] (SIGXFSZ): Likewise.
15553         [POSIX] (SA_SIGINFO): Expect.
15554         [XPG3] (siginfo_t): Do not expect type or contents.
15555         [POSIX] (si_pid): Do not expect element.
15556         [POSIX] (si_uid): Likewise.
15557         [POSIX] (si_addr): Likewise.
15558         [POSIX] (si_status): Likewise.
15559         [POSIX] (si_band): Likewise.
15560         [XPG4] (si_value): Likewise.
15561         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15562         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15563         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15564         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15565         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15566         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15567         [POSIX || XPG3] (ILL_COPROC): Likewise.
15568         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15569         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15570         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15571         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15572         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15573         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15574         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15575         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15576         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15577         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15578         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15579         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15580         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15581         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15582         [POSIX || XPG3] (CLD_EXITED): Likewise.
15583         [POSIX || XPG3] (CLD_KILLED): Likewise.
15584         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15585         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15586         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15587         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15588         [POSIX || XPG3] (POLL_IN): Likewise.
15589         [POSIX || XPG3] (POLL_OUT): Likewise.
15590         [POSIX || XPG3] (POLL_MSG): Likewise.
15591         [POSIX || XPG3] (POLL_ERR): Likewise.
15592         [POSIX || XPG3] (POLL_PRI): Likewise.
15593         [POSIX || XPG3] (POLL_HUP): Likewise.
15594         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15595         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15596         (SIG*): Do not allow.
15597         [XPG3] (si_*): Likewise.
15598         [XPG3] (SI_*): Likewise.
15599         [XPG3 || XPG4] (sigev_*): Likewise.
15600         [XPG3 || XPG4] (SIGEV_*): Likewise.
15601         [XPG3 || XPG4] (sival_*): Likewise.
15602         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15603         [POSIX || XPG3] (BUS_*): Likewise.
15604         [POSIX || XPG3] (CLD_*): Likewise.
15605         [POSIX || XPG3] (FPE_*): Likewise.
15606         [POSIX || XPG3] (ILL_*): Likewise.
15607         [POSIX || XPG3] (POLL_*): Likewise.
15608         [POSIX || XPG3] (SEGV_*): Likewise.
15609         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15610         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15611         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15612         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15613         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15614         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15615         Specify type and value.
15616         (TVERSLEN): Likewise.
15617         (REGTYPE): Likewise.
15618         (AREGTYPE): Likewise.
15619         (LNKTYPE): Likewise.
15620         (SYMTYPE): Likewise.
15621         (CHRTYPE): Likewise.
15622         (BLKTYPE): Likewise.
15623         (DIRTYPE): Likewise.
15624         (FIFOTYPE): Likewise.
15625         (CONTTYPE): Likewise.
15626         (TSUID): Likewise.
15627         (TSGID): Likewise.
15628         (TSVTX): Likewise.
15629         (TUREAD): Likewise.
15630         (TUWRITE): Likewise.
15631         (TUEXEC): Likewise.
15632         (TGREAD): Likewise.
15633         (TGWRITE): Likewise.
15634         (TGEXEC): Likewise.
15635         (TOREAD): Likewise.
15636         (TOWRITE): Likewise.
15637         (TOEXEC): Likewise.
15638         [POSIX] (TSVTX): Expect constant.
15640 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15642         * Makefile (tests): Change dependencies to ....
15643         (tests-special): ... additions to this variable.
15644         (tests): Depend on $(tests-special).
15645         * Makerules (check-abi-list): New variable.
15646         (check-abi): Depend on $(check-abi-list).
15647         [$(subdir) = elf] (tests-special): Add
15648         $(objpfx)check-abi-libc.out.
15649         [$(build-shared) = yes && subdir] (tests-special): Add
15650         $(check-abi-list).
15651         [$(build-shared) = yes && subdir] (tests): Do not depend on
15652         check-abi.
15653         * Rules (tests): Depend on $(tests-special).
15654         (xtests): Depend on $(xtests-special).
15655         * catgets/Makefile (tests): Change dependencies to ....
15656         (tests-special): ... additions to this variable.
15657         * conform/Makefile (tests): Change dependencies to ....
15658         (tests-special): ... additions to this variable.
15659         * elf/Makefile (tests): Change dependencies to ....
15660         (tests-special): ... additions to this variable.
15661         * grp/Makefile (tests): Change dependencies to ....
15662         (tests-special): ... additions to this variable.
15663         * iconv/Makefile (xtests): Change dependencies to ....
15664         (xtests-special): ... additions to this variable.
15665         * iconvdata/Makefile (tests): Change dependencies to ....
15666         (tests-special): ... additions to this variable.
15667         * intl/Makefile (tests): Change dependencies to ....
15668         (tests-special): ... additions to this variable.  Also add
15669         $(objpfx)tst-gettext.out.
15670         * io/Makefile (tests): Change dependencies to ....
15671         (tests-special): ... additions to this variable.
15672         * libio/Makefile (tests): Change dependencies to ....
15673         (tests-special): ... additions to this variable.
15674         * malloc/Makefile (tests): Change dependencies to ....
15675         (tests-special): ... additions to this variable.
15676         * misc/Makefile (tests): Change dependencies to ....
15677         (tests-special): ... additions to this variable.
15678         * nptl/Makefile (tests): Change dependencies to ....
15679         (tests-special): ... additions to this variable.
15680         * nptl_db/Makefile (tests): Change dependencies to ....
15681         (tests-special): ... additions to this variable.
15682         * posix/Makefile (tests): Change dependencies to ....
15683         (tests-special): ... additions to this variable.
15684         (xtests): Change dependencies to ....
15685         (xtests-special): ... additions to this variable.
15686         * resolv/Makefile (tests): Change dependencies to ....
15687         (tests-special): ... additions to this variable.
15688         (xtests): Change dependencies to ....
15689         (xtests-special): ... additions to this variable.
15690         * stdio-common/Makefile (tests): Change dependencies to ....
15691         (tests-special): ... additions to this variable.
15692         (do-tst-unbputc): Remove target.
15693         (do-tst-printf): Likewise.
15694         * stdlib/Makefile (tests): Change dependencies to ....
15695         (tests-special): ... additions to this variable.
15696         * string/Makefile (tests): Change dependencies to ....
15697         (tests-special): ... additions to this variable.
15698         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15699         (tests-special): ... additions to this variable.
15701         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15702         whole file.
15703         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15704         whole file.
15705         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15706         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15708         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15709         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15710         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15711         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15712         * conform/data/libgen.h-data [XPG3]: Likewise.
15713         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15714         * conform/data/ndbm.h-data [XPG3]: Likewise.
15715         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15716         * conform/data/netdb.h-data [XPG3]: Likewise.
15717         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15718         * conform/data/poll.h-data [XPG3]: Likewise.
15719         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15720         * conform/data/strings.h-data [XPG3]: Likewise.
15721         * conform/data/stropts.h-data [XPG3]: Likewise.
15722         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15723         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15724         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15725         Likewise.
15726         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15727         * conform/data/sys/time.h-data [XPG3]: Likewise.
15728         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15729         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15730         * conform/data/sys/un.h-data [XPG3]: Likewise.
15731         * conform/data/syslog.h-data [XPG3]: Likewise.
15732         * conform/data/ucontext.h-data [XPG3]: Likewise.
15733         * conform/data/utmpx.h-data [XPG3]: Likewise.
15734         * conform/data/varargs.h-data [UNIX98]: Enable file.
15736         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15738         * math/libm-test.inc (struct test_f_f_data): Move expected results
15739         into structure for each rounding mode.
15740         (struct test_ff_f_data): Likewise.
15741         (struct test_ff_f_data_nexttoward): Likewise.
15742         (struct test_fi_f_data): Likewise.
15743         (struct test_fl_f_data): Likewise.
15744         (struct test_if_f_data): Likewise.
15745         (struct test_fff_f_data): Likewise.
15746         (struct test_c_f_data): Likewise.
15747         (struct test_f_f1_data): Likewise.
15748         (struct test_fF_f1_data): Likewise.
15749         (struct test_ffI_f1_data): Likewise.
15750         (struct test_c_c_data): Likewise.
15751         (struct test_cc_c_data): Likewise.
15752         (struct test_f_i_data): Likewise.
15753         (struct test_ff_i_data): Likewise.
15754         (struct test_f_l_data): Likewise.
15755         (struct test_f_L_data): Likewise.
15756         (struct test_fFF_11_data): Likewise.
15757         (RM_): New macro.
15758         (RM_FE_DOWNWARD): Likewise.
15759         (RM_FE_TONEAREST): Likewise.
15760         (RM_FE_TOWARDZERO): Likewise.
15761         (RM_FE_UPWARD): Likewise.
15762         (RUN_TEST_LOOP_f_f): Update references to expected results.
15763         (RUN_TEST_LOOP_2_f): Likewise.
15764         (RUN_TEST_LOOP_fff_f): Likewise.
15765         (RUN_TEST_LOOP_c_f): Likewise.
15766         (RUN_TEST_LOOP_f_f1): Likewise.
15767         (RUN_TEST_LOOP_fF_f1): Likewise.
15768         (RUN_TEST_LOOP_fI_f1): Likewise.
15769         (RUN_TEST_LOOP_ffI_f1): Likewise.
15770         (RUN_TEST_LOOP_c_c): Likewise.
15771         (RUN_TEST_LOOP_cc_c): Likewise.
15772         (RUN_TEST_LOOP_f_i): Likewise.
15773         (RUN_TEST_LOOP_f_i_tg): Likewise.
15774         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15775         (RUN_TEST_LOOP_f_b): Likewise.
15776         (RUN_TEST_LOOP_f_b_tg): Likewise.
15777         (RUN_TEST_LOOP_f_l): Likewise.
15778         (RUN_TEST_LOOP_f_L): Likewise.
15779         (RUN_TEST_LOOP_fFF_11): Likewise.
15780         * math/gen-libm-test.pl (parse_args): Output four copies of
15781         expected results for each test.
15783         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15784         (__ASSUME_UTIMES): Remove.
15785         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15786         (__ASSUME_UTIMES): Likewise.
15788         * math/gen-auto-libm-tests.c: Update comment on output format.
15789         (output_for_one_input_case): Generate before-rounding and
15790         after-rounding information as conditions on output flags not
15791         floating-point format.
15792         * math/auto-libm-test-out: Regenerated.
15793         * math/gen-libm-test.pl (cond_value): New function.
15794         (or_cond_value): Use cond_value.
15795         (generate_testfile): Handle conditional exceptions.
15797 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15799         * math/libm-test.inc (max_valid_error): New variable.
15800         (init_max_error): Take new argument specifying whether function
15801         results are exactly determined.  Set max_valid_error and bound
15802         other variables for errors based on this argument.
15803         (set_max_error): Do not record results above max_valid_error.
15804         (check_float_internal): Only accept errors of up to 0.5ulps if
15805         also at most max_valid_error.
15806         (START): Take new argument EXACT and pass it to init_max_error.
15807         (acos_test): Update call to START.
15808         (acos_test_tonearest): Likewise.
15809         (acos_test_towardzero): Likewise.
15810         (acos_test_downward): Likewise.
15811         (acos_test_upward): Likewise.
15812         (acosh_test): Likewise.
15813         (asin_test): Likewise.
15814         (asin_test_tonearest): Likewise.
15815         (asin_test_towardzero): Likewise.
15816         (asin_test_downward): Likewise.
15817         (asin_test_upward): Likewise.
15818         (asinh_test): Likewise.
15819         (atan_test): Likewise.
15820         (atanh_test): Likewise.
15821         (atan2_test): Likewise.
15822         (cabs_test): Likewise.
15823         (cacos_test): Likewise.
15824         (cacosh_test): Likewise.
15825         (carg_test): Likewise.
15826         (casin_test): Likewise.
15827         (casinh_test): Likewise.
15828         (catan_test): Likewise.
15829         (catanh_test): Likewise.
15830         (cbrt_test): Likewise.
15831         (ccos_test): Likewise.
15832         (ccosh_test): Likewise.
15833         (ceil_test): Likewise.
15834         (cexp_test): Likewise.
15835         (cimag_test): Likewise.
15836         (clog_test): Likewise.
15837         (clog10_test): Likewise.
15838         (conj_test): Likewise.
15839         (copysign_test): Likewise.
15840         (cos_test): Likewise.
15841         (cos_test_tonearest): Likewise.
15842         (cos_test_towardzero): Likewise.
15843         (cos_test_downward): Likewise.
15844         (cos_test_upward): Likewise.
15845         (cosh_test): Likewise.
15846         (cosh_test_tonearest): Likewise.
15847         (cosh_test_towardzero): Likewise.
15848         (cosh_test_downward): Likewise.
15849         (cosh_test_upward): Likewise.
15850         (cpow_test): Likewise.
15851         (cproj_test): Likewise.
15852         (creal_test): Likewise.
15853         (csin_test): Likewise.
15854         (csinh_test): Likewise.
15855         (csqrt_test): Likewise.
15856         (ctan_test): Likewise.
15857         (ctan_test_tonearest): Likewise.
15858         (ctan_test_towardzero): Likewise.
15859         (ctan_test_downward): Likewise.
15860         (ctan_test_upward): Likewise.
15861         (ctanh_test): Likewise.
15862         (ctanh_test_tonearest): Likewise.
15863         (ctanh_test_towardzero): Likewise.
15864         (ctanh_test_downward): Likewise.
15865         (ctanh_test_upward): Likewise.
15866         (erf_test): Likewise.
15867         (erfc_test): Likewise.
15868         (exp_test): Likewise.
15869         (exp_test_tonearest): Likewise.
15870         (exp_test_towardzero): Likewise.
15871         (exp_test_downward): Likewise.
15872         (exp_test_upward): Likewise.
15873         (exp10_test): Likewise.
15874         (exp10_test_tonearest): Likewise.
15875         (exp10_test_towardzero): Likewise.
15876         (exp10_test_downward): Likewise.
15877         (exp10_test_upward): Likewise.
15878         (pow10_test): Likewise.
15879         (exp2_test): Likewise.
15880         (expm1_test): Likewise.
15881         (expm1_test_tonearest): Likewise.
15882         (expm1_test_towardzero): Likewise.
15883         (expm1_test_downward): Likewise.
15884         (expm1_test_upward): Likewise.
15885         (fabs_test): Likewise.
15886         (fdim_test): Likewise.
15887         (floor_test): Likewise.
15888         (fma_test): Likewise.
15889         (fma_test_towardzero): Likewise.
15890         (fma_test_downward): Likewise.
15891         (fma_test_upward): Likewise.
15892         (fmax_test): Likewise.
15893         (fmin_test): Likewise.
15894         (fmod_test): Likewise.
15895         (fpclassify_test): Likewise.
15896         (frexp_test): Likewise.
15897         (hypot_test): Likewise.
15898         (ilogb_test): Likewise.
15899         (isfinite_test): Likewise.
15900         (finite_test): Likewise.
15901         (isgreater_test): Likewise.
15902         (isgreaterequal_test): Likewise.
15903         (isinf_test): Likewise.
15904         (isless_test): Likewise.
15905         (islessequal_test): Likewise.
15906         (islessgreater_test): Likewise.
15907         (isnan_test): Likewise.
15908         (isnormal_test): Likewise.
15909         (issignaling_test): Likewise.
15910         (isunordered_test): Likewise.
15911         (j0_test): Likewise.
15912         (j1_test): Likewise.
15913         (jn_test): Likewise.
15914         (ldexp_test): Likewise.
15915         (lgamma_test): Likewise.
15916         (gamma_test): Likewise.
15917         (lrint_test): Likewise.
15918         (lrint_test_tonearest): Likewise.
15919         (lrint_test_towardzero): Likewise.
15920         (lrint_test_downward): Likewise.
15921         (lrint_test_upward): Likewise.
15922         (llrint_test): Likewise.
15923         (llrint_test_tonearest): Likewise.
15924         (llrint_test_towardzero): Likewise.
15925         (llrint_test_downward): Likewise.
15926         (llrint_test_upward): Likewise.
15927         (log_test): Likewise.
15928         (log10_test): Likewise.
15929         (log1p_test): Likewise.
15930         (log2_test): Likewise.
15931         (logb_test): Likewise.
15932         (logb_test_downward): Likewise.
15933         (lround_test): Likewise.
15934         (llround_test): Likewise.
15935         (modf_test): Likewise.
15936         (nearbyint_test): Likewise.
15937         (nextafter_test): Likewise.
15938         (nexttoward_test): Likewise.
15939         (pow_test): Likewise.
15940         (pow_test_tonearest): Likewise.
15941         (pow_test_towardzero): Likewise.
15942         (pow_test_downward): Likewise.
15943         (pow_test_upward): Likewise.
15944         (remainder_test): Likewise.
15945         (drem_test): Likewise.
15946         (remainder_test_tonearest): Likewise.
15947         (drem_test_tonearest): Likewise.
15948         (remainder_test_towardzero): Likewise.
15949         (drem_test_towardzero): Likewise.
15950         (remainder_test_downward): Likewise.
15951         (drem_test_downward): Likewise.
15952         (remainder_test_upward): Likewise.
15953         (drem_test_upward): Likewise.
15954         (remquo_test): Likewise.
15955         (rint_test): Likewise.
15956         (rint_test_tonearest): Likewise.
15957         (rint_test_towardzero): Likewise.
15958         (rint_test_downward): Likewise.
15959         (rint_test_upward): Likewise.
15960         (round_test): Likewise.
15961         (scalb_test): Likewise.
15962         (scalbn_test): Likewise.
15963         (scalbln_test): Likewise.
15964         (signbit_test): Likewise.
15965         (sin_test): Likewise.
15966         (sin_test_tonearest): Likewise.
15967         (sin_test_towardzero): Likewise.
15968         (sin_test_downward): Likewise.
15969         (sin_test_upward): Likewise.
15970         (sincos_test): Likewise.
15971         (sinh_test): Likewise.
15972         (sinh_test_tonearest): Likewise.
15973         (sinh_test_towardzero): Likewise.
15974         (sinh_test_downward): Likewise.
15975         (sinh_test_upward): Likewise.
15976         (sqrt_test): Likewise.
15977         (sqrt_test_tonearest): Likewise.
15978         (sqrt_test_towardzero): Likewise.
15979         (sqrt_test_downward): Likewise.
15980         (sqrt_test_upward): Likewise.
15981         (tan_test): Likewise.
15982         (tan_test_tonearest): Likewise.
15983         (tan_test_towardzero): Likewise.
15984         (tan_test_downward): Likewise.
15985         (tan_test_upward): Likewise.
15986         (tanh_test): Likewise.
15987         (tgamma_test): Likewise.
15988         (trunc_test): Likewise.
15989         (y0_test): Likewise.
15990         (y1_test): Likewise.
15991         (yn_test): Likewise.
15992         (significand_test): Likewise.
15994         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15995         individual tests in comment.
15996         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15997         (prev_max_error): New variable.
15998         (prev_real_max_error): Likewise.
15999         (prev_imag_max_error): Likewise.
16000         (compare_ulp_data): Don't refer to test names in comment.
16001         (find_test_ulps): Remove function.
16002         (find_function_ulps): Likewise.
16003         (find_complex_function_ulps): Likewise.
16004         (init_max_error): Take function name as argument.  Look up ulps
16005         for that function.
16006         (print_ulps): Remove function.
16007         (print_max_error): Use prev_max_error instead of calling
16008         find_function_ulps.
16009         (print_complex_max_error): Use prev_real_max_error and
16010         prev_imag_max_error instead of calling find_complex_function_ulps.
16011         (check_float_internal): Take max_ulp parameter instead of calling
16012         find_test_ulps.  Don't call print_ulps.
16013         (check_float): Update call to check_float_internal.
16014         (check_complex): Update calls to check_float_internal.
16015         (START): Pass argument to init_max_error.
16016         * math/gen-libm-test.pl (%results): Don't include "kind"
16017         information.
16018         (parse_ulps): Don't handle ulps of individual tests.
16019         (print_ulps_file): Likewise.
16020         (output_ulps): Likewise.
16021         * math/README.libm-test: Update.
16022         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16023         individual tests.
16024         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16025         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16026         * sysdeps/arm/libm-test-ulps: Likewise.
16027         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16028         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16029         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16030         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16031         * sysdeps/microblaze/libm-test-ulps: Likewise.
16032         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16033         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16034         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16035         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16036         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16037         * sysdeps/sh/libm-test-ulps: Likewise.
16038         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16039         * sysdeps/tile/libm-test-ulps: Likewise.
16040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16042 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16044         * math/libm-test.inc (print_complex_max_error): Check separately
16045         whether real and imaginary errors are within allowed range and
16046         pass 0 to print_complex_function_ulps instead of value within
16047         allowed range.
16049 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16051         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16052         formatting.
16053         (get_handles_fopen): Likewise.
16054         (do_write_test): Likewise.
16056         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16058         * libio/fileops.c (do_ftell): Use cached offset when
16059         available.
16060         * libio/iofwide.c (do_ftell_wide): Likewise.
16061         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16062         _IO_file_attach.
16063         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16065         [BZ #16532]
16066         * libio/libioP.h (get_file_offset): New function.
16067         * libio/fileops.c (get_file_offset): Likewise.
16068         (do_ftell): Likewise.
16069         (_IO_new_file_seekoff): Split out ftell logic.
16070         * libio/wfileops.c (do_ftell_wide): Likewise.
16071         (_IO_wfile_seekoff): Split out ftell logic.
16072         * libio/tst-ftell-active-handler.c: New test case.
16073         * libio/Makefile (tests): Add it.
16075 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16077         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16078         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16080 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16082         [BZ #16639]
16083         * nscd/connections.c (nscd_init): Call do_exit.
16084         (start_threads): Call do_exit and notify_parent.
16085         (begin_drop_privileges): Call do_exit.
16086         (finish_drop_privileges): Likewise.
16087         * nscd/selinux.c (preserve_capabilities): Likewise.
16088         (install_real_capabilities): Likewise.
16089         (nscd_selinux_enabled): Likewise.
16090         (avc_create_thread): Likewise.
16091         (avc_alloc_lock): Likewise.
16092         (nscd_avc_init): Likewise.
16093         * nscd/nscd.c (parent_fd): New static variable.
16094         (main): Create a pipe between parent and child processes.
16095         Skip closing parent_fd.
16096         (monitor_child): New function.
16097         (do_exit): Likewise.
16098         (notify_parent): Likewise.
16099         * nscd/nscd.h (notify_parent): Likewise.
16100         (do_exit): Likewise.
16102 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16104         * malloc/malloc.c (__libc_calloc): Revert last change.
16106 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16110 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16112         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16114         implementation.
16115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16116         (__libc_ifunc_impl_list): Likewise.
16117         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16118         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16119         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16120         * string/strrchr.c: Define STRRCHR.
16122 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16124         * benchtest/bench-strtok.c (simple_strtok): Delete.
16125         (strtok_string): Use as benchmark.
16126         * string/strtok (STRTOK): New macro.
16128 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16130         * manual/threads.texi: Add header and standard comments to all
16131         functions.
16133         * elf/dl-lookup.c (check_match): New function.
16134         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16135         (do_lookup_x): Remove nested function check_match. Use non-nested
16136         function check_match.
16138 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16140         * csu/Makefile (generated, before-compile): Use += rather than =.
16141         * catgets/Makefile (generated, generated-dirs): Likewise.
16142         * debug/Makefile (generated): Likewise.
16143         * dlfcn/Makefile (generated): Likewise.
16144         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16145         * iconvdata/Makefile (before-compile, generated): Likewise.
16146         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16147         * libio/Makefile (generated): Likewise.
16148         * malloc/Makefile (generated): Likewise.
16149         * manual/Makefile (generated, generated-dirs): Likewise.
16150         * misc/Makefile (generated): Likewise.
16151         * posix/Makefile (generated): Likewise.
16152         * resolv/Makefile (generated): Likewise.
16153         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16154         * timezone/Makefile (generated, generated-dirs): Likewise.
16156         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16158 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16160         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16161         power8 implementation.
16162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16163         file: POWER8 llround ifunc implementation.
16164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16165         (__lllround): Add POWER8 implementation.
16166         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16167         POWER8 llround implementation.
16169         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16170         power8 implementation.
16171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16172         file: POWER8 llrint ifunc implementation.
16173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16174         Add POWER8 implementation.
16175         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16176         POWER8 llrint implementation.
16178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16179         power8 implementation.
16180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16181         file: POWER8 finite ifunc implementation.
16182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16183         Add POWER8 implementation.
16184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16185         Likewise.
16186         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16187         POWER8 finite implementation.
16188         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16190         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16191         power8 implementation.
16192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16193         file: POWER8 isinf ifunc implementation.
16194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16195         POWER8 implementation.
16196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16197         Likewise.
16198         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16199         isinf implementation.
16200         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16202         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16203         (INIT_ARCH): Add hwcap2 initialization.
16204         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16205         power8 implementation.
16206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16207         file: POWER8 isnan ifunc implementation.
16208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16209         POWER8 implementation.
16210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16211         Likewise.
16212         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16213         isnan implementation.
16214         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16216 2014-02-27  Joey Ye  <joey.ye@arm.com>
16218         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16219         (_FP_NANFRAC_Q): Set to zero.
16221 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16223         [BZ #16623]
16224         * math/auto-libm-test-in: New test inputs.
16225         * math/auto-libm-test-out: Regenerate.
16226         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16227         and DA.
16228         (__cos): Likewise.
16229         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16231 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16233         * scripts/evaluate-test.sh: Take new argument indicating whether
16234         failure is expected.
16235         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16236         indicating whether failure is expected.
16237         * conform/Makefile (test-xfail-run-conformtest): New variable.
16238         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16239         level.
16240         * posix/Makefile (test-xfail-annexc): New variable.
16241         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16243 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16245         * argp/Makefile: Include Makeconfig immediately after defining
16246         subdir.
16247         * assert/Makefile: Likewise.
16248         * benchtests/Makefile: Likewise.
16249         * catgets/Makefile: Likewise.
16250         * conform/Makefile: Likewise.
16251         * crypt/Makefile: Likewise.
16252         * csu/Makefile: Likewise.
16253         (all): Remove target.
16254         * ctype/Makefile: Include Makeconfig immediately after defining
16255         subdir.
16256         * debug/Makefile: Likewise.
16257         * dirent/Makefile: Likewise.
16258         * dlfcn/Makefile: Likewise.
16259         * gmon/Makefile: Likewise.
16260         * gnulib/Makefile: Likewise.
16261         * grp/Makefile: Likewise.
16262         * gshadow/Makefile: Likewise.
16263         * hesiod/Makefile: Likewise.
16264         * hurd/Makefile: Likewise.
16265         (all): Remove target.
16266         * iconvdata/Makefile: Include Makeconfig immediately after
16267         defining subdir.
16268         * inet/Makefile: Likewise.
16269         * intl/Makefile: Likewise.
16270         * io/Makefile: Likewise.
16271         * libio/Makefile: Likewise.
16272         (all): Remove target.
16273         * locale/Makefile: Include Makeconfig immediately after defining
16274         subdir.
16275         * login/Makefile: Likewise.
16276         * mach/Makefile: Likewise.
16277         (all): Remove target.
16278         * malloc/Makefile: Include Makeconfig immediately after defining
16279         subdir.
16280         (all): Remove target.
16281         * manual/Makefile: Include Makeconfig immediately after defining
16282         subdir.
16283         * math/Makefile: Likewise.
16284         * misc/Makefile: Likewise.
16285         * nis/Makefile: Likewise.
16286         * nss/Makefile: Likewise.
16287         * po/Makefile: Likewise.
16288         (all): Remove target.
16289         * posix/Makefile: Include Makeconfig immediately after defining
16290         subdir.
16291         * pwd/Makefile: Likewise.
16292         * resolv/Makefile: Likewise.
16293         * resource/Makefile: Likewise.
16294         * rt/Makefile: Likewise.
16295         * setjmp/Makefile: Likewise.
16296         * shadow/Makefile: Likewise.
16297         * signal/Makefile: Likewise.
16298         * socket/Makefile: Likewise.
16299         * soft-fp/Makefile: Likewise.
16300         * stdio-common/Makefile: Likewise.
16301         * stdlib/Makefile: Likewise.
16302         * streams/Makefile: Likewise.
16303         * string/Makefile: Likewise.
16304         * sunrpc/Makefile: Likewise.
16305         (all): Remove target.
16306         * sysvipc/Makefile: Include Makeconfig immediately after defining
16307         subdir.
16308         * termios/Makefile: Likewise.
16309         * time/Makefile: Likewise.
16310         * timezone/Makefile: Likewise.
16311         (all): Remove target.
16312         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16313         subdir.
16314         * wctype/Makefile: Likewise.
16316 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16318         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16319         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16320         (libc_feholdexcept_setround_mips): Ditto.
16321         (libc_feholdsetround): New.
16322         (libc_feholdsetroundf): New.
16323         (libc_feholdsetroundl): New.
16324         (libc_feupdateenv_test_mips): New.
16325         (libc_feupdateenv_test): New.
16326         (libc_feupdateenv_testf): New.
16327         (libc_feupdateenv_testl): New.
16328         (libc_feresetround): New.
16329         (libc_feresetroundf): New.
16330         (libc_feresetroundl): New.
16331         (libc_fetestexcept_mips): New.
16332         (libc_fetestexcept): New.
16333         (libc_fetestexceptf): New.
16334         (libc_fetestexceptl): New.
16335         (HAVE_RM_CTX): New.
16336         (libc_feholdexcept_setround_mips_ctx): New.
16337         (libc_feholdexcept_setround_ctx): New.
16338         (libc_feholdexcept_setroundf_ctx): New.
16339         (libc_feholdexcept_setroundl_ctx): New.
16340         (libc_fesetenv_mips_ctx): New.
16341         (libc_fesetenv_ctx): New.
16342         (libc_fesetenv_ctxf): New.
16343         (libc_fesetenv_ctxl): New.
16344         (libc_feupdateenv_mips_ctx): New.
16345         (libc_feupdateenv_ctx): New.
16346         (libc_feupdateenvf_ctx): New.
16347         (libc_feupdateenvl_ctx): New.
16348         (libc_feholdsetround_mips_ctx): New.
16349         (libc_feholdsetround_ctx): New.
16350         (libc_feholdsetroundf_ctx): New.
16351         (libc_feholdsetroundl_ctx): New.
16352         (libc_feresetround_mips_ctx): New.
16353         (libc_feresetround_ctx): New.
16354         (libc_feresetroundf_ctx): New.
16355         (libc_feresetroundl_ctx): New.
16357 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16359         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16361         * manual/ipc.texi: New file.
16362         * manual/Makefile (chapters): Add ipc.
16363         * manual/job.texi: Add "Inter-Process Communication" to next.
16364         * manual/process.texi: Add "Inter-Process Communication" to prev.
16366 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16370 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16372         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16374         * manual/arith.texi: Fix spaces after sentences.
16375         * manual/charset.texi: Likewise.
16376         * manual/errno.texi: Likewise.
16377         * manual/install.texi: Likewise.
16378         * manual/llio.texi: Likewise.
16379         * manual/locale.texi: Likewise.
16380         * manual/maint.texi: Likewise.
16381         * manual/math.texi: Likewise.
16382         * manual/memory.texi: Likewise.
16383         * manual/message.texi: Likewise.
16384         * manual/probes.texi: Likewise.
16385         * manual/resource.texi: Likewise.
16386         * manual/signal.texi: Likewise.
16387         * manual/socket.texi: Likewise.
16388         * manual/stdio.texi: Likewise.
16389         * manual/string.texi: Likewise.
16390         * manual/time.texi: Likewise.
16391         * manual/users.texi: Likewise.
16393 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16395         [BZ #16632]
16396         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16397         _DEFAULT_SOURCE is defined.
16399 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16400             Carlos O'Donell  <carlos@redhat.com>
16402         [BZ #16613]
16403         * elf/dl-tls.c (_dl_count_modids): New function.
16404         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16405         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16406         audit library and increment generation counter.
16407         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16408         * elf/tst-audit9.c: New file.
16409         * elf/tst-auditmod9a.c: New file.
16410         * elf/tst-auditmod9b.c: New file.
16411         * elf/Makefile: Add rules to build and run tst-audit9.
16413 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16415         [BZ #15347]
16416         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16418 2014-02-25  Will Newton  <will.newton@linaro.org>
16420         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16421         (__longjmp): Restore sp and lr before restoring callee
16422         saved registers.  Add longjmp and longjmp_target
16423         SystemTap probe point.
16424         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16425         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16426         Define to zero to match jmpbuf layout.
16427         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16428         (__sigsetjmp): Save sp and lr before saving callee
16429         saved registers.  Add setjmp SystemTap probe point.
16431 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16433         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16435 2014-02-24  Andreas Schwab  <schwab@suse.de>
16437         [BZ #15804]
16438         * elf/pldd.c (wait_for_ptrace_stop): New function.
16439         (main): Call it after attaching.
16441 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16443         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16444         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16445         Versions files is now verboten.
16446         * hurd/Versions (libc: GLIBC_2.0):
16447         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16448         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16449         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16450         * mach/Versions: Likewise.
16452         * csu/Versions: Remove unused %include.
16453         * resolv/Versions: Likewise.
16455 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16457         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16458         ($(objpfx)check-local-headers.out): Likewise.
16459         ($(objpfx)begin-end-check.out): Likewise.
16460         * Makerules (check-abi-%.out): Likewise.
16461         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16462         ($(objpfx)test2.cat): Likewise.
16463         ($(objpfx)de/libc.cat): Likewise.
16464         ($(objpfx)test-gencat.out): Likewise.
16465         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16466         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16467         ($(objpfx)noload-mem): Likewise.
16468         ($(objpfx)tst-pathopt.out): Likewise.
16469         ($(objpfx)tst-rtld-load-self.out): Likewise.
16470         ($(objpfx)tst-array1-cmp.out): Likewise.
16471         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16472         ($(objpfx)tst-array2-cmp.out): Likewise.
16473         ($(objpfx)tst-array3-cmp.out): Likewise.
16474         ($(objpfx)tst-array4-cmp.out): Likewise.
16475         ($(objpfx)tst-array5-cmp.out): Likewise.
16476         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16477         ($(objpfx)check-textrel.out): Likewise.
16478         ($(objpfx)check-execstack.out): Likewise.
16479         ($(objpfx)check-localplt.out): Likewise.
16480         ($(objpfx)order2-cmp.out): Likewise.
16481         ($(objpfx)tst-leaks1-mem): Likewise.
16482         ($(objpfx)tst-leaks1-static-mem): Likewise.
16483         ($(objpfx)tst-initorder-cmp.out): Likewise.
16484         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16485         ($(objpfx)tst-unused-dep.out): Likewise.
16486         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16487         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16488         * iconv/Makefile (test-iconvconfig): Likewise.
16489         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16490         ($(objpfx)iconv-test.out): Likewise.
16491         ($(objpfx)tst-tables.out): Likewise.
16492         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16493         ($(objpfx)tst-gettext.out): Likewise.
16494         ($(objpfx)tst-translit.out): Likewise.
16495         ($(objpfx)tst-gettext2.out): Likewise.
16496         ($(objpfx)tst-gettext4.out): Likewise.
16497         ($(objpfx)tst-gettext6.out): Likewise.
16498         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16499         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16500         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16501         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16502         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16503         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16504         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16505         ($(objpfx)wordexp-tst.out): Likewise.
16506         ($(objpfx)annexc.out): Likewise.
16507         ($(objpfx)tst-fnmatch-mem): Likewise.
16508         ($(objpfx)bug-regex2-mem): Likewise.
16509         ($(objpfx)bug-regex14-mem): Likewise.
16510         ($(objpfx)bug-regex21-mem): Likewise.
16511         ($(objpfx)bug-regex31-mem): Likewise.
16512         ($(objpfx)tst-vfork3-mem): Likewise.
16513         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16514         ($(objpfx)tst-pcre-mem): Likewise.
16515         ($(objpfx)tst-boost-mem): Likewise.
16516         ($(objpfx)tst-getconf.out): Likewise.
16517         ($(objpfx)bug-ga2-mem): Likewise.
16518         ($(objpfx)bug-glob2-mem): Likewise.
16519         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16520         ($(objpfx)mtrace-tst-leaks2): Likewise.
16521         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16522         ($(objpfx)tst-printf.out): Likewise.
16523         ($(objpfx)tst-setvbuf1.out): Likewise.
16524         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16525         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16526         ($(objpfx)tst-fmtmsg.out): Likewise.
16527         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16528         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16530         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16531         * bits/sigaction.h [__USE_MISC]: Likewise.
16532         * bits/waitstatus.h: Update #endif comments.
16533         * ctype/ctype.h: Likewise.
16534         * dirent/dirent.h: Likewise.
16535         [__USE_MISC]: Remove redundant conditionals.
16536         * grp/grp.h: Update #endif comments.
16537         [__USE_GNU]: Remove redundant conditionals.
16538         [__USE_MISC]: Likewise.
16539         * inet/netinet/in.h [__USE_GNU]: Likewise.
16540         * io/sys/stat.h [__USE_MISC]: Likewise.
16541         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16542         * libio/bits/stdio.h: Update #endif comments.
16543         [__USE_MISC]: Remove redundant conditionals.
16544         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16545         * libio/stdio.h: Update #endif comments.
16546         [__USE_MISC]: Remove redundant conditionals.
16547         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16548         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16549         * math/math.h: Update #else and #endif comments.
16550         [__USE_MISC]: Remove redundant conditionals.
16551         * misc/sys/uio.h: Update #endif comments.
16552         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16553         * posix/glob.h [__USE_MISC]: Likewise.
16554         * posix/sys/types.h: Update #endif comments.
16555         [__USE_MISC]: Remove redundant conditionals.
16556         * posix/sys/wait.h: Update #endif comments.
16557         [__USE_MISC]: Remove redundant conditionals.
16558         * posix/unistd.h: Update #endif comments.
16559         [__USE_MISC]: Remove redundant conditionals.
16560         * pwd/pwd.h [__USE_GNU]: Likewise.
16561         [__USE_MISC]: Likewise.
16562         * resolv/netdb.h [__USE_GNU]: Likewise.
16563         * signal/signal.h: Update #endif comments.
16564         [__USE_MISC]: Remove redundant conditionals.
16565         * stdlib/stdlib.h: Update #else and #endif comments.
16566         [__USE_MISC]: Remove redundant conditionals.
16567         [__USE_GNU]: Likewise.
16568         * string/bits/string2.h [__USE_MISC]: Likewise.
16569         * string/string.h: Update #endif comments.
16570         [__USE_MISC]: Remove redundant conditionals.
16571         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16572         Likewise.
16573         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16574         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16575         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16576         Likewise.
16577         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16578         Likewise.
16579         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16580         comments.
16581         [__USE_MISC]: Remove redundant conditionals.
16582         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16583         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16584         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16585         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16586         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16587         Likewise.
16588         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16589         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16590         Likewise.
16591         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16592         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16593         Likewise.
16594         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16595         Likewise.
16596         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16597         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16598         Likewise.
16599         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16600         Likewise.
16601         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16602         * sysdeps/x86/bits/string.h: Update #endif comments.
16603         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16604         conditionals.
16605         * time/sys/time.h: Update #endif comments.
16606         * time/time.h: Likewise.
16607         [__USE_MISC]: Remove redundant conditionals.
16609 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16611         [BZ #16600]
16612         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16614 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16616         * Versions.def (librt): Add GLIBC_2.17.
16618 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16620         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16621         synonym for _SYS_AUXV_H to allow direct inclusion.
16622         * sysdeps/sparc/bits/hwcap.h: Likewise.
16623         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16624         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16625         * sysdeps/sparc/sysdep.h: Likewise.
16627 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16629         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16631 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16633         * benchtests/bench-strrchr.c: Print length instead of position.
16635 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16637         [BZ #16611]
16638         * sysdeps/unix/sysv/linux/kernel-features.h
16639         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16640         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16641         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16642         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16643         Likewise.
16644         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16645         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16646         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16647         (__ASSUME_SENDMMSG): Define instead of using previous
16648         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16649         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16650         (__ASSUME_SENDMMSG_SYSCALL): Define.
16651         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16652         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16653         Likewise.
16654         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16655         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16656         Likewise.
16657         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16658         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16659         Likewise.
16660         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16661         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16662         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16663         [__ASSUME_SENDMMSG]: Change conditionals to
16664         [__ASSUME_SENDMMSG_SOCKETCALL].
16665         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16666         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16667         Define.
16668         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16669         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16670         Likewise.
16671         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16672         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16673         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16674         [!__ASSUME_SENDMMSG]: Change conditional to
16675         [!__ASSUME_SENDMMSG_SOCKETCALL].
16676         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16677         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16678         Define.
16680         [BZ #16610]
16681         * sysdeps/unix/sysv/linux/kernel-features.h
16682         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16683         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16684         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16685         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16686         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16687         [__i386__ || __sparc__]
16688         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16689         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16690         (__ASSUME_RECVMMSG): Define instead of using previous
16691         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16692         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16693         (__ASSUME_RECVMMSG_SYSCALL): Define.
16694         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16695         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16696         Likewise.
16697         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16698         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16699         Likewise.
16700         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16701         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16702         Likewise.
16703         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16704         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16705         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16706         [__ASSUME_RECVMMSG]: Change condition to
16707         [__ASSUME_RECVMMSG_SOCKETCALL].
16708         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16709         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16710         Define.
16711         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16712         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16713         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16714         Likewise.
16715         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16716         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16717         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16718         [!__ASSUME_RECVMMSG]: Change condition to
16719         [!__ASSUME_RECVMMSG_SOCKETCALL].
16720         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16721         (__ASSUME_RECVMMSG_SYSCALL): Define.
16723         [BZ #16609]
16724         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16725         __powerpc__ || __s390__ || __sh__ || __sparc__]
16726         (__ASSUME_SOCKETCALL): Define.
16727         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16728         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16729         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16730         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16731         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16732         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16733         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16734         (__ASSUME_ACCEPT4): Define instead of using previous
16735         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16736         __powerpc__ || __sparc__ || __s390__)] condition.
16737         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16738         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16739         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16740         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16741         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16742         [!__ASSUME_ACCEPT4]: Change condition to
16743         [!__ASSUME_ACCEPT4_SOCKETCALL].
16744         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16745         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16746         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16747         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16748         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16749         __ASSUME_ACCEPT4_SYSCALL.
16750         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16751         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16752         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16753         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16754         __ASSUME_ACCEPT4_SYSCALL.
16755         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16756         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16757         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16758         [__ASSUME_ACCEPT4]: Change condition to
16759         [__ASSUME_ACCEPT4_SOCKETCALL].
16760         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16761         (__ASSUME_SOCKETCALL): Define.
16762         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16763         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16764         (__ASSUME_SOCKETCALL): Define.
16765         (__ASSUME_ACCEPT4): Remove.
16766         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16767         Define.
16768         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16769         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16770         Likewise.
16771         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16772         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16774         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16775         macro.
16776         (HWCAP_ARM_LPAE): Likewise.
16777         (HWCAP_ARM_EVTSTRM): Likewise.
16778         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16779         Add vpfd32, lpae and evtstrm.
16780         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16781         Increase to 22.
16783 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16785         * math/auto-libm-test-in: Add tests of clog10.
16786         * math/auto-libm-test-out: Regenerated.
16787         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16788         * sysdeps/i386/fpu/libm-test-ulps: Update.
16789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16791 2014-02-18  Andreas Schwab  <schwab@suse.de>
16793         [BZ #16574]
16794         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16795         Store non-zero if the second buffer was newly allocated.
16796         (send_dg): Likewise.
16797         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16798         to send_vc and send_dg.
16799         (res_nsend): Pass NULL for ansp2_malloced.
16800         * resolv/res_query.c (__libc_res_nquery): Add parameter
16801         answerp2_malloced and pass it down to __libc_res_nsend.
16802         (res_nquery): Pass additional NULL to __libc_res_nquery.
16803         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16804         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16805         second answer buffer if answerp2_malloced was set.
16806         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16807         (__libc_res_nquerydomain): Add parameter
16808         answerp2_malloced and pass it down to __libc_res_nquery.
16809         (res_nquerydomain): Pass additional NULL to
16810         __libc_res_nquerydomain.
16811         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16812         additional NULL to __libc_res_nsend and __libc_res_nquery.
16813         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16814         additional NULL to __libc_res_nsearch.
16815         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16816         parameter of __libc_res_nsearch to check for separately allocated
16817         second buffer.
16818         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16819         __libc_res_nquery.
16820         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16821         additional NULL to __libc_res_nquery.
16822         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16823         __libc_res_nsearch.
16824         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16825         * include/resolv.h: Update prototypes of __libc_res_nquery,
16826         __libc_res_nsearch, __libc_res_nsend.
16828 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16830         * math/auto-libm-test-in: Add tests of fma.
16831         * math/auto-libm-test-out: Regenerated.
16832         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16833         (fma_towardzero_test_data): Likewise.
16834         (fma_downward_test_data): Likewise.
16835         (fma_upward_test_data): Likewise.
16836         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16837         mpc_mode.
16838         (rounding_modes): Add values for new field.
16839         (func_calc_method): Add value mpfr_fff_f.
16840         (func_calc_desc): Add mpfr_fff_f union field.
16841         (test_function): Add field exact_args.
16842         (FUNC): Add macro argument EXACT_ARGS.
16843         (FUNC_mpfr_f_f): Update call to FUNC.
16844         (FUNC_mpfr_f_f): Likewise.
16845         (FUNC_mpfr_ff_f): Likewise.
16846         (FUNC_mpfr_if_f): Likewise.
16847         (FUNC_mpc_c_f): Likewise.
16848         (FUNC_mpc_c_c): Likewise.
16849         (test_functions): Add fma.  Update calls to FUNC.
16850         (handle_input_arg): Add argument exact_args.
16851         (add_test): Update call to handle_input_arg.
16852         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16853         (output_for_one_input_case): Update call to calc_generic_results.
16854         Recalculate exact zero results in each rounding mode.
16856         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16857         non-negative before setting low bit.
16858         * math/auto-libm-test-in: Mark one asin test possibly having
16859         spurious underflow.
16860         * math/auto-libm-test-out: Regenerated.
16861         * sysdeps/i386/fpu/libm-test-ulps: Update.
16862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16864 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16866         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16867         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16868         ports/sysdeps/unix/sysv/linux/microblaze.
16869         * README: Add missing listing for microblaze*-*-linux-gnu.
16871 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16873         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16874         duplicate code
16876 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16878         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16879         * sysdeps/unix/sysv/linux/ia64: Move directory from
16880         ports/sysdeps/unix/sysv/linux/ia64.
16881         * README: Update listing for ia64-*-linux-gnu.
16883 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16884             Joseph Myers  <joseph@codesourcery.com>
16886         * Makeconfig (test-name): New variable.
16887         (evaluate-test): Likewise.
16888         * Makerules (do-test-clean): Remove .test-result files.
16889         (common-mostlyclean): Likewise.
16890         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16891         * scripts/evaluate-test.sh: New file.
16893 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16895         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16896         separate $(objpfx)tst-fopenloc-cmp.out and
16897         $(objpfx)tst-fopenloc-mem.out targets.
16898         (tests): Update dependencies.
16899         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16900         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16901         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16902         (tst-rxspencer-no-utf8-ARGS): New variable.
16903         (tst-rxspencer-no-utf8-ENV): Likewise.
16904         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16905         instead of $(objpfx)tst-rxspencer-mem.
16906         ($(objpfx)tst-rxspencer-mem): Change target to
16907         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16908         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16909         * posix/tst-rxspencer-no-utf8.c: New file.
16911         * elf/Makefile ($(objpfx)order.out): Remove rule.
16912         [$(run-built-tests) = yes] (tests): Depend on
16913         $(objpfx)order-cmp.out.
16914         ($(objpfx)order-cmp.out): New rule.
16915         [$(run-built-tests) = yes] (tests): Depend on
16916         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16917         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16918         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16919         $(objpfx)tst-array5-static-cmp.out.
16920         ($(objpfx)tst-array1.out): Remove rule.
16921         ($(objpfx)tst-array1-cmp.out): New rule.
16922         ($(objpfx)tst-array1-static.out): Remove rule.
16923         ($(objpfx)tst-array1-static-cmp.out): New rule.
16924         ($(objpfx)tst-array2.out): Remove rule.
16925         ($(objpfx)tst-array2-cmp.out): New rule.
16926         ($(objpfx)tst-array3.out): Remove rule.
16927         ($(objpfx)tst-array3-cmp.out): New rule.
16928         ($(objpfx)tst-array4.out): Remove rule.
16929         ($(objpfx)tst-array4-cmp.out): New rule.
16930         ($(objpfx)tst-array5.out): Remove rule.
16931         ($(objpfx)tst-array5-cmp.out): New rule.
16932         ($(objpfx)tst-array5-static.out): Remove rule.
16933         ($(objpfx)tst-array5-static-cmp.out): New rule.
16934         [$(run-built-tests) = yes] (tests): Depend on
16935         $(objpfx)order2-cmp.out.
16936         ($(objpfx)order2.out): Remove rule.
16937         ($(objpfx)order2-cmp.out): New rule.
16938         ($(objpfx)tst-initorder.out): Remove rule.
16939         [$(run-built-tests) = yes] (tests): Depend on
16940         $(objpfx)tst-initorder-cmp.out.
16941         ($(objpfx)tst-initorder-cmp.out): New rule.
16942         ($(objpfx)tst-initorder2.out): Remove rule.
16943         [$(run-built-tests) = yes] (tests): Depend on
16944         $(objpfx)tst-initorder2-cmp.out.
16945         ($(objpfx)tst-initorder2-cmp.out): New rule.
16946         [$(run-built-tests) = yes] (tests): Depend on
16947         $(objpfx)tst-unused-dep-cmp.out.
16948         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16949         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16950         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16951         on $(objpfx)tst-setvbuf1-cmp.out.
16952         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16953         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16954         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16955         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16956         ($(objpfx)tst-svc.out): Remove rule.
16957         ($(objpfx)tst-svc-cmp.out): New rule.
16959 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16961         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16962         * ctype/ctype.h [__USE_MISC]: Likewise.
16963         * dirent/dirent.h [__USE_MISC]: Likewise.
16964         * grp/grp.h [__USE_MISC]: Likewise.
16965         * io/fcntl.h [__USE_MISC]: Likewise.
16966         * io/sys/stat.h [__USE_MISC]: Likewise.
16967         * libio/stdio.h [__USE_MISC]: Likewise.
16968         * posix/unistd.h [__USE_MISC]: Likewise.
16969         * pwd/pwd.h [__USE_MISC]: Likewise.
16970         * stdlib.h [__USE_MISC]: Likewise.
16971         * string/bits/string2.h [__USE_MISC]: Likewise.
16972         * string/string.h [__USE_MISC]: Likewise.
16973         * time/time.h [__USE_MISC]: Likewise.
16975 2014-02-13  Andreas Schwab  <schwab@suse.de>
16977         [BZ #16574]
16978         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16979         second answer buffer if it was separately allocated.
16981 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16983         * sysdeps/mips/math-tests.h: Include <features.h>.
16984         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16985         (ROUNDING_TESTS_long_double): Do not define.
16986         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16987         (EXCEPTION_TESTS_long_double): Likewise.
16988         * sysdeps/mips/mips64/libm-test-ulps: Update.
16990         * include/features.h (__USE_BSD): Remove macro definitions.
16991         (__USE_SVID): Likewise.
16992         (_BSD_SOURCE): Likewise.
16993         (_SVID_SOURCE): Likewise.
16994         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16995         from definition of _DEFAULT_SOURCE.
16996         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16997         [_DEFAULT_SOURCE].
16998         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16999         * bits/mman.h [__USE_BSD]: Likewise.
17000         * bits/termios.h [__USE_BSD]: Likewise.
17001         * bits/waitstatus.h [__USE_BSD]: Likewise.
17002         * ctype/ctype.h [__USE_SVID]: Likewise.
17003         * dirent/dirent.h [__USE_BSD]: Likewise.
17004         * grp/grp.h [__USE_SVID]: Likewise.
17005         [__USE_BSD]: Likewise.
17006         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17007         * io/fcntl.h [__USE_BSD]: Likewise.
17008         * io/ftw.h [__USE_BSD]: Likewise.
17009         * io/sys/stat.h [__USE_BSD]: Likewise.
17010         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17011         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17012         * libio/stdio.h [__USE_SVID]: Likewise.
17013         [__USE_BSD]: Likewise.
17014         * math/math.h [__USE_SVID]: Likewise.
17015         [__USE_BSD]: Likewise.
17016         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17017         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17018         * misc/search.h [__USE_SVID]: Likewise.
17019         * misc/sys/mman.h [__USE_BSD]: Likewise.
17020         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17021         * misc/sys/uio.h [__USE_BSD]: Likewise.
17022         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17023         * posix/glob.h [__USE_BSD]: Likewise.
17024         * posix/regex.h [__USE_BSD]: Likewise.
17025         * posix/sys/types.h [__USE_BSD]: Likewise.
17026         [__USE_SVID]: Likewise.
17027         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17028         * posix/sys/wait.h [__USE_BSD]: Likewise.
17029         [__USE_SVID]: Likewise.
17030         * posix/unistd.h [__USE_BSD]: Likewise.
17031         [__USE_SVID]: Likewise.
17032         * pwd/pwd.h [__USE_SVID]: Likewise.
17033         * resolv/netdb.h [__USE_BSD]: Likewise.
17034         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17035         * signal/signal.h [__USE_BSD]: Likewise.
17036         [__USE_SVID]: Likewise.
17037         * socket/sys/socket.h [__USE_BSD]: Likewise.
17038         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17039         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17040         [__USE_SVID]: Likewise.
17041         * string/bits/string2.h [__USE_BSD]: Likewise.
17042         [__USE_SVID]: Likewise.
17043         * string/bits/string3.h [__USE_BSD]: Likewise.
17044         * string/endian.h [__USE_BSD]: Likewise.
17045         * string/string.h [__USE_SVID]: Likewise.
17046         [__USE_BSD]: Likewise.
17047         * string/strings.h [__USE_BSD]: Likewise.
17048         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17049         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17050         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17051         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17052         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17053         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17054         Likewise.
17055         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17056         Likewise.
17057         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17058         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17059         Likewise.
17060         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17061         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17062         Likewise.
17063         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17064         Likewise.
17065         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17066         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17067         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17068         Likewise.
17069         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17070         Likewise.
17071         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17072         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17073         * termios/termios.h [__USE_BSD]: Likewise.
17074         * time/sys/time.h [__USE_BSD]: Likewise.
17075         * time/time.h [__USE_BSD]: Likewise.
17076         [__USE_SVID]: Likewise.
17078         * Makefile (subdir_targets): Remove subdir_lint.out.
17080         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17081         (do-tst-printf): Likewise.
17082         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17083         $(objpfx)tst-printf.out.
17085         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17087         * Makerules (check-abi-%): Change target to
17088         $(objpfx)check-abi-%.out.
17089         (check-abi target): Update dependencies.
17090         (check-abi-pattern variable): Redirect output of diff to $@.
17091         (check-abi variable): Likewise.
17092         * elf/Makefile (check-abi): Update dependencies.
17094         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17095         unused.
17096         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17097         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17098         subnormal range.
17099         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17100         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17101         value has largest subnormal exponent.
17102         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17103         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17104         * sysdeps/aarch64/soft-fp/sfp-machine.h
17105         (_FP_TININESS_AFTER_ROUNDING): New macro.
17106         * sysdeps/alpha/soft-fp/sfp-machine.h
17107         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17108         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17109         Likewise.
17110         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17111         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17112         * sysdeps/mips/soft-fp/sfp-machine.h
17113         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17114         * sysdeps/powerpc/soft-fp/sfp-machine.h
17115         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17116         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17117         Likewise.
17118         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17119         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17120         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17121         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17122         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17123         Likewise.
17125 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17127         [BZ #16545]
17128         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17129         model 1.
17131 2014-02-12  Richard Henderson  <rth@redhat.com>
17133         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17134         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17135         * sysdeps/unix/sysv/linux/alpha: Move directory from
17136         ports/sysdeps/unix/sysv/linux/alpha.
17137         * README: Update listing for alpha-*-linux-gnu.
17139 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17141         * include/features.h: Update comment documenting feature test
17142         macros.
17143         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17144         _DEFAULT_SOURCE.
17145         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17146         (_SVID_SOURCE): Likewise.
17147         (_DEFAULT_SOURCE): Update description of default features.
17148         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17149         with _GNU_SOURCE.
17150         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17151         (S_ISVTX): Likewise.
17152         * manual/math.texi (Mathematical Constants): Likewise.
17153         * manual/signal.texi (Interrupted Primitives): Likewise.
17154         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17155         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17156         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17157         Don't refer to _SVID_SOURCE in warning text.
17159         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17161         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17162         already defined.
17163         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17164         * sysdeps/mips/dl-lookup.c: Remove.
17165         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17167 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17169         [BZ #16447]
17170         * math/auto-libm-test-in: Add testcase for expl.
17171         * math/auto-libm-test-out: Regenerate.
17172         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17173         calculation of unsafe.
17174         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17176 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17178         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17179         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17180         ports/sysdeps/unix/sysv/linux/aarch64.
17181         * README: Update listing for aarch64*-*-linux-gnu.
17183 2014-02-11  Will Newton  <will.newton@linaro.org>
17185         * manual/probes.texi (Mathematical Function Probes): Use
17186         "triggered" instead of "hit".
17188         * manual/probes.texi (Internal Probes): Add documentation
17189         of setjmp, longjmp and longjmp_target probes.
17191         * include/stap-probe.h: Add comment about probe argument
17192         format.
17194         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17195         definition.  (tr_where, tr_freehook, tr_mallochook,
17196         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17198 2014-02-11  David S. Miller  <davem@davemloft.net>
17200         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17201         processing int_tests.
17203 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17205         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17206         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17207         * sysdeps/unix/sysv/linux/mips: Move directory from
17208         ports/sysdeps/unix/sysv/linux/mips.
17209         * README: Update listing for mips-*-linux-gnu and
17210         mips64-*-linux-gnu.
17212 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17214         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17215         * sysdeps/unix/sysv/linux/m68k: Move directory from
17216         ports/sysdeps/unix/sysv/linux/m68k.
17217         * README: Update listing for m68k-*-linux-gnu.
17219 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17221         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17222         * sysdeps/unix/sysv/linux/generic: Move directory from
17223         ports/sysdeps/unix/sysv/linux/generic.
17224         * sysdeps/unix/sysv/linux/tile: Move directory from
17225         ports/sysdeps/unix/sysv/linux/tile.
17226         * README: Update listing for tile*-*-linux-gnu.
17228 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17230         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17231         __builtin_expect.
17232         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17233         * catgets/open_catalog.c (__open_catalog): Likewise.
17234         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17235         * debug/confstr_chk.c: Likewise.
17236         * debug/fread_chk.c (__fread_chk): Likewise.
17237         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17238         * debug/getgroups_chk.c: Likewise.
17239         * debug/mbsnrtowcs_chk.c: Likewise.
17240         * debug/mbsrtowcs_chk.c: Likewise.
17241         * debug/mbstowcs_chk.c: Likewise.
17242         * debug/memcpy_chk.c: Likewise.
17243         * debug/memmove_chk.c: Likewise.
17244         * debug/mempcpy_chk.c: Likewise.
17245         * debug/memset_chk.c: Likewise.
17246         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17247         * debug/strcat_chk.c (__strcat_chk): Likewise.
17248         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17249         * debug/strncat_chk.c (__strncat_chk): Likewise.
17250         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17251         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17252         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17253         * debug/wcpncpy_chk.c: Likewise.
17254         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17255         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17256         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17257         * debug/wcsncpy_chk.c: Likewise.
17258         * debug/wcsnrtombs_chk.c: Likewise.
17259         * debug/wcsrtombs_chk.c: Likewise.
17260         * debug/wcstombs_chk.c: Likewise.
17261         * debug/wmemcpy_chk.c: Likewise.
17262         * debug/wmemmove_chk.c: Likewise.
17263         * debug/wmempcpy_chk.c: Likewise.
17264         * debug/wmemset_chk.c: Likewise.
17265         * dirent/scandirat.c (SCANDIRAT): Likewise.
17266         * dlfcn/dladdr1.c (dladdr1): Likewise.
17267         * dlfcn/dladdr.c (dladdr): Likewise.
17268         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17269         * dlfcn/dlerror.c (__dlerror): Likewise.
17270         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17271         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17272         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17273         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17274         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17275         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17276         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17277         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17278         Likewise.
17279         * elf/dl-conflict.c: Likewise.
17280         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17281         * elf/dl-dst.h: Likewise.
17282         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17283         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17284         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17285         * elf/dl-init.c (call_init, _dl_init): Likewise.
17286         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17287         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17288         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17289         Likewise.
17290         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17291         Likewise.
17292         * elf/dl-minimal.c (__libc_memalign): Likewise.
17293         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17294         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17295         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17296         * elf/dl-sym.c (do_sym): Likewise.
17297         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17298         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17299         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17300         * elf/dl-writev.h (_dl_writev): Likewise.
17301         * elf/ldconfig.c (search_dir): Likewise.
17302         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17303         (dl_main): Likewise.
17304         * elf/setup-vdso.h (setup_vdso): Likewise.
17305         * grp/compat-initgroups.c (compat_call): Likewise.
17306         * grp/fgetgrent.c (fgetgrent): Likewise.
17307         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17308         * grp/putgrent.c (putgrent): Likewise.
17309         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17310         Likewise.
17311         * hurd/hurdinit.c: Likewise.
17312         * iconvdata/8bit-gap.c (struct): Likewise.
17313         * iconvdata/ansi_x3.110.c : Likewise.
17314         * iconvdata/big5.c : Likewise.
17315         * iconvdata/big5hkscs.c : Likewise.
17316         * iconvdata/cp1255.c: Likewise.
17317         * iconvdata/cp1258.c : Likewise.
17318         * iconvdata/cp932.c : Likewise.
17319         * iconvdata/euc-cn.c: Likewise.
17320         * iconvdata/euc-jisx0213.c : Likewise.
17321         * iconvdata/euc-jp.c: Likewise.
17322         * iconvdata/euc-jp-ms.c : Likewise.
17323         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17324         * iconvdata/gb18030.c : Likewise.
17325         * iconvdata/gbbig5.c (const): Likewise.
17326         * iconvdata/gbgbk.c: Likewise.
17327         * iconvdata/gbk.c : Likewise.
17328         * iconvdata/ibm1364.c : Likewise.
17329         * iconvdata/ibm930.c : Likewise.
17330         * iconvdata/ibm932.c: Likewise.
17331         * iconvdata/ibm933.c : Likewise.
17332         * iconvdata/ibm935.c : Likewise.
17333         * iconvdata/ibm937.c : Likewise.
17334         * iconvdata/ibm939.c : Likewise.
17335         * iconvdata/ibm943.c: Likewise.
17336         * iconvdata/iso_11548-1.c: Likewise.
17337         * iconvdata/iso-2022-cn.c : Likewise.
17338         * iconvdata/iso-2022-cn-ext.c : Likewise.
17339         * iconvdata/iso-2022-jp-3.c: Likewise.
17340         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17341         * iconvdata/iso-2022-kr.c : Likewise.
17342         * iconvdata/iso646.c (gconv_end): Likewise.
17343         * iconvdata/iso_6937-2.c : Likewise.
17344         * iconvdata/iso_6937.c : Likewise.
17345         * iconvdata/iso8859-1.c: Likewise.
17346         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17347         * iconvdata/shift_jisx0213.c : Likewise.
17348         * iconvdata/sjis.c : Likewise.
17349         * iconvdata/t.61.c : Likewise.
17350         * iconvdata/tcvn5712-1.c : Likewise.
17351         * iconvdata/tscii.c: Likewise.
17352         * iconvdata/uhc.c : Likewise.
17353         * iconvdata/unicode.c (gconv_end): Likewise.
17354         * iconvdata/utf-16.c (gconv_end): Likewise.
17355         * iconvdata/utf-32.c (gconv_end): Likewise.
17356         * iconvdata/utf-7.c (base64): Likewise.
17357         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17358         * iconv/gconv_close.c (__gconv_close): Likewise.
17359         * iconv/gconv_open.c (__gconv_open): Likewise.
17360         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17361         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17362         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17363         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17364         (ucs4le_internal_loop_single): Likewise.
17365         * iconv/iconv.c (iconv): Likewise.
17366         * iconv/iconv_close.c: Likewise.
17367         * iconv/loop.c (SINGLE): Likewise.
17368         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17369         * include/atomic.h: Likewise.
17370         * inet/inet6_option.c (option_alloc): Likewise.
17371         * intl/bindtextdom.c (set_binding_values): Likewise.
17372         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17373         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17374         * intl/localealias.c (read_alias_file): Likewise.
17375         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17376         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17377         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17378         * libio/fmemopen.c (fmemopen): Likewise.
17379         * libio/iofgets.c (_IO_fgets): Likewise.
17380         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17381         * libio/iofgetws.c (fgetws): Likewise.
17382         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17383         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17384         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17385         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17386         * locale/findlocale.c (_nl_find_locale): Likewise.
17387         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17388         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17389         Likewise.
17390         * locale/setlocale.c (setlocale): Likewise.
17391         * login/programs/pt_chown.c (main): Likewise.
17392         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17393         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17394         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17395         (mmap, mmap64, mremap, munmap): Likewise.
17396         * math/e_exp2l.c: Likewise.
17397         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17398         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17399         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17400         * math/s_catan.c (__catan): Likewise.
17401         * math/s_catanf.c (__catanf): Likewise.
17402         * math/s_catanh.c (__catanh): Likewise.
17403         * math/s_catanhf.c (__catanhf): Likewise.
17404         * math/s_catanhl.c (__catanhl): Likewise.
17405         * math/s_catanl.c (__catanl): Likewise.
17406         * math/s_ccosh.c (__ccosh): Likewise.
17407         * math/s_ccoshf.c (__ccoshf): Likewise.
17408         * math/s_ccoshl.c (__ccoshl): Likewise.
17409         * math/s_cexp.c (__cexp): Likewise.
17410         * math/s_cexpf.c (__cexpf): Likewise.
17411         * math/s_cexpl.c (__cexpl): Likewise.
17412         * math/s_clog10.c (__clog10): Likewise.
17413         * math/s_clog10f.c (__clog10f): Likewise.
17414         * math/s_clog10l.c (__clog10l): Likewise.
17415         * math/s_clog.c (__clog): Likewise.
17416         * math/s_clogf.c (__clogf): Likewise.
17417         * math/s_clogl.c (__clogl): Likewise.
17418         * math/s_csin.c (__csin): Likewise.
17419         * math/s_csinf.c (__csinf): Likewise.
17420         * math/s_csinh.c (__csinh): Likewise.
17421         * math/s_csinhf.c (__csinhf): Likewise.
17422         * math/s_csinhl.c (__csinhl): Likewise.
17423         * math/s_csinl.c (__csinl): Likewise.
17424         * math/s_csqrt.c (__csqrt): Likewise.
17425         * math/s_csqrtf.c (__csqrtf): Likewise.
17426         * math/s_csqrtl.c (__csqrtl): Likewise.
17427         * math/s_ctan.c (__ctan): Likewise.
17428         * math/s_ctanf.c (__ctanf): Likewise.
17429         * math/s_ctanh.c (__ctanh): Likewise.
17430         * math/s_ctanhf.c (__ctanhf): Likewise.
17431         * math/s_ctanhl.c (__ctanhl): Likewise.
17432         * math/s_ctanl.c (__ctanl): Likewise.
17433         * math/w_pow.c: Likewise.
17434         * math/w_powf.c: Likewise.
17435         * math/w_powl.c: Likewise.
17436         * math/w_scalb.c (sysv_scalb): Likewise.
17437         * math/w_scalbf.c (sysv_scalbf): Likewise.
17438         * math/w_scalbl.c (sysv_scalbl): Likewise.
17439         * misc/error.c (error_tail): Likewise.
17440         * misc/pselect.c (__pselect): Likewise.
17441         * nis/nis_callback.c (__nis_create_callback): Likewise.
17442         * nis/nis_call.c (__nisfind_server): Likewise.
17443         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17444         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17445         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17446         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17447         * nis/nis_lookup.c (nis_lookup): Likewise.
17448         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17449         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17450         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17451         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17452         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17453         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17454         * nis/nss_compat/compat-initgroups.c (add_group)
17455         (internal_getgrent_r): Likewise.
17456         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17457         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17458         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17459         (internal_getspnam_r): Likewise.
17460         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17461         (_nss_nis_getaliasbyname_r): Likewise.
17462         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17463         (_nss_nis_getntohost_r): Likewise.
17464         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17465         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17466         (_nss_nis_getgrgid_r): Likewise.
17467         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17468         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17469         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17470         (_nss_nis_gethostbyname4_r): Likewise.
17471         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17472         (initgroups_netid): Likewise.
17473         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17474         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17475         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17476         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17477         (_nss_nis_getprotobynumber_r): Likewise.
17478         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17479         (_nss_nis_getsecretkey): Likewise.
17480         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17481         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17482         (_nss_nis_getpwuid_r): Likewise.
17483         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17484         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17485         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17486         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17487         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17488         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17489         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17490         Likewise.
17491         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17492         (_nss_nisplus_getntohost_r): Likewise.
17493         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17494         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17495         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17496         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17497         Likewise.
17498         * nis/nss_nisplus/nisplus-initgroups.c
17499         (_nss_nisplus_initgroups_dyn): Likewise.
17500         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17501         (_nss_nisplus_getnetbyaddr_r): Likewise.
17502         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17503         (_nss_nisplus_getprotobynumber_r): Likewise.
17504         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17505         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17506         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17507         Likewise.
17508         * nis/nss_nisplus/nisplus-service.c
17509         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17510         (_nss_nisplus_getservbyport_r): Likewise.
17511         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17512         (_nss_nisplus_getspnam_r): Likewise.
17513         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17514         Likewise.
17515         * nscd/aicache.c (addhstaiX): Likewise.
17516         * nscd/cache.c (cache_search, prune_cache): Likewise.
17517         * nscd/connections.c (register_traced_file, send_ro_fd)
17518         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17519         (main_loop_epoll): Likewise.
17520         * nscd/grpcache.c (addgrbyX): Likewise.
17521         * nscd/hstcache.c (addhstbyX): Likewise.
17522         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17523         * nscd/mem.c (gc, mempool_alloc): Likewise.
17524         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17525         (addinnetgrX): Likewise.
17526         * nscd/nscd-client.h (__nscd_acquire_maplock)
17527         (__nscd_drop_map_ref): Likewise.
17528         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17529         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17530         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17531         Likewise.
17532         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17533         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17534         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17535         (__nscd_get_map_ref): Likewise.
17536         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17537         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17538         Likewise.
17539         * nscd/pwdcache.c (addpwbyX): Likewise.
17540         * nscd/selinux.c (preserve_capabilities): Likewise.
17541         * nscd/servicescache.c (addservbyX): Likewise.
17542         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17543         * posix/fnmatch.c (fnmatch): Likewise.
17544         * posix/getopt.c (_getopt_internal_r): Likewise.
17545         * posix/glob.c (glob, glob_in_dir): Likewise.
17546         * posix/wordexp.c (exec_comm_child): Likewise.
17547         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17548         (getanswer_r, gaih_getanswer_slice): Likewise.
17549         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17550         * resolv/res_init.c: Likewise.
17551         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17552         * resolv/res_query.c (__libc_res_nquery): Likewise.
17553         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17554         Likewise.
17555         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17556         * stdio-common/perror.c (perror): Likewise.
17557         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17558         * stdio-common/tmpnam.c (tmpnam): Likewise.
17559         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17560         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17561         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17562         Likewise.
17563         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17564         * stdlib/putenv.c (putenv): Likewise.
17565         * stdlib/setenv.c (__add_to_environ): Likewise.
17566         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17567         * stdlib/strtol_l.c (INTERNAL): Likewise.
17568         * string/memmem.c (memmem): Likewise.
17569         * string/strerror.c (strerror): Likewise.
17570         * string/strnlen.c (__strnlen): Likewise.
17571         * string/test-memmem.c (simple_memmem): Likewise.
17572         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17573         * sunrpc/pm_getport.c (__get_socket): Likewise.
17574         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17575         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17576         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17577         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17578         Likewise.
17579         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17580         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17581         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17582         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17583         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17584         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17585         Likewise.
17586         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17587         Likewise.
17588         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17589         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17590         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17591         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17592         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17593         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17594         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17595         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17596         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17597         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17598         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17599         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17600         Likewise.
17601         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17602         Likewise.
17603         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17604         Likewise.
17605         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17606         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17607         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17608         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17609         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17610         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17611         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17612         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17613         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17614         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17615         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17616         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17617         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17618         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17619         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17620         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17621         Likewise.
17622         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17623         Likewise.
17624         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17625         Likewise.
17626         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17627         Likewise.
17628         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17629         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17630         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17631         Likewise.
17632         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17633         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17634         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17635         * sysdeps/posix/sleep.c: Likewise.
17636         * sysdeps/posix/tempname.c: Likewise.
17637         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17638         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17639         Likewise.
17640         * sysdeps/powerpc/powerpc32/dl-machine.h
17641         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17642         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17643         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17644         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17645         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17646         Likewise.
17647         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17648         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17649         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17650         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17651         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17652         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17653         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17654         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17655         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17656         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17657         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17658         (elf_machine_lazy_rel): Likewise.
17659         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17660         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17661         (elf_machine_lazy_rel): Likewise.
17662         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17663         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17664         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17665         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17666         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17667         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17668         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17669         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17670         Likewise.
17671         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17672         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17673         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17674         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17675         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17676         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17677         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17678         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17679         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17680         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17681         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17682         Likewise.
17683         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17684         (__posix_fallocate64_l64): Likewise.
17685         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17686         (posix_fallocate): Likewise.
17687         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17688         Likewise.
17689         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17690         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17691         (getifaddrs_internal): Likewise.
17692         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17693         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17694         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17695         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17696         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17697         (__posix_fallocate64_l64): Likewise.
17698         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17699         Likewise.
17700         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17701         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17702         (__get_clockfreq): Likewise.
17703         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17704         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17705         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17706         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17707         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17708         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17709         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17710         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17711         Likewise.
17712         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17713         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17714         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17715         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17716         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17717         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17718         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17719         Likewise.
17720         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17721         (posix_fallocate): Likewise.
17722         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17723         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17724         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17725         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17726         (elf_machine_rela, elf_machine_rela_relative)
17727         (elf_machine_lazy_rel): Likewise.
17728         * time/asctime.c (asctime_internal): Likewise.
17729         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17730         * time/tzset.c (__tzset_parse_tz): Likewise.
17731         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17732         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17733         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17734         * wcsmbs/wcsmbsload.h: Likewise.
17736         [BZ #15894]
17737         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17739         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17740         (arena_get2): Remove THREAD_STATS conditionals.
17741         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17742         (__malloc_stats, int): Likewise.
17744 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17746         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17747         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17749         * manual/setjmp.texi: Fix typos/grammar errors.
17751         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17752         Only return early when n is <= 0.  Delete unused return statement.
17754         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17755         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17756         * debug/tst-longjmp_chk3.c: New file.
17758         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17759         (test_main): Replace code with set_fortify_handler call.
17760         * debug/test-strcpy_chk.c: Likewise.
17761         * debug/tst-chk1.c: Likewise.
17762         * debug/tst-longjmp_chk.c: Likewise.
17763         * test-skeleton.c: Include fcntl.h & paths.h
17764         (set_fortify_handler): Define.
17766         * debug/tst-longjmp_chk.c: Add header comment and include
17767         ../test-skeleton.c.
17768         (do_test): Mark static.
17769         (TEST_FUNCTION): Define.
17771         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17772         (IP_PMTUDISC_INTERFACE): Likewise.
17773         (IP_MULTICAST_IF): Likewise.
17774         (IP_MULTICAST_TTL): Likewise.
17775         (IP_MULTICAST_LOOP): Likewise.
17776         (IP_ADD_MEMBERSHIP): Likewise.
17777         (IP_DROP_MEMBERSHIP): Likewise.
17778         (IP_UNBLOCK_SOURCE): Likewise.
17779         (IP_BLOCK_SOURCE): Likewise.
17780         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17781         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17782         (IP_MSFILTER): Likewise.
17783         (MCAST_JOIN_GROUP): Likewise.
17784         (MCAST_BLOCK_SOURCE): Likewise.
17785         (MCAST_UNBLOCK_SOURCE): Likewise.
17786         (MCAST_LEAVE_GROUP): Likewise.
17787         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17788         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17789         (MCAST_MSFILTER): Likewise.
17790         (IP_MULTICAST_ALL): Likewise.
17791         (IP_UNICAST_IF): Likewise.
17793         * timezone/Makefile: Delete $(have-ksh) check.
17794         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17795         * timezone/tzselect.ksh: Add +x mode bits.
17797         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17798         (ANON_INODE_FS_MAGIC): Likewise.
17799         (BDEVFS_MAGIC): Likewise.
17800         (BINFMTFS_MAGIC): Likewise.
17801         (BTRFS_TEST_MAGIC): Likewise.
17802         (CRAMFS_MAGIC_WEND): Likewise.
17803         (DEBUGFS_MAGIC): Likewise.
17804         (ECRYPTFS_SUPER_MAGIC): Likewise.
17805         (EXT3_SUPER_MAGIC): Likewise.
17806         (EXT4_SUPER_MAGIC): Likewise.
17807         (FUTEXFS_SUPER_MAGIC): Likewise.
17808         (HOSTFS_SUPER_MAGIC): Likewise.
17809         (HUGETLBFS_MAGIC): Likewise.
17810         (MINIX3_SUPER_MAGIC): Likewise.
17811         (MTD_INODE_FS_MAGIC): Likewise.
17812         (NILFS_SUPER_MAGIC): Likewise.
17813         (OPENPROM_SUPER_MAGIC): Likewise.
17814         (PIPEFS_MAGIC): Likewise.
17815         (PSTOREFS_MAGIC): Likewise.
17816         (QNX6_SUPER_MAGIC): Likewise.
17817         (RAMFS_MAGIC): Likewise.
17818         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17819         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17820         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17821         (SECURITYFS_MAGIC): Likewise.
17822         (SELINUX_MAGIC): Likewise.
17823         (SMACK_MAGIC): Likewise.
17824         (SOCKFS_MAGIC): Likewise.
17825         (SQUASHFS_MAGIC): Likewise.
17826         (STACK_END_MAGIC): Likewise.
17827         (TMPFS_MAGIC): Likewise.
17828         (USBDEVICE_SUPER_MAGIC): Likewise.
17829         (V9FS_MAGIC): Likewise.
17830         (XENFS_SUPER_MAGIC): Likewise.
17831         (CRAMFS_MAGIC): Fix typo in comment.
17832         (EXT2_SUPER_MAGIC): Update comment.
17833         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17835 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17837         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17838         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17839         * sysdeps/unix/sysv/linux/arm: Move directory from
17840         ports/sysdeps/unix/sysv/linux/arm.
17841         * README: Update listing for arm-*-linux-gnueabi.
17843         * README: Remove mention of am33.
17845 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17847         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17848         than the comma operator, to avoid "rhs of comma has no effect"
17849         compiler warnings.
17850         (__sigfillset, __sigandset, __sigorset): Likewise.
17851         * include/signal.h (__sigemptyset): Likewise.
17852         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17854 2014-02-07  Allan McRae  <allan@archlinux.org>
17856         * version.h (RELEASE): Set to "development".
17857         (VERSION): Set to "2.19.90"
17858         * NEWS: Add 2.20 section.
17860 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17862         [BZ #16529]
17863         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17865 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17867         * manual/contrib.texi: Update entry for Carlos O'Donell,
17868         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17870 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17872         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17874         * sysdeps/unix/sysv/linux/kernel-features.h
17875         [__LINUX_KERNEL_VERSION >= 0x020621]
17876         (__ASSUME_PROC_PID_TASK_COMM): Define.
17878 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17880         [BZ #16398]
17881         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17882         conversion when destination buffer does not have enough space.
17883         * libio/tst-ftell-partial-wide.c: New test case.
17884         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17886         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17887         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17888         Leonard and Allan McRae.
17890 2014-02-04  David S. Miller  <davem@davemloft.net>
17892         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17893         32-bit.
17895 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17898         New file
17899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17900         New file
17901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17902         New file.
17903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17904         New file.
17905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17906         New file.
17907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17908         New file.
17909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17910         New file.
17911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17912         New file.
17913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17914         New file.
17915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17916         New file.
17917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17918         New file.
17919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17920         New file.
17921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17922         New file.
17924 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17926         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17927         * shlib-versions: Likewise.
17929 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17930             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17932         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17933         (abilist-pattern): New variable, set to %-le.abilist.
17935         * Makerules (abilist-pattern): New variable.
17936         (vpath): Use $(abilist-pattern) in place of %.abilist.
17937         (check-abi-% pattern rule): Likewise.
17938         (check-abi, update-abi): Likewise.
17940 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17942         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17944 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17946         * manual/startup.texi: Add next, previous, and top entries for
17947         the `Program Arguments' and `Environment Variables' nodes.
17949 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17951         * manual/macros.texi: Add comments before MTASC-safety macros.
17953         * manual/users.texi: Document MTASC-safety properties.
17955         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17956         (pthread_getspecific, pthread_setspecific): Format with
17957         @deftypefun, and add @safety note.
17958         * manual/signal.texi: Move comments that analyze the above
17959         functions to their home place.
17961 2014-02-03  Allan McRae  <allan@archlinux.org>
17963         * po/sl.po: Update Slovenian translation from translation project.
17965 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17967         * manual/time.texi (timegm): Add missing blank after @c.
17968         Reported by Joseph Myers <joseph@codesourcery.com>.
17970 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17972         * manual/check-safety.sh: New.
17973         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17975         * manual/terminal.texi: Document MTASC-safety properties.
17977         * manual/filesys.texi: Document MTASC-safety properties.
17979         * manual/errno.texi: Document MTASC-safety properties.
17981         * manual/intro.texi: Document safety identifiers and
17982         conditionals.
17984         * manual/string.texi (wcstok): Fix prototype.
17985         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17987         * manual/time.texi: Document MTASC-safety properties.
17989         * manual/string.texi: Document MTASC-safety properties.
17991         * manual/threads.texi: Document MTASC-safety properties.
17993         * manual/stdio.texi: Document MTASC-safety properties.
17995         * manual/syslog.texi: Document MTASC-safety properties.
17997         * manual/sysinfo.texi: Document MTASC-safety properties.
17999         * manual/startup.texi: Document MTASC-safety properties.
18001         * manual/socket.texi: Document MTASC-safety properties.
18003         * manual/signal.texi: Document MTASC-safety properties.
18005 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18007         * manual/setjmp.texi: Document MTASC-safety properties.
18009         * manual/search.texi: Document MTASC-safety properties.
18011         * manual/resource.texi: Document MTASC-safety properties.
18013         * manual/process.texi: Document MTASC-safety properties.
18015         * manual/platform.texi: Document MTASC-safety properties.
18017         * manual/pipe.texi: Document MTASC-safety properties.
18019         * manual/pattern.texi: Document MTASC-safety properties.
18021         * manual/message.texi: Document MTASC-safety properties.
18023         [BZ #12751]
18024         * manual/memory.texi: Document MTASC-safety properties.
18026         * manual/math.texi: Document MTASC-safety properties.
18028         * manual/locale.texi: Document MTASC-safety properties.
18030         * manual/llio.texi: Document MTASC-safety properties.
18032         * manual/libdl.texi: New.
18034         * manual/lang.texi: Document MTASC-safety properties.
18036         * manual/job.texi: Document MTASC-safety properties.
18038         * manual/getopt.texi: Document MTASC-safety properties.
18040         * manual/ctype.texi: Document MTASC-safety properties.
18042 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18044         [BZ #16046]
18045         * csu/libc-tls.c (static_map): Remove variable.
18046         (__libc_setup_tls): Use main executable's link map for TLS data.
18047         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18048         casing for LM_ID_BASE and GL(dl_nns).
18049         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18050         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18051         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18052         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18053         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18054         member.
18055         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18056         l_phnum members.
18058 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18060         * manual/debug.texi: Document MTASC-safety properties.
18062 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18064         [BZ #16510]
18065         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18066         of __x86_64__ when disabling x87 inline functions.
18068 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18070         * manual/charset.texi: Document MTASC-safety properties.
18072         * manual/crypt.texi: Document MTASC-safety properties.
18074         * manual/conf.texi: Document MTASC-safety properties.
18076         * manual/arith.texi: Document MTASC-safety properties.
18078         * manual/argp.texi: Document MTASC-safety properties.
18080         * manual/macros.texi: Introduce macros to document multi
18081         thread, asynchronous signal and asynchronous cancellation
18082         safety properties.
18083         * manual/intro.texi: Introduce the properties themselves.
18085 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18087         * sysdeps/sh/sh4/Makefile: New file.
18089 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18091         * math/gen-libm-test.pl ($srcdir): New variable.
18092         ($auto_input): Use it.
18094 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18096         [BZ #16506]
18097         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18098         access beyond array bounds when parsing netgroups file.
18100         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18101         the old buffer before realloc.
18103 2014-01-27  Allan McRae  <allan@archlinux.org>
18105         * po/fr.po: Update French translation from translation project.
18107 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18109         * sysdeps/sh/libm-test-ulps: Regenerate.
18111 2014-01-24  David S. Miller  <davem@davemloft.net>
18113         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18115 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18117         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18118         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18120 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18122         [BZ #16474]
18123         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18124         string pointers after reallocation.
18126 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18128         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18129         __SH4A__ instead of __SH_FPU_ANY__.
18131 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18133         * sysdeps/sh/fpu_control.h: New file.
18134         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18135         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18136         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18137         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18138         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18139         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18140         * sysdeps/sh/sys/ucontext.h: Remove.
18141         * sysdeps/sh/sys: Remove directory.
18143 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18145         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18146         s390/sys/ucontext.h.
18147         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18148         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18150 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18152         [BZ #15605]
18153         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18155 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18157         [BZ#16431]
18158         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18159         Adjust the vDSO correctly for internal calls.
18160         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18162 2014-01-20  Allan McRae  <allan@archlinux.org>
18164         * po/ca.po: Update Catalan translation from translation project.
18166 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18168         * sysdeps/s390/sotruss-lib.c: New file.
18170 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18172         [BZ#16430]
18173         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18174         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18175         local calls issues by not having a PLT stub required for IFUNC calls.
18176         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18178 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18180         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18181         * math/test-fpucw-static.c: Likewise.
18183 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18185         [BZ #16453]
18186         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18188 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18190         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18191         implementation for powerpc.
18193 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18195         [BZ #14782]
18196         * sysdeps/posix/system.c (__libc_system): Do not enable
18197         asynchronous cancellation.
18199 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18201         [BZ #16427]
18202         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18203         handling only for numbers special also in the IEEE case.
18205 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18207         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18209 2014-01-11  Allan McRae  <allan@archlinux.org>
18211         * po/bg.po: Update Bulgarian translation from translation project.
18213         * po/de.po: Update German translation from translation project.
18215 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18217         * sysdeps/generic/gcc-compat.h: New file.
18219 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18221         * benchtests/asin-inputs: Correct slow inputs.
18222         * benchtests/acos-inputs: Likewise.
18224 2014-01-10  Allan McRae  <allan@archlinux.org>
18226         * po:sv.po: Update Swedish translation from translation project.
18228         * po/vi.po: Update Vietnamese translation from translation project.
18230         * po/eo.po: Update Esperanto translation from translation project.
18232         * po/cs.po: Update Czech translation from translation project.
18234         * po/nl.po: Update Dutch translation from translation project.
18236         * po/pl.po: Update Polish translation from translation project.
18238         * po/ru.po: Update Russian translation from translation project.
18240         * po/uk.po: Update Ukrainian translation from translation project.
18242 2014-01-08  Brooks Moses  <bmoses@google.com>
18244         * elf/dl-load.c: Fix comment typo.
18246 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18248         * po/header.pot: Rename to...
18249         * po/pot.header: ... this.
18250         * po/Makefile: Use pot.header.
18252 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18253             Maxim Kuvyrkov  <maxim@kugelworks.com>
18255         [BZ #16394]
18256         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18257         SRC and DEST against LEN.
18259 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18261         [BZ #16414]
18262         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18263         implementation.
18264         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18266 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18270 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18272         [BZ #16408]
18273         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18274         for large positive arguments.
18276 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18278         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18280         * math/auto-libm-test-in: Mark various tests with
18281         xfail-rounding:ldbl-128ibm.
18282         * math/auto-libm-test-out: Regenerated.
18284         [BZ #16407]
18285         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18286         Increase overflow threshold.
18288 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18290         [BZ #14286]
18291         * stdio-common/vfprintf.c: Check for integer overflow.
18293 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18295         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18296         the first argument and return value of __tls_get_addr_internal.
18298 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18300         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18301         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18303 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18305         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18306         * sysdeps/s390/rtld-global-offsets.sym: New file.
18307         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18308         GLIBC_2.19 symbol.
18309         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18310         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18311         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18312         ... this.
18313         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18314         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18315         ... this.
18316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18317         Regenerate.
18318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18319         Regenerate.
18320         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18321         halfs of GPRs for high_gprs contexts.
18322         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18323         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18324         field.
18325         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18326         uc_flags field.
18327         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18328         64 bit versions:
18329         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18330         for high GPRs (uc_high_gprs) and for future extensions
18331         (__reserved).
18332         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18333         for future extensions (__reserved).
18334         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18335         64 bit versions:
18336         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18337         SC_HIGHGPRS offset definition.
18338         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18339         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18341         * Versions.def: Add GLIBC_2.19 for libpthread.
18342         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18343         siglongjmp for libpthread with GLIBC_2.19 symver.
18344         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18345         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18346         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18347         * sysdeps/s390/__longjmp.c: New file.
18348         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18349         * sysdeps/s390/longjmp.c: New file.
18350         * sysdeps/s390/setjmp.S: New file.
18351         * sysdeps/s390/sigjmp.S: New file.
18352         * sysdeps/s390/v1-longjmp.c: New file.
18353         * sysdeps/s390/v1-setjmp.h: New file.
18354         * sysdeps/s390/v1-sigjmp.c: New file.
18355         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18356         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18357         GLIBC_2.19 version.
18358         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18359         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18360         versioned symbols for ____longjmp_chk.
18361         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18362         Likewise.
18363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18364         Regenerate.
18365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18366         Regenerate.
18367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18368         Regenerate.
18369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18370         Regenerate.
18371         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18372         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18373         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18374         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18375         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18376         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18377         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18378         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18379         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18380         * sysdeps/s390/rtld-__longjmp.c: New file.
18381         * sysdeps/s390/rtld-setjmp.S: New file.
18383 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18385         [BZ #16400]
18386         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18387         Return -__logl (x) for small positive arguments without evaluating
18388         a polynomial.
18390 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18392         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18393         Rename to ...
18394         (__ptrace_peeksiginfo_args): ... this.
18395         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18396         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18397         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18399 2014-01-06  Allan McRae  <allan@archlinux.org>
18401         * inet/netinet/in.h: Fix typo in comment.
18403 2014-01-05  Andreas Jaeger  <aj@suse.de>
18405         * sysdeps/i386/fpu/libm-test-ulps: Update.
18407 2014-01-05  Allan McRae  <allan@archlinux.org>
18409         * po/libc.pot: Regenerated.
18411         * malloc/memusagestat.c: Fix gettext call formatting.
18413 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18415         * nscd/nscd.c: Improve usage() output.
18417 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18419         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18420         * sysdeps/unix/sysv/linux/configure: Regenerated.
18421         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18422         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18424 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18426         [BZ #16390]
18427         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18428         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18430 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18432         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18433         extra tokens at end of #undef directive.
18434         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18435         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18436         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18438 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18440         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18442         * math/auto-libm-test-in: Mark various tests with
18443         xfail-rounding:ldbl-128ibm.
18444         * math/auto-libm-test-out: Regenerated.
18446 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18448         [BZ #16386]
18449         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18450         numbers with subnormal high part when calculating exponent.
18452         [BZ #16385]
18453         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18454         fabs.
18456         [BZ #16384]
18457         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18458         M_LN2l.
18459         (__ieee754_acoshl): Use __log1pl not __log1p.
18461 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18463         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18464         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18465         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18466         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18467         (reused_arena, arena_get2): Convert to GNU style.
18468         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18469         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18470         (memalign_check, __malloc_set_state): Likewise.
18471         * malloc/mallocbug.c (main): Likewise.
18472         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18473         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18474         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18475         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18476         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18477         (__posix_memalign, malloc_info): Likewise.
18478         * malloc/malloc.h: Likewise.
18479         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18480         (mallochook, memalignhook, reallochook, mabort): Likewise.
18481         * malloc/mcheck.h: Likewise.
18482         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18483         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18484         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18485         * malloc/morecore.c (__default_morecore): Likewise.
18486         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18487         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18488         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18489         (print_and_abort): Likewise.
18490         * malloc/obstack.h: Likewise.
18491         * malloc/set-freeres.c (__libc_freeres): Likewise.
18492         * malloc/tst-mallocstate.c (main): Likewise.
18493         * malloc/tst-mtrace.c (main): Likewise.
18494         * malloc/tst-realloc.c (do_test): Likewise.
18496 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18498         [BZ #16366]
18499         * nscd/netgroupcache.c (do_notfound): New function.
18500         (addgetnetgrentX): Use it.
18502         [BZ # 16365]
18503         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18504         NSS_STATUS_NOTFOUND.
18506 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18508         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18511 2014-01-01  Allan McRae  <allan@archlinux.org>
18513         * scripts/update-copyrights: Update configure input file suffix.
18515         * NEWS: Update copyright year.
18516         * catgets/gencat.c: Likewise.
18517         * csu/version.c: Likewise.
18518         * debug/catchsegv.sh: Likewise.
18519         * debug/pcprofiledump.c: Likewise.
18520         * debug/xtrace.sh: Likewise.
18521         * elf/ldconfig.c: Likewise.
18522         * elf/ldd.bash.in: Likewise.
18523         * elf/pldd.c: Likewise.
18524         * elf/sotruss.ksh: Likewise.
18525         * elf/sprof.c: Likewise.
18526         * iconv/iconv_prog.c: Likewise.
18527         * iconv/iconvconfig.c: Likewise.
18528         * locale/programs/locale.c: Likewise.
18529         * locale/programs/localedef.c: Likewise.
18530         * login/programs/pt_chown.c: Likewise.
18531         * malloc/memusage.sh: Likewise.
18532         * malloc/memusagestat.c: Likewise.
18533         * malloc/mtrace.pl: Likewise.
18534         * manual/libc.texinfo: Likewise.
18535         * nscd/nscd.c: Likewise.
18536         * nss/getent.c: Likewise.
18537         * nss/makedb.c: Likewise.
18538         * posix/getconf.c: Likewise.
18539         * scripts/test-installation.pl: Likewise.
18541         * All files with FSF copyright notices: Update copyright dates
18542         using scripts/update-copyrights.
18543         * intl/plural.c: Regenerated.
18544         * locale/programs/charmap-kw.h: Likewise.
18545         * locale/programs/locfile-kw.h: Likewise.
18547 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18549         * sysdeps/unix/sysv/linux/configure: Regenerated.
18550         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18551         the linux/fanotify.h header.
18552         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18553         HAVE_LINUX_FANOTIFY_H is defined.
18555 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18557         * benchtests/cos-inputs: New inputs.
18558         * benchtests/sin-inputs: Likewise.
18560         * benchtests/atan-inputs: New inputs. Fix name of multiple
18561         precision fallback inputs.
18563         * benchtests/atanh-inputs: New inputs.
18564         * benchtests/tanh-inputs: Likewise.
18566         * benchtests/acosh-inputs: New inputs.
18567         * benchtests/asinh-inputs: Likewise.
18569         * benchtests/cosh-inputs: New inputs.
18570         * benchtests/sinh-inputs: Likewise.
18572         * benchtests/acos-inputs: Add more inputs.
18573         * benchtests/asin-inputs: Likewise.
18575 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18577         [BZ #16375]
18578         * manual/arith.texi: Fix spelling.
18579         * manual/charset.texi: Likewise.
18580         * manual/errno.texi: Likewise.
18581         * manual/filesys.texi: Likewise.
18582         * manual/lang.texi: Likewise.
18583         * manual/llio.texi: Likewise.
18584         * manual/locale.texi: Likewise.
18585         * manual/message.texi: Likewise.
18586         * manual/resource.texi: Likewise.
18587         * manual/search.texi: Likewise.
18588         * manual/setjmp.texi: Likewise.
18589         * manual/stdio.texi: Likewise.
18590         * manual/string.texi: Likewise.
18591         * manual/sysinfo.texi: Likewise.
18592         * manual/time.texi: Likewise.
18594 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18596         * po/sl.po: New file.
18598 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18600         * .gitignore: Add core/.gdbinit/.gdb_history.
18602 2013-12-27  Allan McRae  <allan@archlinux.org>
18604         [BZ #16369]
18605         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18606         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18608 2013-12-24  Brooks Moses  <bmoses@google.com>
18610         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18611         all compilers that claim C++98 compliance, not just GCC.
18612         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18613         Likewise.
18615 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18617         * NEWS: Restore accidentally deleted bug-fix entries.
18619 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18620             Ondřej Bílka  <neleai@seznam.cz>
18622         [BZ #15073]
18623         * malloc/malloc.c (_int_free): Perform sanity check only if we
18624         have_lock.
18626 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18628         [BZ #12986]
18629         * manual/stdio.texi (String Input Conversions): Clarify that character
18630         classes are not supported.
18632 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18636 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18638         [BZ #16337]
18639         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18640         Calculate results for small negative arguments directly rather
18641         than using reflection formula with special underflow handling.
18643         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18644         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18645         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18646         (fchflags): Likewise.
18647         (revoke): Likewise.
18648         (setlogin): Likewise.
18649         (sigaltstack): Likewise.
18650         (wait4): Likewise.
18651         (sigblock): Remove.
18652         (sigsetmask): Likewise.
18653         (wait3): Likewise.
18654         (waitpid): Likewise.
18655         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18656         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18657         file.
18658         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18659         * sysdeps/unix/bsd/Makefile: ... here.
18660         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18661         * sysdeps/unix/bsd/Versions: ... here.
18662         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18663         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18664         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18665         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18666         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18667         * sysdeps/unix/bsd/sigblock.c: ... here.
18668         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18669         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18670         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18671         * sysdeps/unix/bsd/sigvec.c: ... here.
18672         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18673         * sysdeps/unix/bsd/tcdrain.c: ... here.
18674         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18675         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18676         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18677         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18678         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18679         * sysdeps/unix/bsd/wait.c: ... here.
18680         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18681         * sysdeps/unix/bsd/wait3.c: ... here.
18682         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18683         * sysdeps/unix/bsd/waitpid.c: ... here.
18685 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18687         [BZ #16356]
18688         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18689         round-to-nearest for [!USE_AS_EXPM1L].
18690         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18691         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18692         more tests of exp and exp10.  Expect some exp10 tests to miss
18693         exceptions or fail in directed rounding modes.
18694         * math/auto-libm-test-out: Regenerated.
18695         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18696         (exp10_test_tonearest): New function.
18697         (exp10_towardzero_test_data): New array.
18698         (exp10_test_towardzero): New function.
18699         (exp10_downward_test_data): New array.
18700         (exp10_test_downward): New function.
18701         (exp10_upward_test_data): New array.
18702         (exp10_test_upward): New function.
18703         (main): Call the new functions.
18704         * sysdeps/i386/fpu/libm-test-ulps: Update.
18705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18707 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18709         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18710         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18711         * math/auto-libm-test-out: Regenerated.
18712         * math/libm-test.inc (acosh_test_data): Add more tests.
18713         (atanh_test_data): Likewise.
18714         (ceil_test_data): Likewise.
18715         (copysign_test_data): Likewise.
18716         * sysdeps/i386/fpu/libm-test-ulps: Update.
18717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18719         * timezone/checktab.awk: Update from tzcode 2013i.
18720         * timezone/private.h: Likewise.
18721         * timezone/scheck.c: Likewise.
18722         * timezone/tzfile.h: Likewise.
18723         * timezone/tzselect.ksh: Likewise.
18724         * timezone/zdump.c: Likewise.
18725         * timezone/zic.c: Likewise.
18727         * math/auto-libm-test-in: Add tests of cpow.
18728         * math/auto-libm-test-out: Regenerated.
18729         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18730         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18731         mpc_cc_c.
18732         (func_calc_desc): Add mpc_cc_c union field.
18733         (test_functions): Add cpow.
18734         (special_fill_2pi): New function.
18735         (special_real_inputs): Add 2pi.
18736         (calc_generic_results): Handle mpc_cc_c.
18737         * sysdeps/i386/fpu/libm-test-ulps: Update.
18738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18740         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18741         csqrt, ctan and ctanh.
18742         * math/auto-libm-test-out: Regenerated.
18743         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18744         (TEST_COND_x86): Likewise.
18745         (ccos_test_data): Use AUTO_TESTS_c_c.
18746         (ccosh_test_data): Likewise.
18747         (cexp_test_data): Likewise.
18748         (clog_test_data): Likewise.
18749         (csqrt_test_data): Likewise.
18750         (ctan_test_data): Likewise.
18751         (ctan_tonearest_test_data): Likewise.
18752         (ctan_towardzero_test_data): Likewise.
18753         (ctan_downward_test_data): Likewise.
18754         (ctan_upward_test_data): Likewise.
18755         (ctanh_test_data): Likewise.
18756         (ctanh_tonearest_test_data): Likewise.
18757         (ctanh_towardzero_test_data): Likewise.
18758         (ctanh_downward_test_data): Likewise.
18759         (ctanh_upward_test_data): Likewise.
18760         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18761         mpc_c_c.
18762         (func_calc_desc): Add mpc_c_c union field.
18763         (FUNC_mpc_c_c): New macro.
18764         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18765         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18766         ctanh.
18767         (special_fill_min_subnorm_p120): New function.
18768         (special_real_inputs): Add min_subnorm_p120.
18769         (calc_generic_results): Handle mpc_c_c.
18770         * sysdeps/i386/fpu/libm-test-ulps: Update.
18771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18773 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18775         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18776         (do_sin_slow): New functions.
18777         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18778         (cslow2, csloww1, csloww2): Use the new functions.
18780         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18781         Use M to change sign of result instead of X.  Assume X is
18782         positive.
18783         (csloww1): Likewise.
18784         (__sin): Adjust.
18785         (__cos): Adjust.
18787         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18788         arguments A and DA.
18789         (__sin): Adjust.
18790         (__cos): Likewise.
18792         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18793         (__cos): Likewise.
18794         (sloww1): Don't adjust sign of DX.
18795         (csloww1): Likewise.
18796         (sloww2): Use X directly and don't adjust sign of DX.
18797         (csloww2): Likewise.
18799 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18801         * math/auto-libm-test-in: Add tests of cabs and carg.
18802         * math/auto-libm-test-out: Regenerated.
18803         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18804         (carg_test_data): Likewise.
18805         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18806         mpc_c_f.
18807         (func_calc_desc): Add mpc_c_f union field.
18808         (test_functions): Add cabs and carg.
18809         (calc_generic_results): Handle mpc_c_f.
18811         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18812         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18813         as a macro and a compat symbol.
18814         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18815         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18816         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18817         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18818         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18819         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18820         not use .hidden.
18821         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18822         Likewise.
18823         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18824         Likewise.
18825         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18826         Likewise.
18827         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18828         Likewise.
18829         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18830         Likewise.
18831         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18832         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18833         from GLIBC_2.3.2.
18835 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18839 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18841         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18842         trailing whitespace removed.
18843         * scripts/config.guess: Update to version 2013-11-29.
18844         * scripts/config.sub: Update to version 2013-10-01.
18846         * math/auto-libm-test-in: Add tests of sincos.
18847         * math/auto-libm-test-out: Regenerated.
18848         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18849         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18850         mpfr_f_11.
18851         (func_calc_desc): Add mpfr_f_11 union field.
18852         (test_functions): Add sincos.
18853         (calc_generic_results): Handle mpfr_f_11.
18854         * sysdeps/i386/fpu/libm-test-ulps: Update.
18855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18857 2013-12-19  Andreas Schwab  <schwab@suse.de>
18859         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18860         CALL_MCOUNT.
18861         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18862         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18863         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18865 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18867         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18868         * sysdeps/i386/fpu/libm-test-ulps: Update.
18869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18871         [BZ #16293]
18872         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18873         round-to-nearest mode when using frndint.
18874         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18875         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18876         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18877         Likewise.
18878         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18879         sinh test to fail.
18880         * math/auto-libm-test-out: Regenerated.
18881         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18882         (TEST_COND_x86): Likewise.
18883         (expm1_tonearest_test_data): New array.
18884         (expm1_test_tonearest): New function.
18885         (expm1_towardzero_test_data): New array.
18886         (expm1_test_towardzero): New function.
18887         (expm1_downward_test_data): New array.
18888         (expm1_test_downward): New function.
18889         (expm1_upward_test_data): New array.
18890         (expm1_test_upward): New function.
18891         (main): Run the new test functions.
18892         * sysdeps/i386/fpu/libm-test-ulps: Update.
18893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18895         * include/features.h: Update comment documenting feature test
18896         macros.  Mention _DEFAULT_SOURCE in comment.
18897         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18898         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18899         _BSD_SOURCE and _SVID_SOURCE.
18900         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18901         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18902         !_SVID_SOURCE]: Likewise.
18903         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18904         (__USE_POSIX_IMPLICITLY): Define.
18905         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18906         (_POSIX_SOURCE): Undefine and redefine.
18907         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18908         (_POSIX_C_SOURCE): Likewise.
18909         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18910         (Feature Test Macros): Update documentation of default features.
18912 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18914         * benchtests/Makefile: Add bench-strtok.
18915         * benchtests/bench-strtok.c: New file: strtok benchtest.
18917 2013-12-19  Allan McRae  <allan@archlinux.org>
18919         * manual/install.texi: Suppress menu for plain text output.
18920         * INSTALL: Regenerated.
18922 2013-12-18  Brooks Moses  <bmoses@google.com>
18924         [BZ #15846]
18925         * misc/getauxval.c: Include errno.h.
18926         (__getauxval): Set errno to ENOENT if the requested type is not
18927         found.
18928         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18929         don't declare with __attribute_const__.
18930         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18931         * manual/startup.texi: Document that getauxval sets errno.
18933 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18935         * math/auto-libm-test-in: Add tests of jn and yn.
18936         * math/auto-libm-test-out: Regenerated.
18937         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18938         (yn_test_data): Likewise.
18939         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18940         mpfr_if_f.
18941         (func_calc_desc): Add mpfr_if_f union field.
18942         (FUNC_mpfr_if_f): New macro.
18943         (test_functions): Add jn and yn.
18944         (calc_generic_results): Assert type of second input for
18945         mpfr_ff_f.  Handle mpfr_if_f.
18946         (output_for_one_input_case): Disable all checking for arguments
18947         fitting floating-point types in case of an integer argument.
18948         * sysdeps/i386/fpu/libm-test-ulps: Update.
18949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18952         Don't expect fegetround reference in libm.so.
18954 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18956         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18957         $(config-cflags-nofma).
18959 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18961         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18962         * math/auto-libm-test-out: Regenerated.
18964         [BZ #16338]
18965         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18966         to determine exponent and adjust argument to have exponent of -1.
18967         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18968         log2.
18969         * math/auto-libm-test-out: Regenerated.
18970         * sysdeps/i386/fpu/libm-test-ulps: Update.
18971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18973 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18975         * manual/probes.texi: Remove cases when per-thread arenas are
18976         disabled.
18978 2013-12-18  Andreas Schwab  <schwab@suse.de>
18980         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18981         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18982         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18983         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18984         * sysdeps/i386/i686/multiarch/Makefile: Update.
18985         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18987 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18989         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18990         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18992 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18994         [BZ #15968]
18995         Support TZ transition times < 00:00:00.
18996         This is needed for version-3 tz-format files; it supports time
18997         stamps past 2037 for America/Godthab (the only entry in the tz
18998         database for which this change is relevant).
18999         * manual/time.texi (TZ Variable): Document transition times
19000         from -167:59:59 through -00:00:01.
19001         * time/tzset.c (tz_rule): Time of day is now signed.
19002         (__tzset_parse_tz): Parse negative time of day.
19004         Document TZ transition times >= 25:00:00.
19005         * manual/time.texi (TZ Variable): Document transition times from
19006         25:00:00 through 167:59:59.  These are already supported, and this
19007         support will help with version-3 tz-format files.
19009         * manual/time.texi (TZ Variable): Modernize North America example
19010         to reflect current (i.e., 2007-and-later) daylight saving rules.
19012         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19014 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19016         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19017         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19018         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19019         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19020         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19021         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19022         * sysdeps/unix/bsd/clock.c: Likewise.
19023         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19024         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19025         * sysdeps/unix/bsd/init-posix.c: Likewise.
19026         * sysdeps/unix/bsd/poll.c: Likewise.
19027         * sysdeps/unix/bsd/ptsname.c: Likewise.
19028         * sysdeps/unix/bsd/seekdir.c: Likewise.
19029         * sysdeps/unix/bsd/setegid.c: Likewise.
19030         * sysdeps/unix/bsd/seteuid.c: Likewise.
19031         * sysdeps/unix/bsd/setgid.c: Likewise.
19032         * sysdeps/unix/bsd/setrgid.c: Likewise.
19033         * sysdeps/unix/bsd/setruid.c: Likewise.
19034         * sysdeps/unix/bsd/setsid.c: Likewise.
19035         * sysdeps/unix/bsd/setuid.c: Likewise.
19036         * sysdeps/unix/bsd/sigaction.c: Likewise.
19037         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19038         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19039         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19040         * sysdeps/unix/bsd/telldir.c: Likewise.
19041         * sysdeps/unix/bsd/times.c: Likewise.
19042         * sysdeps/unix/bsd/usleep.c: Likewise.
19044         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19045         ($(objpfx)libbsd-compat.a): Remove rule.
19047         * include/features.h (__FAVOR_BSD): Do not define.
19048         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19049         features conflicting with POSIX.
19050         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19051         (_BSD_SOURCE): Remove description of not being a subset of other
19052         feature test macros.
19053         * manual/job.texi (getpgrp): Do not document BSD version.
19054         (getpgid): Do not document by reference to BSD getpgrp.
19055         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19056         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19057         * signal/signal.h [__FAVOR_BSD]: Likewise.
19058         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19059         instead of making contents conditional on [__FAVOR_BSD].
19060         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19062 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19064         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19066 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19068         [BZ #16314]
19069         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19070         values below 2**-450, not 2**-500.
19071         * math/auto-libm-test-in: Don't allow spurious underflow from
19072         hypot.
19073         * math/auto-libm-test-out: Regenerated.
19075         [BZ #16316]
19076         [BZ #16330]
19077         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19078         values of ha and hb and sort them after adjusting subnormal
19079         arguments.
19080         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19081         Likewise.
19082         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19083         values of ea and eb and sort them after adjusting subnormal
19084         arguments.
19085         * math/auto-libm-test-in: Do not expect some hypot tests of
19086         subnormals to fail.  Add more hypot tests.
19087         * math/auto-libm-test-out: Regenerated.
19089 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19091         [BZ #13304]
19092         * sysdeps/sh/s_fma.c: New file.
19093         * sysdeps/sh/s_fmaf.c: New file.
19094         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19095         version.
19096         * sysdeps/sh/Implies: Add sh/soft-fp.
19098 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19100         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19101         level of indirection to members `objname', `errstring', `malloced'.
19102         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19103         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19104         it as the __longjmp argument (just pass 1 instead).
19105         (_dl_catch_error): Initialize C with argument pointers and address of
19106         volatile local ERRCODE rather than copying values out of C at return.
19108 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19110         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19111         * math/auto-libm-test-out: Regenerated.
19112         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19113         (hypot_test_data): Likewise.
19114         (pow_test_data): Likewise.
19115         (pow_tonearest_test_data): Likewise.
19116         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19117         mpfr_ff_f.
19118         (func_calc_desc): Add mpfr_ff_f union field.
19119         (FUNC_mpfr_ff_f): New macro.
19120         (test_functions): Add atan2, hypot and pow.
19121         (special_fill_min): New function.
19122         (special_fill_minus_min): Likewise.
19123         (special_fill_min_subnorm): Likewise.
19124         (special_fill_minus_min_subnorm): Likewise.
19125         (special_real_inputs): Add min, -min, min_subnorm and
19126         -min_subnorm.
19127         (calc_generic_results): Handle mpfr_ff_f.
19128         * sysdeps/i386/fpu/libm-test-ulps: Update.
19129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19131 2013-12-16  Will Newton  <will.newton@linaro.org>
19133         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19134         (Aligned Memory Blocks): Add documentation for aligned_alloc
19135         and suggest it as an alternative to posix_memalign.
19136         (Hooks for Malloc): Document __memalign_hook is also called
19137         for aligned_alloc.  (Summary of Malloc): Add summary for
19138         aligned alloc.  Document __memalign_hook is also called
19139         for aligned_alloc.
19141 2013-12-16  Will Newton  <will.newton@linaro.org>
19143         * manual/memory.texi (Malloc Examples): Clarify default
19144         alignment documentation.  Suggest posix_memalign rather
19145         than memalign or valloc.
19146         (Aligned Memory Blocks): Remove suggestion to use memalign
19147         or valloc.  Remove obsolete comment about BSD.
19148         Document memalign errno values and mark the function obsolete.
19149         Document posix_memalign returned error codes.  Mark valloc
19150         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19151         called for posix_memalign and valloc.
19152         (Summary of Malloc): Add posix_memalign to function summary.
19153         __memalign_hook is also called for posix_memalign and valloc.
19155 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19157         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19158         TAYLOR_SIN.
19159         (__sin): Adjust.
19160         (__cos): Likewise.
19161         (sloww): Use mynumber union.  Expand ternary operator into
19162         if-else statements.
19163         (cslow): use mynumber union.
19165 2013-12-16  Allan McRae  <allan@archlinux.org>
19167         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19168         * configure: Regenerated.
19170         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19172         [BZ #14120]
19173         * configure.ac: Added --enable-maintainer-mode. Check for
19174         autoconf when enabled.
19175         * configure: Regenerated.
19177         * nscd/nscd.service: New file.
19178         * nscd/nscd.tmpfiles: New file.
19180 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19182         [BZ #12100]
19183         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19184         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19185         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19186         (strstr): Add __strstr_sse2_unaligned ifunc.
19187         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19188         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19189         (strcasestr): Remove __strcasestr_sse42 ifunc.
19190         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19191         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19192         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19194 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19196         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19197         * sysdeps/sh/bits/fenv.h: ... here.
19198         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19200 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19202         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19204         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19205         hypotf multiarch implementations.
19206         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19207         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19208         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19209         multiarch hypot for PPC64.
19210         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19211         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19212         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19213         multiarch hypotf for PPC64.
19215         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19216         modff multiarch implementations.
19217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19220         multiarch modf for PPC64.
19221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19224         multiarch modff for PPC64.
19226         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19227         and logl multiarch implementations.
19228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19231         multiarch logb for PPC64.
19232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19235         multiarch logb for PPC64.
19236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19239         multiarch logb for PPC64.
19241         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19242         isinff multiarch implementation.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19244         file.
19245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19247         multiarch isinf for PPC64.
19248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19249         file.
19250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19251         multiarch isinff for PPC64.
19253         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19254         finitef multiarch implementation.
19255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19256         file.
19257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19259         multiarch finite for PPC64.
19260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19261         file.
19262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19263         multiarch finitef for PPC64.
19265         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19266         lrint multiarch implementation.
19267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19268         file.
19269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19271         multiarch llrint for PPC64.
19272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19273         multiarch lrint for PPC64.
19275         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19276         copysignf multiarch implementation.
19277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19278         file.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19280         file.
19281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19282         multiarch copysign for PPC64.
19283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19284         multiarch copysignf for PPC64.
19286         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19287         multiarch implementation.
19288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19289         file.
19290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19291         file.
19292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19293         file.
19294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19295         file.
19296         multiarch llround for PPC64.
19297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19298         multiarch trunc for PPC64.
19299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19300         multiarch truncf for PPC64.
19302         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19303         multiarch implementation.
19304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19305         file.
19306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19307         file.
19308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19309         file.
19310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19311         file.
19312         multiarch llround for PPC64.
19313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19314         multiarch round for PPC64.
19315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19316         multiarch roundf for PPC64.
19318         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19319         multiarch implementation.
19320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19321         file.
19322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19323         file.
19324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19325         file.
19326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19327         file.
19328         multiarch llround for PPC64.
19329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19330         multiarch floor for PPC64.
19331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19332         multiarch floorf for PPC64.
19334         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19335         multiarch implementation.
19336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19337         file.
19338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19339         file.
19340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19341         file.
19342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19343         file.
19344         multiarch llround for PPC64.
19345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19346         multiarch ceil for PPC64.
19347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19348         multiarch ceilf for PPC64.
19350         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19351         multiarch implementation.
19352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19353         file.
19354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19355         file.
19356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19357         file.
19358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19359         multiarch llround for PPC64.
19360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19361         multiarch lround for PPC64.
19363         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19364         multiarch implementation.
19365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19368         file.
19369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19372         multiarch isnan for PPC64.
19373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19374         multiarch isnanf for PPC64.
19376         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19377         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19378         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19379         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19380         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19383         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19384         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19385         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19386         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19388         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19389         multiarch implementations.
19390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19391         (__libc_ifunc_impl_list): Likewise.
19392         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19393         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19394         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19395         multiarch stpcpy for PPC64.
19397         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19398         multiarch implementations.
19399         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19400         (__libc_ifunc_impl_list): Likewise.
19401         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19402         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19403         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19404         multiarch strcpy for PPC64.
19406         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19407         redefine function name.
19408         (_wordcopy_fwd_dest_aligned): Likewise.
19409         (_wordcopy_bwd_aligned): Likewise.
19410         (_wordcopy_bwd_dest_aligned): Likewise.
19411         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19412         multiarch implementations.
19413         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19414         (__libc_ifunc_impl_list): Likewise.
19415         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19416         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19417         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19418         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19419         multiarch wcscpy for PPC64.
19421         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19422         multiarch implementations.
19423         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19424         (__libc_ifunc_impl_list): Likewise.
19425         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19426         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19427         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19428         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19429         multiarch wcscpy for PPC64.
19431         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19432         multiarch implementations.
19433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19434         (__libc_ifunc_impl_list): Likewise.
19435         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19436         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19437         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19438         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19439         multiarch wcsrchr for PPC64.
19441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19442         multiarch implementations.
19443         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19444         (__libc_ifunc_impl_list): Likewise.
19445         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19446         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19447         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19448         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19449         multiarch wcschr for PPC64.
19451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19452         multiarch implementations.
19453         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19454         (__libc_ifunc_impl_list): Likewise.
19455         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19456         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19457         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19458         multiarch strchrnul for PPC64.
19460         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19461         implementations.
19462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19463         (__libc_ifunc_impl_list): Likewise.
19464         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19465         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19466         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19467         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19468         strchr for PPC64.
19470         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19471         implementations.
19472         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19473         (__libc_ifunc_impl_list): Likewise.
19474         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19475         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19476         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19477         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19478         strncmp for PPC64.
19480         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19481         multiarch implementations.
19482         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19483         (__libc_ifunc_impl_list): Likewise.
19484         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19485         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19486         strncasecmp for PPC64.
19487         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19488         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19489         multiarch strncasecmp_l for PPC64.
19491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19492         multiarch implementations.
19493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19494         (__libc_ifunc_impl_list): Likewise.
19495         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19496         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19497         multiarch strcasecmp for PPC64.
19498         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19499         file.
19500         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19501         multiarch strcasecmp_l for PPC64.
19503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19504         implementations.
19505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19506         (__libc_ifunc_impl_list): Likewise.
19507         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19508         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19509         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19510         strnlen for PPC64.
19512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19513         implementations.
19514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19515         (__libc_ifunc_impl_list): Likewise.
19516         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19517         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19518         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19519         strlen for PPC64.
19521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19522         implementations.
19523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19524         (__libc_ifunc_impl_list): Likewise.
19525         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19526         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19527         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19528         rawmemrchr for PPC64.
19530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19531         implementation.
19532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19533         (__libc_ifunc_impl_list): Likewise.
19534         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19535         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19536         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19537         memrchr for PPC64.
19539         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19540         implementation.
19541         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19542         (__libc_ifunc_impl_list): Likewise.
19543         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19544         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19545         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19546         memchr for PPC64.
19548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19549         implementation.
19550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19551         (__libc_ifunc_impl_list): Likewise.
19552         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19553         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19554         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19555         mempcpy for PPC64.
19557         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19558         avoid cretion of __bzero symbol.
19559         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19560         Likewise.
19561         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19562         Likewise.
19563         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19564         Likewise.
19565         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19566         multiarch implementations.
19567         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19568         (__libc_ifunc_impl_list): Likewise.
19569         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19570         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19571         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19572         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19573         bzero for PPC32.
19574         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19575         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19576         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19577         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19578         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19579         memset for PPC64.
19580         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19582         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19584         implementations.
19585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19586         (__libc_ifunc_impl_list): Likewise.
19587         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19588         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19589         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19590         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19591         memcmp for PPC64.
19593         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19594         multiarch for POWER/PPC64.
19595         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19596         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19597         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19598         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19599         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19600         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19601         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19602         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19603         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19604         memcpy for PPC64.
19606         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19607         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19608         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19609         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19610         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19611         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19612         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19613         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19614         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19615         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19616         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19617         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19618         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19619         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19620         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19629 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19631         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19633 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19635         * benchtests/Makefile (bench): Add exp2 and log2.
19636         (LDLIBS-bench-exp2): Add -lm.
19637         (LDLIBS-bench-log2): Likewise.
19638         * benchtests/exp2-inputs: New inputs file.
19639         * benchtests/log2-inputs: New inputs file.
19640         * benchtests/log-inputs: Add new inputs.
19641         * benchtests/tan-inputs: Likewise.
19643 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19645         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19646         definition...
19647         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19648         (csloww2): ... from here.
19650         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19651         instead of structures.
19652         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19653         (POLYNOMIAL): Likewise.
19654         (TAYLOR_SLOW): Likewise.
19655         (__sin): Likewise.
19656         (__cos): Likewise.
19657         (slow1): Likewise.
19658         (slow2): Likewise.
19659         (sloww): Likewise.
19660         (sloww1); Likewise.
19661         (sloww2): Likewise.
19662         (bsloww1): Likewise.
19663         (bsloww2): Likewise.
19664         (cslow2): Likewise.
19665         (csloww): Likewise.
19666         (csloww1): Likewise.
19667         (csloww2): Likewise.
19669 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19671         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19672         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19673         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19674         * malloc/hooks.c (realloc_check): Likewise.
19676         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19677         * malloc/arena.c: Remove PER_THREAD conditional.
19678         [!PER_THREAD]: Remove code.
19679         (ptmalloc_unlock_all2): Likewise.
19680         (ptmalloc_init): Likewise.
19681         (_int_new_arena): Likewise.
19682         (arena_get2): Likewise.
19683         * malloc/hooks.c (__malloc_get_state): Likewise.
19684         (__malloc_set_state): Likewise.
19685         * malloc/malloc.c: Likewise.
19686         (struct malloc_state): Likewise.
19687         (struct malloc_par): Likewise.
19688         (__libc_realloc): Likewise.
19689         (__libc_mallopt): Likewise.
19691 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19693         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19695 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19697         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19698         macro to a function.  Check for zero perturb_byte.
19699         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19701         * malloc/malloc.c: (force_reg): Remove.
19702         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19703         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19704         force_reg by atomic_forced_read.
19705         * malloc/arena.c (ptmalloc_init): Likewise.
19706         * malloc/hooks.c (top_check): Likewise.
19708 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19710         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19712 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19714         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19716 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19718         * math/auto-libm-test-in: Add tests of lgamma.
19719         * math/auto-libm-test-out: Regenerated.
19720         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19721         (M_LOG_2_SQRT_PIl): Likewise.
19722         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19723         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19724         mpfr_f_f1.
19725         (func_calc_desc): Add mpfr_f_f1 union field.
19726         (ARGS1): New macro.
19727         (ARGS2): Likewise.
19728         (ARGS3): Likewise.
19729         (ARGS4): Likewise.
19730         (RET1): Likewise.
19731         (RET2): Likewise.
19732         (CALC): Likewise.
19733         (FUNC): Likewise.
19734         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19735         (test_functions): Add lgamma.
19736         (calc_generic_results): Handle mpfr_f_f1.
19737         * sysdeps/i386/fpu/libm-test-ulps: Update.
19738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19740 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19742         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19743         __mpn_add_n for PowerPC64/POWER7.
19744         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19745         __mpn_sub_n for PowerPC64/POWER7.
19747         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19748         __mpn_addmul_1 for PowerPC64.
19749         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19750         __mpn_submul_1 for PowerPC64.
19751         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19752         for PowerPC64.
19753         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19754         for PowerPC64.
19756 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19758         [BZ #15089]
19759         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19761 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19763         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19765         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19766         add multiarch folders.
19767         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19768         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19769         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19770         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19771         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19772         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19773         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19774         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19775         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19776         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19777         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19786         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19788         New file.
19789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19790         New file.
19791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19792         multiarch __ieee754_hypot for PowerPC32.
19793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19794         New file.
19795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19796         New file.
19797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19798         multiarch __ieee754_hypotf for PowerPC32.
19800         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19801         long_double_symbol only if __logbl is defined.
19802         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19803         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19804         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19805         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19806         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19807         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19808         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19809         path for implementation.
19810         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19811         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19813         logb, and logbl multiarch implementations for PowerPC32.
19814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19815         file.
19816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19817         file.
19818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19819         multiarch logb for PowerPC32.
19820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19821         file.
19822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19823         file.
19824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19825         multiarch logbf for PowerPC32.
19826         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19828         file.
19829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19830         multiarch logbl implementation for PowerPC32.
19832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19833         and modff multiarch implementations.
19834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19835         New file.
19836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19837         New file.
19838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19839         multiarch modf for PowerPC32.
19840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19841         New file.
19842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19843         New file.
19844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19845         multiarch modff for PowerPC32.
19847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19848         and lrintf multiarch implementations.
19849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19850         New file.
19851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19852         New file.
19853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19854         multiarch lrint for PowerPC32.
19855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19856         file: multiarch lrintf for PowerPC32.
19858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19859         and lroundf multiarch implementations.
19860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19861         New file.
19862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19863         New file.
19864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19865         New file.
19866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19867         multiarch lround for PowerPC32.
19868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19869         file: multiarch lroundf for PowerPC32.
19871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19872         copysign and copysignf multiarch implementations.
19873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19874         New file.
19875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19876         New file.
19877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19878         file: multiarch copysign for PowerPC32.
19879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19880         file: multiarch copysignf for PowerPC32.
19882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19883         and truncf multiarch implementations.
19884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19885         New file.
19886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19887         file.
19888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19889         multiarch trunc for PowerPC32.
19890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19891         New file.
19892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19893         New file.
19894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19895         multiarch truncf for PowerPC32.
19897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19898         and roundf multiarch implementations.
19899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19900         New file.
19901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19902         file.
19903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19904         multiarch round for PowerPC32.
19905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19906         New file.
19907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19908         New file.
19909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19910         multiarch roundf for PowerPC32.
19912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19913         and floorf multiarch implementations.
19914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19915         New file.
19916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19917         file.
19918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19919         multiarch floor for PowerPC32.
19920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19921         New file.
19922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19923         New file.
19924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19925         multiarch floorf for PowerPC32.
19927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19928         and ceilf multiarch implementations.
19929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19930         New file.
19931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19932         file.
19933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19934         multiarch ceil for PowerPC32.
19935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19936         New file.
19937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19938         file.
19939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19940         multiarch ceilf for PowerPC32.
19942         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19943         is defined.
19944         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19945         FINITEF is defined.
19946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19947         and finitef multiarch implementations.
19948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19949         New file.
19950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19951         file.
19952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19953         multiarch finite for PowerPC32.
19954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19955         New file.
19956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19957         file: multiarch finitef for PowerPC32.
19959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19960         and isinff multiarch implementations.
19961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19962         file.
19963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19964         file.
19965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19966         multiarch isinf for PowerPC32.
19967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19968         New file.
19969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19970         multiarch isinff for PowerPC32.
19972         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19973         alias when __isnan is defined.
19974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19975         and isnanf multiarch implementations.
19976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19977         file.
19978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19979         file.
19980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19981         file.
19982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19983         file.
19984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19985         multiarch isnan for PowerPC32.
19986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19987         New file.
19988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19989         New file.
19990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19991         multiarch isnanf for PowerPC32.
19993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19994         and sqrtf multiarch implementations.
19995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19996         file.
19997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19998         file.
19999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20000         multiarch sqrt for PowerPC32.
20001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20002         file.
20003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20004         file.
20005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20006         multiarch sqrtf for PowerPC32.
20008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20009         and llroundf multiarch implementations.
20010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20011         New file.
20012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20013         New file.
20014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20015         New file.
20016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20017         file: multiarch llround for PowerPC32.
20018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20019         file: multiarch llroundf for PowerPC32.
20021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20022         multiarch PowerPC32 fpu implementations.
20023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20024         New file.
20025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20026         New file.
20027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20028         multiarch llrint for PowerPC32.
20029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20030         New file.
20031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20032         New file.
20033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20034         file.
20036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20038         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20039         file.
20040         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20041         file.
20042         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20043         file.
20044         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20045         multiarch wordcopy for PPC32.
20046         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20047         wordcopy objects.
20048         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20049         (__libc_ifunc_impl_list): Likewise.
20050         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20051         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20052         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20053         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20054         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20055         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20057         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20059         file.
20060         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20061         file.
20062         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20063         file.
20064         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20065         multiarch wcscpy for PPC32.
20066         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20067         multiarch objects.
20068         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20069         (__libc_ifunc_impl_list): Likewise.
20070         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20071         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20072         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20073         sysdeps/powerpc/power6/wcscpy.c.
20075         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20076         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20077         file.
20078         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20079         file.
20080         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20081         file.
20082         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20083         multiarch wcsrchr for PPC32.
20084         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20085         multiarch objects.
20086         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20087         (__libc_ifunc_impl_list): Likewise.
20088         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20089         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20090         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20091         sysdeps/powerpc/power6/wcsrchr.c.
20093         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20094         file.
20095         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20096         file.
20097         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20098         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20099         multiarch wcschr for PPc32.
20100         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20101         multiarch objects.
20102         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20103         (__libc_ifunc_impl_list): Likewise.
20104         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20105         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20106         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20107         sysdeps/powerpc/power6/wcschr.c.
20109         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20110         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20111         file.
20112         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20113         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20114         file: multiarch strchr for PPC32.
20115         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20116         multiarch objects.
20117         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20118         (__libc_ifunc_impl_list): Likewise.
20120         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20121         name.
20122         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20123         file.
20124         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20125         file.
20126         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20127         multiarch strchrnul for PPC32.
20128         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20129         multiarch objects.
20130         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20131         (__libc_ifunc_impl_list): Likewise.
20133         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20134         file.
20135         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20136         multiarch strncasecmp for PPC32.
20137         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20138         file.
20139         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20140         multiarch strncasecmp_l for PPC32.
20141         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20142         strncasecmp multiarch objects.
20143         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20144         (__libc_ifunc_impl_list): Likewise.
20146         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20147         file.
20148         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20149         multiarch strncasecmp for PPC32.
20150         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20151         New file.
20152         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20153         multiarch strcasecmp_l for PPC32.
20154         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20155         multiarch objects.
20156         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20157         (__libc_ifunc_impl_list): Likewise.
20159         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20160         file.
20161         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20162         file.
20163         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20164         multiarch strncmp for PPC32.
20165         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20166         multiarch objects.
20167         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20168         (__libc_ifunc_impl_list): Likewise.
20170         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20171         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20172         file.
20173         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20174         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20175         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20176         multiarch objects.
20177         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20178         (__libc_ifunc_impl_list): Likewise.
20180         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20181         file.
20182         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20183         file.
20184         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20186         multiarch objects.
20187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20188         (__libc_ifunc_impl_list): Likewise.
20190         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20191         file.
20192         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20193         file.
20194         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20195         multiarch rawmemchr for PPC32.
20196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20197         multiarch objects.
20198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20199         (__libc_ifunc_impl_list): Likewise.
20201         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20202         file.
20203         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20204         file.
20205         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20206         file: memrchr multiarch for PPC32.
20207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20208         multiarch objects.
20209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20210         (__libc_ifunc_impl_list): Likewise.
20212         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20213         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20214         file.
20215         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20216         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20217         multiarch memchr for PPC32.
20218         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20219         multiarch objects.
20220         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20221         (__libc_ifunc_impl_list): Likewise.
20223         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20224         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20225         file.
20226         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20227         file.
20228         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20229         file: multiarch mempcpy for PPC32.
20230         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20231         multiarch objects.
20232         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20233         (__libc_ifunc_impl_list): Likewise.
20235         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20236         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20237         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20238         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20239         multiarch bzero for PPC32.
20240         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20241         file.
20242         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20243         file.
20244         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20245         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20246         file: multiarch memset for PPC32.
20247         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20248         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20249         memset multiarch objects.
20250         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20251         (__libc_ifunc_impl_list): Likewise.
20253         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20254         file.
20255         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20256         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20257         memcmp for PPC32.
20258         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20259         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20260         multiarch objects.
20261         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20262         (__libc_ifunc_impl_list): Likewise.
20264         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20265         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20266         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20267         file.
20268         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20269         file.
20270         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20271         file.
20272         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20273         multiarch memcpy for PPC32.
20274         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20275         multiarch objects.
20276         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20277         (__libc_ifunc_impl_list): Likewise.
20279         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20280         support multiarch for POWER/PPC32.
20281         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20282         Likewise.
20283         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20285         Implies file to make multiarch folder appers before the fpu and
20286         default folder for power4 configuration.
20288 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20290         * scripts/bench.pl: Append volatile keyword to type.
20292 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20294         * sysdeps/sh/sotruss-lib.c: New file.
20295         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20297 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20301 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20303         [BZ #6810]
20304         * math/w_tgamma.c: Include <errno.h>.
20305         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20306         * math/w_tgammaf.c: Include <errno.h>.
20307         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20308         * math/w_tgammal.c: Include <errno.h>.
20309         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20310         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20311         underflow.  Add more tgamma tests.
20312         * math/auto-libm-test-out: Regenerated.
20313         * sysdeps/i386/fpu/libm-test-ulps: Update.
20314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20316         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20317         sin, sinh, tan, tanh, tgamma, y0 and y1.
20318         * math/auto-libm-test-out: Regenerated.
20319         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20320         (TEST_COND_x86): Likewise.
20321         (M_E2l): Remove macro.
20322         (M_E3l): Likewise.
20323         (M_2_SQRT_PIl): Likewise.
20324         (M_SQRT_PIl): Likewise.
20325         (M_1_DIV_El): Likewise.
20326         (log_test_data): Use AUTO_TESTS_f_f.
20327         (log10_test_data): Likewise.
20328         (log1p_test_data): Likewise.
20329         (log2_test_data): Likewise.
20330         (sin_test_data): Likewise.
20331         (sin_tonearest_test_data): Likewise.
20332         (sin_towardzero_test_data): Likewise.
20333         (sin_downward_test_data): Likewise.
20334         (sin_upward_test_data): Likewise.
20335         (sinh_test_data): Likewise.
20336         (sinh_tonearest_test_data): Likewise.
20337         (sinh_towardzero_test_data): Likewise.
20338         (sinh_downward_test_data): Likewise.
20339         (sinh_upward_test_data): Likewise.
20340         (tan_test_data): Likewise.
20341         (tan_tonearest_test_data): Likewise.
20342         (tan_towardzero_test_data): Likewise.
20343         (tan_downward_test_data): Likewise.
20344         (tan_upward_test_data): Likewise.
20345         (tanh_test_data): Likewise.
20346         (tgamma_test_data): Likewise.
20347         (y0_test_data): Likewise.
20348         (y1_test_data): Likewise.
20349         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20350         (special_real_inputs): Add pi/4.
20351         * sysdeps/i386/fpu/libm-test-ulps: Update.
20352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20354 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20356         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20357         "longjmp_target" static probes.
20358         (__longjmp): Rename to __longjmp_symbol.
20359         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20360         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20361         on which longjmp to generate.
20362         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20363         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20364         probe.
20365         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20366         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20367         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20368         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20369         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20370         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20372         __longjmp_symbol based on which __longjmp to generate.
20373         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20374         probe.
20375         (setjmp): Rename to setjmp_symbol.
20376         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20377         (_setjmp): Rename to _setjmp_symbol.
20378         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20379         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20380         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20381         which setjmp to generate.
20382         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20383         "longjmp_target" static probes.
20385 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20387         * benchtests/README: Add note about output arguments.
20388         * benchtests/bench-sincos.c: Remove file.
20389         * benchtests/sincos-inputs: New file.
20390         * scripts/bench.pl: Identify output arguments and define
20391         static variables for them.
20393         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20395         [BZ #15941]
20396         * Makefile (INSTALL): Add install-plain.texi as the primary
20397         dependency.
20398         * manual/install-plain.texi: New file.
20399         * manual/install.texi: Include node directive only for
20400         non-plaintext output.
20402 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20404         * stdlib/longlong.h: Update from GCC.
20406         [BZ #6807]
20407         [BZ #15901]
20408         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20409         * math/w_j0f.c (y0f): Likewise.
20410         * math/w_j0l.c (__y0l): Likewise.
20411         * math/w_j1.c (y1): Likewise.
20412         * math/w_j1f.c (y1f): Likewise.
20413         * math/w_j1l.c (__y1l): Likewise
20414         * math/w_jn.c (yn): Likewise.
20415         * math/w_jnf.c (ynf): Likewise.
20416         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20417         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20418         value for Bessel function domain errors outside _SVID_ mode.
20419         Adjust sign of return value for yn (negative integer, 0).
20420         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20421         by zero in return for negative x and set sign appropriately for
20422         negative n.
20423         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20424         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20425         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20426         expectations in error cases.
20427         (y1_test_data): Likewise.
20428         (yn_test_data): Likewise.
20429         * sysdeps/i386/fpu/libm-test-ulps: Update.
20430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20432 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20434         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20435         "64" to "64-v1".  Add "64-v2".
20436         (abi-64-options): Rename to ...
20437         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20438         (abi-64-condition): Rename to ...
20439         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20440         (abi-64-ld-soname): Rename to ...
20441         (abi-64-v1-ld-soname): ... this.
20442         (abi-64-v2-options): Define.
20443         (abi-64-v2-condition): Likewise.
20444         (abi-64-v2-ld-soname): Likewise.
20445         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20446         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20451 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20452             Alan Modra  <amodra@gmail.com>
20454         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20455         New versions for use with the ELFv2 ABI.
20456         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20457         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20458         declaration.
20459         (struct La_ppc64v2_retval): Likewise.
20460         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20461         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20462         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20463         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20464         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20465         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20466         Do not save or restore CR.
20467         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20468         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20469         return values for ELFv2 ABI.  Fix location of FPR return registers.
20470         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20471         updated values for _CALL_ELF == 2.
20472         (La_regs, La_retval, int_retval): Likewise.
20474 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20476         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20477         (FRAME_MIN_SIZE_PARM): Likewise.
20478         (FRAME_BACKCHAIN): Likewise.
20479         (FRAME_CR_SAVE): Likewise.
20480         (FRAME_LR_SAVE): Likewise.
20481         (FRAME_TOC_SAVE): Likewise.
20482         (FRAME_PARM_SAVE): Likewise.
20483         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20484         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20485         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20486         (call_mcount_parm_offset): New macro.
20487         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20488         (PROF): Use symbolic stack frame offsets.
20489         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20490         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20491         Redefine in terms of FRAME_MIN_SIZE.
20492         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20493         (_dl_profile_resolve): Likewise.  Update comment.
20494         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20495         symbols stack frame offsets.
20496         (__sigsetjmp): Likewise.
20497         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20498         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20499         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20500         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20503         (FRAME_BACKCHAIN): Remove.
20504         (FRAME_CR_SAVE): Likewise.
20505         (FRAME_LR_SAVE): Likewise.
20506         (FRAME_COMPILER_DW): Likewise.
20507         (FRAME_LINKER_DW): Likewise.
20508         (FRAME_TOC_SAVE): Likewise.
20509         (FRAME_PARM_SAVE): Likewise.
20510         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20511         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20512         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20514         (CHECK_SP): Use symbolic stack frame offsets.
20515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20516         zone" instead of caller's parameter save area for temp storage.
20517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20518         Likewise.  Also, use symbolic stack frame offsets.
20519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20520         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20521         our own stack frame instead of the caller's.
20522         (__socket): Use symbolic stack frame offsets.
20524 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20525             Alan Modra  <amodra@gmail.com>
20527         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20528         Define.
20529         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20530         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20531         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20532         New function.
20533         (elf_machine_fixup_plt): Call it.
20534         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20535         reloc arguments.
20536         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20537         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20538         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20539         r2 before calling target.
20541 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20542             Alan Modra  <amodra@gmail.com>
20544         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20545         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20546         versions of macros to support ELFv2 ABI.
20547         (LOCALENTRY): New macro.
20548         (ENTRY, EALIGN): Use it.
20549         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20550         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20551         fall through into ENTRY entry point.
20552         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20553         Only define if _CALL_ELF != 2.
20555         (elf_machine_matches_host): Verify ABI version matches.
20556         (RTLD_START): Use LOCALENTRY.
20557         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20558         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20559         (PLT_ENTRY_WORDS): New macro.
20560         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20561         (elf_machine_runtime_setup): Support ELFv2 ABI.
20562         (elf_machine_fixup_plt): Likewise.
20563         (elf_machine_plt_conflict): Likewise.
20564         (resolve_ifunc): Likewise.
20565         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20566         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20567         Likewise.
20568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20569         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20571         (makecontext): Support ELFv2 ABI.
20572         * elf/elf.h (EF_PPC64_ABI): Define.
20574 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20576         * sysdeps/powerpc/powerpc64/sysdep.h
20577         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20578         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20579         (ENTRY) [ASSEMBLER]: ... but instead here ...
20580         (EALIGN) [ASSEMBLER]: ... and here.
20581         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20582         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20583         (ENTRY_2) [!ASSEMBLER]: Use it.
20584         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20585         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20586         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20587         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20588         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20590         Use PPC64_LOAD_FUNCPTR.
20592         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20594 2013-12-04  Alan Modra  <amodra@gmail.com>
20596         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20597         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20598         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20599         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20601         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20602         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20603         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20604         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20605         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20606         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20608 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20611         (__makecontext): Fix incorrect CFI when backtracing out of
20612         context created via makecontext.
20613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20614         (__setcontext): Fix incorrect CFI during switch to new context.
20615         (__novec_setcontext): Likewise.
20617 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20619         [BZ #4772]
20620         * time/strptime_l.c (__strptime_internal): Allow modifiers
20621         in strptime.
20622         * time/tst-strptime.c (day_tests): Add testcase.
20624 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20626         * scripts/bench.pl: Skip over blank lines.
20628 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20630         [BZ #926]
20631         * manual/time.texi (Calendar Time): Clarify what timezone functions
20632         use.
20634 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20638 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20640         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20641         implementation.
20642         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20643         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20644         * debug/memset_chk.c (__memset_chk): Likewise.
20645         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20646         * debug/strncpy_chk.c: Likewise.
20648 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20650         [BZ #15268]
20651         [BZ #15425]
20652         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20653         (__ieee754_exp): For possibly underflowing results, check size of
20654         result and force underflow exception if required.
20655         * math/auto-libm-test-in: Add more tests of exp.
20656         * math/auto-libm-test-out: Regenerated.
20657         * sysdeps/i386/fpu/libm-test-ulps: Update.
20658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20660         [BZ #16283]
20661         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20662         * math/w_exp2f.c (__exp2f): Likewise.
20663         * math/w_exp2l.c (__exp2l): Likewise.
20664         * math/auto-libm-test-in: Do not allow missing errno on exp2
20665         underflow.
20666         * math/auto-libm-test-out: Regenerated.
20668 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20670         [BZ #16274]
20671         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20672         handle filename validation.
20673         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20674         (do_open): Delete.
20676 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20678         [BZ #6786]
20679         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20680         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20681         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20682         <float.h>.
20683         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20684         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20685         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20686         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20687         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20688         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20689         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20690         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20691         Add more erfc tests.
20692         * math/auto-libm-test-out: Regenerated.
20693         * sysdeps/i386/fpu/libm-test-ulps: Update.
20694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20696         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20697         exp2, expm1, j0 and j1.
20698         * math/auto-libm-test-out: Regenerated.
20699         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20700         (erfc_test_data): Likewise.
20701         (exp_test_data): Likewise.
20702         (exp_tonearest_test_data): Likewise.
20703         (exp_towardzero_test_data): Likewise.
20704         (exp_downward_test_data): Likewise.
20705         (exp_upward_test_data): Likewise.
20706         (exp10_test_data): Likewise.
20707         (exp2_test_data): Likewise.
20708         (expm1_test_data): Likewise.
20709         (j0_test_data): Likewise.
20710         (j1_test_data): Likewise.
20711         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20712         (input_flag_type): Add flag_xfail_rounding.
20713         (input_flags): Add xfail-rounding.
20714         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20715         (output_for_one_input_case): Handle flag_xfail_rounding.
20716         * sysdeps/i386/fpu/libm-test-ulps: Update.
20717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20719 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20721         [BZ #16289]
20722         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20723         division by 0.
20725 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20727         [BZ #16195]
20728         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20729         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20730         (STAP_PROBE0): New macro.
20731         (STAP_PROBE1): Likewise.
20732         (STAP_PROBE2): Likewise.
20733         (STAP_PROBE3): Likewise.
20734         (STAP_PROBE4): Likewise.
20736 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20738         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20740 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20742         * benchtests/Makefile (bench): Add sqrt.
20743         (LDLIBS-bench-sqrt): New.
20744         * benchtests/sqrt-input: New.
20746 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20748         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20749         (GAIH_EAI): Likewise.
20750         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20751         (gaih_inet): Likewise.
20752         (getaddrinfo): Don't use GAIH_EAI.
20754         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20755         (struct gaih): Remove definition.
20757 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20759         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20760         Use HERRNOP directly.
20762 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20764         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20766 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20768         * math/gen-auto-libm-tests.c (test_functions): Add more
20769         single-argument functions.
20770         (special_fill_pi_2): New function.
20771         (special_fill_minus_pi_2): Likewise.
20772         (special_fill_pi_6): Likewise.
20773         (special_fill_minus_pi_6): Likewise.
20774         (special_fill_pi_3): Likewise.
20775         (special_fill_2pi_3): Likewise.
20776         (special_fill_e): Likewise.
20777         (special_fill_1_e): Likewise.
20778         (special_fill_e_minus_1): Likewise.
20779         (special_real_inputs): Add more special inputs.
20780         (output_for_one_input_case): Do not require ERANGE on underflow to
20781         zero if round-to-nearest result does not underflow to zero, unless
20782         exact results required.
20783         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20784         atan, atanh, cbrt, cos and cosh.
20785         * math/auto-libm-test-out: Regenerated.
20786         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20787         (acos_tonearest_test_data): Likewise.
20788         (acos_towardzero_test_data): Likewise.
20789         (acos_downward_test_data): Likewise.
20790         (acos_upward_test_data): Likewise.
20791         (acosh_test_data): Likewise.
20792         (asin_test_data): Likewise.
20793         (asin_tonearest_test_data): Likewise.
20794         (asin_towardzero_test_data): Likewise.
20795         (asin_upward_test_data): Likewise.
20796         (asinh_test_data): Likewise.
20797         (atan_test_data): Likewise.
20798         (atanh_test_data): Likewise.
20799         (cbrt_test_data): Likewise.
20800         (cos_test_data): Likewise.
20801         (cos_tonearest_test_data): Likewise.
20802         (cos_towardzero_test_data): Likewise.
20803         (cos_downward_test_data): Likewise.
20804         (cos_upward_test_data): Likewise.
20805         (cosh_test_data): Likewise.
20806         (cosh_tonearest_test_data): Likewise.
20807         (cosh_towardzero_test_data): Likewise.
20808         (cosh_downward_test_data): Likewise.
20809         (cosh_upward_test_data): Likewise.
20810         * sysdeps/i386/fpu/libm-test-ulps: Update.
20811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20813 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20815         [BZ #6787]
20816         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20817         * math/w_exp10f.c (__exp10f): Likewise.
20818         * math/w_exp10l.c (__exp10l): Likewise.
20819         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20820         errno settings in existing tests.
20822         [BZ #14032]
20823         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20824         precision control set to double precision.
20825         * sysdeps/i386/fpu/w_sqrt.c: New file.
20826         * math/auto-libm-test-in: Add more tests.
20827         * math/auto-libm-test-out: Update.
20829         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20830         (sqrt_test_tonearest): New function.
20831         (sqrt_towardzero_test_data): New variable.
20832         (sqrt_test_towardzero): New function.
20833         (sqrt_downward_test_data): New variable.
20834         (sqrt_test_downward): New function.
20835         (sqrt_upward_test_data): New variable.
20836         (sqrt_test_upward): New function.
20837         (main): Call the new functions.
20839         * math/gen-auto-libm-tests.c: New file.
20840         * math/auto-libm-test-in: Likewise.
20841         * math/auto-libm-test-out: New generated file.
20842         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20843         variables.
20844         (%beautify): Add generated representations of zero.
20845         (top level): Set $auto_input and call parse_auto_input.
20846         (beautify): Remove trailing "f" from hex float constants.
20847         (parse_args): Handle XFAIL_TEST.
20848         (convert_condition): New function.
20849         (or_value): Likewise.
20850         (or_cond_value): Likewise.
20851         (generate_testfile): Handle AUTO_TESTS_* lines.
20852         (parse_auto_input): New function.
20853         * math/libm-test.inc (XFAIL_TEST): New macro.
20854         (ERRNO_UNCHANGED): Update value.
20855         (ERRNO_EDOM): Likewise.
20856         (ERRNO_ERANGE): Likewise.
20857         (IGNORE_RESULT): Likewise.
20858         (TEST_COND_flt_32): New macro.
20859         (TEST_COND_dbl_64): Likewise.
20860         (TEST_COND_ldbl_96_intel): Likewise.
20861         (TEST_COND_ldbl_96_m68k): Likewise.
20862         (TEST_COND_ldbl_128): Likewise.
20863         (TEST_COND_ldbl_128ibm): Likewise.
20864         (TEST_COND_long32): Likewise.
20865         (TEST_COND_long64): Likewise.
20866         (TEST_COND_before_rounding): Likewise.
20867         (TEST_COND_after_rounding): Likewise.
20868         (enable_test): Handle XFAIL_TEST flag.
20869         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20870         with finite results.
20871         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20872         auto-libm-test-out.
20874 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20875             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20877         [BZ #16214]
20878         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20879         __tls_get_addr_internal instead of __tls_get_offset in order to
20880         avoid GOT pointer dependency.  Make rtld export
20881         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20882         __tls_get_addr since we are a __tls_get_offset platform.
20883         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20884         GOT pointer being set up before.
20885         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20887 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20889         * manual/math.texi (Errors in Math Functions): Document accuracy
20890         goals.
20892         [BZ #15004]
20893         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20894         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20895         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20896         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20897         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20898         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20899         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20900         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20901         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20902         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20903         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20904         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20905         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20906         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20907         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20908         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20910         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20911         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20912         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20913         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20914         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20915         Likewise.
20916         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20917         Likewise.
20918         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20919         Likewise.
20920         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20921         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20922         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20923         atomic-feupdateenv and flt-rounds.
20924         * sysdeps/powerpc/nofpu/Versions (libc): Add
20925         __atomic_feholdexcept, __atomic_feclearexcept,
20926         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20927         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20928         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20929         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20930         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20931         here.
20932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20933         Update.
20935         * manual/arith.texi (FP Exceptions): Document that exceptions may
20936         not be raised when matherr is used.
20937         (Math Error Reporting): Document overflow in directed rounding
20938         modes.  Document that errno may not be set when finite values are
20939         returned on overflow.  Document intent to set errno on underflow
20940         only for underflow to zero.
20942         [BZ #16271]
20943         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20944         round-to-nearest then adjust result for other rounding modes.
20945         * include/fenv.h (fegetround): Use libm_hidden_proto.
20946         * math/fegetround.c (fegetround): Use libm_hidden_def.
20947         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20948         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20949         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20950         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20951         Likewise.
20952         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20953         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20954         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20955         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20957 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20959         [BZ #16077]
20960         * nss/Versions (libnss_files): Add
20961         _nss_files_gethostbyname3_r.
20962         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20963         New function.
20964         (HOST_DB_LOOKUP): Remove macro.
20965         (_nss_files_gethostbyname_r): Implement function without the
20966         HOST_DB_LOOKUP macro.
20967         (_nss_files_gethostbyname2_r): Likewise.
20969 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20971         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20973 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20975         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20976         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20977         warning.
20979 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20981         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20982         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20983         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20984         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20985         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20986         __fe_nomask_env_priv and attribute_hidden.
20987         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20988         (libc_feupdateenv_test_ppc): Likewise.
20989         (libc_feresetround_ppc): Likewise.
20990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20991         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20992         compat_symbol macro.
20993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20994         (__fe_nomask_env): Likewise.
20995         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20997 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20999         * string/Makefile: Remove ifunc tests.
21000         * string/test-string.h: Define TEST_IFUNC.
21001         * string/test-bcopy-ifunc.c: Remove.
21002         * string/test-bzero-ifunc.c: Likewise.
21003         * string/test-memccpy-ifunc.c: Likewise.
21004         * string/test-memchr-ifunc.c: Likewise.
21005         * string/test-memcmp-ifunc.c: Likewise.
21006         * string/test-memcpy-ifunc.c: Likewise.
21007         * string/test-memmem-ifunc.c: Likewise.
21008         * string/test-memmove-ifunc.c: Likewise.
21009         * string/test-mempcpy-ifunc.c: Likewise.
21010         * string/test-memrchr-ifunc.c: Likewise.
21011         * string/test-memset-ifunc.c: Likewise.
21012         * string/test-rawmemchr-ifunc.c: Likewise.
21013         * string/test-stpcpy-ifunc.c: Likewise.
21014         * string/test-stpncpy-ifunc.c: Likewise.
21015         * string/test-strcasecmp-ifunc.c: Likewise.
21016         * string/test-strcasestr-ifunc.c: Likewise.
21017         * string/test-strcat-ifunc.c: Likewise.
21018         * string/test-strchr-ifunc.c: Likewise.
21019         * string/test-strchrnul-ifunc.c: Likewise.
21020         * string/test-strcmp-ifunc.c: Likewise.
21021         * string/test-strcpy-ifunc.c: Likewise.
21022         * string/test-strcspn-ifunc.c: Likewise.
21023         * string/test-strlen-ifunc.c: Likewise.
21024         * string/test-strncasecmp-ifunc.c: Likewise.
21025         * string/test-strncat-ifunc.c: Likewise.
21026         * string/test-strncmp-ifunc.c: Likewise.
21027         * string/test-strncpy-ifunc.c: Likewise.
21028         * string/test-strnlen-ifunc.c: Likewise.
21029         * string/test-strpbrk-ifunc.c: Likewise.
21030         * string/test-strrchr-ifunc.c: Likewise.
21031         * string/test-strspn-ifunc.c: Likewise.
21032         * string/test-strstr-ifunc.c: Likewise.
21034 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21036         * benchtests/Makefile: Remove ifunc tests.
21037         * benchtests/bench-string.h: Define TEST_IFUNC.
21038         * benchtests/bench-bcopy-ifunc.c: Remove.
21039         * benchtests/bench-bzero-ifunc.c: Likewise.
21040         * benchtests/bench-memccpy-ifunc.c: Likewise.
21041         * benchtests/bench-memchr-ifunc.c: Likewise.
21042         * benchtests/bench-memcmp-ifunc.c: Likewise.
21043         * benchtests/bench-memcpy-ifunc.c: Likewise.
21044         * benchtests/bench-memmem-ifunc.c: Likewise.
21045         * benchtests/bench-memmove-ifunc.c: Likewise.
21046         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21047         * benchtests/bench-memrchr-ifunc.c: Likewise.
21048         * benchtests/bench-memset-ifunc.c: Likewise.
21049         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21050         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21051         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21052         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21053         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21054         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21055         * benchtests/bench-strcat-ifunc.c: Likewise.
21056         * benchtests/bench-strchr-ifunc.c: Likewise.
21057         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21058         * benchtests/bench-strcmp-ifunc.c: Likewise.
21059         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21060         * benchtests/bench-strcpy-ifunc.c: Likewise.
21061         * benchtests/bench-strcspn-ifunc.c: Likewise.
21062         * benchtests/bench-strlen-ifunc.c: Likewise.
21063         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21064         * benchtests/bench-strncat-ifunc.c: Likewise.
21065         * benchtests/bench-strncmp-ifunc.c: Likewise.
21066         * benchtests/bench-strncpy-ifunc.c: Likewise.
21067         * benchtests/bench-strnlen-ifunc.c: Likewise.
21068         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21069         * benchtests/bench-strrchr-ifunc.c: Likewise.
21070         * benchtests/bench-strsep-ifunc.c: Likewise.
21071         * benchtests/bench-strspn-ifunc.c: Likewise.
21072         * benchtests/bench-strstr-ifunc.c: Likewise.
21074 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21076         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21078 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21080         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21081         * rt/aio.h: Likewise.
21082         * sysdeps/gnu/bits/utmp.h: Likewise.
21083         * sysdeps/gnu/bits/utmpx.h: Likewise.
21084         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21085         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21086         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21087         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21088         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21089         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21090         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21091         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21092         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21093         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21094         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21095         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21096         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21098         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21099         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21100         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21101         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21102         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21103         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21104         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21105         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21106         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21107         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21108         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21109         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21110         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21111         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21112         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21113         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21114         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21115         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21116         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21117         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21118         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21119         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21120         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21121         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21122         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21123         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21124         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21125         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21127 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21129         [BZ #16245]
21130         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21131         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21133 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21135         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21136         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21137         Likewise.
21139 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21141         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21142         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21143         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21144         (__fesetround): Remove define.
21145         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21146         rounding and exceptions handling.
21147         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21148         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21149         (__fe_nomask_env): Likewise.
21150         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21151         __fegetround instead of fegetround.
21152         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21153         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21155 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21157         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21158         it's there.
21160         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21162 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21164         [BZ #11157]
21165         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21166         (encrypt_r): Likewise.
21167         * malloc/obstack.h (obstack_free): Likewise.
21168         * posix/unistd.h (encrypt): Likewise.
21170 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21172         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21173         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21174         DL_CALL_DT_FINI() that call the functions directly.
21175         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21176         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21177         * elf/dl-fini.c: Likewise.
21179 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21181         * malloc/hooks.c (memalign_check): Add alignment rounding.
21182         * malloc/malloc.c (_mid_memalign): New function.
21183         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21184         Implement by calling _mid_memalign.
21185         * manual/probes.texi (Memory Allocation Probes): Remove
21186         memory_valloc_retry and memory_pvalloc_retry.
21188 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21190         * locale/programs/locarchive.c (open_archive): Add const
21191         qualifier to ARCHIVEFNAME and copy default fname to
21192         DEFAULT_FNAME.
21194         [BZ #15601]
21195         * libio/tst-widetext.input: Rename Oriya to Odia.
21196         * locale/iso-639.def: Likewise.
21198         * manual/probes.texi (Mathematical Function Probes): Add
21199         documentation for sin, cos, asin and acos probes.
21200         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21201         (__sin32): Add slowasin probe.
21202         (__cos32): Add slowacos probe.
21203         (__mpsin): Add slowsin probe.
21204         (__mpcos): Add slowcos probe.
21206 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21208         [BZ #15483]
21209         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21210         thread-local __sim_exceptions_thread and global
21211         __sim_exceptions_global.
21212         (__sim_disabled_exceptions): Change to thread-local
21213         __sim_disabled_exceptions_thread and global
21214         __sim_disabled_exceptions_global.
21215         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21216         and global __sim_round_mode_global.
21217         (__simulate_exceptions): Use thread-local floating-point state and
21218         set global state from it as needed.
21219         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21220         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21221         __sim_round_mode_thread.
21222         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21223         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21224         and global __sim_exceptions_global.
21225         (__sim_disabled_exceptions): Change to thread-local
21226         __sim_disabled_exceptions_thread and global
21227         __sim_disabled_exceptions_global.
21228         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21229         and global __sim_round_mode_global.
21230         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21231         (SIM_SET_GLOBAL): Likewise.
21232         * sysdeps/powerpc/soft-fp/sfp-machine.h
21233         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21234         __sim_round_mode_thread.
21235         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21236         __sim_disabled_exceptions_thread.
21237         (__sim_exceptions): Change to __sim_exceptions_thread.
21238         (__sim_disabled_exceptions): Change to
21239         __sim_disabled_exceptions_thread.
21240         (__sim_round_mode): Change to __sim_round_mode_thread.
21241         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21242         thread-local floating-point state and set global state from it as
21243         needed.
21244         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21245         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21246         (__sim_disabled_exceptions): Remove extern declaration.
21247         (feenableexcept): Use thread-local floating-point state and set
21248         global state from it as needed.
21249         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21250         extern declaration.
21251         (__sim_disabled_exceptions): Likewise.
21252         (__sim_round_mode): Likewise.
21253         (__fegetenv): Use thread-local floating-point state.
21254         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21255         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21256         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21257         floating-point state and set global state from it as needed.
21258         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21259         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21260         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21261         Likewise.
21262         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21263         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21264         Likewise.
21265         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21266         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21267         Use __sim_round_mode_thread.
21268         * math/test-fenv-tls.c: New file.
21269         * math/Makefile (tests): Add test-fenv-tls.
21270         ($(objpfx)test-fenv-tls): Depend on
21271         $(common-objpfx)nptl/libpthread.so.
21273 2013-11-19  Andreas Schwab  <schwab@suse.de>
21275         * locale/programs/locale.c (show_info): Decode wordarray elements.
21276         * locale/categories.def (LC_MONETARY): Add element for
21277         _NL_MONETARY_CRNCYSTR.
21278         * locale/C-monetary.c (conversion_rate): New variable.
21279         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21280         element.
21282 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21284         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21285         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21287 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21289         * elf/Makefile (tst-auxv): New test.
21290         * elf/tst-auxv.c: New
21291         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21293 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21295         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21296         (hidden_proto): Caller changed.
21297         (hidden_tls_proto): New macro.
21298         (libc_hidden_tls_proto): Likewise.
21299         (rtld_hidden_tls_proto): Likewise.
21300         (libm_hidden_tls_proto): Likewise.
21301         (libresolv_hidden_tls_proto): Likewise.
21302         (librt_hidden_tls_proto): Likewise.
21303         (libdl_hidden_tls_proto): Likewise.
21304         (libnss_files_hidden_tls_proto): Likewise.
21305         (libnsl_hidden_tls_proto): Likewise.
21306         (libnss_nisplus_hidden_tls_proto): Likewise.
21307         (libutil_hidden_tls_proto): Likewise.
21309 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21311         [BZ #10253]
21312         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21313         (decompose_rpath): Defer expansion to fillin_rpath.
21314         (_dl_init_paths): Pass linkmap to fillin_rpath.
21316 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21318         * benchtests/Makefile: Add strsep.
21319         * benchtests/bench-strsep.c: New file: strsep benchtest.
21320         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21322 2013-11-18  Andreas Schwab  <schwab@suse.de>
21324         * locale/programs/locale.c (show_info) [case byte]: Check for
21325         '\377' instead of '\177'.
21326         * locale/C-monetary.c (not_available): Always use "\377".
21327         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21328         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21329         detect unavailable sign_posn locale elements.
21330         * locale/localeconv.c (__localeconv): For grouping and
21331         mon_grouping handle "\177" and "\377" like no grouping.
21332         (INT_ELEM): New macro.  Use it to set all numeric members.
21333         * locale/programs/ld-monetary.c (monetary_read)
21334         <tok_mon_grouping>: Normalize single -1 to the empty string.
21335         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21336         Likewise.
21338 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21340         [BZ #16055]
21341         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21342         when we match (nil).
21343         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21345 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21347         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21348         (NO_TEST_INLINE): Update value.
21349         (ERRNO_UNCHANGED): Likewise.
21350         (ERRNO_EDOM): Likewise.
21351         (ERRNO_ERANGE): Likewise.
21352         (IGNORE_RESULT): Likewise.
21353         (check_float_internal): Check signs of NaN results if
21354         TEST_NAN_SIGN used.
21355         (check_complex): Pass TEST_NAN_SIGN flag through to second
21356         check_float_internal call.
21357         (copysign_test_data): Add tests with quiet NaNs as second
21358         argument.  Use TEST_NAN_SIGN.
21359         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21360         TEST_NAN_SIGN.
21361         (signbit_test_data): Add tests of quiet NaN argument.
21362         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21364         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21365         $ignore_result.
21366         (parse_args): Handle function results specified as IGNORE.
21367         * math/libm-test.inc (IGNORE_RESULT): New macro.
21368         (check_float_internal): Do not check numerical result if flag
21369         IGNORE_RESULT set.
21370         (check_complex): Pass through IGNORE_RESULT to second
21371         check_float_internal call.
21372         (check_int): Do not check numerical result if flag IGNORE_RESULT
21373         set.
21374         (check_long): Likewise.
21375         (check_bool): Likewise.
21376         (check_longlong): Likewise.
21377         (lrint_test_data): Add tests of infinite and NaN arguments.
21378         (lrint_tonearest_test_data): Likewise.
21379         (lrint_towardzero_test_data): Likewise.
21380         (lrint_downward_test_data): Likewise.
21381         (lrint_upward_test_data): Likewise.
21382         (llrint_test_data): Likewise.
21383         (llrint_tonearest_test_data): Likewise.
21384         (llrint_towardzero_test_data): Likewise.
21385         (llrint_downward_test_data): Likewise.
21386         (llrint_upward_test_data): Likewise.
21387         (lround_test_data): Likewise.
21388         (llround_test_data): Likewise.
21390         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21391         (ERRNO_UNCHANGED): Update value.
21392         (ERRNO_EDOM): Likewise.
21393         (ERRNO_ERANGE): Likewise.
21394         (NO_TEST_INLINE_FLOAT): New macro.
21395         (NO_TEST_INLINE_DOUBLE): Likewise.
21396         (enable_test): New function.
21397         (RUN_TEST_f_f): Check enable_test before running test.
21398         (RUN_TEST_2_f): Likewise.
21399         (RUN_TEST_fff_f): Likewise.
21400         (RUN_TEST_c_f): Likewise.
21401         (RUN_TEST_f_f1): Likewise.
21402         (RUN_TEST_fF_f1): Likewise.
21403         (RUN_TEST_fI_f1): Likewise.
21404         (RUN_TEST_ffI_f1): Likewise.
21405         (RUN_TEST_c_c): Likewise.
21406         (RUN_TEST_cc_c): Likewise.
21407         (RUN_TEST_f_i): Likewise.
21408         (RUN_TEST_f_i_tg): Likewise.
21409         (RUN_TEST_ff_i_tg): Likewise.
21410         (RUN_TEST_f_b): Likewise.
21411         (RUN_TEST_f_b_tg): Likewise.
21412         (RUN_TEST_f_l): Likewise.
21413         (RUN_TEST_f_L): Likewise.
21414         (RUN_TEST_fFF_11): Likewise.
21415         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21416         conditionals.
21417         (cosh_test_data): Likewise.
21418         (exp_test_data): Likewise.
21419         (expm1_test_data): Likewise.
21420         (hypot_test_data): Likewise.
21421         (pow_test_data): Likewise.
21422         (sinh_test_data): Likewise.
21423         (tanh_test_data): Likewise.
21424         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21425         flags argument.
21427         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21428         tests with quiet NaN input and output.
21429         (acosh_test_data): Likewise.
21430         (asin_test_data): Likewise.
21431         (asinh_test_data): Likewise.
21432         (atan_test_data): Likewise.
21433         (atanh_test_data): Likewise.
21434         (atan2_test_data): Likewise.
21435         (cbrt_test_data): Likewise.
21436         (cos_test_data): Likewise.
21437         (cosh_test_data): Likewise.
21438         (erf_test_data): Likewise.
21439         (erfc_test_data): Likewise.
21440         (exp_test_data): Likewise.
21441         (exp10_test_data): Likewise.
21442         (exp2_test_data): Likewise.
21443         (expm1_test_data): Likewise.
21444         (hypot_test_data): Likewise.
21445         (j0_test_data): Likewise.
21446         (j1_test_data): Likewise.
21447         (jn_test_data): Likewise.
21448         (lgamma_test_data): Likewise.
21449         (log_test_data): Likewise.
21450         (log10_test_data): Likewise.
21451         (log1p_test_data): Likewise.
21452         (log2_test_data): Likewise.
21453         (pow_test_data): Likewise.
21454         (scalb_test_data): Likewise.
21455         (sin_test_data): Likewise.
21456         (sincos_test_data): Likewise.
21457         (sinh_test_data): Likewise.
21458         (tan_test_data): Likewise.
21459         (tanh_test_data): Likewise.
21460         (tgamma_test_data): Likewise.
21461         (y0_test_data): Likewise.
21462         (y1_test_data): Likewise.
21463         (yn_test_data): Likewise.
21465         [BZ #16167]
21466         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21467         argument being NaN and avoid computations with second argument in
21468         that case.
21469         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21470         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21471         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21473 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21475         * locale/iso-639.def: Add Chitwani Tharu (the).
21477 2013-11-14  Andreas Schwab  <schwab@suse.de>
21479         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21480         word instead of empty string.
21482 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21485         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21487         (__fe_nomask_env): Likewise.
21489 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21491         * benchtests/bench-timing.h: Include time.h.
21493 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21495         [BZ #15997]
21496         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21497         to 3.4.0 for x32.
21498         * sysdeps/unix/sysv/linux/configure: Regenerated.
21500 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21502         [BZ #16151]
21503         * stdlib/strtod_l.c (round_and_return): Do not consider
21504         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21505         exponent one less than half the least subnormal exponent.
21506         * stdlib/test-strtod-round-data: Add more tests.
21507         * stdlib/tst-strtod-round.c (tests): Regenerated.
21509 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21511         [BZ #14143]
21512         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21513         (__fe_mask_env): Likewise.
21514         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21515         libm_hidden_proto and add function prototype.
21516         (__fe_mask_env): Add function prototype.
21517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21518         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21520         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21522         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21524 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21526         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21527         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21529 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21531         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21532         of htab_find_slot().
21534 2013-11-11  David S. Miller  <davem@davemloft.net>
21536         [BZ #16150]
21537         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21538         symbol in the non-vis3 case in static builds.
21539         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21540         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21541         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21542         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21544 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21546         [BZ #387]
21547         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21548         it is empty.
21550 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21552         * benchtests/Makefile: Add bench-strtod.
21553         * benchtests/bench-strtod.c: New file: strtod benchtest
21555 2013-11-11  Andreas Schwab  <schwab@suse.de>
21557         [BZ #16153]
21558         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21559         terminating NUL in key length.
21561 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21563         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21564         Add artificial ODP entry for vDSO symbol for PPC64.
21565         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21566         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21568 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21570         [BZ #15374]
21571         * nss/getent.c (services_keys): Recognize services starting with digit.
21573 2013-11-06  David S. Miller  <davem@davemloft.net>
21575         [BZ #15985]
21576         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21577         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21579 2013-11-06  Will Newton  <will.newton@linaro.org>
21581         * manual/memory.texi (Malloc Examples): Remove register
21582         keyword from examples.
21584 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21586         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21588 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21590         [BZ #6981]
21591         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21592         depending on [__GCC_IEC_559 > 0].
21593         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21594         depending on [__GCC_IEC_559_COMPLEX > 0].
21596 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21598         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21599         to iso-639.def.
21601 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21603         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21605 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21607         [BZ #16112]
21608         * malloc/malloc (malloc_info): Do not handle first bin as
21609         special case.
21611 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21613         * locale/iso-639.def: Add Central Nahuatl (nhn).
21615 2013-11-01  Bruno Haible  <bruno@clisp.org>
21617         [BZ #7003]
21618         * manual/math.texi (BSD Random): Specify range upper bound as
21619         in POSIX.
21621 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21623         * locale/iso-639.def: Add Meadow Mari (mhr).
21625 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21627         [BZ #14752], [BZ #15763]
21628         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21629         Validate name.
21630         * rt/tst_shm.c: Add test for escaping directory.
21632 2013-10-31  Andreas Schwab  <schwab@suse.de>
21634         [BZ #15917]
21635         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21636         followed by 'x' as part of digit sequence.
21637         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21639 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21641         [BZ #16037]
21642         * configure.ac: allow GNU Make 4.0 and greater.
21643         * configure: Regenerated.
21645 2013-10-30  Will Newton  <will.newton@linaro.org>
21647         [BZ #16038]
21648         * malloc/hooks.c (memalign_check): Limit alignment to the
21649         maximum representable power of two.
21650         * malloc/malloc.c (__libc_memalign): Likewise.
21651         * malloc/tst-memalign.c (do_test): Add test for very
21652         large alignment values.
21653         * malloc/tst-posix_memalign.c (do_test): Likewise.
21655 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21657         [BZ #11087]
21658         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21659         (munmap_chunk): Likewise.
21660         (mremap_chunk): Likewise.
21662 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21664         [BZ #15799]
21665         * stdlib/div.c (div): Remove obsolete code.
21666         * stdlib/ldiv.c (ldiv): Likewise.
21667         * stdlib/lldiv.c (lldiv): Likewise.
21669 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21671         [BZ #16071]
21672         * nss/nss_files/files-XXX.c (get_contents_ret): New
21673         enumerator.
21674         (get_contents): New function.
21675         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21677 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21679         * configure.in: Moved to ...
21680         * configure.ac: ... here. Change reference to configure.in
21681         to configure.ac.
21682         * sysdeps/arm/preconfigure.ac: ... here.
21683         configure.in to configure.ac.
21684         * sysdeps/gnu/configure.in: Moved to ...
21685         * sysdeps/gnu/configure.ac: ... here.
21686         * sysdeps/i386/configure.in: Moved to ...
21687         * sysdeps/i386/configure.ac: ... here.
21688         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21689         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21690         * sysdeps/mach/configure.in: Moved to ...
21691         * sysdeps/mach/configure.ac: ... here.
21692         * sysdeps/mach/hurd/configure.in: Moved to ...
21693         * sysdeps/mach/hurd/configure.ac: ... here.
21694         * sysdeps/powerpc/configure.in: Moved to ...
21695         * sysdeps/powerpc/configure.ac: ... here.
21696         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21697         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21698         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21699         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21700         * sysdeps/s390/s390-32/configure.in: Moved to ...
21701         * sysdeps/s390/s390-32/configure.ac: ... here.
21702         * sysdeps/s390/s390-64/configure.in: Moved to ...
21703         * sysdeps/s390/s390-64/configure.ac: ... here.
21704         * sysdeps/sh/configure.in: Moved to ...
21705         * sysdeps/sh/configure.ac: ... here.
21706         * sysdeps/sparc/configure.in: Moved to ...
21707         * sysdeps/sparc/configure.ac: ... here.
21708         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21709         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21710         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21711         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21712         * sysdeps/x86_64/configure.in: Moved to ...
21713         * sysdeps/x86_64/configure.ac: ... here.
21714         * sysdeps/x86_64/preconfigure.in: Moved to ...
21715         * sysdeps/x86_64/preconfigure.ac: ... here.
21716         * aclocal.m4: Change reference to configure.in to configure.ac.
21717         * config.h.in: Likewise.
21718         * manual/install.texi: Likewise.
21719         * manual/maint.texi: Likewise.
21720         * Makefile: Likewise.
21721         * malloc/Makefile: Likewise.
21722         * nscd/Makefile: Likewise.
21723         * Makeconfig: Change reference to configure.in and
21724         preconfigure.in to configure.ac and preconfigure.ac
21725         respectively.
21726         * INSTALL: Regenerated.
21727         * configure: Likewise.
21728         * sysdeps/gnu/configure: Likewise.
21729         * sysdeps/i386/configure: Likewise.
21730         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21731         * sysdeps/mach/configure: Likewise.
21732         * sysdeps/mach/hurd/configure: Likewise.
21733         * sysdeps/powerpc/configure: Likewise.
21734         * sysdeps/powerpc/powerpc32/configure: Likewise.
21735         * sysdeps/powerpc/powerpc64/configure: Likewise.
21736         * sysdeps/s390/s390-32/configure: Likewise.
21737         * sysdeps/s390/s390-64/configure: Likewise.
21738         * sysdeps/sh/configure: Likewise.
21739         * sysdeps/sparc/configure: Likewise.
21740         * sysdeps/unix/sysv/linux/configure: Likewise.
21741         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21742         * sysdeps/x86_64/configure: Likewise.
21743         * sysdeps/x86_64/preconfigure: Likewise.
21745 2013-10-29  Andreas Schwab  <schwab@suse.de>
21747         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21749 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21751         * benchtests/pow-inputs: Add new inputs.
21753         * benchtests/exp-inputs: Add new inputs.
21755         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21756         conditional check for return value.
21757         (__cos32): Likewise.
21759 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21761         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21762         to provide a boost for large inputs with word alignment.
21763         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21764         implementation based on optimized PPC64 strcpy.
21765         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21766         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21767         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21768         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21770 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21772         [BZ #2801]
21773         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21775 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21777         [BZ #14876]
21778         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21779         * time/tst-strptime.c (day_tests): Add testcase.
21781 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21783         [BZ #14029]
21784         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21786 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21788         [BZ #16074]
21789         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21790         MAP_FAILED on error.
21792 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21794         [BZ #16072]
21795         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21796         heap for large requests.
21798 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21800         [BZ #9954]
21801         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21802         result if the result has no associated interface.
21803         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21804         interface for all 127.X.Y.Z addresses.
21806 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21808         * locale/iso-639.def: Add Ligurian (lij)
21810 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21812         [BZ #15825]
21813         * sunrpc/rpc_main.c: Document rpcgen -5.
21815 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21817         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21819 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21821         [BZ #10278]
21822         * posix/glob.c: Match only directories when trailing slash is present.
21823         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21824         (main): Add testcase.
21826 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21828         [BZ #15670]
21829         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21831 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21833         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21834         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21835         AUTH_DES and cindex for FIPS 140-2.
21836         (DES Encryption): Add cindex FIPS 46-3.
21838         * locale/locarchive.h (struct locarhandle): Add fname.
21839         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21840         if an optional argument was specified to --list-archive,
21841         otherwise NULL.
21842         * locale/programs/locarchive.c (show_archive_content): Take new
21843         argument fname and pass it via ah.fname to open_archive.
21844         * locale/programs/localedef.h: Update decl.
21845         (open_archive): If AH->fname is non-null, open that file
21846         rather than the default file name, and don't ignore ENOENT.
21847         (create_archive): Set AH.fname to NULL.
21848         (delete_locales_from_archive): Likewise.
21849         (add_locales_to_archive): Likewise.
21850         * locale/programs/locfile.c (write_all_categories): Likewise.
21852 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21853             Aldy Hernandez  <aldyh@redhat.com>
21855         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21856         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21857         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21858         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21859         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21860         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21861         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21862         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21863         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21864         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21865         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21866         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21867         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21868         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21869         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21870         Likewise.
21871         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21872         Likewise.
21873         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21874         Likewise.
21875         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21876         Likewise.
21877         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21878         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21879         Likewise.
21880         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21881         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21882         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21883         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21884         Likewise.
21885         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21886         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21887         * sysdeps/powerpc/preconfigure: Likewise.
21888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21889         Likewise.
21890         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21891         Replace contents of file by #include of <fenv_libc.h>.
21892         * sysdeps/powerpc/soft-fp/sfp-machine.h
21893         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21894         and <sys/prctl.h>.
21895         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21896         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21897         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21898         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21899         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21900         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21901         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21902         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21903         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21904         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21905         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21906         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21908         Allow copysignl PLT reference to be missing.
21910 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21911             Joseph Myers  <joseph@codesourcery.com
21913         [BZ #15948]
21914         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21915         single character.
21916         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21918 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21920         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21921         * elf/tst-tls1.c: Likewise.
21922         * elf/tst-tls10.h: Likewise.
21923         * elf/tst-tls14.c: Likewise.
21924         * elf/tst-tls2.c: Likewise.
21925         * elf/tst-tls3.c: Likewise.
21926         * elf/tst-tls4.c: Likewise.
21927         * elf/tst-tls5.c: Likewise.
21928         * elf/tst-tls6.c: Likewise.
21929         * elf/tst-tls7.c: Likewise.
21930         * elf/tst-tls8.c: Likewise.
21931         * elf/tst-tls9.c: Likewise.
21932         * elf/tst-tlsmod1.c: Likewise.
21933         * elf/tst-tlsmod13.c: Likewise.
21934         * elf/tst-tlsmod13a.c: Likewise.
21935         * elf/tst-tlsmod14a.c: Likewise.
21936         * elf/tst-tlsmod16a.c: Likewise.
21937         * elf/tst-tlsmod16b.c: Likewise.
21938         * elf/tst-tlsmod2.c: Likewise.
21939         * elf/tst-tlsmod3.c: Likewise.
21940         * elf/tst-tlsmod4.c: Likewise.
21941         * elf/tst-tlsmod5.c: Likewise.
21942         * elf/tst-tlsmod6.c: Likewise.
21944 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21946         [BZ #12486]
21947         * malloc/malloc.c: remove checks for statistics.
21949 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21951         [BZ #15277]
21952         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21953         * inet/tst-network.c: Add testcase.
21955 2013-10-17  Andreas Schwab  <schwab@suse.de>
21957         [BZ #15218]
21958         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21959         to determine canonical name.
21961 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21963         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21964         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21965         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21966         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21967         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21968         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21969         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21970         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21971         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21972         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21973         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21974         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21975         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21976         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21977         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21978         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21979         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21980         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21981         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21982         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21983         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21984         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21985         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21986         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21987         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21988         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21989         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21990         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21991         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21992         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21993         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21994         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21995         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21996         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21997         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21998         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21999         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22000         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22001         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22002         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22003         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22004         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22005         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22006         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22007         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22008         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22009         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22010         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22011         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22012         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22013         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22014         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22015         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22016         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22017         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22018         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22019         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22020         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22022 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22024         [BZ #16041]
22025         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22026         make result into a quiet NaN.
22028 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22030         * soft-fp/adddf3.c: Fix horizontal whitespace.
22031         * soft-fp/addsf3.c: Likewise.
22032         * soft-fp/addtf3.c: Likewise.
22033         * soft-fp/divdf3.c: Likewise.
22034         * soft-fp/divsf3.c: Likewise.
22035         * soft-fp/divtf3.c: Likewise.
22036         * soft-fp/double.h: Likewise.
22037         * soft-fp/eqdf2.c: Likewise.
22038         * soft-fp/eqsf2.c: Likewise.
22039         * soft-fp/eqtf2.c: Likewise.
22040         * soft-fp/extenddftf2.c: Likewise.
22041         * soft-fp/extended.h: Likewise.
22042         * soft-fp/extendsfdf2.c: Likewise.
22043         * soft-fp/extendsftf2.c: Likewise.
22044         * soft-fp/extendxftf2.c: Likewise.
22045         * soft-fp/fixdfdi.c: Likewise.
22046         * soft-fp/fixdfsi.c: Likewise.
22047         * soft-fp/fixdfti.c: Likewise.
22048         * soft-fp/fixsfdi.c: Likewise.
22049         * soft-fp/fixsfsi.c: Likewise.
22050         * soft-fp/fixsfti.c: Likewise.
22051         * soft-fp/fixtfdi.c: Likewise.
22052         * soft-fp/fixtfsi.c: Likewise.
22053         * soft-fp/fixtfti.c: Likewise.
22054         * soft-fp/fixunsdfdi.c: Likewise.
22055         * soft-fp/fixunsdfsi.c: Likewise.
22056         * soft-fp/fixunsdfti.c: Likewise.
22057         * soft-fp/fixunssfdi.c: Likewise.
22058         * soft-fp/fixunssfsi.c: Likewise.
22059         * soft-fp/fixunssfti.c: Likewise.
22060         * soft-fp/fixunstfdi.c: Likewise.
22061         * soft-fp/fixunstfsi.c: Likewise.
22062         * soft-fp/fixunstfti.c: Likewise.
22063         * soft-fp/floatdidf.c: Likewise.
22064         * soft-fp/floatdisf.c: Likewise.
22065         * soft-fp/floatditf.c: Likewise.
22066         * soft-fp/floatsidf.c: Likewise.
22067         * soft-fp/floatsisf.c: Likewise.
22068         * soft-fp/floatsitf.c: Likewise.
22069         * soft-fp/floattidf.c: Likewise.
22070         * soft-fp/floattisf.c: Likewise.
22071         * soft-fp/floattitf.c: Likewise.
22072         * soft-fp/floatundidf.c: Likewise.
22073         * soft-fp/floatundisf.c: Likewise.
22074         * soft-fp/floatunditf.c: Likewise.
22075         * soft-fp/floatunsidf.c: Likewise.
22076         * soft-fp/floatunsisf.c: Likewise.
22077         * soft-fp/floatunsitf.c: Likewise.
22078         * soft-fp/floatuntidf.c: Likewise.
22079         * soft-fp/floatuntisf.c: Likewise.
22080         * soft-fp/floatuntitf.c: Likewise.
22081         * soft-fp/fmadf4.c: Likewise.
22082         * soft-fp/fmasf4.c: Likewise.
22083         * soft-fp/fmatf4.c: Likewise.
22084         * soft-fp/gedf2.c: Likewise.
22085         * soft-fp/gesf2.c: Likewise.
22086         * soft-fp/getf2.c: Likewise.
22087         * soft-fp/ledf2.c: Likewise.
22088         * soft-fp/lesf2.c: Likewise.
22089         * soft-fp/letf2.c: Likewise.
22090         * soft-fp/muldf3.c: Likewise.
22091         * soft-fp/mulsf3.c: Likewise.
22092         * soft-fp/multf3.c: Likewise.
22093         * soft-fp/negdf2.c: Likewise.
22094         * soft-fp/negsf2.c: Likewise.
22095         * soft-fp/negtf2.c: Likewise.
22096         * soft-fp/op-1.h: Likewise.
22097         * soft-fp/op-2.h: Likewise.
22098         * soft-fp/op-4.h: Likewise.
22099         * soft-fp/op-8.h: Likewise.
22100         * soft-fp/op-common.h: Likewise.
22101         * soft-fp/quad.h: Likewise.
22102         * soft-fp/single.h: Likewise.
22103         * soft-fp/soft-fp.h: Likewise.
22104         * soft-fp/sqrtdf2.c: Likewise.
22105         * soft-fp/sqrtsf2.c: Likewise.
22106         * soft-fp/sqrttf2.c: Likewise.
22107         * soft-fp/subdf3.c: Likewise.
22108         * soft-fp/subsf3.c: Likewise.
22109         * soft-fp/subtf3.c: Likewise.
22110         * soft-fp/truncdfsf2.c: Likewise.
22111         * soft-fp/trunctfdf2.c: Likewise.
22112         * soft-fp/trunctfsf2.c: Likewise.
22113         * soft-fp/trunctfxf2.c: Likewise.
22114         * soft-fp/unorddf2.c: Likewise.
22115         * soft-fp/unordsf2.c: Likewise.
22116         * soft-fp/unordtf2.c: Likewise.
22118 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22120         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22121         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22123 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22125         * elf/dl-libc.c: Clear initfini list after freeing.
22127 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22129         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22130         * soft-fp/addsf3.c: Likewise.
22131         * soft-fp/addtf3.c: Likewise.
22132         * soft-fp/divdf3.c: Likewise.
22133         * soft-fp/divsf3.c: Likewise.
22134         * soft-fp/divtf3.c: Likewise.
22135         * soft-fp/double.h: Likewise.
22136         * soft-fp/eqdf2.c: Likewise.
22137         * soft-fp/eqsf2.c: Likewise.
22138         * soft-fp/eqtf2.c: Likewise.
22139         * soft-fp/extenddftf2.c: Likewise.
22140         * soft-fp/extended.h: Likewise.
22141         * soft-fp/extendsfdf2.c: Likewise.
22142         * soft-fp/extendsftf2.c: Likewise.
22143         * soft-fp/extendxftf2.c: Likewise.
22144         * soft-fp/fixdfdi.c: Likewise.
22145         * soft-fp/fixdfsi.c: Likewise.
22146         * soft-fp/fixdfti.c: Likewise.
22147         * soft-fp/fixsfdi.c: Likewise.
22148         * soft-fp/fixsfsi.c: Likewise.
22149         * soft-fp/fixsfti.c: Likewise.
22150         * soft-fp/fixtfdi.c: Likewise.
22151         * soft-fp/fixtfsi.c: Likewise.
22152         * soft-fp/fixtfti.c: Likewise.
22153         * soft-fp/fixunsdfdi.c: Likewise.
22154         * soft-fp/fixunsdfsi.c: Likewise.
22155         * soft-fp/fixunsdfti.c: Likewise.
22156         * soft-fp/fixunssfdi.c: Likewise.
22157         * soft-fp/fixunssfsi.c: Likewise.
22158         * soft-fp/fixunssfti.c: Likewise.
22159         * soft-fp/fixunstfdi.c: Likewise.
22160         * soft-fp/fixunstfsi.c: Likewise.
22161         * soft-fp/fixunstfti.c: Likewise.
22162         * soft-fp/floatdidf.c: Likewise.
22163         * soft-fp/floatdisf.c: Likewise.
22164         * soft-fp/floatditf.c: Likewise.
22165         * soft-fp/floatsidf.c: Likewise.
22166         * soft-fp/floatsisf.c: Likewise.
22167         * soft-fp/floatsitf.c: Likewise.
22168         * soft-fp/floattidf.c: Likewise.
22169         * soft-fp/floattisf.c: Likewise.
22170         * soft-fp/floattitf.c: Likewise.
22171         * soft-fp/floatundidf.c: Likewise.
22172         * soft-fp/floatundisf.c: Likewise.
22173         * soft-fp/floatunsidf.c: Likewise.
22174         * soft-fp/floatunsisf.c: Likewise.
22175         * soft-fp/floatuntidf.c: Likewise.
22176         * soft-fp/floatuntisf.c: Likewise.
22177         * soft-fp/floatuntitf.c: Likewise.
22178         * soft-fp/fmadf4.c: Likewise.
22179         * soft-fp/fmasf4.c: Likewise.
22180         * soft-fp/fmatf4.c: Likewise.
22181         * soft-fp/gedf2.c: Likewise.
22182         * soft-fp/gesf2.c: Likewise.
22183         * soft-fp/getf2.c: Likewise.
22184         * soft-fp/ledf2.c: Likewise.
22185         * soft-fp/lesf2.c: Likewise.
22186         * soft-fp/letf2.c: Likewise.
22187         * soft-fp/muldf3.c: Likewise.
22188         * soft-fp/mulsf3.c: Likewise.
22189         * soft-fp/multf3.c: Likewise.
22190         * soft-fp/negdf2.c: Likewise.
22191         * soft-fp/negsf2.c: Likewise.
22192         * soft-fp/negtf2.c: Likewise.
22193         * soft-fp/op-1.h: Likewise.
22194         * soft-fp/op-2.h: Likewise.
22195         * soft-fp/op-4.h: Likewise.
22196         * soft-fp/op-8.h: Likewise.
22197         * soft-fp/op-common.h: Likewise.
22198         * soft-fp/quad.h: Likewise.
22199         * soft-fp/single.h: Likewise.
22200         * soft-fp/soft-fp.h: Likewise.
22201         * soft-fp/sqrtdf2.c: Likewise.
22202         * soft-fp/sqrtsf2.c: Likewise.
22203         * soft-fp/sqrttf2.c: Likewise.
22204         * soft-fp/subdf3.c: Likewise.
22205         * soft-fp/subsf3.c: Likewise.
22206         * soft-fp/subtf3.c: Likewise.
22207         * soft-fp/truncdfsf2.c: Likewise.
22208         * soft-fp/trunctfdf2.c: Likewise.
22209         * soft-fp/trunctfsf2.c: Likewise.
22210         * soft-fp/trunctfxf2.c: Likewise.
22211         * soft-fp/unorddf2.c: Likewise.
22212         * soft-fp/unordsf2.c: Likewise.
22213         * soft-fp/unordtf2.c: Likewise.
22215 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22217         [BZ #15672]
22218         * misc/error.c (error_tail): Fix possible buffer overflow.
22220 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22222         [BZ #13028]
22223         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22224         address.
22226 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22228         [BZ #832]
22229         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22230         testing pipefail option.
22232 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22234         * soft-fp/double.h: Indent preprocessor directives inside #if.
22235         * soft-fp/extended.h: Likewise.
22236         * soft-fp/op-2.h: Likewise.
22237         * soft-fp/op-4.h: Likewise.
22238         * soft-fp/op-common.h: Likewise.
22239         * soft-fp/quad.h: Likewise.
22240         * soft-fp/single.h: Likewise.
22241         * soft-fp/soft-fp.h: Likewise.
22243 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22245         * iconv/iconv_prog.c: Fix typos.
22246         * stdio-common/psiginfo-data.h: Likewise.
22248 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22250         [BZ #15764]
22251         * locale/setlocale.c: Fix typo.
22253 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22255         [BZ #16036]
22256         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22257         signaling NaN arguments.
22258         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22259         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22261         [BZ #14910]
22262         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22263         unordered operands.
22264         * soft-fp/gesf2.c (__gesf2): Likewise.
22265         * soft-fp/getf2.c (__getf2): Likewise.
22266         * soft-fp/ledf2.c (__ledf2): Likewise.
22267         * soft-fp/lesf2.c (__lesf2): Likewise.
22268         * soft-fp/letf2.c (__letf2): Likewise.
22270         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22271         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22272         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22273         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22274         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22275         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22276         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22277         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22278         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22279         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22280         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22281         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22282         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22283         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22284         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22285         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22286         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22287         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22288         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22289         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22290         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22291         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22292         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22293         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22294         * soft-fp/floattidf.c (__floattidf): Likewise.
22295         * soft-fp/floattisf.c (__floattisf): Likewise.
22296         * soft-fp/floattitf.c (__floattitf): Likewise.
22297         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22298         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22299         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22300         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22301         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22302         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22303         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22304         * soft-fp/gesf2.c (__gesf2): Likewise.
22305         * soft-fp/getf2.c (__getf2): Likewise.
22306         * soft-fp/ledf2.c (__ledf2): Likewise.
22307         * soft-fp/lesf2.c (__lesf2): Likewise.
22308         * soft-fp/letf2.c (__letf2): Likewise.
22310         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22311         Undefine and redefine.
22312         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22313         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22314         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22315         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22316         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22317         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22318         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22319         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22320         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22321         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22322         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22323         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22324         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22325         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22326         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22328         [BZ #16032]
22329         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22330         without decrementing exponent if mantissa >= that for the
22331         denominator, not >.
22332         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22333         denominator, not >.  Decrement exponent in < case instead of
22334         incrementing in >= case.
22335         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22336         without decrementing exponent if mantissa >= that for the
22337         denominator, not >.
22339         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22340         computing saturated result for unsigned overflow.
22342 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22343             Jeff Law  <law@redhat.com>
22345         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22346         (atan2Mp): Add systemtap probe marker.
22347         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22348         (__ieee754_log): Add systemtap probe marker.
22349         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22350         (atanMp): Add systemtap probe marker.
22351         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22352         (tanMp): Add systemtap probe marker.
22353         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22354         (__slowexp): Add systemtap probe marker.
22355         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22356         (__slowpow): Add systemtap probe marker.
22357         * manual/probes.texi: Document probes.
22359 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22361         [BZ #15362]
22362         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22363         written.
22364         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22365         written.
22366         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22367         written to buffer but not flushed.
22368         * libio/iofwrite_u.c:  Likewise.
22369         * libio/iopadn.c:  Return bytes returned even if EOF was
22370         encountered.
22371         * libio/iowpadn.c:  Likewise.
22372         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22373         if _IO_padn does not write the whole buffer.
22374         [!COMPILE_WPRINTF] (PAD): Likewise.
22376 2013-10-10  David S. Miller  <davem@davemloft.net>
22378         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22379         directory block.
22381 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22383         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22384         instead of FSF address.
22385         * soft-fp/fixdfti.c: Likewise.
22386         * soft-fp/fixsfti.c: Likewise.
22387         * soft-fp/fixtfti.c: Likewise.
22388         * soft-fp/fixunsdfti.c: Likewise.
22389         * soft-fp/fixunssfti.c: Likewise.
22390         * soft-fp/fixunstfti.c: Likewise.
22391         * soft-fp/floattidf.c: Likewise.
22392         * soft-fp/floattisf.c: Likewise.
22393         * soft-fp/floattitf.c: Likewise.
22394         * soft-fp/floatuntidf.c: Likewise.
22395         * soft-fp/floatuntisf.c: Likewise.
22396         * soft-fp/floatuntitf.c: Likewise.
22397         * soft-fp/trunctfxf2.c: Likewise.
22399         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22400         * soft-fp/fixdfti.c: Likewise.
22401         * soft-fp/fixsfti.c: Likewise.
22402         * soft-fp/fixtfti.c: Likewise.
22403         * soft-fp/fixunsdfti.c: Likewise.
22404         * soft-fp/fixunssfti.c: Likewise.
22405         * soft-fp/fixunstfti.c: Likewise.
22406         * soft-fp/floattidf.c: Likewise.
22407         * soft-fp/floattisf.c: Likewise.
22408         * soft-fp/floattitf.c: Likewise.
22409         * soft-fp/floatuntidf.c: Likewise.
22410         * soft-fp/floatuntisf.c: Likewise.
22411         * soft-fp/floatuntitf.c: Likewise.
22412         * soft-fp/trunctfxf2.c: Likewise.
22414 2013-10-10  David S. Miller  <davem@davemloft.net>
22416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22418 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22420         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22421         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22422         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22423         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22424         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22425         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22426         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22428         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22429         for NaNs before doing comparisons on argument.
22430         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22431         Likewise.
22433 2013-10-10  Will Newton  <will.newton@linaro.org>
22435         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22436         passed to _int_memalign does not overflow.
22438 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22440         * scripts/bench.pl: Add include-sources directive.
22441         * benchtests/README: Update documentation.
22443 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22445         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22446         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22447         instead of FP_INIT_ROUNDMODE.
22448         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22449         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22451         [BZ #16034]
22452         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22453         copy class of input value.
22454         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22455         not handle exceptions.
22456         * soft-fp/negsf2.c (__negsf2): Likewise.
22457         * soft-fp/negtf2.c (__negtf2): Likewise.
22458         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22460 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22462         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22463         semicolon.  From Linux kernel.
22465 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22467         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22469 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22471         [BZ #156]
22472         * manual/socket.texi: Added statement about buffer
22473         for gethostbyname2_r.
22475 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22477         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22478         Use .p2align directive instead, throughout.
22479         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22480         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22481         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22482         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22483         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22484         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22485         * sysdeps/x86_64/strchr.S: Likewise.
22486         * sysdeps/x86_64/strrchr.S: Likewise.
22488 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22490         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22492         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22494         * sysdeps/generic/math_private.h (__mpsin1): Remove
22495         declaration.
22496         (__mpcos1): Likewise.
22497         (__mpsin): New argument __range_reduce.
22498         (__mpcos): Likewise.
22499         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22500         (slow): Use __mpsin and __mpcos.
22501         (slow1): Likewise.
22502         (slow2): Likewise.
22503         (sloww): Likewise.
22504         (sloww1): Likewise.
22505         (sloww2): Likewise.
22506         (bsloww): Likewise.
22507         (bsloww1): Likewise.
22508         (bsloww2): Likewise.
22509         (cslow2): Likewise.
22510         (csloww): Likewise.
22511         (csloww1): Likewise.
22512         (csloww2): Likewise.
22513         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22514         range_reduce.  Merge in __mpsin1.
22515         (__mpcos): Likewise.
22516         (__mpsin1): Remove.
22517         (__mpcos1): Likewise.
22519 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22521         * locale/loadlocale.c (_nl_intern_locale_data): Use
22522         LOCFILE_ALIGNED_P.
22523         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22524         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22525         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22526         obstack data is appropriately aligned.
22527         (obstack_int32_grow_fast): Likewise.
22528         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22529         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22530         (add_locale_uint32_array): Likewise.
22532 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22534         * benchtests/Makefile: Remove ARGLIST and RET variables.
22535         ($(objpfx)bench-%.c): Pass only function name to the script.
22536         * benchtests/README: Update documentation.
22537         * benchtests/acos-inputs: Add new directives.
22538         * benchtests/acosh-inputs: Likewise.
22539         * benchtests/asin-inputs: Likewise.
22540         * benchtests/asinh-inputs: Likewise.
22541         * benchtests/atan-inputs: Likewise.
22542         * benchtests/atanh-inputs: Likewise.
22543         * benchtests/cos-inputs: Likewise.
22544         * benchtests/cosh-inputs: Likewise.
22545         * benchtests/exp-inputs: Likewise.
22546         * benchtests/log-inputs: Likewise.
22547         * benchtests/pow-inputs: Likewise.
22548         * benchtests/rint-inputs: Likewise.
22549         * benchtests/sin-inputs: Likewise.
22550         * benchtests/sinh-inputs: Likewise.
22551         * benchtests/tan-inputs: Likewise.
22552         * benchtests/tanh-inputs: Likewise.
22553         * scripts/bench.pl: Add support for new directives.
22555 2013-10-07  Alan Modra  <amodra@gmail.com>
22557         * README: Fix careless merge.
22559 2013-10-05  Alan Modra  <amodra@gmail.com>
22561         * NEWS: Mention powerpc64le support and bugs fixed.
22562         * README: Both big-endian and little-endian powerpc64 supported.
22564 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22566         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22567         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22568         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22569         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22571 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22573         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22574         match prototype.
22576 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22578         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22579         Move -mhard-float appending from
22580         ports/sysdeps/powerpc/powerpc32/Makefile.
22581         [$(with-fp) = yes] (ASFLAGS): Likewise.
22582         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22583         * sysdeps/powerpc/nofpu: Move directory from
22584         ports/sysdeps/powerpc/nofpu.
22585         * sysdeps/powerpc/soft-fp: Move directory from
22586         ports/sysdeps/powerpc/soft-fp.
22587         * sysdeps/powerpc/powerpc32/405: Move directory from
22588         ports/sysdeps/powerpc/powerpc32/405.
22589         * sysdeps/powerpc/powerpc32/440: Move directory from
22590         ports/sysdeps/powerpc/powerpc32/440.
22591         * sysdeps/powerpc/powerpc32/464: Move directory from
22592         ports/sysdeps/powerpc/powerpc32/464.
22593         * sysdeps/powerpc/powerpc32/476: Move directory from
22594         ports/sysdeps/powerpc/powerpc32/476.
22595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22596         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22598         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22600         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22602         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22604         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22605         * README: Update for powerpc-*-linux-gnu software floating point
22606         support in libc.
22608         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22609         case to powerpc/powerpc32*.
22610         * sysdeps/unix/sysv/linux/configure: Regenerated.
22612         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22613         (_FPU_MASK_OM): Define as 0x04.
22614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22616         0x00c10080.
22617         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22618         0x0000003c.
22619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22622         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22623         getcontext_e500.
22624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22625         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22626         setcontext_e500.
22627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22628         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22629         and setcontext_e500.
22631 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22633         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22635 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22637         * manual/threads.texi (Default Thread Attributes): Fix typo.
22639 2013-10-04  Will Newton  <will.newton@linaro.org>
22641         * malloc/Makefile: Add tst-memalign.
22642         * malloc/tst-memalign.c: New file.
22644         * malloc/tst-posix_memalign.c: Add comments.
22645         (do_test): Add comments and call free on all potentially
22646         allocated pointers. Add space after cast.
22648         * malloc/tst-pvalloc.c: Add comments.
22649         (do_test): Add comments and call free on all potentially
22650         allocated pointers. Remove duplicate check for NULL pointer.
22651         Add space after cast.
22653         * malloc/tst-valloc.c: Add comments.
22654         (do_test): Add comments and call free on all potentially
22655         allocated pointers. Remove duplicate check for NULL pointer.
22656         Add space after cast.
22658 2013-10-04  Alan Modra  <amodra@gmail.com>
22660         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22661         Use stdint types in rather than __attribute__((mode())).
22662         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22664 2013-10-04  Alan Modra  <amodra@gmail.com>
22666         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22667         Correct handling of unaligned relocs for little-endian.
22668         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22670 2013-10-04  Alan Modra  <amodra@gmail.com>
22672         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22673         * configure: Regenerate.
22674         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22675         * shlib-versions: Likewise.
22677 2013-10-04  Alan Modra  <amodra@gmail.com>
22679         * string/tester.c (test_memrchr): Increment reported test cycle.
22681 2013-10-04  Alan Modra  <amodra@gmail.com>
22683         * string/test-memcpy.c (do_one_test): When reporting errors, print
22684         string address and don't overrun end of string.
22686 2013-10-04  Alan Modra  <amodra@gmail.com>
22688         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22689         insrdi.  Make better use of reg selection to speed exit slightly.
22690         Schedule entry path a little better.  Remove useless "are we done"
22691         checks on entry to main loop.  Handle wrapping around zero address.
22692         Correct main loop count.  Handle single left-over word from main
22693         loop inline rather than by using loop_small.  Remove extra word
22694         case in loop_small caused by wrong loop count.  Add little-endian
22695         support.
22696         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22697         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22698         cache hint.
22699         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22700         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22701         support.  Avoid rlwimi.
22702         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22704 2013-10-04  Alan Modra  <amodra@gmail.com>
22706         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22707         insrdi.  Formatting.
22708         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22709         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22710         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22711         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22712         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22713         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22715 2013-10-04  Alan Modra  <amodra@gmail.com>
22717         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22718         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22719         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22720         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22721         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22722         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22723         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22724         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22725         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22726         use of regs.  Use power7 mtocrf.  Tidy function tails.
22728 2013-10-04  Alan Modra  <amodra@gmail.com>
22730         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22731         Formatting.  Consistently use rXXX register defines or rN defines.
22732         Use early exit labels that avoid restoring unused non-volatile regs.
22733         Make cr field use more consistent with rWORDn compares.  Rename
22734         regs used as shift registers for unaligned loop, using rN defines
22735         for short lifetime/multiple use regs.
22736         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22737         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22738         addi 1,1,64 to pop stack frame.  Simplify return value code.
22739         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22741 2013-10-04  Alan Modra  <amodra@gmail.com>
22743         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22744         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22745         rather than rlwimi.
22746         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22747         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22748         little-endian support.  Correct typos.
22749         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22750         rather than rlwimi.
22751         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22752         in loop and entry code to keep "and." results.
22753         (strchr): Add little-endian support.  Comment.  Move cntlzd
22754         earlier in tail.
22755         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22757 2013-10-04  Alan Modra  <amodra@gmail.com>
22759         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22760         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22761         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22762         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22764 2013-10-04  Alan Modra  <amodra@gmail.com>
22766         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22767         (rTMP): Define as r11.
22768         (strcmp): Add little-endian support.  Optimise tail.
22769         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22770         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22771         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22772         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22773         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22774         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22775         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22777 2013-10-04  Alan Modra  <amodra@gmail.com>
22779         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22780         little-endian support.  Remove unnecessary "are we done" tests.
22781         Handle "s" wrapping around zero and extremely large "size".
22782         Correct main loop count.  Handle single left-over word from main
22783         loop inline rather than by using small_loop.  Correct comments.
22784         Delete "zero" tail, use "end_max" instead.
22785         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22787 2013-10-04  Alan Modra  <amodra@gmail.com>
22789         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22790         support.  Don't branch over align.
22791         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22792         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22793         support.  Rearrange tmp reg use to suit.  Comment.
22794         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22796 2013-10-04  Alan Modra  <amodra@gmail.com>
22798         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22800 2013-10-04  Alan Modra  <amodra@gmail.com>
22802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22803         conditional form of branch and link when obtaining pc.
22804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22806 2013-10-04  Alan Modra  <amodra@gmail.com>
22808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22809         HIWORD/LOWORD.
22810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22813 2013-10-04  Alan Modra  <amodra@gmail.com>
22815         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22816         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22817         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22818         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22819         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22820         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22821         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22822         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22823         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22824         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22826 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22827             Alistair Popple <alistair@ozlabs.au.ibm.com>
22828             Alan Modra <amodra@gmail.com>
22830         [BZ #15723]
22831         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22832         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22833         _dl_hwcap access for little-endian.
22834         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22835         destroy vmx regs when saving unaligned.
22836         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22837         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22838         destroy vmx regs when saving unaligned.
22840 2013-10-04  Alan Modra  <amodra@gmail.com>
22842         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22843         Don't use a union to pack hi/low value.
22845 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22847         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22848         for little-endian.
22849         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22850         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22851         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22852         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22853         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22855 2013-10-04  Alan Modra  <amodra@gmail.com>
22857         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22858         constants to usual value for .cst8 section, and remove redundant
22859         high address load.
22860         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22861         constant for 0x1p52.  Load little-endian words of double from
22862         correct stack offsets.
22864 2013-10-04  Alan Modra  <amodra@gmail.com>
22866         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22867         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22868         words of double from correct stack offsets.
22869         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22870         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22871         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22872         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22873         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22874         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22875         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22876         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22877         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22878         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22879         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22880         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22881         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22882         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22883         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22884         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22885         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22887 2013-10-04  Alan Modra  <amodra@gmail.com>
22889         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22890         64-bit int/double union.
22891         (_FPU_SETCW): Likewise.
22892         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22893         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22895 2013-10-04  Alan Modra  <amodra@gmail.com>
22897         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22898         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22900 2013-10-04  Alan Modra  <amodra@gmail.com>
22902         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22903         use vector int constants.
22904         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22906 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22908         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22909         array with long long.
22910         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22911         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22912         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22913         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22914         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22915         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22916         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22917         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22918         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22919         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22920         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22921         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22922         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22924 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22926         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22927         (__signbit): Likewise.  Correct for little-endian.
22928         (__signbitl): Call __signbit.
22929         (lrint): Correct for little-endian.
22930         (lrintf): Call lrint.
22932 2013-10-04  Alan Modra  <amodra@gmail.com>
22934         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22935         union 32-bit int array member with 64-bit int array.
22936         (t515, tm256): Double rather than long double.
22937         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22939 2013-10-04  Alan Modra  <amodra@gmail.com>
22941         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22942         Delete.
22943         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22944         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22945         version of math_ldbl.h.
22947 2013-10-04  Alan Modra  <amodra@gmail.com>
22949         [BZ #15734], [BZ #15735]
22950         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22951         all uses of ieee875 long double macros and unions.  Simplify test
22952         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22953         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22954         normalize after ldbl_extract_mantissa, and don't add hidden bit
22955         already handled.  Don't treat low word of ieee854 mantissa like
22956         low word of IBM long double and mask off bit when testing for
22957         zero.
22958         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22959         all uses of ieee875 long double macros and unions.  Simplify tests
22960         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22961         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22962         two1022, instead use their values.  Recognise that tests for large
22963         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22964         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22965         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22966         test for 0.0L and nan.  Correct negation.
22967         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22968         ieee875 long double macros and unions.  Correct output for large
22969         magnitude x.  Correct absolute value calculation.
22970         (__erfcl): Likewise.
22971         * math/libm-test.inc: Add tests for errors discovered in IBM long
22972         double versions of fmodl, remainderl, erfl and erfcl.
22974 2013-10-04  Alan Modra  <amodra@gmail.com>
22976         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22977         all uses of ieee854 long double macros and unions.  Simplify tests
22978         for long doubles that are fully specified by the high double.
22979         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22980         Likewise.
22981         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22982         Remove dead code too.
22983         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22984         (__ieee754_ynl): Likewise.
22985         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22986         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22987         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22988         Remove dead code too.
22989         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22990         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22991         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22992         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22993         Simplify.
22994         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22995         Simplify.
22996         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22997         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22998         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22999         Comment on variable precision.
23000         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23001         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23002         Likewise.
23003         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23004         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23005         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23006         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23007         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23009 2013-10-04  Alan Modra  <amodra@gmail.com>
23011         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23012         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23013         all uses of ieee854 long double macros and unions.
23014         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23015         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23016         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23017         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23018         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23019         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23020         Likewise.
23021         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23022         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23023         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23024         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23025         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23026         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23027         Simplify sign and nan test too.
23028         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23029         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23030         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23031         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23032         Likewise.
23033         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23034         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23035         Likewise.
23036         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23037         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23038         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23039         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23040         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23041         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23043 2013-10-04  Alan Modra  <amodra@gmail.com>
23045         * stdio-common/printf_size.c (__printf_size): Don't use
23046         union ieee854_long_double in fpnum union.
23047         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23048         signbit macro to retrieve sign from long double.
23049         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23050         retrieve sign from long double.
23051         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23052         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23053         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23054         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23055         * math/test-misc.c (main): Don't use union ieee854_long_double.
23057 2013-10-04  Alan Modra  <amodra@gmail.com>
23059         [BZ #15680]
23060         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23061         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23062         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23063         calculation.  Remove unnecessary test for denormal exponent.
23064         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23065         Correct handling of denormals.  Avoid undefined shift behaviour.
23066         Correct normalisation of low mantissa when low double is denormal.
23067         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23068         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23069         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23070         Correct normalisation of low mantissa.  Test for overflow of high
23071         mantissa and normalise.
23072         (ldbl_nearbyint): Use more readable constant for two52.
23073         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23074         (__mpn_construct_long_double): Fix test for overflow of high
23075         mantissa and correct normalisation.  Avoid undefined shift.
23077 2013-10-04  Alan Modra  <amodra@gmail.com>
23079         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23080         (union ibm_extended_long_double): Define as an array of ieee754_double.
23081         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23082         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23083         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23084         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23085         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23086         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23087         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23088         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23089         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23090         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23091         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23093 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23095         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23096         page size instead of calling getpagesize.
23098         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23099         (LOCFILE_ALIGN_MASK): Likewise.
23100         (LOCFILE_ALIGN_UP): Likewise.
23101         (LOCFILE_ALIGNED_P): Likewise.
23102         * locale/programs/ld-collate.c (collate_output): Use the new
23103         macros instead of __alignof__ (int32_t).
23104         * locale/weight.h (findidx): Likewise.
23106 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23108         [BZ #431]
23109         * manual/string.texi: Fix strncat and wcsncat.
23111 2013-10-03  Brooks Moses  <bmoses@google.com>
23113         [BZ #15915]
23114         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23115         * Makerules: ...here, and adjust associated comments.
23117 2013-10-02  Will Newton  <will.newton@linaro.org>
23119         * malloc/Makefile: Add tst-pvalloc.
23120         * malloc/tst-pvalloc.c: New file.
23122 2013-10-02  Will Newton  <will.newton@linaro.org>
23124         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23125         improve test coverage.
23127 2013-10-02  Will Newton  <will.newton@linaro.org>
23129         * malloc/Makefile: Add tst-posix_memalign.
23130         * malloc/tst-posix_memalign.c: New file.
23132 2013-10-01  Eric Blake  <eblake@redhat.com>
23134         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23135         Use __THROWNL rather than __THROW on static functions.
23137 2013-09-30  Petr Machata  <pmachata@redhat.com>
23139         * elf/elf.h (R_AARCH64_ABS16): New macro.
23140         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23141         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23142         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23143         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23144         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23145         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23146         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23147         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23148         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23149         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23150         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23151         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23152         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23153         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23154         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23155         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23156         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23157         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23158         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23159         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23160         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23161         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23162         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23163         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23164         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23165         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23166         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23167         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23168         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23169         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23170         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23171         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23172         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23173         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23174         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23175         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23176         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23177         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23178         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23179         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23180         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23181         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23182         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23183         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23184         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23185         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23186         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23187         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23188         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23189         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23190         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23191         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23192         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23193         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23194         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23195         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23196         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23197         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23198         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23199         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23200         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23201         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23202         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23203         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23204         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23205         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23206         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23207         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23208         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23209         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23210         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23211         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23212         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23213         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23214         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23215         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23216         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23217         (R_AARCH64_TLSDESC_LDR): Likewise.
23218         (R_AARCH64_TLSDESC_ADD): Likewise.
23219         (R_AARCH64_TLSDESC_CALL): Likewise.
23221 2013-09-30  Andreas Schwab  <schwab@suse.de>
23223         [BZ #15048]
23224         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23225         the nss database lookup.
23226         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23227         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23229 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23231         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23233 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23235         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23236         ${Bash-specific parameter/pattern/string} parameter expansion.
23237         * sysdeps/unix/make-syscalls.sh: Likewise.
23239 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23241         * sysdeps/sh/stackguard-macros.h: New file.
23243 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23245         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23246         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23247         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23248         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23249         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23250         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23252 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23254         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23255         Fix thread ID register.
23257 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23259         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23260         [POSIX || UNIX98]: Require rather than permitting all symbols from
23261         <time.h>.
23262         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23263         element of struct sched_param.
23264         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23265         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23266         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23267         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23268         constant.
23270 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23272         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23273         argument calculation.
23275 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23277         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23278         Expect macro.
23279         [POSIX] (pthread_attr_t): Do not require type.
23280         [POSIX] (pthread_cond_t): Likewise.
23281         [POSIX] (pthread_condattr_t): Likewise.
23282         [POSIX] (pthread_key_t): Likewise.
23283         [POSIX] (pthread_mutex_t): Likewise.
23284         [POSIX] (pthread_mutexattr_t): Likewise.
23285         [POSIX] (pthread_once_t): Likewise.
23286         [POSIX] (pthread_t): Likewise.
23287         [POSIX-based standards] (pthread_atfork): Expect function.
23289 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23290             Richard Sandiford  <richard@codesourcery.com>
23292         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23293         (swap_endianness_p): New extern variable.
23294         (set_big_endian): New inline function.
23295         (maybe_swap_uint32): Likewise.
23296         (maybe_swap_uint32_array): Likewise.
23297         (maybe_swap_uint32_obstack): Likewise.
23298         * locale/programs/locfile.c: Include <stdbool.h>.
23299         (swap_endianness_p): New variable.
23300         (add_locale_uint32): Call maybe_swap_uint32.
23301         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23302         (write_locale_data): Call maybe_swap_uint32_array.
23303         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23304         maybe_swap_uint32.
23305         (obstack_int32_grow_fast): Likewise.
23306         (output_weightwc): Call maybe_swap_uint32_obstack.
23307         (collate_output): Likewise.
23308         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23309         (OPT_LITTLE_ENDIAN): Likewise.
23310         (options): Add --little-endian and --big-endian options.
23311         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23312         * locale/programs/locarchive.c: Include "locfile.h".
23313         (GET): New macro.
23314         (SET): Likewise.
23315         (INC): Likewise.
23316         (create_archive): Use the new macros to access fields of
23317         structures directly mapped from or written to locale archives.
23318         (oldlocrecentcmp): Likewise.
23319         (enlarge_archive): Likewise.
23320         (insert_name): Likewise.
23321         (add_alias): Likewise.
23322         (add_locale): Likewise.
23323         (delete_locales_from_archive): Likewise.
23324         (show_archive_content): Likewise.
23325         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23326         locale data.
23328 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23330         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23331         http://www.gnu.org/doc/freemanuals.texi.
23332         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23334 2013-09-24  Will Newton  <will.newton@linaro.org>
23336         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23337         macro.
23339 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23341         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23342         unsigned char.
23344 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23346         * manual/threads.texi (POSIX Threads): Fix a typo.
23348 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23350         [BZ #14547]
23351         * string/tst-strcoll-overflow.c: New test case.
23352         * string/Makefile (xtests): Add tst-strcoll-overflow.
23353         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23354         cache if string sizes may cause integer overflow.
23356         [BZ #14547]
23357         * string/strcoll_l.c (coll_seq): New members rule, idx,
23358         save_idx and back_us.
23359         (get_next_seq_nocache): New function.
23360         (do_compare_nocache): New function.
23361         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23362         when malloc fails.
23364 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23366         [BZ #15754]
23367         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23368         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23369         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23371         [BZ #15754]
23372         * elf/Makefile (tests): Add tst-ptrguard1.
23373         (tests-static): Add tst-ptrguard1-static.
23374         (tst-ptrguard1-ARGS): Define.
23375         (tst-ptrguard1-static-ARGS): Define.
23376         * elf/tst-ptrguard1.c: New file.
23377         * elf/tst-ptrguard1-static.c: New file.
23378         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23379         * sysdeps/i386/stackguard-macros.h: Likewise.
23380         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23381         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23382         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23383         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23384         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23385         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23387 2013-09-23  Hector Marco  <hecmargi@upv.es>
23388             Ismael Ripoll  <iripoll@disca.upv.es>
23389             Carlos O'Donell  <carlos@redhat.com>
23391         [BZ #15754]
23392         * sysdeps/generic/stackguard-macros.h: Define
23393         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23394         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23395         Define __pointer_chk_guard_local.
23396         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23397         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23399 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23401         [BZ #15859]
23402         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23404 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23406         * include/string.h (__ffs): Declare as hidden.
23407         * string/ffs.c (__ffs): Define as hidden.
23408         * sysdeps/i386/ffs.c (__ffs): Likewise.
23409         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23410         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23411         * sysdeps/s390/ffs.c (__ffs): Likewise.
23412         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23414 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23416         * NEWS: Mention malloc probes.
23418         * malloc/arena.c (new_heap): New memory_heap_new probe.
23419         (grow_heap): New memory_heap_more probe.
23420         (shrink_heap): New memory_heap_less probe.
23421         (heap_trim): New memory_heap_free probe.
23422         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23423         (systrim): New memory_sbrk_less probe.
23424         * manual/probes.texi: Document them.
23426         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23427         * manual/probes.texi: Document it.
23429         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23430         (__libc_realloc): Add memory_realloc_retry probe.
23431         (__libc_memalign): Add memory_memalign_retry probe.
23432         (__libc_valloc): Add memory_valloc_retry probe.
23433         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23434         (__libc_calloc): Add memory_calloc_retry probe.
23435         * manual/probes.texi: Document them.
23437         * malloc/arena.c (get_free_list): Add probe
23438         memory_arena_reuse_free_list.
23439         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23440         and memory_arena_reuse.
23441         (arena_get2) [!PER_THREAD]: Likewise.
23442         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23443         memory_arena_reuse_realloc.
23444         * manual/probes.texi: Document them.
23446         * malloc/malloc.c (__libc_free): Add
23447         memory_mallopt_free_dyn_thresholds probe.
23448         (__libc_mallopt): Add multiple memory_mallopt probes.
23449         * manual/probes.texi: Document them.
23451         * malloc/malloc.c: Include stap-probe.h.
23452         (__libc_mallopt): Add memory_mallopt probe.
23453         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23454         * manual/probes.texi: New.
23455         * manual/Makefile (chapters): Add probes.
23456         * manual/threads.texi: Set next node.
23458 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23460         [BZ #15963, #13985]
23461         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23462         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23463         Add `Chinese' to `nan' entry name.
23465 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23467         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23468         (POLYNOMIAL): Likewise.
23469         (TAYLOR_SINCOS): Likewise.
23470         (TAYLOR_SLOW): Likewise.
23471         (__sin): Use TAYLOR_SINCOS.
23472         (__cos): Likewise.
23473         (slow): Use TAYLOR_SLOW.
23474         (sloww): Likewise.
23475         (bsloww): Likewise.
23476         (csloww): Likewise.
23478 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23480         * stdlib/strtod_l.c: Fix buffer overrun.
23482 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23484         * benchtests/Makefile (bench): Add sincos.
23485         * benchtests/bench-sincos.c: New file.
23487         * math/libm-test.inc (cos_test_data): New test inputs.
23488         (sin_test_data): Likewise.
23490         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23491         macro.
23492         (__sin): Use it.
23493         (__cos): Likewise.
23494         (slow1): Likewise.
23495         (slow2): Likewise.
23496         (sloww1): Likewise.
23497         (sloww2): Likewise.
23498         (bsloww1): Likewise.
23499         (bsloww2): Likewise.
23500         (cslow2): Likewise.
23501         (csloww1): Likewise.
23502         (csloww2): Likewise.
23504         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23505         function.
23506         (__sin): Use it.
23507         (__cos): Likewise.
23509         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23510         gotos.
23511         (__cos): Likewise.
23513 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23515         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23516         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23517         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23518         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23519         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23520         * elf/cache.c (print_entry): Handle the new cache flags.
23522 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23523             Aldy Hernandez  <aldyh@redhat.com>
23525         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23526         Change condition to [_SOFT_FLOAT].
23527         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23529         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23530         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23531         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23532         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23533         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23535         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23536         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23537         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23538         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23539         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23540         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23541         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23542         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23543         declaration.
23545 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23547         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23548         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23549         (__longjmp): Use LOAD_GP to load saved GPRs.
23550         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23551         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23552         (__sigsetjmp): Use SAVE_GP to save GPRs.
23554         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23555         Do not append -msoft-float.
23556         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23558 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23560         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23562 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23564         [BZ #15966]
23565         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23566         (_FPU_GETCW): Use initial "__" on variable and field names but not
23567         on macro parameter name.
23568         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23569         parentheses around reference to macro parameter.
23571 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23573         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23574         prototype.
23575         (ctype_startup): Use uint32_t in cast and sizeof for
23576         ctype->charnames.
23578 2013-09-11  Jia Liu  <proljc@gmail.com>
23580         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23581         __daddr_t_defined.
23582         [__FreeBSD__]: Likewise.
23584 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23586         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23587         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23588         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23589         (strchr): Remove __strchr_sse42 ifunc selection.
23590         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23591         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23593 2013-09-11  Will Newton  <will.newton@linaro.org>
23595         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23596         parameter to RES. Remove hardcoded 1000 value.
23597         * benchtests/bench-skeleton.c (main): Pass RES parameter
23598         to TIMING_INIT and multiply result by 1000.
23600 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23604 2013-09-11  Andreas Schwab  <schwab@suse.de>
23606         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23607         if not defined.
23608         (O_TMPFILE) [__USE_GNU]: Define.
23609         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23610         Define.
23612 2013-09-11  Will Newton  <will.newton@linaro.org>
23614         [BZ #15857]
23615         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23616         does not overflow.
23618 2013-09-11  Will Newton  <will.newton@linaro.org>
23620         [BZ #15856]
23621         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23622         does not overflow.
23624 2013-09-11  Will Newton  <will.newton@linaro.org>
23626         [BZ #15855]
23627         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23628         does not overflow.
23630 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23632         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23633         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23634         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23635         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23636         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23638 2013-09-10  Allan McRae  <allan@archlinux.org>
23640         [BZ #15748]
23641         * manual/arith.texi (Parsing of Floats): Clarify
23642         cross-reference.
23644         [BZ #15849]
23645         * manual/install.texi (Running make install): Mention
23646         --enable-pt-chown.
23647         * INSTALL: Regenerated.
23649 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23651         * csu/init-first.c (_init): Remove the !SHARED condition around
23652         FPU control word initialization.
23653         * elf/dl-support.c (_dl_fpu_control): New variable.
23654         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23655         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23656         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23657         * math/test-fpucw-static.c: New file.
23658         * math/test-fpucw-ieee.c: New file.
23659         * math/test-fpucw-ieee-static.c: New file.
23660         * math/Makefile (tests): Add `test-fpucw-ieee' and
23661         `$(tests-static)'.
23662         (tests-static): New variable.
23663         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23664         dependency to...
23665         [($(build-shared),yes)]
23666         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23667         ... this.
23668         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23669         New dependency.
23671 2013-09-09  Allan McRae  <allan@archlinux.org>
23673         [BZ #15939]
23674         * manual/string.texi (Collation Functions): Fix typo in
23675         strcoll example.
23676         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23678         [BZ #15893]
23679         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23681         [BZ #15892]
23682         * libio/memstream.c (open_memstream): Fix memory leak.
23683         * libio/wmemstream.c (open_wmemstream): Likewise.
23685         [BZ #15895]
23686         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23688 2013-09-09  Will Newton  <will.newton@linaro.org>
23690         * malloc/Makefile: Add tst-realloc to tests.
23691         * malloc/tst-realloc.c: New file.
23693 2013-09-09  Allan McRae  <allan@archlinux.org>
23695         [BZ #15844]
23696         * COPYING: Update from GNU website to fix FSF address.
23697         * COPYING.LIB: Likewise.
23699 2013-09-06  David S. Miller  <davem@davemloft.net>
23701         * po/zh_TW.po: Update Chinese (traditional) translation from
23702         translation project.
23704 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23705             Joseph Myers  <joseph@codesourcery.com>
23707         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23708         "localeinfo.h".
23709         (obstack_chunk_alloc): New macro.
23710         (obstack_chunk_free): Likewise.
23711         (record_offset): New function.
23712         (init_locale_data): Likewise.
23713         (align_locale_data): Likewise.
23714         (add_locale_empty): Likewise.
23715         (add_locale_raw_data): Likewise.
23716         (add_locale_raw_obstack): Likewise.
23717         (add_locale_string): Likewise.
23718         (add_locale_wstring): Likewise.
23719         (add_locale_uint32): Likewise.
23720         (add_locale_uint32_array): Likewise.
23721         (add_locale_char): Likewise.
23722         (start_locale_structure): Likewise.
23723         (end_locale_structure): Likewise.
23724         (start_locale_prelude): Likewise.
23725         (end_locale_prelude): Likewise.
23726         (write_locale_data): Take locale_file structure rather than an
23727         iovec.
23728         * locale/programs/locfile.h: Include "obstack.h".
23729         (struct locale_file): Change to store locale file contents instead
23730         of header.
23731         (init_locale_data): New prototype.
23732         (align_locale_data): Likewise.
23733         (add_locale_empty): Likewise.
23734         (add_locale_raw_data): Likewise.
23735         (add_locale_raw_obstack): Likewise.
23736         (add_locale_string): Likewise.
23737         (add_locale_wstring): Likewise.
23738         (add_locale_uint32): Likewise.
23739         (add_locale_uint32_array): Likewise.
23740         (add_locale_char): Likewise.
23741         (start_locale_structure): Likewise.
23742         (end_locale_structure): Likewise.
23743         (start_locale_prelude): Likewise.
23744         (end_locale_prelude): Likewise.
23745         (write_locale_data): Update prototype.
23746         * locale/programs/3level.h (struct TABLE): Remove result field.
23747         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23748         Use new locale_file interface.
23749         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23750         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23751         * locale/programs/ld-address.c (address_output): Use new
23752         locale_file interface.
23753         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23754         NO_ADD_LOCALE.
23755         (collate_finish): Don't call collseq_table_finalize.
23756         (collate_output): Use new locale_file interface.
23757         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23758         in file.
23759         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23760         (TABLE): Move defines earlier in file.
23761         (ELEMENT): Likewise.
23762         (DEFAULT): Likewise.
23763         (wctrans_table_add): Move macro and inline function earlier in
23764         file.
23765         (struct wctype_table): Move type earlier in file.
23766         (add_locale_wctype_table): New static prototype.
23767         (struct locale_ctype_t): Use logical types instead of struct iovec
23768         pointers for members.
23769         (ctype_output): Use new locale_file interface.
23770         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23771         new locale_file interface.
23772         (allocate_arrays): Update for use of new locale_file interface.
23773         * locale/programs/ld-identification.c (identification_output): Use
23774         new locale_file interface.
23775         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23776         * locale/programs/ld-messages.c (messages_output): Likewise.
23777         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23778         * locale/programs/ld-name.c (name_output): Likewise.
23779         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23780         * locale/programs/ld-paper.c (paper_output): Likewise.
23781         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23782         * locale/programs/ld-time.c (time_output): Likewise.
23784 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23786         * benchtests/Makefile: Add memrchr benchmark.
23787         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23788         benchmark as memrchr.
23789         * benchtests/bench-memrchr-ifunc.c: New file.
23790         * benchtests/bench-memrchr.c: New file.
23792 2013-09-06   Will Newton  <will.newton@linaro.org>
23794         * benchtests/Makefile (string-bench): Add memcpy.
23796 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23797             Cong Wang  <amwang@redhat.com>
23799         [BZ #15850]
23800         * sysdeps/unix/sysv/linux/bits/in.h
23801         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23802         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23803         before __USE_KERNEL_IPV6_DEFS uses.
23804         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23805         IPPROTO_BEETPH.
23806         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23807         sockaddr_in6, or ipv6_mreq.
23809 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23811         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23812         memory access for final bytes in some large inputs.
23813         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23815 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23817         * string/test-memrchr.c: New file.
23818         * string/test-memrchr-ifunc.c: New file.
23819         * string/Makefile: Add new memrchr testcase.
23821 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23823         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23824         fanotify_init returns EPERM.
23826 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23828         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23829         errors.
23830         (top level): Treat second token from macro or constant entries for
23831         allowed headers as allowed.
23832         * include/complex.h: Condition internal declarations on
23833         [!_ISOMAC].
23834         * include/fenv.h: Condition include of <stdbool.h> and internal
23835         declarations on [!_ISOMAC].
23837 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23839         [BZ #15923]
23840         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23842 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23844         * configure.in (--enable-versioning): Remove configure option.
23845         (libc_cv_asm_symver_directive): Remove configure test.
23846         (libc_cv_ld_version_script_option): Likewise.
23847         (VERSIONING): Remove variable and AC_SUBST.
23848         (DO_VERSIONING): Remove AC_DEFINE.
23849         * configure: Regenerated.
23850         * config.h.in (DO_VERSIONING): Remove macro.
23851         * Makerules [$(versioning) = yes]: Change conditionals to
23852         [$(build-shared) = yes].
23853         * config.make.in (versioning): Remove variable.
23854         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23855         [$(build-shared) = yes].
23856         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23857         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23858         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23859         [$(build-shared) = yes].
23860         * extra-lib.mk [$(versioning) = yes]: Likewise.
23861         * hurd/Makefile [$(versioning) = yes]: Likewise.
23862         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23863         [SHARED].
23864         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23865         [SHARED].
23866         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23867         [SHARED && !NO_HIDDEN].
23868         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23869         [SHARED].
23870         [SHARED && DO_VERSIONING]: Likewise..
23871         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23872         [$(build-shared) = yes].
23873         * manual/install.texi (--disable-versioning): Remove
23874         documentation.
23875         * INSTALL: Regenerated.
23876         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23877         to [SHARED].
23878         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23879         [$(build-shared) = yes].
23880         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23881         * sysdeps/i386/i686/multiarch/strstr-c.c
23882         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23883         [SHARED && !NO_HIDDEN].
23884         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23885         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23886         * sysdeps/powerpc/powerpc32/dl-machine.c
23887         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23888         * sysdeps/powerpc/powerpc32/sysdep.h
23889         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23890         to [SHARED && PIC && !NO_HIDDEN].
23891         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23892         conditional to [SHARED].
23894 2013-09-04   Will Newton  <will.newton@linaro.org>
23896         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23897         * benchtests/bench-string.h: Include bench-timing.h instead
23898         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23899         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23900         call to HP_TIMING_DIFF_INIT.
23901         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23902         instead of hp-timing.h macros.
23903         * benchtests/bench-memchr.c: Likewise.
23904         * benchtests/bench-memcmp.c: Likewise.
23905         * benchtests/bench-memcpy.c: Likewise.
23906         * benchtests/bench-memmem.c: Likewise.
23907         * benchtests/bench-memmove.c: Likewise.
23908         * benchtests/bench-memset.c: Likewise.
23909         * benchtests/bench-rawmemchr.c: Likewise.
23910         * benchtests/bench-strcasecmp.c: Likewise.
23911         * benchtests/bench-strcasestr.c: Likewise.
23912         * benchtests/bench-strcat.c: Likewise.
23913         * benchtests/bench-strchr.c: Likewise.
23914         * benchtests/bench-strcmp.c: Likewise.
23915         * benchtests/bench-strcpy.c: Likewise.
23916         * benchtests/bench-strcpy_chk.c: Likewise.
23917         * benchtests/bench-strlen.c: Likewise.
23918         * benchtests/bench-strncasecmp.c: Likewise.
23919         * benchtests/bench-strncat.c: Likewise.
23920         * benchtests/bench-strncmp.c: Likewise.
23921         * benchtests/bench-strncpy.c: Likewise.
23922         * benchtests/bench-strnlen.c: Likewise.
23923         * benchtests/bench-strpbrk.c: Likewise.
23924         * benchtests/bench-strrchr.c: Likewise.
23925         * benchtests/bench-strspn.c: Likewise.
23926         * benchtests/bench-strstr.c: Likewise.
23928 2013-09-04  Will Newton  <will.newton@linaro.org>
23930         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23932 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23934         [BZ #15427]
23935         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23936         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23937         * math/libm-test.inc (lgamma_test_data): Add more tests.
23938         * sysdeps/i386/fpu/libm-test-ulps: Update.
23939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23941 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23943         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23944         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23945         Add ifunc.
23946         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23947         Add strcmp-sse2-unaligned
23948         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23950 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23952         * Versions.def (libc): Add GLIBC_2.19.
23954 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23956         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23957         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23959 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23961         [BZ #14155]
23962         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23963         intermediate calculations in recurrence.
23964         (__ieee754_ynf): Likewise.
23965         * math/libm-test.inc (jn_test_data): Do not allow spurious
23966         underflow exception.  Add more tests.
23967         (yn_test_data): Add more tests.
23968         * sysdeps/i386/fpu/libm-test-ulps: Update.
23969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23971 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23973         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23975 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23977         * csu/init-first.c: Fix then/than typos.
23978         * locale/programs/ld-collate.c: Likewise.
23979         * locale/programs/linereader.h: Likewise.
23980         * manual/charset.texi: Likewise.
23981         * manual/filesys.texi: Likewise.
23982         * manual/stdio.texi: Likewise.
23983         * manual/string.texi: Likewise.
23984         * stdlib/fmtmsg.c: Likewise.
23985         * sysdeps/i386/stpncpy.S: Likewise.
23986         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23987         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23988         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23989         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23991 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23993         * elf/dl-open.c: Fix typos.
23994         * iconvdata/gbbig5.c: Likewise.
23995         * iconvdata/iso-2022-jp.c: Likewise.
23996         * iconv/gconv_int.h: Likewise.
23997         * iconv/loop.c: Likewise.
23998         * nis/rpcsvc/nis.h: Likewise.
23999         * resolv/ns_name.c: Likewise.
24000         * stdio-common/vfscanf.c: Likewise.
24001         * streams/stropts.h: Likewise.
24002         * sunrpc/rpc_thread.c: Likewise.
24003         * sysdeps/i386/strpbrk.S: Likewise.
24004         * sysdeps/ieee754/k_standard.c: Likewise.
24005         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24006         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24007         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24008         * sysdeps/mach/hurd/profil.c: Likewise.
24009         * sysdeps/s390/dl-procinfo.h: Likewise.
24010         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24011         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24012         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24013         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24014         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24016 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24018         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24019         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24021 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24023         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24024         aix specific files.
24025         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24026         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24027         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24028         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24029         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24030         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24031         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24032         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24034 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24035             Roland McGrath  <roland@hack.frob.com>
24037         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24038         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24040 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24042         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24043         __executable_start symbol instead of _start.
24045 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24047         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24048         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24049         Move macros to...
24050         * sysdeps/gnu/ldsodefs.h: ... this new file.
24052         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24053         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24054         instead of ELFOSABI_LINUX.
24056         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24057         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24058         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24059         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24060         Likewise.
24061         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24062         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24063         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24064         Likewise.
24065         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24066         (ibm_extended_long_double): Add ieee_nan member.
24067         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24068         (do_test): New function.
24070         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24071         TEST_TRUNC.
24072         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24073         functions, renamed from truncdfsf_test, trunctfsf_test,
24074         trunctfdf_test.
24075         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24076         functions.
24077         (do_test): Run all these.
24079 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24081         * argp/argp-help.c: Fix typos.
24082         * argp/argp-parse.c: Likewise.
24083         * debug/backtracesyms.c: Likewise.
24084         * elf/elf.h: Likewise.
24085         * malloc/malloc.c: Likewise.
24086         * nis/nis_print.c: Likewise.
24087         * resolv/res_comp.c: Likewise.
24088         * stdlib/stdlib.h: Likewise.
24089         * sunrpc/clnt_tcp.c: Likewise.
24090         * sunrpc/clnt_udp.c: Likewise.
24091         * sunrpc/clnt_unix.c: Likewise.
24092         * sysdeps/unix/bsd/ptsname.c: Likewise.
24093         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24094         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24096         Likewise.
24097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24098         Likewise.
24099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24100         Likewise.
24101         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24103 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24105         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24106         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24108 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24110         [BZ #15897]
24111         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24112         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24113         ($(objpfx)bug-dl-leaf): New rule.
24114         ($(objpfx)bug-dl-leaf.so): Likewise.
24115         ($(objpfx)bug-dl-leaf.out): Likewise.
24116         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24117         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24118         * dlfcn/bug-dl-leaf.c: New test.
24119         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24120         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24121         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24122         (dlclose): Likewise.
24123         (dlmopen): Likewise.
24125 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24127         * include/netdb.h [!_ISOMAC]:
24128         Don't include <tls.h>.
24129         (h_errno, __libc_h_errno): Move declaration and macros out of
24130         [_LIBC_REENTRANT].
24132         * include/resolv.h [_RESOLV_H_]:
24133         Don't include <tls.h>.
24134         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24135         * resolv/res_libc.c: Don't include <tls.h>.
24136         (_res): Use __attribute__ ((nocommon)) in place of
24137         __attribute__ ((section (".bss"))).
24139         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24140         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24142         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24144         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24145         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24147         * resolv/res_mkquery.c: Include <sys/time.h>.
24149         * inet/ifreq.c: Moved to ...
24150         * sysdeps/unix/ifreq.c: ... here.
24151         * inet/ifreq.c: New file, true stub version.
24153         * socket/sa_len.c: New file.
24154         * socket/Makefile (aux): Add it.
24155         * sysdeps/unix/sysv/linux/Makefile
24156         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24157         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24158         and #include <socket/sa_len.c>.
24159         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24160         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24162         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24163         * bits/socket.h: ... here.
24165         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24166         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24167         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24169 2013-08-27  Andreas Schwab  <schwab@suse.de>
24171         [BZ #15736]
24172         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24173         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24174         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24175         * string/test-strcasecmp.c (test_main): Run tests in several
24176         locales.
24177         * string/test-strncasecmp.c (test_main): Likewise.
24179         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24180         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24181         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24182         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24183         (__strncasecmp_ssse3) [PIC]: Likewise.
24185 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24187         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24189         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24190         instead of explicitly declaring xdecrypt.
24191         * nis/nss_nis/nis-publickey.c: Likewise.
24193 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24195         [BZ #15890]
24196         * nscd/aicache.c: Include res_hconf.h.
24197         (addhstaiX): Initialize res_hconf.
24199 2013-08-26  Andreas Schwab  <schwab@suse.de>
24201         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24202         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24204 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24206         * nscd/aicache.c (addhstaiX): Fix indentation.
24208 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24210         * configure.ac: Quote $build_pt_chown test.
24211         * configure: Regenerated.
24213 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24215         [BZ #15532]
24216         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24217         * math/s_cexpf.c (__cexpf): Likewise.
24218         * math/s_cexpl.c (__cexpl): Likewise.
24219         * math/libm-test.inc (cexp_test_data): Correct expected return
24220         value for NaN + i0.  Add another test.
24222 2013-08-22  David S. Miller  <davem@davemloft.net>
24224         * po/ca.po: Update Catalan translation from translation project.
24225         * po/uk.po: Add Ukrainian translations from translation project.
24227 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24229         [BZ #15797]
24230         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24231         is infinite, not alongside NaN test.
24232         * math/s_fdimf.c (__fdimf): Likewise.
24233         * math/s_fdiml.c (__fdiml): Likewise.
24234         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24235         errno is unchanged.
24237 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24239         * argp/argp-help.c: Fix typos.
24240         * crypt/speeds.c: Likewise.
24241         * csu/check_fds.c: Likewise.
24242         * elf/dl-load.c: Likewise.
24243         * elf/dl-open.c: Likewise.
24244         * elf/reldep3.c: Likewise.
24245         * elf/reldep.c: Likewise.
24246         * elf/sprof.c: Likewise.
24247         * iconv/iconv_charmap.c: Likewise.
24248         * iconv/skeleton.c: Likewise.
24249         * iconv/strtab.c: Likewise.
24250         * io/lockf64.c: Likewise.
24251         * libio/libioP.h: Likewise.
24252         * resolv/gai_notify.c: Likewise.
24253         * resolv/ns_name.c: Likewise.
24254         * resolv/ns_samedomain.c: Likewise.
24255         * resolv/res_send.c: Likewise.
24256         * stdlib/random.c: Likewise.
24257         * sunrpc/rpc/xdr.h: Likewise.
24258         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24259         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24260         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24261         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24262         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24263         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24264         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24265         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24266         * sysdeps/mach/hurd/check_fds.c: Likewise.
24267         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24268         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24269         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24270         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24271         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24272         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24273         * sysdeps/pthread/aio_notify.c: Likewise.
24274         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24275         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24276         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24277         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24278         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24280 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24282         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24283         version if bit_Slow_SSE4_2 is set.
24284         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24285         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24287 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24289         [BZ #15867]
24290         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24291         trampoline stack frame information.
24292         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24293         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24294         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24295         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24296         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24297         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24298         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24299         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24300         sa_flags value.
24301         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24302         interrupting a syscall and set with option SA_SIGINFO.
24304 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24306         [BZ #15531]
24307         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24308         argument is infinite.
24309         * math/s_cprojf.c (__cprojf): Likewise.
24310         * math/s_cprojl.c (__cprojl): Likewise.
24311         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24312         * math/libm-test.inc (cproj_test_data): Add more tests.
24314         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24316         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24317         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24318         size.  Use __ffs to determine corresponding shift.
24320 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24321             Roland McGrath  <roland@hack.frob.com>
24323         * Makefile (INSTALL): Remove trailing blank lines from output of
24324         makeinfo.
24326 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24328         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24329         Align 32 bit compat elf_greg to 8 bytes.
24331 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24333         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24335 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24337         * string/strcoll_l.c (coll_seq): New structure.
24338         (get_next_seq_cached): New function.
24339         (get_next_seq): New function.
24340         (do_compare): New function.
24341         (STRCOLL): Use GNU style definition.  Simplify implementation
24342         by using get_next_seq, get_next_seq_cached and do_compare.
24344 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24346         [BZ #14699]
24347         CVE-2013-4237
24348         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24349         member.
24350         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24351         member.
24352         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24353         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24354         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24355         conditional.
24356         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24357         GETDENTS_64BIT_ALIGNED.
24358         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24359         * manual/filesys.texi (Reading/Closing Directory): Document
24360         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24361         strongly.
24362         * manual/conf.texi (Limits for Files): Add portability note to
24363         NAME_MAX, PATH_MAX.
24364         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24366 2013-08-13  Andreas Schwab  <schwab@suse.de>
24368         [BZ #15749]
24369         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24370         of fabs.
24371         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24372         LDBL_MAX_EXP >= 16384]: Add tests for it.
24374 2013-08-12  David S. Miller  <davem@davemloft.net>
24376         * version.h (RELEASE): Set to "development".
24377         (VERSION): Set to "2.18.90".
24378         * NEWS: Add 2.19 section.
24380 2013-08-03  David S. Miller  <davem@davemloft.net>
24382         * po/ko.po: Update Korean translation from translation project.
24384 2013-08-01  David S. Miller  <davem@davemloft.net>
24386         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24387         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24388         Bilka.
24390 2013-07-30  David S. Miller  <davem@davemloft.net>
24392         * po/fr.po: Update French translation from translation project.
24394 2013-07-28  David S. Miller  <davem@davemloft.net>
24396         * po/cs.po: Update Czech translation from translation project.
24398         * po/sv.po: Update Swedish translation from translation project.
24400 2013-07-27  David S. Miller  <davem@davemloft.net>
24402         * po/eo.po: Update Esperanto translation from translation project.
24404         * po/vi.po: Update Vietnamese translation from translation project.
24406         * po/de.po: Update German translation from translation project.
24408 2013-07-26  David S. Miller  <davem@davemloft.net>
24410         * po/bg.po: Update Bulgarian translation from translation project.
24412         * po/nl.po: Update Dutch translation from translation project.
24413         * po/pl.po: Update Polish translation from translation project.
24414         * po/ru.po: Update Russian translation from translation project.
24416 2013-07-24  David S. Miller  <davem@davemloft.net>
24418         * po/libc.pot: Update.
24420 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24422         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24423         variable page size.
24424         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24425         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24426         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24428 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24430         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24432 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24433             Andreas Schwab  <schwab@suse.de>
24434             Roland McGrath  <roland@hack.frob.com>
24435             Joseph Myers  <joseph@codesourcery.com>
24436             Carlos O'Donell  <carlos@redhat.com>
24438         [BZ #15755]
24439         * config.h.in: Define HAVE_PT_CHOWN.
24440         * config.make.in (build-pt-chown): New variable.
24441         * configure.in (--enable-pt_chown): New configure option.
24442         * configure: Regenerate.
24443         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24444         build-pt-chown is enabled.
24445         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24446         pt_chown to fix pty ownership.
24447         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24448         CLOSE_ALL_FDS.
24449         * manual/install.texi (Configuring and compiling): Mention
24450         --enable-pt_chown. Add @findex for grantpt.
24451         * INSTALL: Regenerate.
24453 2013-07-20  David S. Miller  <davem@davemloft.net>
24455         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24456         difference between 32-bit and 64-bit.
24458 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24460         [BZ #15711]
24461         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24462         Avoid system header dependency with -ffreestanding.
24463         ($(objpfx)bits/syscall%d): Likewise.
24465 2013-07-13  David S. Miller  <davem@davemloft.net>
24467         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24468         underflows from atanl/atan2l due to bug 15319.
24469         (casinh_test_data): Likewise.
24471 2013-07-07  David S. Miller  <davem@davemloft.net>
24473         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24475 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24477         * sysdeps/i386/fpu/libm-test-ulps: Update.
24478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24480 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24482         * configure.in (--enable-lock-elision): Fix message text.
24483         * INSTALL: Regenerate.
24484         * configure: Regenerate.
24486 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24490 2013-07-03  Andreas Jaeger  <aj@suse.de>
24492         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24493         define.
24494         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24495         (ptrace_peeksiginfo_args): Add.
24496         (__ptrace_peeksiginfo_flags): Add.
24497         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24498         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24499         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24501 2013-07-03  Allan McRae  <allan@archlinux.org>
24503         * sysdeps/i386/fpu/libm-test-ulps: Update.
24505 2013-07-02  David S. Miller  <davem@davemloft.net>
24507         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24509 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24511         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24513 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24515         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24518 2013-07-02  Andi Kleen <ak@linux.intel.com>
24520         * config.h.in (ENABLE_LOCK_ELISION): Add.
24521         * configure.in (--enable-lock-elision): Add option.
24522         * manual/install.texi: Document --enable lock elision.
24523         * configure: Regenerate
24524         * INSTALL: Regenerate.
24526 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24528         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24529         SSE4.2 strcasecmp for libc.a.
24530         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24532 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24534         [BZ #13304]
24535         * soft-fp/op-common.h (_FP_FMA): New macro.
24536         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24537         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24538         (_FP_MUL_MEAT_1_imm): ... here.
24539         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24540         (_FP_MUL_MEAT_1_wide): ... here.
24541         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24542         (_FP_MUL_MEAT_1_hard): ... here.
24543         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24544         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24545         (_FP_MUL_MEAT_2_wide): ... here.
24546         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24547         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24548         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24549         (_FP_MUL_MEAT_2_gmp): ... here.
24550         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24551         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24552         (_FP_MUL_MEAT_4_wide): ... here.
24553         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24554         (_FP_MUL_MEAT_4_gmp): ... here.
24555         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24556         (_FP_WFRACBITS_DW_S): Likewise.
24557         (_FP_WFRACXBITS_DW_S): Likewise.
24558         (_FP_HIGHBIT_DW_S): Likewise.
24559         (FP_FMA_S): Likewise.
24560         (_FP_FRAC_HIGH_DW_S): Likewise.
24561         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24562         (_FP_WFRACBITS_DW_D): Likewise.
24563         (_FP_WFRACXBITS_DW_D): Likewise.
24564         (_FP_HIGHBIT_DW_D): Likewise.
24565         (FP_FMA_D): Likewise.
24566         (_FP_FRAC_HIGH_DW_D): Likewise.
24567         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24568         (_FP_WFRACBITS_DW_E): Likewise.
24569         (_FP_WFRACXBITS_DW_E): Likewise.
24570         (_FP_HIGHBIT_DW_E): Likewise.
24571         (FP_FMA_E): Likewise.
24572         (_FP_FRAC_HIGH_DW_E): Likewise.
24573         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24574         (_FP_WFRACBITS_DW_Q): Likewise.
24575         (_FP_WFRACXBITS_DW_Q): Likewise.
24576         (_FP_HIGHBIT_DW_Q): Likewise.
24577         (FP_FMA_Q): Likewise.
24578         (_FP_FRAC_HIGH_DW_Q): Likewise.
24579         * soft-fp/fmasf4.c: New file.
24580         * soft-fp/fmadf4.c: Likewise.
24581         * soft-fp/fmatf4.c: Likewise.
24583 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24585         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24586         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24587         Silvermont.
24588         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24589         macro.
24590         (index_Slow_SSE4_2): Likewise.
24591         (index_Prefer_PMINUB_for_stringop): Likewise.
24592         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24593         bit_Slow_SSE4_2 is set.
24594         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24595         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24597 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24599         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24600         rtld_global._dl_hwcap2.
24601         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24602         POWER8.
24603         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24604         POWER8 feature descriptions defined in _dl_hwcap2.
24605         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24606         string handling for POWER8 feature bits.
24607         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24608         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24609         _dl_powerpc_cap_flags.
24610         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24611         * sysdeps/powerpc/rtld-global-offsets.sym
24612         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24613         _dl_hwcap2 in the rtld_global_ro structure.
24615 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24617         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24618         hardware capabilities in support of AT_HWCAP2.
24619         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24620         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24621         GLRO(dl_hwcap2).
24622         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24623         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24624         explicitly the unknown a_type display mechanism is used.
24625         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24626         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24627         struct member.
24628         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24629         to macro prototype for AT_HWCAP2 support.
24630         * sysdeps/i386/dl-procinfo.h: Likewise.
24631         * sysdeps/s390/dl-procinfo.h: Likewise.
24632         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24633         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24634         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24635         return -1 for unknown a_type display fallback.
24636         * sysdeps/sparc/dl-procinfo.h: Likewise.
24637         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24638         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24640 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24642         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24643         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24645 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24647         [BZ #12492]
24648         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24649         mprotect making __stack_prot writable.
24651 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24652             Joseph Myers  <joseph@codesourcery.com>
24654         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24655         as being properly aligned.
24657 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24659         * dlfcn/modstatic5.c: New file.
24660         * dlfcn/tststatic5.c: New file.
24661         * dlfcn/Makefile (tests): Add tststatic5.
24662         (tests-static): Likewise.
24663         (modules-names): Add modstatic5.
24664         (tststatic5-ENV): New variable.
24665         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24667         [BZ #15022]
24668         * elf/dl-support.c (_dl_main_map): New variable.
24669         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24670         (_dl_nns, _dl_load_adds): Set to 1.
24671         (_dl_initial_searchlist): Refer to _dl_main_map.
24672         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24673         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24674         call to _dl_get_origin.
24675         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24676         around call_map.
24677         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24678         * dlfcn/modstatic3.c: New file.
24679         * dlfcn/tststatic3.c: New file.
24680         * dlfcn/tststatic4.c: New file.
24681         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24682         (tests-static): Likewise.
24683         (modules-names): Add modstatic3.
24684         (tststatic3-ENV, tststatic4-ENV): New variables.
24685         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24686         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24688 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24690         * configure.in (CC): Require GCC version 4.4 or later.
24691         * configure: Regenerated.
24692         * manual/install.texi (Tools for Compilation): Update GCC version
24693         requirement.
24694         * INSTALL: Regenerated.
24696 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24698         [BZ #15674]
24699         * string/test-memcmp.c (check2): New.
24700         (main): Call check2.
24702         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24704 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24706         [BZ #15022]
24707         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24708         over to...
24709         (dl_open_worker) [!SHARED]: ... here.
24711 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24713         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24715 2013-06-25  Richard Henderson  <rth@redhat.com>
24717         * locale/programs/locarchive.c: Include <libc-internal.h>
24719 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24721         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24722         trailing whitespace removed.
24724 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24726         [BZ #10283]
24727         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24728         * locale/programs/locarchive.c: Include libc-mmap.h.
24729         (prepare_address_space): Take two new outputs (the mmap base and len).
24730         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24731         values.
24732         (create_archive): Declare new mmap base and len values for
24733         prepare_address_space, and store the result in ah.
24734         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24735         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24736         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24737         Declare new mmap base and len values for
24738         prepare_address_space, and store the result in new_ah.
24739         (open_archive): Declare new mmap base and len values for
24740         prepare_address_space, and store the result in ah.
24741         (close_archive): If ah->mmap_base is not NULL, use that and
24742         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24743         * sysdeps/generic/libc-mmap.h: New file.
24745 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24747         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24748         (ALIGN_UP): Likewise.
24749         (PTR_ALIGN_DOWN): Likewise.
24750         (PTR_ALIGN_UP): Likewise.
24752 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24754         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24755         entry mapped to PPC_PLATFORM_POWER8.
24756         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24757         POWER8.
24758         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24759         (_dl_string_platform): Add case for exporting platform position for
24760         POWER8.
24761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24762         search path to sysdeps/powerpc/powerpc32/power8 directory.
24763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24764         search path to sysdeps/powerpc/powerpc64/power8 directory.
24765         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24766         power7 directories.
24767         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24768         power7 directories.
24770 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24772         * INSTALL: Regenerate.
24774         * nscd/connections.c (nscd_init): Fix comment.
24776 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24778         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24780         [BZ #15667]
24781         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24782         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24784 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24786         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24787         DL_DST_REQ_STATIC.
24788         (DL_DST_REQ_STATIC): Remove macro.
24790 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24792         [BZ #7006]
24793         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24794         with a shift of 0 bits.
24796 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24798         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24799         $(tststatic-ENV).
24801 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24803         [BZ #15655]
24804         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24806 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24808         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24809         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24810         accepts -fno-tree-loop-distribute-patterns.
24811         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24812         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24813         recursive call.
24814         * string/memset.c (memset): Likewise.
24815         * string/test-memmove.c (simple_memmove): Disable loop transformation
24816         to library calls.
24817         * string/test-memset.c (simple_memset): Likewise.
24818         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24819         * benchtests/bench-memset.c (simple_memset): Likewise.
24820         * configure: Regenerated.
24822 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24824         * math/test-misc.c (main): Ignore fesetround failure when failures
24825         of subsequent rounding tests would be ignored.
24827         [BZ #15654]
24828         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24829         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24830         * math/fegetenv.c (__fegetenv): Return 0.
24831         * math/fegetexcept.c (fegetexcept): Return 0.
24832         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24833         FE_TONEAREST.
24834         * math/feholdexcpt.c (feholdexcept): Return 0.
24835         * math/fesetenv.c (__fesetenv): Return 0.
24836         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24837         argument FE_TONEAREST.
24838         * math/feupdateenv.c (__feupdateenv): Return 0.
24839         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24841 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24843         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24844         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24845         ($(objpfx)rtld-%.os rules): Use them.
24847 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24849         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24850         fields.
24852 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24854         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24855         length of target pattern, then descending length of dependency pattern.
24856         * configure.in (AWK): Require gawk 3.1.2 or newer.
24857         * manual/install.texi (Tools for Compilation): Say that we do.
24858         * configure: Regenerated.
24860         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24861         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24862         * scripts/sysd-rules.awk: ... this new script.
24863         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24864         than a glob-style pattern.
24866 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24868         * math/test-misc.c (main): Do not treat incorrectly rounded
24869         conversions as failure unless ROUNDING_TESTS passes.
24871 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24873         [BZ #15631]
24874         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24875         restore exception state around main square root computation, then
24876         check for inexactness explicitly.
24878         * math/libm-test.inc (fma_test_data): Add another test.
24880 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24882         * manual/threads.texi (Non-POSIX Extensions): New document
24883         node.  Document pthread_getattr_default_np and
24884         pthread_setattr_default_np.
24886         * Versions.def (libpthread): Add GLIBC_2.18.
24887         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24889         Likewise.
24890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24891         Likewise.
24892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24893         Likewise.
24894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24895         Likewise.
24896         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24897         Likewise.
24898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24899         Likewise.
24900         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24901         Likewise.
24902         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24903         Likewise.
24904         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24905         Likewise.
24907 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24909         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24910         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24912 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24913             H.J. Lu  <hjl.tools@gmail.com>
24915         [BZ #15627]
24916         * sysdeps/x86_64/rtld-memset.c: Remove file.
24917         * sysdeps/x86_64/rtld-memset.S: New file.
24919 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24921         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24922         (test_in_one_mode): Take arguments for whether the rounding mode
24923         is supported for each floating-point type.
24924         (do_test): Pass new arguments to test_in_one_mode using
24925         ROUNDING_TESTS.
24927 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24929         * posix/tst-waitid.c (do_test): Distinguish different instances of
24930         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24931         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24932         before entering the kernel for waitpid.
24934 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24936         * NEWS: Fix note on clock function precision.  Text by Roland
24937         McGrath.
24939 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24941         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24942         it into place only when and if the sanity check passes.
24944 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24946         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24947         output for whether conversion result is exact.  Take argument
24948         indicating whether type is IBM long double.
24949         (round_for_all): Change need_exact field to ibm_ld.
24950         * stdlib/tst-strtod-round.c (struct exactness): New type.
24951         (struct test): Change bool ld_ok field to struct exactness exact.
24952         (TEST): Update all definitions for change to field.
24953         (tests): Regenerate array contents.
24954         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24955         field value.  Check for IBM long double here.
24956         (do_test): Update calls to test_in_one_mode.
24958 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24960         [BZ #12515]
24961         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24962         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24964 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24966         [BZ #15605]
24967         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24968         generated by the compiler on loop optimizations.
24969         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24970         general definitions.
24972 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24974         * math/bug-nextafter.c: Include <math-tests.h>.
24975         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24976         the relevant type.
24977         * math/bug-nexttoward.c: Include <math-tests.h>.
24978         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24979         the relevant type.
24980         * math/test-misc.c: Include <math-tests.h>.
24981         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24982         the relevant type.
24984 2013-06-12  Andreas Jaeger  <aj@suse.de>
24986         * po/ia.po: Update Interlingua translation from translation
24987         project.
24989 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24991         * include/fenv.h: Include stdbool.h.
24992         (struct rm_ctx): New structure.
24993         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24994         Define macro.
24995         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24996         (SET_RESTORE_ROUNDF): Likewise.
24997         (SET_RESTORE_ROUNDL): Likewise.
24998         (SET_RESTORE_ROUND_NOEX): Likewise.
24999         (SET_RESTORE_ROUND_NOEXF): Likewise.
25000         (SET_RESTORE_ROUND_NOEXL): Likewise.
25001         (SET_RESTORE_ROUND_53BIT): Likewise.
25002         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25003         (libc_feresetround_noexf_ctx): Likewise.
25004         (libc_feresetround_noexl_ctx): Likewise.
25005         (libc_feholdsetround_53bit_ctx): Likewise.
25006         (libc_feresetround_53bit_ctx): Likewise.
25007         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25008         (libc_feholdexcept_setround_sse_ctx): New function.
25009         (libc_fesetenv_sse_ctx): Likewise.
25010         (libc_feupdateenv_sse_ctx): Likewise.
25011         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25012         (libc_feholdexcept_setround_387_ctx): Likewise.
25013         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25014         (libc_feholdsetround_387_prec_ctx): Likewise.
25015         (libc_feholdsetround_387_ctx): Likewise.
25016         (libc_feholdsetround_387_53bit_ctx): Likewise.
25017         (libc_feholdsetround_sse_ctx): Likewise.
25018         (libc_feresetround_sse_ctx): Likewise.
25019         (libc_feresetround_387_ctx): Likewise.
25020         (libc_feupdateenv_387_ctx): Likewise.
25021         (libc_feholdexcept_setroundf_ctx): Define macro.
25022         (libc_fesetenvf_ctx): Likewise.
25023         (libc_feupdateenvf_ctx): Likewise.
25024         (libc_feholdsetroundf_ctx): Likewise.
25025         (libc_feresetroundf_ctx): Likewise.
25026         (libc_feholdexcept_setround_ctx): Likewise.
25027         (libc_fesetenv_ctx): Likewise.
25028         (libc_feupdateenv_ctx): Likewise.
25029         (libc_feholdsetround_ctx): Likewise.
25030         (libc_feresetround_ctx): Likewise.
25031         (libc_feholdexcept_setroundl_ctx): Likewise.
25032         (libc_feupdateenvl_ctx): Likewise.
25033         (libc_feholdsetroundl_ctx): Likewise.
25034         (libc_feresetroundl_ctx): Likewise.
25035         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25036         (libc_feresetround_53bit_ctx): Likewise.
25038 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25040         * locale/iso-639.def: Convert to UTF-8.
25042 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25044         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25045         (EXCEPTION_TESTS_double): Likewise.
25046         (EXCEPTION_TESTS_long_double): Likewise.
25047         (EXCEPTION_TESTS): Likewise.
25048         * math/libm-test.inc (test_exceptions): Only test exceptions if
25049         EXCEPTION_TESTS (FLOAT).
25051 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25053         * benchtests/Makefile (string-bench): Add strcpy_chk and
25054         stpcpy_chk.
25055         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25056         * benchtests/bench-stpcpy_chk.c: New file.
25057         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25058         * benchtests/bench-strcpy_chk.c: New file.
25059         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25060         code.
25061         (do_test): Likewise.
25063 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25065         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25066         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25067         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25068         with tabs where appropriate.
25069         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25070         dl-procinfo.h.
25071         [PPC_PLATFORM_PPC440]: Likewise.
25072         [PPC_PLATFORM_PPC464]: Likewise.
25073         [PPC_PLATFORM_PPC476]: Likewise.
25074         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25075         ppc464, and ppc476 platform strings merging from ports/
25076         dl-procinfo.h.
25078 2013-06-11  Andreas Schwab  <schwab@suse.de>
25080         [BZ #14991]
25081         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25082         (from_ucs4_idx): Regenerate.
25083         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25084         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25085         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25086         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25087         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25088         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25089         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25090         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25091         from FROM_LOOP and TO_LOOP specific macros.
25092         (BODY): Handle combining characters.
25093         * iconvdata/BIG5HKSCS.irreversible: Update.
25094         * iconvdata/BIG5HKSCS.precomposed: New file.
25095         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25096         characters.
25097         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25099 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25101         * include/sys/time.h: Fix indentation and add copyright header.
25103         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25104         (do_test): Likewise.
25105         * string/test-memchr.c (do_one_test): Likewise.
25106         (do_test): Likewise.
25107         * string/test-memcmp.c (do_one_test): Likewise.
25108         (do_test): Likewise.
25109         * string/test-memcpy.c (do_one_test): Likewise.
25110         (do_test): Likewise.
25111         * string/test-memmem.c (do_one_test): Likewise.
25112         (do_test): Likewise.
25113         (do_random_tests): Likewise.
25114         * string/test-memmove.c (do_one_test): Likewise.
25115         (do_test): Likewise.
25116         * string/test-memset.c (do_one_test): Likewise.
25117         (do_test): Likewise.
25118         * string/test-rawmemchr.c (do_one_test): Likewise.
25119         (do_test): Likewise.
25120         * string/test-strcasecmp.c (do_one_test): Likewise.
25121         (do_test): Likewise.
25122         * string/test-strcasestr.c (do_one_test): Likewise.
25123         (do_test): Likewise.
25124         * string/test-strcat.c (do_one_test): Likewise.
25125         (do_test): Likewise.
25126         * string/test-strchr.c (do_one_test): Likewise.
25127         (do_test): Likewise.
25128         * string/test-strcmp.c (do_one_test): Likewise.
25129         (do_test): Likewise.
25130         * string/test-strcpy.c (do_one_test): Likewise.
25131         (do_test): Likewise.
25132         * string/test-string.h: Likewise.
25133         (test_init): Likewise.
25134         * string/test-strlen.c (do_one_test): Likewise.
25135         (do_test): Likewise.
25136         * string/test-strncasecmp.c (do_one_test): Likewise.
25137         (do_test): Likewise.
25138         * string/test-strncat.c (do_one_test): Likewise.
25139         (do_test): Likewise.
25140         * string/test-strncmp.c (do_one_test): Likewise.
25141         (do_test_limit): Likewise.
25142         (do_test): Likewise.
25143         * string/test-strncpy.c (do_one_test): Likewise.
25144         (do_test): Likewise.
25145         * string/test-strnlen.c (do_one_test): Likewise.
25146         (do_test): Likewise.
25147         * string/test-strpbrk.c (do_one_test): Likewise.
25148         (do_test): Likewise.
25149         * string/test-strrchr.c (do_one_test): Likewise.
25150         (do_test): Likewise.
25151         * string/test-strspn.c (do_one_test): Likewise.
25152         (do_test): Likewise.
25153         * string/test-strstr.c (do_one_test): Likewise.
25154         (do_test): Likewise.
25156         * benchtests/Makefile (string-bench): Add string benchmarks.
25157         * benchtests/bench-bcopy-ifunc.c: New file.
25158         * benchtests/bench-bcopy.c: New file.
25159         * benchtests/bench-bzero-ifunc.c: New file.
25160         * benchtests/bench-bzero.c: New file.
25161         * benchtests/bench-memccpy-ifunc.c: New file.
25162         * benchtests/bench-memccpy.c: New file.
25163         * benchtests/bench-memchr-ifunc.c: New file.
25164         * benchtests/bench-memchr.c: New file.
25165         * benchtests/bench-memcmp-ifunc.c: New file.
25166         * benchtests/bench-memcmp.c: New file.
25167         * benchtests/bench-memmem-ifunc.c: New file.
25168         * benchtests/bench-memmem.c: New file.
25169         * benchtests/bench-memmove-ifunc.c: New file.
25170         * benchtests/bench-memmove.c: New file.
25171         * benchtests/bench-mempcpy-ifunc.c: New file.
25172         * benchtests/bench-mempcpy.c: New file.
25173         * benchtests/bench-memset-ifunc.c: New file.
25174         * benchtests/bench-memset.c: New file.
25175         * benchtests/bench-rawmemchr-ifunc.c: New file.
25176         * benchtests/bench-rawmemchr.c: New file.
25177         * benchtests/bench-stpcpy-ifunc.c: New file.
25178         * benchtests/bench-stpcpy.c: New file.
25179         * benchtests/bench-stpncpy-ifunc.c: New file.
25180         * benchtests/bench-stpncpy.c: New file.
25181         * benchtests/bench-strcasecmp-ifunc.c: New file.
25182         * benchtests/bench-strcasecmp.c: New file.
25183         * benchtests/bench-strcasestr-ifunc.c: New file.
25184         * benchtests/bench-strcasestr.c: New file.
25185         * benchtests/bench-strcat-ifunc.c: New file.
25186         * benchtests/bench-strcat.c: New file.
25187         * benchtests/bench-strchr-ifunc.c: New file.
25188         * benchtests/bench-strchr.c: New file.
25189         * benchtests/bench-strchrnul-ifunc.c: New file.
25190         * benchtests/bench-strchrnul.c: New file.
25191         * benchtests/bench-strcmp-ifunc.c: New file.
25192         * benchtests/bench-strcmp.c: New file.
25193         * benchtests/bench-strcpy-ifunc.c: New file.
25194         * benchtests/bench-strcpy.c: New file.
25195         * benchtests/bench-strcspn-ifunc.c: New file.
25196         * benchtests/bench-strcspn.c: New file.
25197         * benchtests/bench-strlen-ifunc.c: New file.
25198         * benchtests/bench-strlen.c: New file.
25199         * benchtests/bench-strncasecmp-ifunc.c: New file.
25200         * benchtests/bench-strncasecmp.c: New file.
25201         * benchtests/bench-strncat-ifunc.c: New file.
25202         * benchtests/bench-strncat.c: New file.
25203         * benchtests/bench-strncmp-ifunc.c: New file.
25204         * benchtests/bench-strncmp.c: New file.
25205         * benchtests/bench-strncpy-ifunc.c: New file.
25206         * benchtests/bench-strncpy.c: New file.
25207         * benchtests/bench-strnlen-ifunc.c: New file.
25208         * benchtests/bench-strnlen.c: New file.
25209         * benchtests/bench-strpbrk-ifunc.c: New file.
25210         * benchtests/bench-strpbrk.c: New file.
25211         * benchtests/bench-strrchr-ifunc.c: New file.
25212         * benchtests/bench-strrchr.c: New file.
25213         * benchtests/bench-strspn-ifunc.c: New file.
25214         * benchtests/bench-strspn.c: New file.
25215         * benchtests/bench-strstr-ifunc.c: New file.
25216         * benchtests/bench-strstr.c: New file.
25218         * benchtests/Makefile: Disable parallel execution of targets.
25219         (string-bench): Add memcpy.
25220         (benchset): New variable to store a list of benchmark sets.
25221         (bench-func): Renamed from bench.
25222         (bench-set): New target.
25223         (bench): Depend on bench-func and bench-set.
25224         * benchtests/README: Add section on benchmark sets.
25225         * benchtests/bench-memcpy-ifunc.c: New file.
25226         * benchtests/bench-memcpy.c: New file.
25227         * benchtests/bench-string.h: New file.
25229 2013-06-11  Andreas Schwab  <schwab@suse.de>
25231         [BZ #15577]
25232         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25233         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25234         values in the triple.
25235         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25236         terminator in the group key.
25238 2013-06-11  Andreas Jaeger  <aj@suse.de>
25240         * po/zh_TW.po: Update Chinese (traditional) translation from
25241         translation project.
25243 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25245         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25246         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25247         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25248         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25249         (clock_getcpuclockid): Likewise.
25250         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25251         Add weak_alias and libc_hidden_def.
25252         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25253         * rt/clock_gettime.c (clock_gettime): Rename to
25254         __clock_gettime.  Add weak_alias and libc_hidden_def.
25255         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25256         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25257         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25258         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25259         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25260         Likewise.
25261         * rt/clock_settime.c (clock_settime): Rename to
25262         __clock_settime.  Add weak_alias and libc_hidden_def.
25263         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25265 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25267         * mach/err_boot.sub: Remove trailing whitespace.
25268         * mach/err_ipc.sub: Likewise.
25269         * mach/err_mach.sub: Likewise.
25271         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25272         (ROUNDING_TESTS_double): Likewise.
25273         (ROUNDING_TESTS_long_double): Likewise.
25274         (ROUNDING_TESTS): Likewise.
25275         * math/libm-test.inc: Include <math-tests.h>.
25276         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25277         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25278         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25279         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25281 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25283         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25284         of assigning.
25286 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25288         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25289         otherwise empty TRANS lines.
25290         * sysdeps/gnu/errlist.c: Regenerated.
25292         * catgets/gencat.c (error_print): Use (void) in function
25293         definition.
25294         * crypt/crypt_util.c (__init_des): Likewise.
25295         * crypt/speeds.c (Stop): Likewise.
25296         (main): Likewise.
25297         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25298         * inet/ruserpass.c (token): Likewise.
25299         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25300         * intl/localealias.c (extend_alias_table): Likewise.
25301         * intl/plural-exp.c (init_germanic_plural): Likewise.
25302         * libio/fcloseall.c (__fcloseall): Likewise.
25303         * libio/genops.c (_IO_flush_all): Likewise.
25304         (_IO_flush_all_linebuffered): Likewise.
25305         (_IO_cleanup): Likewise.
25306         (_IO_iter_begin): Likewise.
25307         (_IO_iter_end): Likewise.
25308         (_IO_list_lock): Likewise.
25309         (_IO_list_unlock): Likewise.
25310         (_IO_list_resetlock): Likewise.
25311         * libio/getchar.c (getchar): Likewise.
25312         * libio/getchar_u.c (getchar_unlocked): Likewise.
25313         * libio/getwchar.c (getwchar): Likewise.
25314         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25315         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25316         * login/getpt.c (__getpt): Likewise.
25317         * login/tst-utmp.c (main): Likewise.
25318         * malloc/hooks.c (__malloc_check_init): Likewise.
25319         * malloc/malloc.c (__malloc_stats): Likewise.
25320         * malloc/mtrace.c (tr_break): Likewise.
25321         (mtrace): Likewise.
25322         (muntrace): Likewise.
25323         * misc/fstab.c (endfsent): Likewise.
25324         * misc/getclktck.c (__getclktck): Likewise.
25325         * misc/getdtsz.c (__getdtablesize): Likewise.
25326         * misc/gethostid.c (gethostid): Likewise.
25327         * misc/getpagesize.c (__getpagesize): Likewise.
25328         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25329         (__get_nprocs): Likewise.
25330         (__get_phys_pages): Likewise.
25331         (__get_avphys_pages): Likewise.
25332         * misc/getttyent.c (getttyent): Likewise.
25333         (setttyent): Likewise.
25334         (endttyent): Likewise.
25335         * misc/getusershell.c (getusershell): Likewise.
25336         (endusershell): Likewise.
25337         (setusershell): Likewise.
25338         (initshells): Likewise.
25339         * misc/hsearch.c (__hdestroy): Likewise.
25340         * misc/sync.c (sync): Likewise.
25341         * misc/syslog.c (closelog_internal): Likewise.
25342         (closelog): Likewise.
25343         * misc/ttyslot.c (ttyslot): Likewise.
25344         * misc/vhangup.c (vhangup): Likewise.
25345         * posix/fork.c (__fork): Likewise.
25346         * posix/getegid.c (__getegid): Likewise.
25347         * posix/geteuid.c (__geteuid): Likewise.
25348         * posix/getgid.c (__getgid): Likewise.
25349         * posix/getpid.c (__getpid): Likewise.
25350         * posix/getppid.c (__getppid): Likewise.
25351         * posix/getuid.c (__getuid): Likewise.
25352         * posix/pause.c (pause): Likewise.
25353         * posix/setpgrp.c (setpgrp): Likewise.
25354         * posix/setsid.c (__setsid): Likewise.
25355         * posix/test-vfork.c (noop): Likewise.
25356         * resolv/gethnamaddr.c (_endhtent): Likewise.
25357         (_gethtent): Likewise.
25358         (ht_endhostent): Likewise.
25359         (gethostent): Likewise.
25360         (dns_service): Likewise.
25361         * stdlib/drand48.c (drand48): Likewise.
25362         * stdlib/lrand48.c (lrand48): Likewise.
25363         * stdlib/mrand48.c (mrand48): Likewise.
25364         * stdlib/rand.c (rand): Likewise.
25365         * stdlib/random.c (__random): Likewise.
25366         * stdlib/setenv.c (clearenv): Likewise.
25367         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25368         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25369         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25370         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25371         (__get_nprocs): Likewise.
25372         (__get_phys_pages): Likewise.
25373         (__get_avphys_pages): Likewise.
25374         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25375         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25376         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25377         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25378         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25379         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25380         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25381         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25382         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25383         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25384         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25385         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25386         * sysdeps/posix/clock.c (clock): Likewise.
25387         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25388         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25389         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25390         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25391         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25392         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25393         (__get_nprocs_conf): Likewise.
25394         (__get_phys_pages): Likewise.
25395         (__get_avphys_pages): Likewise.
25396         * time/clock.c (clock): Likewise.
25397         * time/tzset.c (__tzname_max): Likewise.
25399 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25401         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25402         (__bswap_32): Do not use "register".
25403         * crypt/crypt.c (_ufc_doit_r): Likewise.
25404         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25405         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25406         * gmon/gmon.c (__monstartup): Likewise.
25407         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25408         * hurd/hurdmalloc.c (more_memory): Likewise.
25409         (malloc): Likewise.
25410         (free): Likewise.
25411         (realloc): Likewise.
25412         (malloc_fork_prepare): Likewise.
25413         (malloc_fork_parent): Likewise.
25414         (malloc_fork_child): Likewise.
25415         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25416         (_svcauth_des): Likewise.
25417         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25418         * inet/inet_net.c (inet_network): Likewise.
25419         * inet/inet_netof.c (inet_netof): Likewise.
25420         * inet/rcmd.c (__validuser2_sa): Likewise.
25421         * io/fts.c (fts_open): Likewise.
25422         (fts_load): Likewise.
25423         (fts_close): Likewise.
25424         (fts_read): Likewise.
25425         (fts_children): Likewise.
25426         (fts_build): Likewise.
25427         (fts_stat): Likewise.
25428         (fts_sort): Likewise.
25429         (fts_alloc): Likewise.
25430         (fts_lfree): Likewise.
25431         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25432         (_IO_file_xsgetn): Likewise.
25433         (_IO_file_xsgetn_mmap): Likewise.
25434         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25435         (_IO_cookie_write): Likewise.
25436         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25437         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25438         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25439         * malloc/obstack.c (_obstack_begin): Likewise.
25440         (_obstack_begin_1): Likewise.
25441         (_obstack_newchunk): Likewise.
25442         (_obstack_allocated_p): Likewise.
25443         (obstack_free): Likewise.
25444         (_obstack_memory_used): Likewise.
25445         * misc/getttyent.c (getttynam): Likewise.
25446         (getttyent): Likewise.
25447         (skip): Likewise.
25448         (value): Likewise.
25449         * misc/getusershell.c (initshells): Likewise.
25450         * misc/syslog.c (__vsyslog_chk): Likewise.
25451         * misc/ttyslot.c (ttyslot): Likewise.
25452         * nis/nis_hash.c (__nis_hash): Likewise.
25453         * posix/fnmatch_loop.c (FCT): Likewise.
25454         * posix/getconf.c (print_all): Likewise.
25455         (main): Likewise.
25456         * posix/getopt.c (exchange): Likewise.
25457         * posix/glob.c (globfree): Likewise.
25458         (prefix_array): Likewise.
25459         (__glob_pattern_type): Likewise.
25460         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25461         (NS_GET32): Likewise.
25462         (NS_PUT16): Likewise.
25463         (NS_PUT32): Likewise.
25464         * resolv/gethnamaddr.c (getanswer): Likewise.
25465         (gethostbyname2): Likewise.
25466         (gethostbyaddr): Likewise.
25467         (_gethtent): Likewise.
25468         (_gethtbyname2): Likewise.
25469         (_gethtbyaddr): Likewise.
25470         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25471         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25472         * resolv/res_init.c (__res_vinit): Likewise.
25473         (net_mask): Likewise.
25474         * resolv/res_mkquery.c (outchar): Likewise.
25475         (PRINT): Likewise.
25476         * stdio-common/printf_fp.c (outchar): Likewise.
25477         (PRINT): Likewise.
25478         * stdio-common/printf_fphex.c (outchar): Likewise.
25479         (PRINT): Likewise.
25480         * stdio-common/printf_size.c (outchar): Likewise.
25481         (PRINT): Likewise.
25482         * stdio-common/test_rdwr.c (main): Likewise.
25483         * stdio-common/tfformat.c (matches): Likewise.
25484         * stdio-common/vfprintf.c (outchar): Likewise.
25485         (printf_unknown): Likewise.
25486         (buffered_vfprintf): Likewise.
25487         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25488         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25489         (ReadFile): Likewise.
25490         * stdlib/qsort.c (SWAP): Likewise.
25491         (_quicksort): Likewise.
25492         * stdlib/setenv.c (__add_to_environ): Likewise.
25493         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25494         * stdlib/strtol_l.c (__strtol_l): Likewise.
25495         * stdlib/tst-strtod.c (main): Likewise.
25496         * stdlib/tst-strtol.c (main): Likewise.
25497         * stdlib/tst-strtoll.c (main): Likewise.
25498         * string/bits/string2.h (__strcmp_cc): Likewise.
25499         (__strcmp_cg): Likewise.
25500         (__strcspn_c1): Likewise.
25501         (__strcspn_c2): Likewise.
25502         (__strcspn_c3): Likewise.
25503         (__strspn_c1): Likewise.
25504         (__strspn_c2): Likewise.
25505         (__strspn_c3): Likewise.
25506         (__strsep_1c): Likewise.
25507         (__strsep_2c): Likewise.
25508         (__strsep_3c): Likewise.
25509         * string/memccpy.c (__memccpy): Likewise.
25510         * string/stpcpy.c (__stpcpy): Likewise.
25511         * string/strcmp.c (strcmp): Likewise.
25512         * string/strrchr.c (strrchr): Likewise.
25513         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25514         Likewise.
25515         * sysdeps/mach/hurd/getcwd.c
25516         (_hurd_canonicalize_directory_name_internal): Likewise.
25517         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25518         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25519         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25520         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25521         Likewise, in both definitions.
25522         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25523         definitions.
25524         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25525         64] (__bswap_64): Likewise.
25526         * time/test_time.c (main): Likewise.
25527         * time/tzfile.c (__tzfile_read): Likewise.
25528         (__tzfile_compute): Likewise.
25529         * time/tzset.c (__tzset_parse_tz): Likewise.
25530         (tzset_internal): Likewise.
25531         (compute_change): Likewise.
25532         * wcsmbs/wcscat.c (__wcscat): Likewise.
25533         * wcsmbs/wcschr.c (wcschr): Likewise.
25534         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25535         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25536         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25537         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25538         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25539         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25540         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25541         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25542         * wcsmbs/wmemset.c (wmemset): Likewise.
25544 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25546         * scripts/config.guess: Update to version 2013-05-16.
25547         * scripts/config.sub: Update to version 2013-04-24.
25548         * scripts/install-sh: Update to version 2011-11-20.07.
25549         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25550         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25552 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25554         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25555         * elf/sln.c: Likewise.
25556         * hurd/hurd/ioctl.h: Likewise.
25557         * hurd/hurdmalloc.c: Likewise.
25558         * hurd/xattr.c: Likewise.
25559         * include/shlib-compat.h: Likewise.
25560         * inet/ruserpass.c: Likewise.
25561         * libio/iofgets_u.c: Likewise.
25562         * libio/iofgetws_u.c: Likewise.
25563         * locale/programs/ld-identification.c: Likewise.
25564         * locale/programs/ld-time.c: Likewise.
25565         * mach/msg-destroy.c: Likewise.
25566         * nss/nss_files/files-netgrp.c: Likewise.
25567         * resolv/res_data.c: Likewise.
25568         * soft-fp/op-1.h: Likewise.
25569         * soft-fp/op-2.h: Likewise.
25570         * soft-fp/op-4.h: Likewise.
25571         * soft-fp/op-common.h: Likewise.
25572         * stdio-common/printf_fphex.c: Likewise.
25573         * stdlib/strtod_l.c: Likewise.
25574         * sunrpc/rpc/clnt.h: Likewise.
25575         * sysdeps/generic/framestate.c: Likewise.
25576         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25577         * sysdeps/i386/bsd-setjmp.S: Likewise.
25578         * sysdeps/i386/__longjmp.S: Likewise.
25579         * sysdeps/i386/setjmp.S: Likewise.
25580         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25581         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25582         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25583         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25584         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25585         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25586         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25587         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25588         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25589         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25590         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25591         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25592         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25593         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25594         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25595         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25596         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25597         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25598         * sysdeps/ieee754/support.c: Likewise.
25599         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25600         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25601         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25602         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25603         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25604         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25605         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25606         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25607         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25608         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25609         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25610         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25611         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25612         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25613         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25614         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25615         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25618 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25620         * posix/transbug.c: Remove executable mode.
25622 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25624         * crypt/speeds.c: Remove trailing whitespace.
25625         * dlfcn/default.c: Likewise.
25626         * elf/ifuncdep2.c: Likewise.
25627         * elf/ifuncmain1.c: Likewise.
25628         * elf/ifuncmain1vis.c: Likewise.
25629         * elf/testobj.h: Likewise.
25630         * elf/tst-stackguard1.c: Likewise.
25631         * gmon/sys/gmon.h: Likewise.
25632         * hurd/hurdmsg.c: Likewise.
25633         * hurd/new-fd.c: Likewise.
25634         * hurd/ports-get.c: Likewise.
25635         * iconvdata/ibm1008_420.c: Likewise.
25636         * inet/tst-getni1.c: Likewise.
25637         * inet/tst-getni2.c: Likewise.
25638         * libio/ioungetc.c: Likewise.
25639         * libio/wfiledoalloc.c: Likewise.
25640         * manual/libm-err-tab.pl: Likewise.
25641         * math/w_dremf.c: Likewise.
25642         * misc/ftruncate.c: Likewise.
25643         * posix/bug-glob2.c: Likewise.
25644         * posix/tst-pcre.c: Likewise.
25645         * posix/wait4.c: Likewise.
25646         * resolv/README: Likewise.
25647         * resolv/res_debug.h: Likewise.
25648         * resolv/tst-inet_ntop.c: Likewise.
25649         * setjmp/bug269-setjmp.c: Likewise.
25650         * soft-fp/extended.h: Likewise.
25651         * soft-fp/op-1.h: Likewise.
25652         * soft-fp/op-2.h: Likewise.
25653         * soft-fp/op-4.h: Likewise.
25654         * soft-fp/op-8.h: Likewise.
25655         * soft-fp/testit.c: Likewise.
25656         * stdio-common/bug16.c: Likewise.
25657         * stdlib/random.c: Likewise.
25658         * sunrpc/rpcsvc/rquota.x: Likewise.
25659         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25660         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25661         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25662         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25663         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25664         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25665         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25666         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25667         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25668         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25669         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25670         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25671         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25672         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25673         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25674         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25675         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25676         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25677         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25678         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25679         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25680         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25681         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25682         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25683         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25684         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25685         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25686         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25687         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25688         * sysdeps/ieee754/s_lib_version.c: Likewise.
25689         * sysdeps/mach/hurd/check_fds.c: Likewise.
25690         * sysdeps/mach/hurd/getsockname.c: Likewise.
25691         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25692         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25693         * sysdeps/powerpc/bits/link.h: Likewise.
25694         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25695         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25696         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25697         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25698         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25699         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25700         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25701         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25702         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25703         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25704         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25705         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25706         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25707         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25708         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25709         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25710         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25711         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25712         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25713         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25714         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25715         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25716         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25717         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25718         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25719         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25720         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25721         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25722         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25723         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25724         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25725         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25726         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25727         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25728         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25729         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25730         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25731         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25732         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25733         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25734         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25735         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25736         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25737         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25738         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25739         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25740         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25741         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25742         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25743         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25744         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25745         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25746         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25747         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25748         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25749         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25750         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25751         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25752         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25753         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25754         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25755         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25756         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25757         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25758         * sysdeps/powerpc/sysdep.h: Likewise.
25759         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25760         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25761         * sysdeps/sh/dl-trampoline.S: Likewise.
25762         * sysdeps/sh/memset.S: Likewise.
25763         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25764         * sysdeps/sh/strlen.S: Likewise.
25765         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25766         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25767         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25768         * sysdeps/sparc/sparc32/rem.S: Likewise.
25769         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25770         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25771         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25772         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25773         * sysdeps/sparc/sparc32/urem.S: Likewise.
25774         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25775         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25776         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25777         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25778         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25779         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25780         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25781         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25782         * sysdeps/unix/bsd/times.c: Likewise.
25783         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25784         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25788         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25789         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25790         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25791         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25792         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25793         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25794         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25795         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25796         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25797         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25798         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25799         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25800         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25801         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25802         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25803         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25804         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25805         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25806         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25807         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25808         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25809         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25810         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25811         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25812         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25813         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25814         * sysdeps/x86_64/strcspn.S: Likewise.
25816 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25818         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25819         generated file.  Regenerate properly from gen-translit.pl.
25820         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25821         locale/C-translit.h.
25823 2013-06-05  Andreas Schwab  <schwab@suse.de>
25825         [BZ #15100]
25826         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25827         week as 6 instead of -1.
25828         * time/tst-strptime.c (day_tests): Add test case.
25830 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25832         * sysdeps/generic/math_private.h
25833         (libc_feholdexcept_setround_53bit): Replace with
25834         libc_feholdsetround_53bit.
25835         (libc_feupdateenv_53bit): Replace with
25836         libc_feresetround_53bit.
25837         (SET_RESTORE_ROUND_53BIT): Adjust.
25839 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25841         * string/test-strchrnul.c: Add copyright header.
25843         * posix/tst-getaddrinfo4.c: Increase test timeout.
25845 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25847         [BZ #15536]
25848         * math/libm-test.inc (MAX_EXP): Remove
25849         (MIN_EXP): Define.
25850         (ulp): Use MIN_EXP - MANT_DIG.
25851         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25853 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25855         * po/be.po: Revert last change.
25856         * po/zh_CN.po: Likewise.
25857         * po/header.pot: Likewise.
25859 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25861         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25862         link-libc-deps to empty as target-specific variable.
25863         * Makerules (link-libc-args): New variable.
25864         (libc-for-link): Likewise.
25865         (link-libc-deps): Likewise.
25866         (lib%.so): Depend on $(link-libc-deps).  Link with
25867         $(link-libc-args).
25868         (build-module): Link with $(link-libc-args).
25869         (build-module-asneeded): Likewise.
25870         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25871         list of objects.
25872         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25873         target-specific variable.
25874         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25875         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25876         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25877         libc.
25878         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25879         libc and ld.so.
25880         ($(objpfx)libpcprofile.so): Likewise.
25881         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25882         libc_nonshared.a.
25883         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25884         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25885         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25886         $(link-libc-deps).
25887         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25888         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25889         * login/Makefile ($(objpfx)libutil.so): Likewise.
25890         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25891         * math/Makefile ($(objpfx)libm.so): Likewise.
25892         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25893         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25894         variable instead of depending directly on libc.
25895         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25896         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25897         $(link-libc-deps).
25898         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25899         libc.
25900         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25901         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25902         ($(objpfx)libanl.so): Likewise.
25903         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25904         ld.so.
25905         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25906         $(link-libc-deps).
25907         * sysdeps/i386/fpu/Makefile: Remove file.
25908         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25909         ($(objpfx)libm.so): Remove dependency on ld.so.
25911 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25913         [BZ # 15553]
25914         * nis/yp_xdr.c (XDRMAXNAME): Define.
25915         (XDRMAXRECORD): Define.
25916         (xdr_domainname): Use XDRMAXNAME.
25917         (xdr_mapname): Likewise.
25918         (xdr_peername): Likewise.
25919         (xdr_keydat): Use XDRMAXRECORD.
25920         (xdr_valdat): Likewise.
25922 2013-05-30  Jeff Law  <law@redhat.com>
25924         [BZ #14256]
25925         * manual/errno.texi (ESTALE): Update to account for more than
25926         just NFS file systems.
25927         * sysdeps/gnu/errlist.c: Regenerated.
25929 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25931         [BZ #15465]
25932         * elf/Makefile (tests): Add tst-null-argv.
25933         (modules-names):  Add tst-null-argv-lib.
25934         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25935         (tst-null-argv-ENV): Set environment for tst-null-argv.
25936         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25937         (RTLD_PROGNAME): New macro.
25938         * elf/tst-null-argv.c: New test case.
25939         * elf/tst-null-argv-lib.c: Library for test case.
25940         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25941         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25942         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25943         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25944         * elf/dl-init.c (call_init): Likewise.
25945         (_dl_init): Likewise.
25946         * elf/dl-load.c (print_search_path): Likewise.
25947         (_dl_map_object): Likewise.
25948         * elf/dl-lookup.c (do_lookup_x): Likewise.
25949         (add_dependency): Likewise.
25950         (_dl_lookup_symbol_x): Likewise.
25951         (_dl_debug_bindings): Likewise.
25952         * elf/dl-open.c (_dl_show_scope): Likewise.
25953         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25954         * elf/dl-version.c (match_symbol): Likewise.
25955         (_dl_check_map_versions): Likewise.
25956         * elf/rtld.c (dl_main): Likewise.
25957         (print_unresolved): Use RTLD_PROGNAME.
25958         (print_missing_version): Likewise.
25959         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25960         (elf_machine_rela): Likewise.
25961         * sysdeps/powerpc/powerpc32/dl-machine.c
25962         (__process_machine_rela): Likewise.
25963         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25964         Likewise.
25965         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25966         Likewise.
25967         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25968         Likewise.
25969         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25970         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25971         Likewise.
25972         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25973         Likewise.
25974         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25976 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25978         * po/be.po: Add descriptive title.
25979         * po/zh_CN.po: Likewise.
25980         * po/header.pot: Likewise.
25982 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25984         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25985         error message.
25986         (enlarge_archive): Likewise.
25988 2013-05-28  Ben North  <ben@redfrontdoor.org>
25990         * manual/arith.texi (frexp): It is the magnitude of the return
25991         value which lies in [0.5, 1), not the return value itself.
25993 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25995         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25997 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25999         * stdio-common/bug26.c (main): Correct fscanf template.
26001         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26002         declare _dl_skip_args.
26004         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26005         Don't declare.
26007         * manual/platform.texi: Add missing @end deftypefun.
26009 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26011         [BZ #15529]
26012         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26013         bit of mantissa of 2^16382.
26014         * math/libm-test.inc (hypot_test_data): Add more tests.
26016         * math/libm-test.inc: Add drem and pow10 to list of tested
26017         functions.
26018         (pow10_test): New function.
26019         (drem_test): Likewise.
26020         (drem_test_tonearest): Likewise.
26021         (drem_test_towardzero): Likewise.
26022         (drem_test_downward): Likewise.
26023         (drem_test_upward): Likewise.
26024         (main): Call the new functions.
26026         * math/libm-test.inc (finite_test_data): Remove.
26027         (finite_test): Run tests from isfinite_test_data.
26028         (gamma_test_data): Remove.
26029         (gamma_test): Run tests from lgamma_test_data.
26030         * sysdeps/i386/fpu/libm-test-ulps: Update.
26031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26033 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26035         * manual/platform.texi: Add PowerPC PPR function set documentation.
26036         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26037         implementation.
26039 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26041         * math/libm-test.inc (MAX_EXP): Define.
26042         (ULPDIFF): Define.
26043         (ulp): New function.
26044         (check_float_internal): Use ULPDIFF.
26045         (cpow_test): Disable failing test.
26046         (check_ulp): Test ulp() implemetnation.
26047         (main): Call check_ulp before starting tests.
26049 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26051         * math/gen-libm-test.pl (generate_testfile): Do not handle
26052         START_DATA and END_DATA.
26053         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26054         END_DATA.
26055         (acos_tonearest_test_data): Likewise.
26056         (acos_towardzero_test_data): Likewise.
26057         (acos_downward_test_data): Likewise.
26058         (acos_upward_test_data): Likewise.
26059         (acosh_test_data): Likewise.
26060         (asin_test_data): Likewise.
26061         (asin_tonearest_test_data): Likewise.
26062         (asin_towardzero_test_data): Likewise.
26063         (asin_downward_test_data): Likewise.
26064         (asin_upward_test_data): Likewise.
26065         (asinh_test_data): Likewise.
26066         (atan_test_data): Likewise.
26067         (atanh_test_data): Likewise.
26068         (atan2_test_data): Likewise.
26069         (cabs_test_data): Likewise.
26070         (cacos_test_data): Likewise.
26071         (cacosh_test_data): Likewise.
26072         (carg_test_data): Likewise.
26073         (casin_test_data): Likewise.
26074         (casinh_test_data): Likewise.
26075         (catan_test_data): Likewise.
26076         (catanh_test_data): Likewise.
26077         (cbrt_test_data): Likewise.
26078         (ccos_test_data): Likewise.
26079         (ccosh_test_data): Likewise.
26080         (ceil_test_data): Likewise.
26081         (cexp_test_data): Likewise.
26082         (cimag_test_data): Likewise.
26083         (clog_test_data): Likewise.
26084         (clog10_test_data): Likewise.
26085         (conj_test_data): Likewise.
26086         (copysign_test_data): Likewise.
26087         (cos_test_data): Likewise.
26088         (cos_tonearest_test_data): Likewise.
26089         (cos_towardzero_test_data): Likewise.
26090         (cos_downward_test_data): Likewise.
26091         (cos_upward_test_data): Likewise.
26092         (cosh_test_data): Likewise.
26093         (cosh_tonearest_test_data): Likewise.
26094         (cosh_towardzero_test_data): Likewise.
26095         (cosh_downward_test_data): Likewise.
26096         (cosh_upward_test_data): Likewise.
26097         (cpow_test_data): Likewise.
26098         (cproj_test_data): Likewise.
26099         (creal_test_data): Likewise.
26100         (csin_test_data): Likewise.
26101         (csinh_test_data): Likewise.
26102         (csqrt_test_data): Likewise.
26103         (ctan_test_data): Likewise.
26104         (ctan_tonearest_test_data): Likewise.
26105         (ctan_towardzero_test_data): Likewise.
26106         (ctan_downward_test_data): Likewise.
26107         (ctan_upward_test_data): Likewise.
26108         (ctanh_test_data): Likewise.
26109         (ctanh_tonearest_test_data): Likewise.
26110         (ctanh_towardzero_test_data): Likewise.
26111         (ctanh_downward_test_data): Likewise.
26112         (ctanh_upward_test_data): Likewise.
26113         (erf_test_data): Likewise.
26114         (erfc_test_data): Likewise.
26115         (exp_test_data): Likewise.
26116         (exp_tonearest_test_data): Likewise.
26117         (exp_towardzero_test_data): Likewise.
26118         (exp_downward_test_data): Likewise.
26119         (exp_upward_test_data): Likewise.
26120         (exp10_test_data): Likewise.
26121         (exp2_test_data): Likewise.
26122         (expm1_test_data): Likewise.
26123         (fabs_test_data): Likewise.
26124         (fdim_test_data): Likewise.
26125         (finite_test_data): Likewise.
26126         (floor_test_data): Likewise.
26127         (fma_test_data): Likewise.
26128         (fma_towardzero_test_data): Likewise.
26129         (fma_downward_test_data): Likewise.
26130         (fma_upward_test_data): Likewise.
26131         (fmax_test_data): Likewise.
26132         (fmin_test_data): Likewise.
26133         (fmod_test_data): Likewise.
26134         (fpclassify_test_data): Likewise.
26135         (frexp_test_data): Likewise.
26136         (gamma_test_data): Likewise.
26137         (hypot_test_data): Likewise.
26138         (ilogb_test_data): Likewise.
26139         (isfinite_test_data): Likewise.
26140         (isgreater_test_data): Likewise.
26141         (isgreaterequal_test_data): Likewise.
26142         (isinf_test_data): Likewise.
26143         (isless_test_data): Likewise.
26144         (islessequal_test_data): Likewise.
26145         (islessgreater_test_data): Likewise.
26146         (isnan_test_data): Likewise.
26147         (isnormal_test_data): Likewise.
26148         (issignaling_test_data): Likewise.
26149         (isunordered_test_data): Likewise.
26150         (j0_test_data): Likewise.
26151         (j1_test_data): Likewise.
26152         (jn_test_data): Likewise.
26153         (ldexp_test_data): Likewise.
26154         (lgamma_test_data): Likewise.
26155         (lrint_test_data): Likewise.
26156         (lrint_tonearest_test_data): Likewise.
26157         (lrint_towardzero_test_data): Likewise.
26158         (lrint_downward_test_data): Likewise.
26159         (lrint_upward_test_data): Likewise.
26160         (llrint_test_data): Likewise.
26161         (llrint_tonearest_test_data): Likewise.
26162         (llrint_towardzero_test_data): Likewise.
26163         (llrint_downward_test_data): Likewise.
26164         (llrint_upward_test_data): Likewise.
26165         (log_test_data): Likewise.
26166         (log10_test_data): Likewise.
26167         (log1p_test_data): Likewise.
26168         (log2_test_data): Likewise.
26169         (logb_test_data): Likewise.
26170         (logb_downward_test_data): Likewise.
26171         (lround_test_data): Likewise.
26172         (llround_test_data): Likewise.
26173         (modf_test_data): Likewise.
26174         (nearbyint_test_data): Likewise.
26175         (nextafter_test_data): Likewise.
26176         (nexttoward_test_data): Likewise.
26177         (pow_test_data): Likewise.
26178         (pow_tonearest_test_data): Likewise.
26179         (pow_towardzero_test_data): Likewise.
26180         (pow_downward_test_data): Likewise.
26181         (pow_upward_test_data): Likewise.
26182         (remainder_test_data): Likewise.
26183         (remainder_tonearest_test_data): Likewise.
26184         (remainder_towardzero_test_data): Likewise.
26185         (remainder_downward_test_data): Likewise.
26186         (remainder_upward_test_data): Likewise.
26187         (remquo_test_data): Likewise.
26188         (rint_test_data): Likewise.
26189         (rint_tonearest_test_data): Likewise.
26190         (rint_towardzero_test_data): Likewise.
26191         (rint_downward_test_data): Likewise.
26192         (rint_upward_test_data): Likewise.
26193         (round_test_data): Likewise.
26194         (scalb_test_data): Likewise.
26195         (scalbn_test_data): Likewise.
26196         (scalbln_test_data): Likewise.
26197         (signbit_test_data): Likewise.
26198         (sin_test_data): Likewise.
26199         (sin_tonearest_test_data): Likewise.
26200         (sin_towardzero_test_data): Likewise.
26201         (sin_downward_test_data): Likewise.
26202         (sin_upward_test_data): Likewise.
26203         (sincos_test_data): Likewise.
26204         (sinh_test_data): Likewise.
26205         (sinh_tonearest_test_data): Likewise.
26206         (sinh_towardzero_test_data): Likewise.
26207         (sinh_downward_test_data): Likewise.
26208         (sinh_upward_test_data): Likewise.
26209         (sqrt_test_data): Likewise.
26210         (tan_test_data): Likewise.
26211         (tan_tonearest_test_data): Likewise.
26212         (tan_towardzero_test_data): Likewise.
26213         (tan_downward_test_data): Likewise.
26214         (tan_upward_test_data): Likewise.
26215         (tanh_test_data): Likewise.
26216         (tgamma_test_data): Likewise.
26217         (trunc_test_data): Likewise.
26218         (y0_test_data): Likewise.
26219         (y1_test_data): Likewise.
26220         (yn_test_data): Likewise.
26221         (significand_test_data): Likewise.
26223         * math/gen-libm-test.pl (@functions): Remove variable.
26224         (generate_testfile): Don't handle START and END lines.
26225         * math/libm-test.inc (START): New macro.
26226         (END): Likewise.
26227         (END_COMPLEX): Likewise.
26228         (acos_test): Use END macro without arguments.
26229         (acos_test_tonearest): Likewise.
26230         (acos_test_towardzero): Likewise.
26231         (acos_test_downward): Likewise.
26232         (acos_test_upward): Likewise.
26233         (acosh_test): Likewise.
26234         (asin_test): Likewise.
26235         (asin_test_tonearest): Likewise.
26236         (asin_test_towardzero): Likewise.
26237         (asin_test_downward): Likewise.
26238         (asin_test_upward): Likewise.
26239         (asinh_test): Likewise.
26240         (atan_test): Likewise.
26241         (atanh_test): Likewise.
26242         (atan2_test): Likewise.
26243         (cabs_test): Likewise.
26244         (cacos_test): Use END_COMPLEX macro without arguments.
26245         (cacosh_test): Likewise.
26246         (carg_test): Use END macro without arguments.
26247         (casin_test): Use END_COMPLEX macro without arguments.
26248         (casinh_test): Likewise.
26249         (catan_test): Likewise.
26250         (catanh_test): Likewise.
26251         (cbrt_test): Use END macro without arguments.
26252         (ccos_test): Use END_COMPLEX macro without arguments.
26253         (ccosh_test): Likewise.
26254         (ceil_test): Use END macro without arguments.
26255         (cexp_test): Use END_COMPLEX macro without arguments.
26256         (cimag_test): Use END macro without arguments.
26257         (clog_test): Use END_COMPLEX macro without arguments.
26258         (clog10_test): Likewise.
26259         (conj_test): Likewise.
26260         (copysign_test): Use END macro without arguments.
26261         (cos_test): Likewise.
26262         (cos_test_tonearest): Likewise.
26263         (cos_test_towardzero): Likewise.
26264         (cos_test_downward): Likewise.
26265         (cos_test_upward): Likewise.
26266         (cosh_test): Likewise.
26267         (cosh_test_tonearest): Likewise.
26268         (cosh_test_towardzero): Likewise.
26269         (cosh_test_downward): Likewise.
26270         (cosh_test_upward): Likewise.
26271         (cpow_test): Use END_COMPLEX macro without arguments.
26272         (cproj_test): Likewise.
26273         (creal_test): Use END macro without arguments.
26274         (csin_test): Use END_COMPLEX macro without arguments.
26275         (csinh_test): Likewise.
26276         (csqrt_test): Likewise.
26277         (ctan_test): Likewise.
26278         (ctan_test_tonearest): Likewise.
26279         (ctan_test_towardzero): Likewise.
26280         (ctan_test_downward): Likewise.
26281         (ctan_test_upward): Likewise.
26282         (ctanh_test): Likewise.
26283         (ctanh_test_tonearest): Likewise.
26284         (ctanh_test_towardzero): Likewise.
26285         (ctanh_test_downward): Likewise.
26286         (ctanh_test_upward): Likewise.
26287         (erf_test): Use END macro without arguments.
26288         (erfc_test): Likewise.
26289         (exp_test): Likewise.
26290         (exp_test_tonearest): Likewise.
26291         (exp_test_towardzero): Likewise.
26292         (exp_test_downward): Likewise.
26293         (exp_test_upward): Likewise.
26294         (exp10_test): Likewise.
26295         (exp2_test): Likewise.
26296         (expm1_test): Likewise.
26297         (fabs_test): Likewise.
26298         (fdim_test): Likewise.
26299         (finite_test): Likewise.
26300         (floor_test): Likewise.
26301         (fma_test): Likewise.
26302         (fma_test_towardzero): Likewise.
26303         (fma_test_downward): Likewise.
26304         (fma_test_upward): Likewise.
26305         (fmax_test): Likewise.
26306         (fmin_test): Likewise.
26307         (fmod_test): Likewise.
26308         (fpclassify_test): Likewise.
26309         (frexp_test): Likewise.
26310         (gamma_test): Likewise.
26311         (hypot_test): Likewise.
26312         (ilogb_test): Likewise.
26313         (isfinite_test): Likewise.
26314         (isgreater_test): Likewise.
26315         (isgreaterequal_test): Likewise.
26316         (isinf_test): Likewise.
26317         (isless_test): Likewise.
26318         (islessequal_test): Likewise.
26319         (islessgreater_test): Likewise.
26320         (isnan_test): Likewise.
26321         (isnormal_test): Likewise.
26322         (issignaling_test): Likewise.
26323         (isunordered_test): Likewise.
26324         (j0_test): Likewise.
26325         (j1_test): Likewise.
26326         (jn_test): Likewise.
26327         (ldexp_test): Likewise.
26328         (lgamma_test): Likewise.
26329         (lrint_test): Likewise.
26330         (lrint_test_tonearest): Likewise.
26331         (lrint_test_towardzero): Likewise.
26332         (lrint_test_downward): Likewise.
26333         (lrint_test_upward): Likewise.
26334         (llrint_test): Likewise.
26335         (llrint_test_tonearest): Likewise.
26336         (llrint_test_towardzero): Likewise.
26337         (llrint_test_downward): Likewise.
26338         (llrint_test_upward): Likewise.
26339         (log_test): Likewise.
26340         (log10_test): Likewise.
26341         (log1p_test): Likewise.
26342         (log2_test): Likewise.
26343         (logb_test): Likewise.
26344         (logb_test_downward): Likewise.
26345         (lround_test): Likewise.
26346         (llround_test): Likewise.
26347         (modf_test): Likewise.
26348         (nearbyint_test): Likewise.
26349         (nextafter_test): Likewise.
26350         (nexttoward_test): Likewise.
26351         (pow_test): Likewise.
26352         (pow_test_tonearest): Likewise.
26353         (pow_test_towardzero): Likewise.
26354         (pow_test_downward): Likewise.
26355         (pow_test_upward): Likewise.
26356         (remainder_test): Likewise.
26357         (remainder_test_tonearest): Likewise.
26358         (remainder_test_towardzero): Likewise.
26359         (remainder_test_downward): Likewise.
26360         (remainder_test_upward): Likewise.
26361         (remquo_test): Likewise.
26362         (rint_test): Likewise.
26363         (rint_test_tonearest): Likewise.
26364         (rint_test_towardzero): Likewise.
26365         (rint_test_downward): Likewise.
26366         (rint_test_upward): Likewise.
26367         (round_test): Likewise.
26368         (scalb_test): Likewise.
26369         (scalbn_test): Likewise.
26370         (scalbln_test): Likewise.
26371         (signbit_test): Likewise.
26372         (sin_test): Likewise.
26373         (sin_test_tonearest): Likewise.
26374         (sin_test_towardzero): Likewise.
26375         (sin_test_downward): Likewise.
26376         (sin_test_upward): Likewise.
26377         (sincos_test): Likewise.
26378         (sinh_test): Likewise.
26379         (sinh_test_tonearest): Likewise.
26380         (sinh_test_towardzero): Likewise.
26381         (sinh_test_downward): Likewise.
26382         (sinh_test_upward): Likewise.
26383         (sqrt_test): Likewise.
26384         (tan_test): Likewise.
26385         (tan_test_tonearest): Likewise.
26386         (tan_test_towardzero): Likewise.
26387         (tan_test_downward): Likewise.
26388         (tan_test_upward): Likewise.
26389         (tanh_test): Likewise.
26390         (tgamma_test): Likewise.
26391         (trunc_test): Likewise.
26392         (y0_test): Likewise.
26393         (y1_test): Likewise.
26394         (yn_test): Likewise.
26395         (significand_test): Likewise.
26397 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26399         [BZ #15381]
26400         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26402 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26404         [BZ #14894]
26405         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26406         __ppc_mdoio and __ppc_mdoom.
26407         * manual/platform.texi: Document new functions __ppc_yield,
26408         __ppc_mdoio and __ppc_mdoom.
26410 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26412         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26413         (main): Mention "tls" pseudo-hwcap is legacy.
26414         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26416 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26418         * math/gen-libm-test.pl (parse_args): Output only string of
26419         arguments as text for test name, not full call or descriptions of
26420         tests for extra outputs.
26421         (generate_testfile): Do not pass function name to parse_args.
26422         Generate this_func variable from START.
26423         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26424         field to arg_str.
26425         (struct test_ff_f_data): Likewise.
26426         (test_ff_f_data_nexttoward): Likewise.
26427         (struct test_fi_f_data): Likewise.
26428         (struct test_fl_f_data): Likewise.
26429         (struct test_if_f_data): Likewise.
26430         (struct test_fff_f_data): Likewise.
26431         (struct test_c_f_data): Likewise.
26432         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26433         (struct test_fF_f1_data): Likewise.
26434         (struct test_ffI_f1_data): Likewise.
26435         (struct test_c_c_data): Rename test_name field to arg_str.
26436         (struct test_cc_c_data): Likewise.
26437         (struct test_f_i_data): Likewise.
26438         (struct test_ff_i_data): Likewise.
26439         (struct test_f_l_data): Likewise.
26440         (struct test_f_L_data): Likewise.
26441         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26442         and extra2_name.
26443         (COMMON_TEST_SETUP): New macro.
26444         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26445         (COMMON_TEST_CLEANUP): Likewise.
26446         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26447         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26448         macros.
26449         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26450         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26451         macros.
26452         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26453         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26454         cleanup macros.
26455         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26456         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26457         macros.
26458         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26459         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26460         macros.
26461         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26462         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26463         cleanup macros.
26464         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26465         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26466         cleanup macros.
26467         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26468         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26469         cleanup macros.
26470         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26471         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26472         macros.
26473         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26474         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26475         macros.
26476         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26477         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26478         macros.
26479         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26480         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26481         cleanup macros.
26482         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26483         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26484         cleanup macros.
26485         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26486         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26487         macros.
26488         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26489         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26490         cleanup macros.
26491         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26492         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26493         macros.
26494         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26495         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26496         macros.
26497         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26498         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26499         cleanup macros.
26500         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26502 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26504         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26505         to _sifields.sigfault.
26506         (si_addr_lsb): Define new macro.
26507         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26508         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26509         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26511 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26513         [BZ #15441]
26514         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26515         returns -1.
26516         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26517         null return -1.
26518         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26519         loading the domain.
26521 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26523         * math/gen-libm-test.pl (parse_args): Do not include expected
26524         result in test name.
26525         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26526         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26527         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26528         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26529         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26532 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26534         * benchtests/Makefile: Sort function entries.
26536         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26537         tanh, asinh, acosh, atanh.
26538         * benchtests/acos-inputs: New file.
26539         * benchtests/acosh-inputs: New file.
26540         * benchtests/asin-inputs: New file.
26541         * benchtests/asinh-inputs: New file.
26542         * benchtests/atanh-inputs: New file.
26543         * benchtests/cosh-inputs: New file.
26544         * benchtests/log-inputs: New file.
26545         * benchtests/sinh-inputs: New file.
26546         * benchtests/tanh-inputs: New file.
26548 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26550         [BZ #15339]
26551         * posix/tst-getaddrinfo4.c: New test.
26552         * posix/Makefile (tests): Add it.
26554 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26556         [BZ #15339]
26557         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26558         when no services were used.
26559         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26560         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26562 2013-05-21  Andreas Schwab  <schwab@suse.de>
26564         [BZ #15014]
26565         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26566         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26567         successful.
26568         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26569         redundant variable declarations and reallocation of buffer when
26570         parsing as IPv6 address.  Always set NSS status when called from
26571         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26572         buffer too small.  Correct computation of needed size.
26573         * nss/Makefile (tests): Add test-digits-dots.
26574         * nss/test-digits-dots.c: New test.
26576 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26578         * benchtests/Makefile: Remove instructions for adding
26579         benchmark tests.
26580         * benchtests/README: New file to explain how to execute and
26581         enhance the benchmark tests.
26583 2013-05-21  Andreas Schwab  <schwab@suse.de>
26585         [BZ #15493]
26586         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26587         * setjmp/tst-sigsetjmp.c: New test.
26589 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26591         * sysdeps/x86_64/memset.S (memset): New implementation.
26592         (__bzero): Likewise.
26593         (__memset_tail): New function.
26595 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26597         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26598         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26599         __memcpy_sse2_unaligned ifunc selection.
26600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26601         Add memcpy-sse2-unaligned.S.
26602         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26603         Add: __memcpy_sse2_unaligned.
26605 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26607         [BZ #15490]
26608         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26609         math_force_eval before restoring floating-point envrionment.
26610         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26611         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26612         Likewise.
26613         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26614         <math_private.h>.
26615         (__nearbyintl): Use math_force_eval before restoring
26616         floating-point environment.
26617         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26619         * math/gen-libm-test.pl (special_functions): Remove.
26620         (parse_args): Don't handle TEST_extra.  Handle functions with no
26621         return value.
26622         * math/libm-test.inc (struct test_sincos_data): Replace with
26623         struct test_fFF_11_data.
26624         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26625         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26626         (sincos_test_data): Change element type to struct
26627         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26628         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26629         RUN_TEST_LOOP_sincos.
26630         * math/README.libm-test: Don't mention special handling of
26631         individual functions.
26632         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26633         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26634         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26635         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26636         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26639         * math/gen-libm-test.pl (get_variable): Remove function.
26640         (parse_args): Don't show pointer parameters to call in test
26641         names.  Use "extra output N" in test names for extra outputs
26642         rather than naming variables.
26644 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26646         [BZ #15488]
26647         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26648         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26649         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26650         double tests.
26651         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26652         disable.
26653         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26654         check_long_double.
26656         * math/gen-libm-test.pl (@tests): Remove variable.
26657         ($count): Likewise.
26658         (new_test): Remove function.
26659         (show_exceptions): New function.
26660         (special_functions): Use show_exceptions instead of new_test.
26661         (parse_args): Likewise.
26662         (generate_testfile): Pass only function name in generated call to
26663         print_max_error or print_complex_max_error.
26664         (get_ulps): Do not handle complex tests specially.
26665         (output_test): Rename to ...
26666         (get_all_ulps_for_test): ... this.  Return a string rather than
26667         printing to a file.  Require ulps to be present.
26668         (output_ulps): Generate arrays rather than #defines.
26669         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26670         (struct ulp_data): New type.
26671         (BUILD_COMPLEX_ULP): Remove macro.
26672         (compare_ulp_data): New function.
26673         (find_ulps): Likewise.
26674         (find_test_ulps): Likewise.
26675         (find_function_ulps): Likewise.
26676         (find_complex_function_ulps): Likewise.
26677         (print_max_error): Determine allowed ulps using
26678         find_function_ulps.
26679         (print_complex_max_error): Determine allowed ulps using
26680         find_complex_function_ulps.
26681         (check_float_internal): Determine max ulps using find_test_ulps.
26682         (check_float): Do not take max_ulp parameter.  Update call to
26683         check_float_internal.
26684         (check_complex): Likewise.
26685         (check_int): Do not take max_ulp parameter.
26686         (check_long): Likewise.
26687         (check_bool): Likewise.
26688         (check_longlong): Likewise.
26689         (struct test_f_f_data): Remove max_ulp field.
26690         (struct test_ff_f_data): Likewise.
26691         (struct test_ff_f_data_nexttoward): Likewise.
26692         (struct test_fi_f_data): Likewise.
26693         (struct test_fl_f_data): Likewise.
26694         (struct test_if_f_data): Likewise.
26695         (struct test_fff_f_data): Likewise.
26696         (struct test_c_f_data): Likewise.
26697         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26698         (struct test_fF_f1_data): Likewise.
26699         (struct test_ffI_f1_data): Likewise.
26700         (struct test_c_c_data): Remove max_ulp field.
26701         (struct test_cc_c_data): Likewise.
26702         (struct test_f_i_data): Likewise.
26703         (struct test_ff_i_data): Likewise.
26704         (struct test_f_l_data): Likewise.
26705         (struct test_f_L_data): Likewise.
26706         (struct test_sincos_data): Likewise.
26707         (RUN_TEST_f_f): Do not handle ulps.
26708         (RUN_TEST_LOOP_f_f): Likewise.
26709         (RUN_TEST_2_f): Likewise.
26710         (RUN_TEST_LOOP_2_f): Likewise.
26711         (RUN_TEST_fff_f): Likewise.
26712         (RUN_TEST_LOOP_fff_f): Likewise.
26713         (RUN_TEST_c_f): Likewise.
26714         (RUN_TEST_LOOP_c_f): Likewise.
26715         (RUN_TEST_f_f1): Likewise.
26716         (RUN_TEST_LOOP_f_f1): Likewise.
26717         (RUN_TEST_fF_f1): Likewise.
26718         (RUN_TEST_LOOP_fF_f1): Likewise.
26719         (RUN_TEST_fI_f1): Likewise.
26720         (RUN_TEST_LOOP_fI_f1): Likewise.
26721         (RUN_TEST_ffI_f1): Likewise.
26722         (RUN_TEST_LOOP_ffI_f1): Likewise.
26723         (RUN_TEST_c_c): Likewise.
26724         (RUN_TEST_LOOP_c_c): Likewise.
26725         (RUN_TEST_cc_c): Likewise.
26726         (RUN_TEST_LOOP_cc_c): Likewise.
26727         (RUN_TEST_f_i): Likewise.
26728         (RUN_TEST_LOOP_f_i): Likewise.
26729         (RUN_TEST_f_i_tg): Likewise.
26730         (RUN_TEST_LOOP_f_i_tg): Likewise.
26731         (RUN_TEST_ff_i_tg): Likewise.
26732         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26733         (RUN_TEST_f_b): Likewise.
26734         (RUN_TEST_LOOP_f_b): Likewise.
26735         (RUN_TEST_f_b_tg): Likewise.
26736         (RUN_TEST_LOOP_f_b_tg): Likewise.
26737         (RUN_TEST_f_l): Likewise.
26738         (RUN_TEST_LOOP_f_l): Likewise.
26739         (RUN_TEST_f_L): Likewise.
26740         (RUN_TEST_LOOP_f_L): Likewise.
26741         (RUN_TEST_sincos): Likewise.
26742         (RUN_TEST_LOOP_sincos): Likewise.
26744 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26746         [BZ #15480]
26747         [BZ #15485]
26748         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26749         main case of finite arguments, set rounding mode to FE_TONEAREST
26750         and discard exceptions.
26751         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26752         exceptions.
26753         (remainder_tonearest_test_data): New variable.
26754         (remainder_test_tonearest): New function.
26755         (remainder_towardzero_test_data): New variable.
26756         (remainder_test_towardzero): New function.
26757         (remainder_downward_test_data): New variable.
26758         (remainder_test_downward): New function.
26759         (remainder_upward_test_data): New variable.
26760         (remainder_test_upward): New function.
26761         (main): Call the new test functions.
26763         * math/libm-test.inc (struct test_f_f1_data): Remove field
26764         extra_init.
26765         (struct test_fF_f1_data): Likewise.
26766         (struct test_ffI_f1_data): Likewise.
26767         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26768         based on value of EXTRA_EXPECTED.
26769         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26770         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26771         EXTRA_VAR based on value of EXTRA_EXPECTED.
26772         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26773         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26774         EXTRA_VAR based on value of EXTRA_EXPECTED.
26775         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26776         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26777         EXTRA_VAR based on value of EXTRA_EXPECTED.
26778         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26779         * math/gen-libm-test.pl (parse_args): Don't output initializers
26780         for extra output values.
26782         * math/libm-test.inc (check_int): Expect result to be exactly
26783         equal to expected value and do not handle ulps.
26784         (check_long): Likewise.
26785         (check_longlong): Likewise.
26787         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26788         exceptions.
26789         (cimag_test_data): Likewise.
26790         (conj_test_data): Likewise.
26791         (copysign_test_data): Likewise.
26792         (cproj_test_data): Likewise.
26793         (creal_test_data): Likewise.
26794         (fabs_test_data): Likewise.
26795         (fdim_test_data): Likewise.
26796         (finite_test_data): Likewise.
26797         (floor_test_data): Likewise.
26798         (fmax_test_data): Likewise.
26799         (fmin_test_data): Likewise.
26800         (fmod_test_data): Likewise.
26801         (fpclassify_test_data): Likewise.
26802         (frexp_test_data): Likewise.
26803         (ilogb_test_data): Likewise.
26804         (isfinite_test_data): Likewise.
26805         (isgreater_test_data): Likewise.
26806         (isgreaterequal_test_data): Likewise.
26807         (isinf_test_data): Likewise.
26808         (isless_test_data): Likewise.
26809         (islessequal_test_data): Likewise.
26810         (islessgreater_test_data): Likewise.
26811         (isnan_test_data): Likewise.
26812         (isnormal_test_data): Likewise.
26813         (issignaling_test_data): Likewise.
26814         (isunordered_test_data): Likewise.
26815         (ldexp_test_data): Likewise.
26816         (lrint_test_data): Likewise.
26817         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26818         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26819         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26820         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26821         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26822         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26823         test input.
26824         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26825         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26826         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26827         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26828         that test input.
26829         (lrint_downward_test_data): Test for "inexact" exceptions.
26830         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26831         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26832         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26833         test input.
26834         (lrint_upward_test_data): Test for "inexact" exceptions.
26835         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26836         test input.
26837         (llrint_test_data): Test for "inexact" exceptions.
26838         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26839         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26840         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26841         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26842         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26843         (llrint_downward_test_data): Test for "inexact" exceptions.
26844         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26845         (llrint_upward_test_data): Test for "inexact" exceptions.
26846         (logb_test_data): Likewise.
26847         (logb_downward_test_data): Likewise.
26848         (nextafter_test_data): Likewise.
26849         (nexttoward_test_data): Likewise.
26850         (remainder_test_data): Likewise.
26851         (remquo_test_data): Likewise.
26852         (scalbn_test_data): Likewise.
26853         (scalbln_test_data): Likewise.
26854         (signbit_test_data): Likewise.
26855         (sqrt_test_data): Likewise.
26856         (significand_test_data): Likewise.
26858 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26860         [BZ #15424]
26861         * benchtests/bench-modf.c (struct args): Mark arg0 as
26862         volatile.
26863         * scripts/bench.pl: Mark members of struct args as volatile.
26865 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26867         [BZ # 15497]
26868         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26869         negative infinity on POWER6 or lower.
26870         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26872 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26874         [BZ #15442]
26875         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26876         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26877         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26878         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26879         (_FP_SETQNAN): New macro.
26880         (_FP_SETQNAN_SEMIRAW): Likewise.
26881         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26882         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26883         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26884         (FP_EXTEND): Use _FP_FRAC_SNANP.
26885         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26886         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26887         into account.
26888         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26889         New macro.
26890         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26891         Likewise.
26893 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26895         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26896         with DIVIDE_BY_ZERO_EXCEPTION.
26897         (gamma_test_data): Likewise.
26898         (lgamma_test_data): Likewise.
26899         (log_test_data): Likewise.
26900         (log10_test_data): Likewise.
26901         (log2_test_data): Likewise.
26902         (tgamma_test_data): Likewise.
26904         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26905         (acos_test_tonearest): Likewise.
26906         (acos_test_towardzero): Likewise.
26907         (acos_test_downward): Likewise.
26908         (acos_test_upward): Likewise.
26909         (acosh_test): Likewise.
26910         (asin_test): Likewise.
26911         (asin_test_tonearest): Likewise.
26912         (asin_test_towardzero): Likewise.
26913         (asin_test_downward): Likewise.
26914         (asin_test_upward): Likewise.
26915         (asinh_test): Likewise.
26916         (atan_test): Likewise.
26917         (atanh_test): Likewise.
26918         (atan2_test): Likewise.
26919         (cabs_test): Likewise.
26920         (cacos_test): Likewise.
26921         (cacosh_test): Likewise.
26922         (casin_test): Likewise.
26923         (casinh_test): Likewise.
26924         (catan_test): Likewise.
26925         (catanh_test): Likewise.
26926         (cbrt_test): Likewise.
26927         (ccos_test): Likewise.
26928         (ccosh_test): Likewise.
26929         (cexp_test): Likewise.
26930         (clog_test): Likewise.
26931         (clog10_test): Likewise.
26932         (cos_test): Likewise.
26933         (cos_test_tonearest): Likewise.
26934         (cos_test_towardzero): Likewise.
26935         (cos_test_downward): Likewise.
26936         (cos_test_upward): Likewise.
26937         (cosh_test): Likewise.
26938         (cosh_test_tonearest): Likewise.
26939         (cosh_test_towardzero): Likewise.
26940         (cosh_test_downward): Likewise.
26941         (cosh_test_upward): Likewise.
26942         (cpow_test): Likewise.
26943         (csin_test): Likewise.
26944         (csinh_test): Likewise.
26945         (csqrt_test): Likewise.
26946         (ctan_test): Likewise.
26947         (ctan_test_tonearest): Likewise.
26948         (ctan_test_towardzero): Likewise.
26949         (ctan_test_downward): Likewise.
26950         (ctan_test_upward): Likewise.
26951         (ctanh_test): Likewise.
26952         (ctanh_test_tonearest): Likewise.
26953         (ctanh_test_towardzero): Likewise.
26954         (ctanh_test_downward): Likewise.
26955         (ctanh_test_upward): Likewise.
26956         (erf_test): Likewise.
26957         (erfc_test): Likewise.
26958         (exp_test): Likewise.
26959         (exp_test_tonearest): Likewise.
26960         (exp_test_towardzero): Likewise.
26961         (exp_test_downward): Likewise.
26962         (exp_test_upward): Likewise.
26963         (exp10_test): Likewise.
26964         (exp2_test): Likewise.
26965         (expm1_test): Likewise.
26966         (fmod_test): Likewise.
26967         (gamma_test): Likewise.
26968         (hypot_test): Likewise.
26969         (j0_test): Likewise.
26970         (j1_test): Likewise.
26971         (jn_test): Likewise.
26972         (lgamma_test): Likewise.
26973         (log_test): Likewise.
26974         (log10_test): Likewise.
26975         (log1p_test): Likewise.
26976         (log2_test): Likewise.
26977         (logb_test_downward): Likewise.
26978         (pow_test): Likewise.
26979         (pow_test_tonearest): Likewise.
26980         (pow_test_towardzero): Likewise.
26981         (pow_test_downward): Likewise.
26982         (pow_test_upward): Likewise.
26983         (remainder_test): Likewise.
26984         (remquo_test): Likewise.
26985         (sin_test): Likewise.
26986         (sin_test_tonearest): Likewise.
26987         (sin_test_towardzero): Likewise.
26988         (sin_test_downward): Likewise.
26989         (sin_test_upward): Likewise.
26990         (sincos_test): Likewise.
26991         (sinh_test): Likewise.
26992         (sinh_test_tonearest): Likewise.
26993         (sinh_test_towardzero): Likewise.
26994         (sinh_test_downward): Likewise.
26995         (sinh_test_upward): Likewise.
26996         (sqrt_test): Likewise.
26997         (tan_test): Likewise.
26998         (tan_test_tonearest): Likewise.
26999         (tan_test_towardzero): Likewise.
27000         (tan_test_downward): Likewise.
27001         (tan_test_upward): Likewise.
27002         (tanh_test): Likewise.
27003         (tgamma_test): Likewise.
27004         (y0_test): Likewise.
27005         (y1_test): Likewise.
27006         (yn_test): Likewise.
27008         * math/gen-libm-test.pl (adjust_arg): Remove function.
27009         (special_function): Remove argument $in_func.  Only handle
27010         generating output for tables of tests, not inside functions.
27011         (parse_args): Likewise.
27012         (generate_testfile): Remove variable $in_func.  Update call to
27013         parse_args.
27014         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27015         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27016         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27017         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27018         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27019         (MAX_VALUE_INIT): Rename macro to max_value.
27020         (MIN_VALUE_INIT): Rename macro to min_value.
27021         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27022         (plus_zero): Remove variable.
27023         (minus_zero): Likewise.
27024         (plus_infty): Likewise.
27025         (minus_infty): Likewise.
27026         (qnan_value): Likewise.
27027         (max_value): Likewise.
27028         (min_value): Likewise.
27029         (min_subnorm_value): Likewise.
27031 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27033         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27034         uint64_t or uint32_t usage.
27035         * crypt/sha256-block.c: Likewise.
27036         * crypt/sha256-crypt.c: Likewise.
27037         * crypt/sha256.c: Likewise.
27038         * crypt/sha512-block.c: Likewise.
27039         * crypt/sha512-crypt.c: Likewise.
27040         * crypt/sha512.c: Likewise.
27041         * debug/backtrace-tst.c: Likewise.
27042         * debug/pcprofiledump.c: Likewise.
27043         * elf/cache.c: Likewise.
27044         * elf/dl-cache.c: Likewise.
27045         * elf/dl-misc.c: Likewise.
27046         * elf/dl-profile.c: Likewise.
27047         * elf/dl-support.c: Likewise.
27048         * elf/ldconfig.c: Likewise.
27049         * elf/sprof.c: Likewise.
27050         * iconv/dummy-repertoire.c: Likewise.
27051         * iconv/iconv_charmap.c: Likewise.
27052         * iconv/skeleton.c: Likewise.
27053         * iconvdata/8bit-generic.c: Likewise.
27054         * iconvdata/cp737.h: Likewise.
27055         * iconvdata/cp775.h: Likewise.
27056         * iconvdata/ibm1008.h: Likewise.
27057         * iconvdata/ibm1025.h: Likewise.
27058         * iconvdata/ibm1046.h: Likewise.
27059         * iconvdata/ibm1097.h: Likewise.
27060         * iconvdata/ibm1112.h: Likewise.
27061         * iconvdata/ibm1122.h: Likewise.
27062         * iconvdata/ibm1123.h: Likewise.
27063         * iconvdata/ibm1124.h: Likewise.
27064         * iconvdata/ibm1129.h: Likewise.
27065         * iconvdata/ibm1130.h: Likewise.
27066         * iconvdata/ibm1132.h: Likewise.
27067         * iconvdata/ibm1133.h: Likewise.
27068         * iconvdata/ibm1137.h: Likewise.
27069         * iconvdata/ibm1140.h: Likewise.
27070         * iconvdata/ibm1141.h: Likewise.
27071         * iconvdata/ibm1142.h: Likewise.
27072         * iconvdata/ibm1143.h: Likewise.
27073         * iconvdata/ibm1144.h: Likewise.
27074         * iconvdata/ibm1145.h: Likewise.
27075         * iconvdata/ibm1146.h: Likewise.
27076         * iconvdata/ibm1147.h: Likewise.
27077         * iconvdata/ibm1148.h: Likewise.
27078         * iconvdata/ibm1149.h: Likewise.
27079         * iconvdata/ibm1153.h: Likewise.
27080         * iconvdata/ibm1154.h: Likewise.
27081         * iconvdata/ibm1155.h: Likewise.
27082         * iconvdata/ibm1156.h: Likewise.
27083         * iconvdata/ibm1157.h: Likewise.
27084         * iconvdata/ibm1158.h: Likewise.
27085         * iconvdata/ibm1160.h: Likewise.
27086         * iconvdata/ibm1161.h: Likewise.
27087         * iconvdata/ibm1162.h: Likewise.
27088         * iconvdata/ibm1163.h: Likewise.
27089         * iconvdata/ibm1164.h: Likewise.
27090         * iconvdata/ibm1166.h: Likewise.
27091         * iconvdata/ibm1167.h: Likewise.
27092         * iconvdata/ibm12712.h: Likewise.
27093         * iconvdata/ibm1390.h: Likewise.
27094         * iconvdata/ibm1399.h: Likewise.
27095         * iconvdata/ibm16804.h: Likewise.
27096         * iconvdata/ibm4517.h: Likewise.
27097         * iconvdata/ibm4899.h: Likewise.
27098         * iconvdata/ibm4909.h: Likewise.
27099         * iconvdata/ibm4971.h: Likewise.
27100         * iconvdata/ibm5347.h: Likewise.
27101         * iconvdata/ibm803.h: Likewise.
27102         * iconvdata/ibm856.h: Likewise.
27103         * iconvdata/ibm901.h: Likewise.
27104         * iconvdata/ibm902.h: Likewise.
27105         * iconvdata/ibm9030.h: Likewise.
27106         * iconvdata/ibm9066.h: Likewise.
27107         * iconvdata/ibm921.h: Likewise.
27108         * iconvdata/ibm922.h: Likewise.
27109         * iconvdata/ibm9448.h: Likewise.
27110         * iconvdata/isiri-3342.h: Likewise.
27111         * iconvdata/jis0201.h: Likewise.
27112         * include/link.h: Likewise.
27113         * include/netdb.h: Likewise.
27114         * inet/check_native.c: Likewise.
27115         * inet/check_pf.c: Likewise.
27116         * inet/getipv4sourcefilter.c: Likewise.
27117         * inet/getnameinfo.c: Likewise.
27118         * inet/getsourcefilter.c: Likewise.
27119         * inet/htonl.c: Likewise.
27120         * inet/setipv4sourcefilter.c: Likewise.
27121         * inet/setsourcefilter.c: Likewise.
27122         * inet/test-inet6_opt.c: Likewise.
27123         * inet/tst-network.c: Likewise.
27124         * locale/C-collate.c: Likewise.
27125         * locale/C-ctype.c: Likewise.
27126         * locale/C-time.c: Likewise.
27127         * locale/C-translit.h: Likewise.
27128         * locale/loadarchive.c: Likewise.
27129         * locale/programs/3level.h: Likewise.
27130         * locale/programs/charmap.c: Likewise.
27131         * locale/programs/charmap.h: Likewise.
27132         * locale/programs/ld-address.c: Likewise.
27133         * locale/programs/ld-collate.c: Likewise.
27134         * locale/programs/ld-ctype.c: Likewise.
27135         * locale/programs/ld-identification.c: Likewise.
27136         * locale/programs/ld-measurement.c: Likewise.
27137         * locale/programs/ld-messages.c: Likewise.
27138         * locale/programs/ld-monetary.c: Likewise.
27139         * locale/programs/ld-name.c: Likewise.
27140         * locale/programs/ld-numeric.c: Likewise.
27141         * locale/programs/ld-paper.c: Likewise.
27142         * locale/programs/ld-telephone.c: Likewise.
27143         * locale/programs/ld-time.c: Likewise.
27144         * locale/programs/linereader.c: Likewise.
27145         * locale/programs/locale.c: Likewise.
27146         * locale/programs/locarchive.c: Likewise.
27147         * locale/programs/locfile.h: Likewise.
27148         * locale/programs/repertoire.c: Likewise.
27149         * locale/programs/simple-hash.c: Likewise.
27150         * locale/programs/simple-hash.h: Likewise.
27151         * malloc/memusage.c: Likewise.
27152         * malloc/memusagestat.c: Likewise.
27153         * nis/nis_defaults.c: Likewise.
27154         * nis/nis_hash.c: Likewise.
27155         * nis/nis_print.c: Likewise.
27156         * nis/nis_xdr.c: Likewise.
27157         * nscd/connections.c: Likewise.
27158         * nscd/hstcache.c: Likewise.
27159         * nscd/nscd_gethst_r.c: Likewise.
27160         * nscd/nscd_getserv_r.c: Likewise.
27161         * nscd/nscd_helper.c: Likewise.
27162         * nscd/servicescache.c: Likewise.
27163         * nss/makedb.c: Likewise.
27164         * nss/nss_db/db-XXX.c: Likewise.
27165         * nss/nss_db/db-initgroups.c: Likewise.
27166         * nss/nss_db/db-netgrp.c: Likewise.
27167         * nss/nss_files/files-network.c: Likewise.
27168         * nss/nss_files/files-parse.c: Likewise.
27169         * posix/bug-regex5.c: Likewise.
27170         * posix/fnmatch_loop.c: Likewise.
27171         * posix/regcomp.c: Likewise.
27172         * posix/regexec.c: Likewise.
27173         * posix/tst-rfc3484-2.c: Likewise.
27174         * posix/tst-rfc3484-3.c: Likewise.
27175         * posix/tst-rfc3484.c: Likewise.
27176         * resolv/nss_dns/dns-canon.c: Likewise.
27177         * resolv/nss_dns/dns-network.c: Likewise.
27178         * resolv/res_init.c: Likewise.
27179         * resolv/res_mkquery.c: Likewise.
27180         * resolv/tst-aton.c: Likewise.
27181         * stdlib/cxa_atexit.c: Likewise.
27182         * stdlib/cxa_finalize.c: Likewise.
27183         * stdlib/gen-fpioconst.c: Likewise.
27184         * stdlib/strtol_l.c: Likewise.
27185         * string/tst-endian.c: Likewise.
27186         * sunrpc/auth_des.c: Likewise.
27187         * sunrpc/clnt_udp.c: Likewise.
27188         * sunrpc/rtime.c: Likewise.
27189         * sunrpc/svcauth_des.c: Likewise.
27190         * sunrpc/xdr.c: Likewise.
27191         * sunrpc/xdr_intXX_t.c: Likewise.
27192         * sunrpc/xdr_rec.c: Likewise.
27193         * sysdeps/generic/ldconfig.h: Likewise.
27194         * sysdeps/generic/ldsodefs.h: Likewise.
27195         * sysdeps/generic/memusage.h: Likewise.
27196         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27197         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27198         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27199         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27200         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27201         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27202         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27203         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27204         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27205         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27206         * sysdeps/posix/getaddrinfo.c: Likewise.
27207         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27208         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27209         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27210         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27211         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27212         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27213         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27214         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27215         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27216         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27217         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27218         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27219         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27220         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27221         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27222         * sysdeps/x86_64/dl-tls.h: Likewise.
27223         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27224         * time/alt_digit.c: Likewise.
27225         * time/era.c: Likewise.
27226         * wcsmbs/tst-c16c32-1.c: Likewise.
27228 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27230         * math/libm-test.inc (struct test_sincos_data): New type.
27231         (RUN_TEST_LOOP_sincos): New macro.
27232         (sincos_test_data): New variable.
27233         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27235 2013-05-16  Richard Henderson  <rth@redhat.com>
27237         * math/atest-exp2.c (LIMB64): New macro.
27238         (CONSTSZ): New macro.
27239         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27240         (hexdig): Move ...
27241         (print_mpn_fp): ... to function scope.
27242         (read_mpn_hex): Remove.
27243         (get_log2): Remove.
27244         (exp2_mpn): Use mp_log2.
27245         (main): Use mp_exp1.
27247 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27249         * math/libm-test.inc: Remove comment about not testing "inexact"
27250         exceptions.
27251         (INEXACT_EXCEPTION): New macro.
27252         (NO_INEXACT_EXCEPTION): Likewise.
27253         (INVALID_EXCEPTION_OK): Update value.
27254         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27255         (OVERFLOW_EXCEPTION_OK): Likewise.
27256         (UNDERFLOW_EXCEPTION_OK): Likewise.
27257         (IGNORE_ZERO_INF_SIGN): Likewise.
27258         (ERRNO_UNCHANGED): Likewise.
27259         (ERRNO_EDOM): Likewise.
27260         (ERRNO_ERANGE): Likewise.
27261         (test_exceptions): Handle testing "inexact" exceptions.
27262         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27263         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27264         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27265         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27266         INEXACT_EXCEPTION.
27267         (rint_towardzero_test_data): Likewise.
27268         (rint_downward_test_data): Likewise.
27269         (rint_upward_test_data): Likewise.
27271         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27272         with OVERFLOW_EXCEPTION.
27273         (exp10_test_data): Likewise.
27274         (exp2_test_data): Likewise.
27275         (expm1_test_data): Likewise.
27276         (lgamma_test_data): Likewise.
27277         (pow_test_data): Likewise.
27278         (tgamma_test_data): Likewise.
27279         (yn_test_data): Remove duplicate test of overflow.
27281         * math/libm-test.inc (struct test_cc_c_data): New type.
27282         (RUN_TEST_LOOP_cc_c): New macro.
27283         (cpow_test_data): New variable.
27284         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27286         * math/libm-test.inc (struct test_f_L_data): New type.
27287         (RUN_TEST_LOOP_f_L): New macro.
27288         (llrint_test_data): New variable.
27289         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27290         (llrint_tonearest_test_data): New variable.
27291         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27292         (llrint_towardzero_test_data): New variable.
27293         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27294         (llrint_downward_test_data): New variable.
27295         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27296         (llrint_upward_test_data): New variable.
27297         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27298         (llround_test_data): New variable.
27299         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27301 2013-05-13  Peter Collingbourne  <pcc@google.com>
27303         * math/atest-exp2.c (get_log2): Remove const attribute.
27305 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27307         * math/libm-test.inc (struct test_f_l_data): New type.
27308         (RUN_TEST_LOOP_f_l): New macro.
27309         (lrint_test_data): New variable.
27310         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27311         (lrint_tonearest_test_data): New variable.
27312         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27313         (lrint_towardzero_test_data): New variable.
27314         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27315         (lrint_downward_test_data): New variable.
27316         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27317         (lrint_upward_test_data): New variable.
27318         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27319         (lround_test_data): New variable.
27320         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27322 2013-05-15  Peter Collingbourne  <pcc@google.com>
27324         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27325         (EXTRACT_WORDS64) Use where appropriate.
27326         (INSERT_WORDS64) Likewise.
27328         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27329         constraints with x constraints.
27330         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27332         * malloc/obstack.c (_obstack_compat): Add initializer.
27334 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27336         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27337         si_trapno and add si_addr_lsb to _sifields.sigfault.
27338         (si_trapno): Remove macro.
27339         (si_addr_lsb): Define new macro.
27340         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27342 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27344         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27345         instead of TEST_f_l.
27346         (llrint_test_tonearest): Likewise.
27347         (llrint_test_towardzero): Likewise.
27348         (llrint_test_downward): Likewise.
27349         (llrint_test_upward): Likewise.
27350         (llround_test): Likewise.
27352         * math/libm-test.inc (struct test_f_i_data): Add comment.
27353         (RUN_TEST_LOOP_f_b): New macro.
27354         (RUN_TEST_LOOP_f_b_tg): Likewise.
27355         (finite_test_data): New variable.
27356         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27357         (isfinite_test_data): New variable.
27358         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27359         (isinf_test_data): New variable.
27360         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27361         (isnan_test_data): New variable.
27362         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27363         (isnormal_test_data): New variable.
27364         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27365         (issignaling_test_data): New variable.
27366         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27367         (signbit_test_data): New variable.
27368         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27370         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27371         with INVALID_EXCEPTION.
27372         (acosh_test_data): Likewise.
27373         (asin_test_data): Likewise.
27374         (atanh_test_data): Likewise.
27375         (fmod_test_data): Likewise.
27376         (log_test_data): Likewise.
27377         (log10_test_data): Likewise.
27378         (log2_test_data): Likewise.
27379         (pow_test_data): Likewise.
27380         (sqrt_test_data): Likewise.
27381         (y0_test_data): Likewise.
27382         (y1_test_data): Likewise.
27383         (yn_test_data): Likewise.
27385         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27386         function contents.
27388         * math/libm-test.inc (struct test_ff_i_data): New type.
27389         (RUN_TEST_LOOP_ff_i_tg): New macro.
27390         (isgreater_test_data): New variable.
27391         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27392         (isgreaterequal_test_data): New variable.
27393         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27394         (isless_test_data): New variable.
27395         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27396         (islessequal_test_data): New variable.
27397         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27398         (islessgreater_test_data): New variable.
27399         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27400         (isunordered_test_data): New variable.
27401         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27403 2013-05-14  David S. Miller  <davem@davemloft.net>
27405         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27407 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27409         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27411         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27412         extra_test to int.
27413         (struct test_f_i_data): Change type of max_ulp to int.
27415         * math/libm-test.inc (test_ffI_f1_data): New type.
27416         (RUN_TEST_LOOP_ffI_f1): New macro.
27417         (remquo_test_data): New variable.
27418         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27420         * setjmp/tst-setjmp-fp.c: New file.
27421         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27422         (link-libm): New variable.
27423         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27425         * math/libm-test.inc (struct test_f_i_data): New type.
27426         (RUN_TEST_LOOP_f_i): New macro.
27427         (RUN_TEST_LOOP_f_i_tg): Likewise.
27428         (fpclassify_test_data): New variable.
27429         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27430         (ilogb_test_data): New variable.
27431         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27433         * math/libm-test.inc (scalbln_test): Correct function name in END
27434         call.
27436         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27437         (RUN_TEST_LOOP_fI_f1): New macro.
27438         (frexp_test_data): New variable.
27439         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27441         * math/libm-test.inc (struct test_fF_f1_data): New type.
27442         (RUN_TEST_LOOP_fF_f1): New macro.
27443         (modf_test_data): New variable.
27444         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27446         * math/libm-test.inc (struct test_f_f1_data): New type.
27447         (RUN_TEST_LOOP_f_f1): New macro.
27448         (gamma_test_data): New variable.
27449         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27450         (lgamma_test_data): New variable.
27451         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27453 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27455         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27456         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27457         (main): Comment "tls" pseudo-hwcap.
27459 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27461         * math/libm-test.inc (struct test_fl_f_data): New type.
27462         (RUN_TEST_LOOP_fl_f): New variable.
27463         (scalbln_test_data): New variable.
27464         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27466         * math/libm-test.inc (struct test_fi_f_data): New type.
27467         (RUN_TEST_LOOP_fi_f): New macro.
27468         (ldexp_test_data): New variable.
27469         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27470         (scalbn_test_data): New variable.
27471         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27473         * math/libm-test.inc (struct test_c_f_data): New type.
27474         (RUN_TEST_LOOP_c_f): New macro.
27475         (cabs_test_data): New variable.
27476         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27477         (carg_test_data): New variable.
27478         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27479         (cimag_test_data): New variable.
27480         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27481         (creal_test_data): New variable.
27482         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27484         * math/libm-test.inc (struct test_if_f_data): New type.
27485         (RUN_TEST_LOOP_if_f): New macro.
27486         (jn_test_data): New variable.
27487         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27488         (yn_test_data): New variable.
27489         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27491         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27493 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27495         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27496         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27498 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27500         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27501         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27502         (bench-deps): Add bench-timing.h.
27503         * benchtests-bench-skeleton.c: Include bench-timing.h.
27504         (main): Use TIMING_* macros instead of clock_gettime.
27505         * benchtests/bench-timing.h: New file.
27507         [BZ #14582]
27508         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27509         Renamed from _LIB_VERSION.
27510         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27512 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27514         * math/libm-test.inc (struct test_fff_f_data): New type.
27515         (RUN_TEST_LOOP_fff_f): New macro.
27516         (fma_test_data): New variable.
27517         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27518         (fma_towardzero_test_data): New variable.
27519         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27520         (fma_downward_test_data): New variable.
27521         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27522         (fma_upward_test_data): New variable.
27523         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27525         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27526         (struct test_c_c_data): New type.
27527         (RUN_TEST_LOOP_c_c): New macro.
27528         (cacos_test_data): New variable.
27529         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27530         (cacosh_test_data): New variable.
27531         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27532         (casin_test_data): New variable.
27533         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27534         (casinh_test_data): New variable.
27535         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27536         (catan_test_data): New variable.
27537         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27538         (catanh_test_data): New variable.
27539         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27540         (ccos_test_data): New variable.
27541         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27542         (ccosh_test_data): New variable.
27543         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27544         (cexp_test_data): New variable.
27545         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27546         (clog_test_data): New variable.
27547         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27548         (clog10_test_data): New variable.
27549         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27550         (conj_test_data): New variable.
27551         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27552         (cproj_test_data): New variable.
27553         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27554         (csin_test_data): New variable.
27555         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27556         (csinh_test_data): New variable.
27557         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27558         (csqrt_test_data): New variable.
27559         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27560         (ctan_test_data): New variable.
27561         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27562         (ctan_tonearest_test_data): New variable.
27563         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27564         (ctan_towardzero_test_data): New variable.
27565         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27566         (ctan_downward_test_data): New variable.
27567         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27568         (ctan_upward_test_data): New variable.
27569         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27570         (ctanh_test_data): New variable.
27571         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27572         (ctanh_tonearest_test_data): New variable.
27573         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27574         (ctanh_towardzero_test_data): New variable.
27575         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27576         (ctanh_downward_test_data): New variable.
27577         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27578         (ctanh_upward_test_data): New variable.
27579         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27580         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27581         of BUILD_COMPLEX.
27583         * math/libm-test.inc (struct test_ff_f_data): New type.
27584         (struct test_ff_f_data_nexttoward): Likewise.
27585         (RUN_TEST_LOOP_2_f): New macro.
27586         (RUN_TEST_LOOP_ff_f): Likewise.
27587         (atan2_test_data): New variable.
27588         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27589         (copysign_test_data): New variable.
27590         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27591         (fdim_test_data): New variable.
27592         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27593         (fmax_test_data): New variable.
27594         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27595         (fmin_test_data): New variable.
27596         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27597         (fmod_test_data): New variable.
27598         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27599         (hypot_test_data): New variable.
27600         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27601         (nextafter_test_data): New variable.
27602         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27603         (nexttoward_test_data): New variable.
27604         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27605         (pow_test_data): New variable.
27606         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27607         (pow_tonearest_test_data): New variable.
27608         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27609         (pow_towardzero_test_data): New variable.
27610         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27611         (pow_downward_test_data): New variable.
27612         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27613         (pow_upward_test_data): New variable.
27614         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27615         (remainder_test_data): New variable.
27616         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27617         (scalb_test_data): New variable.
27618         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27619         * sysdeps/i386/fpu/libm-test-ulps: Update.
27621 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27623         * math/libm-test.inc (fma_test): Use max_value instead of local
27624         variable fltmax.
27625         (nextafter_test): Likewise.
27627         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27628         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27629         (acos_downward_test_data): New variable.
27630         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27631         (acos_upward_test_data): New variable.
27632         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27633         (acosh_test_data): New variable.
27634         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27635         (asin_test_data): New variable.
27636         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27637         (asin_tonearest_test_data): New variable.
27638         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27639         (asin_towardzero_test_data): New variable.
27640         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27641         (asin_downward_test_data): New variable.
27642         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27643         (asin_upward_test_data): New variable.
27644         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27645         (asinh_test_data): New variable.
27646         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27647         (atan_test_data): New variable.
27648         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27649         (atanh_test_data): New variable.
27650         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27651         (cbrt_test_data): New variable.
27652         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27653         (ceil_test_data): New variable.
27654         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27655         (cos_test_data): New variable.
27656         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27657         (cos_tonearest_test_data): New variable.
27658         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27659         (cos_towardzero_test_data): New variable.
27660         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27661         (cos_downward_test_data): New variable.
27662         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27663         (cos_upward_test_data): New variable.
27664         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27665         (cosh_test_data): New variable.
27666         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27667         (cosh_tonearest_test_data): New variable.
27668         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27669         (cosh_towardzero_test_data): New variable.
27670         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27671         (cosh_downward_test_data): New variable.
27672         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27673         (cosh_upward_test_data): New variable.
27674         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27675         (erf_test_data): New variable.
27676         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27677         (erfc_test_data): New variable.
27678         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27679         (exp_test_data): New variable.
27680         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27681         (exp_tonearest_test_data): New variable.
27682         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27683         (exp_towardzero_test_data): New variable.
27684         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27685         (exp_downward_test_data): New variable.
27686         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27687         (exp_upward_test_data): New variable.
27688         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27689         (exp10_test_data): New variable.
27690         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27691         (exp2_test_data): New variable.
27692         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27693         (expm1_test_data): New variable.
27694         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27695         (fabs_test_data): New variable.
27696         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27697         (floor_test_data): New variable.
27698         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27699         (j0_test_data): New variable.
27700         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27701         (j1_test_data): New variable.
27702         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27703         (log_test_data): New variable.
27704         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27705         (log10_test_data): New variable.
27706         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27707         (log1p_test_data): New variable.
27708         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27709         (log2_test_data): New variable.
27710         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27711         (logb_test_data): New variable.
27712         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27713         (logb_downward_test_data): New variable.
27714         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27715         (nearbyint_test_data): New variable.
27716         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27717         (rint_test_data): New variable.
27718         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27719         (rint_tonearest_test_data): New variable.
27720         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27721         (rint_towardzero_test_data): New variable.
27722         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27723         (rint_downward_test_data): New variable.
27724         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27725         (rint_upward_test_data): New variable.
27726         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27727         (round_test_data): New variable.
27728         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27729         (sin_test_data): New variable.
27730         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27731         (sin_tonearest_test_data): New variable.
27732         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27733         (sin_towardzero_test_data): New variable.
27734         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27735         (sin_downward_test_data): New variable.
27736         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27737         (sin_upward_test_data): New variable.
27738         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27739         (sinh_test_data): New variable.
27740         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27741         (sinh_tonearest_test_data): New variable.
27742         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27743         (sinh_towardzero_test_data): New variable.
27744         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27745         (sinh_downward_test_data): New variable.
27746         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27747         (sinh_upward_test_data): New variable.
27748         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27749         (sqrt_test_data): New variable.
27750         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27751         (tan_test_data): New variable.
27752         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27753         (tan_tonearest_test_data): New variable.
27754         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27755         (tan_towardzero_test_data): New variable.
27756         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27757         (tan_downward_test_data): New variable.
27758         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27759         (tan_upward_test_data): New variable.
27760         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27761         (tanh_test_data): New variable.
27762         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27763         (tgamma_test_data): New variable.
27764         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27765         (trunc_test_data): New variable.
27766         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27767         (y0_test_data): New variable.
27768         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27769         (y1_test_data): New variable.
27770         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27771         (significand_test_data): New variable.
27772         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27774 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27776         [BZ #12387]
27777         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27779 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27781         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27783 2013-05-10  Andreas Jaeger  <aj@suse.de>
27785         [BZ #15448]
27786         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27787         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27789 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27791         * math/gen-libm-test.pl (adjust_arg): New function.
27792         (special_functions): Handle generating output in both functions
27793         and arrays.
27794         (parse_args): Likewise.
27795         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27796         $in_func argument to parse_args.
27797         * math/libm-test.inc (struct test_f_f_data): New type.
27798         (IF_ROUND_INIT_): New macro.
27799         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27800         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27801         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27802         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27803         (ROUND_RESTORE_): Likewise.
27804         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27805         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27806         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27807         (ROUND_RESTORE_FE_UPWARD): Likewise.
27808         (RUN_TEST_LOOP_f_f): New macro.
27809         (acos_test_data): New variable.
27810         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27811         (acos_tonearest_test_data): New variable.
27812         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27814 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27816         * benchtests/bench-skeleton.c (startup): Fix coding style.
27818 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27820         [BZ #6809]
27821         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27822         negative infinity argument.
27823         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27824         negative infinity argument.
27825         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27826         negative infinity argument.
27827         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27828         domain errors.
27830 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27832         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27833         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27834         * iconv/iconv_prog.c (main): Likewise.
27835         * locale/programs/charmap-dir.c (charmap_readdir)
27836         (fopen_uncompressed): Likewise.
27837         * locale/programs/locfile.c (siblings_uncached)
27838         (write_locale_data): Use lstat64 instead of lstat.
27839         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27840         stat.
27842 2013-05-10  Andreas Jaeger  <aj@suse.de>
27844         [BZ #15395]
27845         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27846         localization.
27847         Include <locale.h>.
27849 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27851         * elf/dl-close.c (_dl_close_worker): Add comments.
27853 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27855         [BZ #15359]
27856         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27857         high part of pi/2.
27858         (__ieee754_rem_pio2l): Update comments.
27860         [BZ #15429]
27861         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27862         high part of pi/2.
27863         (__ieee754_rem_pio2l): Update comments.
27865         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27866         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27868         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27869         M_PI_4l.
27871         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27872         (M_PI_34_LOG10El): Likewise.
27873         (M_PI2_LOG10El): Likewise.
27874         (M_PI4_LOG10El): Likewise.
27875         (M_PI_LOG10El): Likewise.
27877 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27881 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27883         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27884         (MINUS_ZERO_INIT): Likewise.
27885         (PLUS_INFTY_INIT): Likewise.
27886         (MINUS_INFTY_INIT): Likewise.
27887         (QNAN_VALUE_INIT): Likewise.
27888         (MAX_VALUE_INIT): Likewise.
27889         (MIN_VALUE_INIT): Likewise.
27890         (MIN_SUBNORM_VALUE_INIT): Likewise.
27891         (plus_zero): Initialize with PLUS_ZERO_INIT.
27892         (minus_zero): Initialize with MINUS_ZERO_INIT.
27893         (plus_infty): Initialize with PLUS_INFTY_INIT.
27894         (minus_infty): Initialize with MINUS_INFTY_INIT.
27895         (qnan_value): Initialize with QNAN_VALUE_INIT.
27896         (max_value): Initialize with MAX_VALUE_INIT.
27897         (min_value): Initialize with MIN_VALUE_INIT.
27898         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27900         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27901         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27902         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27903         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27905         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27906         (RUN_TEST_2_f): Likewise.
27907         (RUN_TEST_ff_f): Likewise.
27908         (RUN_TEST_fi_f): Likewise.
27909         (RUN_TEST_fl_f): Likewise.
27910         (RUN_TEST_fff_f): Likewise.
27911         (RUN_TEST_c_f): Likewise.
27912         (RUN_TEST_f_f1): Likewise.
27913         (RUN_TEST_fF_f1): Likewise.
27914         (RUN_TEST_fI_f1): Likewise.
27915         (RUN_TEST_ffI_f1): Likewise.
27916         (RUN_TEST_c_c): Likewise.
27917         (RUN_TEST_cc_c): Likewise.
27918         (RUN_TEST_f_i): Likewise.
27919         (RUN_TEST_f_i_tg): Likewise.
27920         (RUN_TEST_ff_i_tg): Likewise.
27921         (RUN_TEST_f_b): Likewise.
27922         (RUN_TEST_f_b_tg): Likewise.
27923         (RUN_TEST_f_l): Likewise.
27924         (RUN_TEST_f_L): Likewise.
27925         (RUN_TEST_sincos): Likewise.
27926         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27927         whether to show exceptions.  Do not include ");\n" in return
27928         value.
27929         (special_functions): Output call to RUN_TEST_sincos instead of
27930         check_float calls.  Update calls to new_test.
27931         (parse_args): Output call to single RUN_TEST_* macro instead of
27932         check_* calls and other assignments.  Update calls to new_test.
27934         [BZ #2546]
27935         [BZ #2560]
27936         [BZ #5159]
27937         [BZ #15426]
27938         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27939         input to result for tgamma overflow.
27940         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27941         (gamma_coeff): New variable.
27942         (NCOEFF): New macro.
27943         (gamma_positive): New function.
27944         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27945         underflow here.  Use gamma_positive instead of exp (lgamma) for
27946         other arguments.
27947         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27948         (gamma_coeff): New variable.
27949         (NCOEFF): New macro.
27950         (gammaf_positive): New function.
27951         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27952         underflow here.  Use gamma_positive instead of exp (lgamma) for
27953         other arguments.
27954         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27955         (gamma_coeff): New variable.
27956         (NCOEFF): New macro.
27957         (gammal_positive): New function.
27958         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27959         underflow here.  Use gamma_positive instead of exp (lgamma) for
27960         other arguments.
27961         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27962         (gamma_coeff): New variable.
27963         (NCOEFF): New macro.
27964         (gammal_positive): New function.
27965         (__ieee754_gammal_r): Handle positive infinity, overflow and
27966         underflow here.  Handle NaN the same as positive infinity.  Remove
27967         check x < 0xffffffff for negative integers.  Use gamma_positive
27968         instead of exp (lgamma) for other arguments.
27969         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27970         (gamma_coeff): New variable.
27971         (NCOEFF): New macro.
27972         (gammal_positive): New function.
27973         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27974         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27975         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27976         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27977         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27978         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27979         * sysdeps/generic/math_private.h (__gamma_productf): New
27980         prototype.
27981         (__gamma_product): Likewise.
27982         (__gamma_productl): Likewise.
27983         * math/Makefile (libm-calls): Add gamma_product.
27984         * math/libm-test.inc (tgamma_test): Add more tests.
27985         * sysdeps/i386/fpu/libm-test-ulps: Update.
27986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27988 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27990         * benchtests/bench-skeleton.c (main): Preheat CPU.
27992 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27994         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27996 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27998         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27999         and _dl_skip_args_internal.
28001 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28003         * manual/message.texi (Message Translation): Talk about users.
28004         Message to key mapping impacts design.
28006 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28008         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28010         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28012         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28013         * sysdeps/wordsize-64/glob64.c: ... here.
28015         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28016         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28017         New macros.
28019         * debug/getlogin_r_chk.c: Moved to ...
28020         * login/getlogin_r_chk.c: ... here.
28021         * debug/Makefile (routines): Move getlogin_r_chk to ...
28022         * login/Makefile (routines): ... here.
28023         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28024         * login/Versions (libc: GLIBC_2.4): ... here.
28026         * io/poll.c (__poll): Renamed from poll.
28027         Add libc_hidden_def.
28028         (poll): Define as weak alias.
28030         * debug/ptsname_r_chk.c: Moved to ...
28031         * login/ptsname_r_chk.c: ... here.
28032         * debug/Makefile (routines): Move ptsname_r_chk to ...
28033         * login/Makefile (routines): ... here.
28034         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28035         * login/Versions (libc: GLIBC_2.4): ... here.
28037         * posix/getlogin.c: Moved to ...
28038         * login/getlogin.c: ... here.
28039         * posix/getlogin_r.c: Moved to ...
28040         * login/getlogin_r.c: ... here.
28041         * posix/getlogin_r.c: Moved to ...
28042         * login/getlogin_r.c: ... here.
28043         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28044         * login/Makefile (routines): ... here.
28045         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28046         * login/Versions (libc: GLIBC_2.0): ... here.
28048         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28049         (setrlimit): Define as weak alias.
28051         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28052         Call __ names for open, ftruncate, and close.
28053         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28054         (truncate): Define as weak alias.
28056 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28058         * math/gen-libm-test.pl (parse_args): Initialize x before each
28059         test of frexp, modf and remquo.
28061         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28062         test signgam value.
28064 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28066         [BZ #15418]
28067         [BZ #15419]
28068         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28069         internal tests.
28070         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28072 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28074         * elf/dl-writev.h: New file.
28075         * elf/dl-misc.c: Include it.
28076         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28077         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28079 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28081         * math/libm-test.inc (noXFails): Remove variable.
28082         (noXPasses): Likewise.
28083         (BUILD_COMPLEX_INT): Remove macro.
28084         (print_screen): Remove xfail argument.
28085         (print_screen_max_error): Likewise.
28086         (update_stats): Likewise.
28087         (print_max_error): Likewise.  Update calls to other affected
28088         functions.
28089         (print_complex_max_error): Likewise.
28090         (test_single_exception): Update calls to print_screen.
28091         (test_single_errno): Likewise.
28092         (check_float_internal): Remove xfail argument.  Update calls to
28093         other affected functions.
28094         (check_float): Likewise.
28095         (check_complex): Likewise.
28096         (check_int): Likewise.
28097         (check_long): Likewise.
28098         (check_bool): Likewise.
28099         (check_longlong): Likewise.
28100         (main): Don't print noXFails and noXPasses.
28101         * math/gen-libm-test.pl (top level): Don't mention expected
28102         failure handling in comment.
28103         (new_test): Don't handle expected failures.
28104         (parse_args): Don't mention expected failure handling in comment.
28105         (generate_testfile): Don't handle expected failures.
28106         (parse_ulps): Likewise.
28107         (print_ulps_file): Likewise.
28108         (get_failure): Remove function.
28109         (output_test): Don't handle expected failures.
28110         * make/README.libm-test: Don't mention expected failure handling.
28112         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28113         (minus_zero): Likewise.
28114         (plus_infty): Likewise.
28115         (minus_infty): Likewise.
28116         (qnan_value): Likewise.
28117         (max_value): Likewise.
28118         (min_value): Likewise.
28119         (min_subnorm_value): Likewise.
28120         (initialize): Do not initialize those variables dynamically.
28122 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28124         * io/open.c (__open_2): Moved to ...
28125         * io/open_2.c: ... this new file.
28126         * io/open64.c (__open64_2): Moved to ...
28127         * io/open64_2.c: ... this new file.
28128         * io/openat.c (__openat_2): Moved to ...
28129         * io/openat_2.c: ... this new file.
28130         * io/openat64.c (__openat64_2): Moved to ...
28131         * io/openat64_2.c: ... this new file.
28132         * io/Makefile (routines): Add them.
28133         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28134         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28135         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28136         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28137         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28138         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28139         (__openat64): Add hidden_ver.
28140         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28141         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28143         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28144         Separately conditionalize setting of GLRO(dl_sysinfo) so
28145         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28146         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28148 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28150         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28151         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28152         definition.
28153         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28154         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28155         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28156         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28157         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28159 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28161         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28162         test signgam value.
28164         * math/libm-test.inc (hypot_test): Do not use
28165         IGNORE_ZERO_INF_SIGN.
28167 2013-05-03  Andreas Jaeger  <aj@suse.de>
28169         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28170         Linux 3.9.
28171         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28172         (PF_MAX): Adjust for VSOCK change.
28174 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28178 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28180         [BZ #15264]
28181         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28182         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28183         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28185 2013-05-02  David S. Miller  <davem@davemloft.net>
28187         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28189 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28191         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28193 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28195         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28197 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28199         [BZ #14952]
28200         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28201         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28202         Use __attribute__ ((__gnu_inline__)).
28203         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28204         Don't use __attribute__ ((__gnu_inline__)).
28206 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28208         [BZ #15423]
28209         * math/s_catan.c (__catan): Handle small real or imaginary part of
28210         input specially to avoid spurious underflow.
28211         * math/s_catanf.c (__catanf): Likewise.
28212         * math/s_catanh.c (__catanh): Likewise.
28213         * math/s_catanhf.c (__catanhf): Likewise.
28214         * math/s_catanhl.c (__catanhl): Likewise.
28215         * math/s_catanl.c (__catanl): Likewise.
28216         * math/libm-test.inc (catan_test): Add more tests.
28217         (catanh_test): Likewise.
28218         * sysdeps/i386/fpu/libm-test-ulps: Update.
28219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28221 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28225 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28227         [BZ #15416]
28228         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28229         accurately for denominator in atan2.
28230         * math/s_catanf.c (__catanf): Likewise.
28231         * math/s_catanh.c (__catanh): Likewise.
28232         * math/s_catanhf.c (__catanhf): Likewise.
28233         * math/s_catanhl.c (__catanhl): Likewise.
28234         * math/s_catanl.c (__catanl): Likewise.
28235         * math/libm-test.inc (catan_test): Add more tests.
28236         (catanh_test): Likewise.
28237         * sysdeps/i386/fpu/libm-test-ulps: Update.
28238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28240 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28242         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28244         * benchtests/Makefile (bench): Remove slow benchmarks.
28245         * benchtests/atan-inputs: Add slow benchmark inputs.
28246         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28247         (BENCH_FUNC): Accept variant offset.
28248         (VARIANT): Define.
28249         * benchtests/bench-skeleton.c (main): Run benchmark for each
28250         variant.
28251         * benchtests/cos-inputs: Add slow benchmark inputs.
28252         * benchtests/exp-inputs: Likewise.
28253         * benchtests/pow-inputs: Likewise.
28254         * benchtests/sin-inputs: Likewise.
28255         * benchtests/slowatan-inputs: Remove.
28256         * benchtests/slowatan.c: Remove.
28257         * benchtests/slowcos-inputs: Remove.
28258         * benchtests/slowcos.c: Remove.
28259         * benchtests/slowexp-inputs: Remove.
28260         * benchtests/slowexp.c: Remove.
28261         * benchtests/slowpow-inputs: Remove.
28262         * benchtests/slowpow.c: Remove.
28263         * benchtests/slowsin-inputs: Remove.
28264         * benchtests/slowsin.c: Remove.
28265         * benchtests/slowtan-inputs: Remove.
28266         * benchtests/slowtan.c: Remove.
28267         * benchtests/tan-inputs: Add slow benchmark inputs.
28268         * scripts/bench.pl: Parse comments and directives.
28270         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28271         in CPPFLAGS.
28272         ($(objpfx)bench-%.c): Remove *-ITER.
28273         * benchtests/bench-modf.c: Remove definition of ITER.
28274         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28275         (main): Loop for DURATION seconds instead of fixed number of
28276         iterations.
28277         * scripts/bench.pl: Don't expect iterations in parameters.
28279 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28281         * io/fchdir.c (__fchdir): Renamed from fchdir.
28282         (fchdir): Define as weak alias.
28284 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28286         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28287         (ERRNO_EDOM): Likewise.
28288         (ERRNO_ERANGE): Likewise.
28289         (noErrnoTests): New variable.
28290         (init_max_error): Set errno to 0.
28291         (test_single_errno): New function.
28292         (test_errno): Likewise.
28293         (check_float_internal): Call test_errno.  Set errno to 0.
28294         (check_complex): Refer to errno tests in comment.
28295         (check_int): Call test_errno.  Set errno to 0.
28296         (check_long): Likewise.
28297         (check_bool): Likewise.
28298         (check_longlong): Likewise.
28299         (cos_test): Use ERRNO_* flags for errno tests instead of
28300         check_int.
28301         (expm1_test): Likewise.
28302         (fmod_test): Likewise.
28303         (ilogb_test): Likewise.
28304         (lgamma_test): Likewise.
28305         (pow_test): Likewise.
28306         (remainder_test): Likewise.
28307         (sin_test): Likewise.
28308         (tan_test): Likewise.
28309         (yn_test): Likewise.
28310         (initialize): Set errno to 0.
28311         (main): Print number of errno tests.
28312         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28314 2013-04-29  Andreas Jaeger  <aj@suse.de>
28316         [BZ #15084]
28317         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28318         and RES_USEVC.
28320         [BZ #15085]
28321         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28322         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28323         unimplemented.
28325         [BZ #15380]
28326         * stdlib/random.c (__initstate): Return NULL if
28327         __initstate fails.
28329         [BZ #15086]
28330         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28331         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28332         RES_SNGLKUPREOP.
28334 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28338 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28340         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28341         of individual tests.
28342         (casin_test): Likewise.
28343         (casinh_test): Likewise.
28345 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28347         [BZ #15409]
28348         * math/s_catan.c (__catan): Handle arguments with large real or
28349         imaginary part separately without squaring.
28350         * math/s_catanf.c (__catanf): Likewise.
28351         * math/s_catanh.c (__catanh): Likewise.
28352         * math/s_catanhf.c (__catanhf): Likewise.
28353         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28354         and redefine.
28355         (__catanhl): Handle arguments with large real or imaginary part
28356         separately without squaring.
28357         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28358         and redefine.
28359         (__catanl): Handle arguments with large real or imaginary part
28360         separately without squaring.
28361         * math/libm-test.inc (catan_test): Add more tests.
28362         (catanh_test): Likewise.
28363         * sysdeps/i386/fpu/libm-test-ulps: Update.
28364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28366 2013-04-27  Andreas Jaeger  <aj@suse.de>
28368         [BZ #15007]
28369         * stdlib/stdlib.h: Update guards for qecvt.
28370         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28371         <stdlib.h>.
28373 2013-04-27  Allan McRae  <allan@archlinux.org>
28375         * sysdeps/i386/fpu/libm-test-ulps: Update.
28377 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28379         [BZ #15406]
28380         * math/s_catan.c: Include <float.h>.
28381         (__catan): Ensure underflow exception occurs for underflowed
28382         result.
28383         * math/s_catanf.c: Include <float.h>.
28384         (__catanf): Ensure underflow exception occurs for underflowed
28385         result.
28386         * math/s_catanh.c: Include <float.h>.
28387         (__catanh): Ensure underflow exception occurs for underflowed
28388         result.
28389         * math/s_catanhf.c: Include <float.h>.
28390         (__catanhf): Ensure underflow exception occurs for underflowed
28391         result.
28392         * math/s_catanhl.c: Include <float.h>.
28393         (__catanhl): Ensure underflow exception occurs for underflowed
28394         result.
28395         * math/s_catanl.c: Include <float.h>.
28396         (__catanl): Ensure underflow exception occurs for underflowed
28397         result.
28398         * math/libm-test.inc (catan_test): Add more tests.
28399         (catanh_test): Likewise.
28401         [BZ #15405]
28402         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28403         underflowed result.
28404         * math/s_ccoshf.c (__ccoshf): Likewise.
28405         * math/s_ccoshl.c (__ccoshl): Likewise.
28406         * math/s_csin.c (__csin): Likewise.
28407         * math/s_csinf.c (__csinf): Likewise.
28408         * math/s_csinh.c (__csinh): Likewise.
28409         * math/s_csinhf.c (__csinhf): Likewise.
28410         * math/s_csinhl.c (__csinhl): Likewise.
28411         * math/s_csinl.c (__csinl): Likewise.
28412         * math/libm-test.inc (ccos_test): Add more tests.
28413         (ccosh_test): Likewise.
28414         (csin_test): Likewise.
28415         (csinh_test): Likewise.
28417 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28419         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28420         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28421         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28422         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28423         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28424         powerpc/power5+/fpu folders.
28425         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28428 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28430         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28432 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28434         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28435         additions to variable.
28436         [$(config-machine) = x86_64] (modules-names): Likewise.
28437         ($(objpfx)tst-audit3): Remove dependency.
28438         ($(objpfx)tst-audit3.out): Likewise.
28439         ($(objpfx)tst-audit4): Likewise.
28440         ($(objpfx)tst-audit4.out): Likewise.
28441         ($(objpfx)tst-audit5): Likewise.
28442         ($(objpfx)tst-audit5.out): Likewise.
28443         ($(objpfx)tst-audit6): Likewise.
28444         ($(objpfx)tst-audit6.out): Likewise.
28445         ($(objpfx)tst-audit7): Likewise.
28446         ($(objpfx)tst-audit7.out): Likewise.
28447         (tst-audit3-ENV): Remove variable.
28448         (tst-audit4-ENV): Likewise.
28449         (tst-audit5-ENV): Likewise.
28450         (tst-audit6-ENV): Likewise.
28451         (tst-audit7-ENV): Likewise.
28452         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28453         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28454         addition to variable.
28455         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28456         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28457         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28458         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28459         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28460         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28461         tst-audit3, tst-audit4 and tst-audit5.
28462         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28463         tst-audit6 and tst-audit7.
28464         [$(subdir) = elf] (modules-names): Add audit modules for those
28465         tests.
28466         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28467         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28468         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28469         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28470         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28471         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28472         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28473         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28474         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28475         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28476         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28477         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28478         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28479         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28480         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28481         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28482         Likewise.
28483         [$(subdir) = elf && $(config-cflags-avx) = yes]
28484         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28485         [$(subdir) = elf && $(config-cflags-avx) = yes]
28486         (CFLAGS-tst-auditmod4a.c): Likewise.
28487         [$(subdir) = elf && $(config-cflags-avx) = yes]
28488         (CFLAGS-tst-auditmod4b.c): Likewise.
28489         [$(subdir) = elf && $(config-cflags-avx) = yes]
28490         (CFLAGS-tst-auditmod6b.c): Likewise.
28491         [$(subdir) = elf && $(config-cflags-avx) = yes]
28492         (CFLAGS-tst-auditmod6c.c): Likewise.
28493         [$(subdir) = elf && $(config-cflags-avx) = yes]
28494         (CFLAGS-tst-auditmod7b.c): Likewise.
28495         * elf/tst-audit3.c: Move to ...
28496         * sysdeps/x86_64/tst-audit3.c: ... here.
28497         * elf/tst-audit4.c: Move to ...
28498         * sysdeps/x86_64/tst-audit4.c: ... here.
28499         * elf/tst-audit5.c: Move to ...
28500         * sysdeps/x86_64/tst-audit5.c: ... here.
28501         * elf/tst-audit6.c: Move to ...
28502         * sysdeps/x86_64/tst-audit6.c: ... here.
28503         * elf/tst-audit7.c: Move to ...
28504         * sysdeps/x86_64/tst-audit7.c: ... here.
28505         * elf/tst-auditmod3a.c: Move to ...
28506         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28507         * elf/tst-auditmod3b.c: Move to ...
28508         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28509         * elf/tst-auditmod4a.c: Move to ...
28510         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28511         * elf/tst-auditmod4b.c: Move to ...
28512         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28513         * elf/tst-auditmod5a.c: Move to ...
28514         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28515         * elf/tst-auditmod5b.c: Move to ...
28516         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28517         * elf/tst-auditmod6a.c: Move to ...
28518         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28519         * elf/tst-auditmod6b.c: Move to ...
28520         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28521         * elf/tst-auditmod6c.c: Move to ...
28522         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28523         * elf/tst-auditmod7a.c: Move to ...
28524         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28525         * elf/tst-auditmod7b.c: Move to ...
28526         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28528 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28530         [BZ #15366]
28531         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28532         define unconditionally.
28533         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28534         define unconditionally.
28535         (INT8_C, INT16_C, etc.): Likewise.
28537 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28539         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28540         __ehdr_start with hidden visibility.
28542         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28544 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28546         * math/libm-test.inc (cos_test): Use accurate hex constants.
28547         (sincost_test): Likewise.
28549 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28551         * math/libm-test.inc (catan_test): Add more tests.
28552         (catanh_test): Likewise.
28554         * math/s_catanf.c (__catanf): Use suffixed floating-point
28555         constants.
28556         * math/s_catanhf.c (__catanhf): Likewise.
28557         * math/s_catanhl.c (__catanhl): Likewise.
28558         * math/s_catanl.c (__catanl): Likewise.
28560         [BZ #15394]
28561         * math/s_catan.c (__catan): Calculate imaginary part of result
28562         with log1p not log unless computing log of number close to 0.
28563         * math/s_catanf.c (__catanf): Likewise.
28564         * math/s_catanl.c (__catanl): Likewise.
28565         * math/s_catanh.c (__catanh): Calculate real part of result with
28566         log1p not log unless computing log of number close to 0.
28567         * math/s_catanhf.c (__catanhf): Likewise.
28568         * math/s_catanhl.c (__catanhl): Likewise.
28569         * math/libm-test.inc (catan_test): Add more tests.
28570         (catanh_test): Likewise.
28571         * sysdeps/i386/fpu/libm-test-ulps: Update.
28572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28574 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28576         * benchtests/Makefile: Mention files in which fast and slow
28577         paths of math functions are implemented.
28579 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28581         * sysdeps/posix/timespec_get.c: New file.
28583 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28585         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28586         POWER.
28587         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28588         for POWER.
28589         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28590         powerpc/power5/fpu folders.
28591         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28592         * benchtests/Makefile: Add modf testcase.
28593         * benchtests/bench-modf.c: New file: Benchmark test for mo
28595 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28597         [BZ #14888]
28598         * time/Makefile (tests): Add tst-strptime-whitespace.
28599         * time/strptime_l.c (get_number): Use ISSPACE.
28600         (__strptime_internal): Likewise.
28601         * time/tst-strptime-whitespace.c: New test case.
28603 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28605         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28606         member.
28607         (_nss_files_init): Set it here.
28609 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28611         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28612         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28613         unsigned.
28615 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28617         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28619 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28621         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28622         size just once.
28624 2013-04-21  David S. Miller  <davem@davemloft.net>
28626         * po/ru.po: Update Russion translation from translation project.
28628 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28630         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28631         and setfsgid.
28633 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28635         * configure.in: Remove i386 configure warning. Remove i386 case.
28636         * configure: Regenerate.
28637         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28638         Add example to error message.
28639         * sysdeps/i386/configure: Regenerate.
28641 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28643         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28644         slowtan.
28645         * benchtests/cos-inputs: New file.
28646         * benchtests/slowcos-inputs: New file.
28647         * benchtests/slowcos.c: New file.
28648         * benchtests/slowtan-inputs: New file.
28649         * benchtests/slowtan.c: New file.
28650         * benchtests/tan-inputs: New file.
28652 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28654         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28655         considered kosher.
28657 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28659         * benchtests/Makefile: Include cppflags-iterator.mk to add
28660         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28662         * Makefile.in (bench-clean): New target.
28663         * benchtests/Makefile (bench-clean): Likewise.
28665 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28667         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28669 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28671         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28673 2013-04-15  Andreas Schwab  <schwab@suse.de>
28675         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28676         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28677         * nscd/pwdcache.c (cache_addpw): Likewise.
28678         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28679         more than recsize.
28681 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28683         * benchtests/Makefile (bench): Write all output to
28684         bench-out.tmp together.
28686 2013-04-15  Andreas Schwab  <schwab@suse.de>
28688         * nscd/nscd.c (main): Don't fork again after closing files.
28690 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28692         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28694         * benchtests/Rules (bench-deps): Collect dependencies into a
28695         single variable.  Add Makefile to dependencies.
28696         ($(objpfx)bench-%.c): Depend on bench-deps.
28698 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28699             Xavier Roche  <roche+kml2@exalead.com>
28701         [BZ #15361]
28702         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28703         just that it's a file descriptor.
28704         * manual/llio.texi (Synchronizing AIO Operations): Update description
28705         for EBADF error from aio_fsync.
28707 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28709         * Rules (bench): Move target definition...
28710         * benchtests/Makefile: ... here.
28712 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28714         * math/libm-test.inc (cos_test): Fix PI/2 test.
28715         (sincos_test): Likewise.
28716         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28717         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28719 2013-04-11  Andreas Schwab  <schwab@suse.de>
28721         [BZ #13988]
28722         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28723         accept exponent character only when digits were seen.
28724         * stdio-common/Makefile (tests): Add bug26.
28725         * stdio-common/bug26.c: New file.
28727         [BZ #14293]
28728         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28729         non-freeable.
28731 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28733         * Makeconfig (rtld-prefix): Define built linker prefix.
28734         * Rules (run-bench): Use it.
28735         * math/Makefile (run-regen-ulps): Likewise.
28737         * Rules (bench): Remove eval.
28739 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28740             Roland McGrath  <roland@hack.frob.com>
28741             Ondrej Bilka  <neleai@seznam.cz>
28743         [BZ #15346]
28744         * time/getdate.c: Include ctype.h and alloca.h.
28745         (__getdate_r): Trim leading and trailing spaces of input.
28746         * time/tst-getdate.c (tests): Add tests with leading and
28747         trailing spaces.
28749 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28751         [BZ #14280]
28752         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28753         when computing value.
28755 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28757         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28758         Use testrun.sh to run libm tests.
28760         [BZ #15309]
28761         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28763 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28765         [BZ #15264]
28766         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28768 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28770         * Makefile.in (regen-ulps): New target.
28771         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28772         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28773         [ifneq (no,$(PERL)] (regen-ulps): New target.
28774         [ifeq (no,$(PERL)] (regen-ulps): New target.
28775         * math/libm-test.inc (ulps_file_name): Define.
28776         (output_dir): New variable.
28777         (options): Add "output-dir" option.
28778         (parse_opt): Handle 'o' case.
28779         (main): If output_dir is non-NULL use it as a prefix
28780         otherwise use "".
28781         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28783 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28785         [BZ #10060, #10062]
28786         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28787         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28788         fail configure if __sync_val_compare_and_swap is not inlined.
28789         * sysdeps/i386/configure: Regenerate.
28790         * configure.in: Build for i686 when configured for i386.
28791         * configure: Regenerate.
28792         * README: Remove i386 reference.
28794 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28796         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28797         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28799 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28801         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28802         (lmsnanval): New variables.
28803         (F): Add conversion tests.
28804         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28805         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28807         * stdio-common/tstdiomisc.c (F): Properly collect individual
28808         tests' results.
28810         [BZ #14686, #15336]
28811         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28812         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28813         Instead, use input NaN values or generate a qNaN by arithmetic
28814         operation.  Also fix bugs to comply with the standard.
28815         * math/libm-test.inc (remainder_test): Add more tests.
28817         [BZ #15335, #15342]
28818         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28819         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28820         input NaN values or generate a qNaN by arithmetic operation.
28822         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28823         unreachable code.
28825         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28826         definitions.
28828 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28830         [BZ #14478]
28831         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28832         underflowed result.
28833         * math/s_cexpf.c (__cexpf): Likewise.
28834         * math/s_cexpl.c (__cexpl): Likewise.
28835         * math/libm-test.inc (cexp_test): Add more tests.
28837 2013-04-03  Andreas Schwab  <schwab@suse.de>
28839         [BZ #15330]
28840         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28841         order arrays from heap if bigger than alloca cutoff.
28843 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28845         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28846         (SNAN_TESTS_double): Refer to GCC PR56831.
28847         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28848         GCC PR56828.
28850 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28852         * Rules (bench): Move bench.out after the run is complete.
28854         * Rules (bench): Echo currently running benchmark.
28856         * benchtests/Makefile (bench): Add atan and slowatan.
28857         * benchtests/atan-inputs: New file.
28858         * benchtests/slowatan-inputs: New file.
28859         * benchtests/slowatan.c: New file.
28861         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28862         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28863         its value.
28865         [BZ #15305]
28866         * sysdeps/unix/sysv/linux/kernel-features.h
28867         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28868         __ASSUME_XFS_RESTRICTED_CHOWN.
28869         * sysdeps/unix/sysv/linux/pathconf.c
28870         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28871         Save and restore errno.
28873 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28875         [BZ #15327]
28876         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28877         arguments using __kernel_casinh.
28878         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28879         arguments using __kernel_casinhf.
28880         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28881         arguments using __kernel_casinhl.
28882         * math/libm-test.inc (cacosh_test): Add more tests.
28883         * sysdeps/i386/fpu/libm-test-ulps: Update.
28884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28886 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28888         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28889         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28891         * bench/Makefile (bench): Add sin and slowsin.
28892         * benchtests/sin-inputs: New file.
28893         * benchtests/slowsin-inputs: New file.
28894         * benchtests/slowsin.c: New file.
28896         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28897         (bench): Add slowexp and slowpow.
28898         (exp-ITER): Increase iterations.
28899         (pow-ITER): Likewise.
28900         * benchtests/exp-inputs: Change input.
28901         * benchtests/pow-inputs: Likewise.
28902         * benchtests/slowexp-inputs: New file.
28903         * benchtests/slowexp.c: New file.
28904         * benchtests/slowpow-inputs: New file.
28905         * benchtests/slowpow.c: New file.
28907 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28909         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28910         instructions.
28911         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28912         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28913         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28914         * benchtests/Makefile: Add rint benchtest.
28915         * benchtests/rint-inputs: Input for rint benchtest.
28917 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28919         * Versions.def (libm): Add GLIBC_2.18.
28920         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28921         hidden libm prototypes.
28922         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28923         * math/Makefile (libm-calls): Add s_issignaling.
28924         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28925         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28926         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28927         declaration.
28928         * math/math.h [__USE_GNU] (issignaling): New macro.
28929         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28930         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28931         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28932         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28933         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28934         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28935         * manual/arith.texi (issignaling): New section.
28936         * manual/libm-err-tab.pl (@all_functions): Update comment.
28937         * math/gen-libm-test.pl (parse_args): Apply special handling for
28938         issignaling.
28939         * math/libm-test.inc (print_float, issignaling_test): New
28940         functions.
28941         (check_float_internal): Add issignaling checks.
28942         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28943         default definition.
28944         * sysdeps/powerpc/math-tests.h: New file.
28945         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28946         tests.
28947         * math/test-snan.c (TEST_FUNC): Likewise.
28949 2013-03-30  David S. Miller  <davem@davemloft.net>
28951         * po/de.po: Update from translation team.
28953 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28955         [BZ #10357]
28956         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28957         imaginary part less than 1.0 and real part less than 0.5
28958         specially.
28959         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28960         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28961         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28962         (cacos_test): Add more tests.
28963         (casin_test): Likewise.
28964         (casinh_test): Likewise.
28965         * sysdeps/i386/fpu/libm-test-ulps: Update.
28966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28968 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28970         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28971         ONE with its value.
28973         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28974         (__pow_mp): Replace ONE and MONE with their values.
28975         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28976         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28977         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28978         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28979         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28980         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28982         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28984         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28985         (__pow_mp): Replace ZERO and MZERO with their values.
28986         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28987         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28988         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28989         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28990         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28991         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28992         (__sqr): Likewise.
28994         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28996         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28998 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29000         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29001         Declare with __attribute__ ((weak)).
29002         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29003         Call __call_tls_dtors only if it's not NULL.
29005 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29007         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29008         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29009         magic __ehdr_start linker symbol if it's defined.
29010         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29011         them up here if it was already done.
29013         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29014         (_dl_aux_init): Use const in cast when setting it.
29015         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29016         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29017         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29019         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29020         Declare them here.
29021         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29022         * csu/libc-tls.c: Nor here.
29023         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29025         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29026         (__libc_message): Never call vsyslog.
29028 2013-03-28  Alan Modra  <amodra@gmail.com>
29030         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29031         Define as empty.
29032         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29033         Likewise.
29035 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29037         [BZ #15214]
29038         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29039         underflow.
29040         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29042 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29044         [BZ #15304]
29045         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29046         Don't add gid passed as argument.
29048         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29050 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29052         [BZ #15307]
29053         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29054         imaginary part between 1.0 and 1.5 and real part less than 0.5
29055         specially.
29056         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29057         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29058         * math/libm-test.inc (cacos_test): Add more tests.
29059         (casin_test): Likewise.
29060         (casinh_test): Likewise.
29061         * sysdeps/i386/fpu/libm-test-ulps: Update.
29062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29064 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29066         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29067         constants.
29068         (norm): Likewise.
29069         (denorm): Likewise.
29070         (__dbl_mp): Likewise.
29071         (add_magnitudes): Likewise.
29072         (sub_magnitudes): Likewise.
29073         (__add): Likewise.
29074         (__sub): Likewise.
29075         (__mul): Likewise.
29076         (__sqr): Likewise.
29077         (__inv): Likewise.
29078         (__dvd): Likewise.
29080         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29081         commented code.
29082         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29083         (__dubcos): Likewise.
29084         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29085         (__ieee754_acos): Likewise.
29086         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29087         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29088         (__exp1): Likewise.
29089         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29090         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29091         (log1): Likewise.
29092         (my_log2): Likewise.
29093         (checkint): Likewise.
29094         * sysdeps/ieee754/dbl-64/e_remainder.c
29095         (__ieee754_remainder): Likewise.
29096         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29097         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29098         (bsloww): Likewise.
29099         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29101         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29102         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29103         MANTISSA_STORE_T to store computations on mantissa.  Use
29104         macros for rounding and division.
29105         (denorm): Likewise.
29106         (__dbl_mp): Likewise.
29107         (add_magnitudes): Likewise.
29108         (sub_magnitudes): Likewise.
29109         (__mul): Likewise.
29110         (__sqr): Likewise.
29111         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29112         powers of two in terms of TWOPOW macro.
29113         (mp_no): Make type of mantissa as MANTISSA_T.
29114         [!RADIXI]: Define RADIXI.
29115         [!TWO52]: Define TWO52.
29116         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29118 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29120         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29121         llroundl symbol when building for PPC32.
29123 2013-03-24  Mark H Weaver  <mhw@netris.org>
29125         * manual/arith.texi (Normalization Functions): Fix prototypes for
29126         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29128 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29130         [BZ #13889]
29131         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29132         high value to check if expl overflow.
29133         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29134         to check for underflow and overflow.
29135         * math/libm-test.inc: Add exp test.
29137 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29139         [BZ #11120]
29140         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29141         with NOT_IN_libc.
29143 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29145         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29146         symbol.
29148 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29150         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29151         wrap blocks consisting of several statements.
29153         * sysdeps/generic/math-tests.h: New file.
29154         * sysdeps/i386/fpu/math-tests.h: Likewise.
29155         * math/test-snan.c: Include it.
29156         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29158 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29160         [BZ #15285]
29161         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29162         (__ieee754_j0l): Do not improve calculations using cos of twice
29163         input for inputs above LDBL_MAX / 2.0L.
29164         (__ieee754_y0l): Likewise.
29165         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29166         (__ieee754_j1l): Do not improve calculations using cos of twice
29167         input for inputs above LDBL_MAX / 2.0L.
29168         (__ieee754_y1l): Likewise.
29169         * math/libm-test.inc (j0_test): Add another test.
29170         (j1_test): Likewise.
29171         (y0_test): Likewise.
29172         (y1_test): Likewise.
29173         * sysdeps/i386/fpu/libm-test-ulps: Update.
29175 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29177         * Rules ($(objpfx)bench-%.c): Include code from a C source
29178         file.
29180 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29182         [BZ #15287]
29183         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29184         imaginary part 1.0 and real part less than 0.5 specially.
29185         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29186         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29187         * math/libm-test.inc (cacos_test): Add more tests.
29188         (casin_test): Likewise.
29189         (casinh_test): Likewise.
29190         * sysdeps/i386/fpu/libm-test-ulps: Update.
29191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29193 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29195         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29196         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29198 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29200         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29201         * config.make.in (config-cflags-sse4): Remove variable.
29202         (config-cflags-avx): Likewise.
29203         (config-cflags-sse2avx): Likewise.
29204         (config-cflags-novzeroupper): Likewise.
29205         (config-asflags-i686): Likewise.
29206         (have-mfma4): Likewise.
29207         (have-as-vis3): Likewise.
29208         (MIG): Likewise.
29209         * configure.in (MIG): Do not AC_SUBST.
29210         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29211         (libc_cv_cc_sse4): Do not AC_SUBST.
29212         (libc_cv_cc_avx): Likewise.
29213         (libc_cv_cc_sse2avx): Likewise.
29214         (libc_cv_cc_novzeroupper): Likewise.
29215         (libc_cv_cc_fma4): Likewise.
29216         (libc_cv_as_i686): Likewise.
29217         (libc_cv_sparc_as_vis3): Likewise.
29218         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29219         LIBC_CONFIG_VAR.
29220         (config-asflags-i686): Likewise.
29221         (config-cflags-avx): Likewise.
29222         (config-cflags-sse2avx): Likewise.
29223         (have-mfma4): Likewise.
29224         (config-cflags-novzeroupper): Likewise.
29225         * sysdeps/mach/configure.in (MIG): Likewise.
29226         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29227         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29228         LIBC_CONFIG_VAR.
29229         (config-cflags-avx): Likewise.
29230         (config-cflags-sse2avx): Likewise.
29231         (have-mfma4): Likewise.
29232         (config-cflags-novzeroupper): Likewise.
29233         * configure: Regenerated.
29234         * sysdeps/i386/configure: Likewise.
29235         * sysdeps/mach/configure: Likewise.
29236         * sysdeps/sparc/configure: Likewise.
29237         * sysdeps/x86_64/configure: Likewise.
29239 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29241         [BZ #14812]
29242         * locale/programs/localedef.c (options): Put N_ translation marker
29243         on argument names, not just descriptions.
29245 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29247         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29249 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29251         [BZ #14176]
29252         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29254 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29256         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29257         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29258         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29259         [!BEFORE_ABORT] (before_abort): New function.
29260         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29261         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29262         (writev_for_fatal): New function.
29263         (WRITEV_FOR_FATAL): New macro; call that.
29264         (backtrace_and_maps): New function.
29265         (BEFORE_ABORT): New macro; call that.
29266         (struct str_list): Type removed.
29267         (__libc_message, __libc_fatal): Functions removed.
29268         Include <sysdeps/posix/libc_fatal.c> instead.
29270 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29272         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29273         constants.
29274         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29275         double constants.
29277 2013-03-19  Andreas Schwab  <schwab@suse.de>
29279         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29280         * sysdeps/gnu/configure: Regenerate.
29282         * configure.in: Substitute libc_cv_rtlddir.
29283         * configure: Regenerate.
29284         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29285         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29286         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29287         * elf/Makefile (install-others, CFLAGS-interp.c)
29288         (ldso_install, common-ldd-rewrite): Likewise.
29289         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29290         $(inst_slibdir)/$(rtld-installed-name).
29291         * scripts/rellns-sh: Add -p option.
29292         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29293         for source.
29295 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29297         * manual/nptl.texi: Renamed to ...
29298         * manual/threads.texi: ... this.
29299         * manual/Makefile (chapters): Update.
29301 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29303         [BZ #14812]
29304         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29305         on argument names, not just descriptions.
29306         * malloc/memusagestat.c (options): Likewise.
29307         * nss/getent.c (options): Likewise.
29309 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29311         [BZ #14812]
29312         * iconv/iconv_prog.c (options): Put N_ translation marker
29313         on argument names, not just descriptions.
29314         * iconv/iconvconfig.c (options): Likewise.
29316 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29318         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29319         implementation which is faster on all x86_64 architectures.
29320         Tested on AMD, Intel Nehalem, SNB, IVB.
29321         * sysdeps/x86_64/strnlen.S: Likewise.
29323         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29324         Remove all multiarch strlen and strnlen versions.
29325         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29326         Remove strlen and strnlen related parts.
29328         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29329         Inline strlen part.
29330         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29332         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29333         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29334         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29335         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29336         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29337         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29339 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29341         * manual/memory.texi (Malloc Tunable Parameters):
29342         Sort parameters alphabetically. Add comments for missing entries.
29344 2013-03-17  David S. Miller  <davem@davemloft.net>
29346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29348 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29350         [BZ #15283]
29351         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29352         for arguments at most half maximum finite value.
29353         * math/libm-test.inc (j0_test): Add more tests.
29354         (j1_test): Likewise.
29355         (y0_test): Likewise.
29356         (y1_test): Likewise.
29357         * sysdeps/i386/fpu/libm-test-ulps: Update.
29358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29360         [BZ #14155]
29361         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29362         1 / x and functions P and Q for arguments above 0x1p256L.
29363         (__ieee754_y0l): Likewise.
29364         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29365         (__ieee754_y1l): Likewise.
29366         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29367         (j1_test): Likewise.
29368         (y0_test): Likewise.
29369         (y1_test): Likewise.
29371 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29373         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29374         variable.
29376 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29378         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29379         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29380         zero since it's initialized to EXEC_PAGESIZE.
29382         * sysdeps/unix/sysv/linux/ldsodefs.h
29383         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29384         * sysdeps/generic/ldsodefs.h: ... here.
29386 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29388         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29390         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29391         math/test-snan.c.
29392         * math/test-snan.c: Renamed from
29393         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29394         * math/Makefile (tests): Add test-snan.
29395         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29396         test-powerpc-snan.
29398         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29399         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29400         functions.
29401         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29402         __builtin_nan family of functions.
29403         * math/libm-test.inc (initialize): Initialize qnan_value with
29404         __builtin_nan family of functions.
29405         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29406         Remove variables.
29407         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29408         Remove functions.
29409         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29410         storage class.  Initialize qNaN_var and sNaN_var with
29411         __builtin_nan and __builtin_nans families of functions,
29412         respectively.
29414         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29415         (sqrt_test): Remove duplicate test with qNaN input.
29416         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29417         (round_test, signbit_test, significand_test): Note missing +/-Inf
29418         as well as qNaN tests.
29420         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29421         qNaN_var.  Fix a few strings, too.
29422         * math/libm-test.inc (nan_value): Rename to qnan_value.
29423         * math/gen-libm-test.pl (%beautify): Adjust to that.
29424         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29425         * math/test-misc.c (main): Likewise.
29426         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29427         to __qnan_bytes, and __qnan_union, respectively.
29428         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29429         Likewise.
29430         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29431         and lqnanval, respectively.
29432         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29433         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29434         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29435         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29437         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29438         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29439         doubles.
29441         * math/test-misc.c (main): Fix copy'n'pastos.
29442         * misc/tst-efgcvt.c (special): Likewise.
29444         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29445         Remove declarations.
29447 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29449         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29450         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29451         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29452         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29454 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29456         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29457         macro to return vdso values correctly in IFUNC implementations.
29458         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29459         Optimization by using IFUNC.
29461 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29462             Richard Henderson  <rth@redhat.com>
29463             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29465         * Makefile.in (bench): New target.
29466         * NEWS: Mention the benchmark framework.
29467         * Rules (bench): Likewise.
29468         (binaries-bench): Generate binaries for functions to
29469         benchmark.
29470         * benchtests/Makefile: New makefile for benchmark tests.
29471         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29472         programs.
29473         * benchtests/exp-inputs: New input file for EXP function.
29474         * benchtests/pow-inputs: New input file for POW function.
29475         * scripts/bench.pl: New script to generate source files for
29476         benchmark programs.
29478 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29480         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29481         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29482         computations on mantissa.  Use macros for rounding and
29483         division.
29484         (denorm): Likewise.
29485         (__dbl_mp): Likewise.
29486         (add_magnitudes): Likewise.
29487         (sub_magnitudes): Likewise.
29488         (__mul): Likewise.
29489         (__sqr): Likewise.
29490         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29491         powers of two in terms of TWOPOW macro.
29492         (mp_no): Make type of mantissa as MANTISSA_T.
29493         [!RADIXI]: Define RADIXI.
29494         [!TWO52]: Define TWO52.
29495         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29497         * manual/nptl.texi (cindex): Modify threads to pthreads.
29499 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29501         * sysdeps/x86_64/preconfigure: Regenerated.
29503 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29505         [BZ #14155]
29506         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29507         0x1p28 and above.
29508         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29509         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29510         0x1p28 and above.
29511         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29512         * math/libm-test.inc (j0_test): Do not allow one spurious
29513         underflow exception.
29514         (y1_test): Likewise.
29516 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29518         * manual/Makefile (chapters): Add nptl.
29519         * manual/debug.texi (Debugging Support): Add link to Threads
29520         chapter.
29521         * manual/nptl.texi: New file.
29523         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29525 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29527         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29528         for non-NULL pointer before the memory validity test. Pointed
29529         out by Holger Brunck <holger.brunck@keymile.com>.
29531 2013-03-13  Andreas Schwab  <schwab@suse.de>
29533         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29534         instead of .os.
29536 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29538         * timezone/zic.c: Update from tzcode 2013b.
29540 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29542         * manual/install.texi (Configuring and compiling):
29543         Mention i686 and i586.
29544         * INSTALL: Regenerate.
29546 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29548         * sysdeps/init_array/elf-init.c: New file.
29549         * csu/elf-init.c
29550         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29551         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29553         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29554         __gmon_start__ as global, but as static with a .preinit_array pointer.
29555         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29556         * sysdeps/init_array/crti.S: New file, empty except for comments.
29557         * sysdeps/init_array/crtn.S: Likewise.
29559 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29561         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29562         definining bcopy.
29563         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29564         Remove Prefer_SSE_for_memop.
29565         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29566         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29567         HAS_PREFER_SSE_FOR_MEMOP.
29568         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29569         memset-x86-64.
29570         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29571         Remove bzero, memset ifunc support.
29572         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29573         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29574         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29575         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29577 2013-03-11  Andreas Schwab  <schwab@suse.de>
29579         [BZ #15234]
29580         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29581         by SHLIB_COMPAT.
29582         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29583         (GLIBC_2.16): Remove pthread_atfork.
29585 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29587         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29588         (ptestcases.h): Likewise.
29590 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29592         * Makeconfig ($(common-objpfx)config.status): Depend on
29593         sysdeps/*/preconfigure{,.in} too.
29595 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29597         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29598         (__free_hook): Use void * instead of __malloc_ptr_t.
29599         (__malloc_hook): Likewise.
29600         (__realloc_hook): Likewise.
29601         (__memalign_hook): Likewise.
29602         (__after_morecore_hook): Likewise.
29603         * malloc/arena.c (save_malloc_hook): Likewise.
29604         (save_free_hook): Likewise.
29605         * malloc/hooks.c (malloc_hook_ini): Likewise.
29606         (realloc_hook_ini): Likewise.
29607         (memalign_hook_ini): Likewise.
29608         * malloc/malloc.c (malloc_hook_ini): Likewise.
29609         (realloc_hook_ini): Likewise.
29610         (memalign_hook_ini): Likewise.
29611         (__free_hook): Likewise.
29612         (__malloc_hook): Likewise.
29613         (__realloc_hook): Likewise.
29614         (__memalign_hook): Likewise.
29615         (__libc_malloc): Likewise.
29616         (__libc_free): Likewise.
29617         (__libc_realloc): Likewise.
29618         (__libc_memalign): Likewise.
29619         (__libc_valloc): Likewise.
29620         (__libc_pvalloc): Likewise.
29621         (__libc_calloc): Likewise.
29622         (__posix_memalign): Likewise.
29623         * malloc/morecore.c (__sbrk): Likewise.
29624         (__default_morecore): Likewise.
29626         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29628         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29629         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29630         __malloc_ptrdiff_t.
29632         * malloc/malloc.h (__malloc_size_t): Remove macro.
29633         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29634         __malloc_size_t.
29635         (old_memalign_hook): Likewise.
29636         (old_realloc_hook): Likewise.
29637         (struct hdr): Likewise.
29638         (flood): Likewise.
29639         (mallochook): Likewise.
29640         (memalignhook): Likewise.
29641         (reallochook): Likewise.
29642         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29643         (tr_old_realloc_hook): Likewise.
29644         (tr_old_memalign_hook): Likewise.
29645         (tr_mallochook): Likewise.
29646         (tr_reallochook): Likewise.
29647         (tr_memalignhook): Likewise.
29649 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29651         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29652         default_ldbl_pack and using as default implementation.
29653         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29654         implementation.
29655         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29656         redundant definition.
29657         (ldbl_insert_mantissa): Likewise.
29658         (ldbl_canonicalize): Likewise.
29659         (ldbl_nearbyint): Likewise.
29660         (ldbl_pack): Rename to ldbl_pack_ppc.
29661         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29662         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29663         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29665 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29667         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29668         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29669         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29670         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29671         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29672         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29673         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29674         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29676 2013-03-07  Andreas Jaeger  <aj@suse.de>
29678         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29679         bits/mman-linux.h.
29681 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29683         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29684         Include mpa.h and declare __MPEXP.
29685         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29686         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29687         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29688         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29689         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29690         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29691         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29693         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29694         (__slowpow): Use long double EXPL and LOGL functions to
29695         compute POW.
29696         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29697         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29698         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29699         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29700         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29701         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29703         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29704         intermediate variable to calculate exponent.
29705         (__sqr): Likewise.
29706         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29707         Likewise.
29708         (__sqr): Likewise.
29710         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29711         [!NO__SQR]: Define __sqr.
29712         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29713         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29714         sysdeps/ieee754/dbl-64/mpa.c.
29715         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29717         [BZ #12723]
29718         * posix/Makefile (tests): Add tst-pathconf.
29719         * posix/tst-pathconf.c: New test case.
29720         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29721         _PC_PIPE_BUF.
29722         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29724 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29726         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29728 2013-03-06  Andreas Jaeger  <aj@suse.de>
29730         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29731         definition via __MAP_ANONYMOUS.
29733         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29734         it's not part of Linux headers.
29736         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29737         (MAP_HUGE_MASK): Define.
29739         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29740         Define.
29741         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29742         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29743         Define.
29744         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29745         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29746         Define.
29747         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29748         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29749         Define.
29750         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29752         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29753         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29754         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29755         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29756         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29757         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29759         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29760         Handle f2fs.
29762         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29763         Handle f2fs and efivarfs.
29765         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29766         f2fs.
29768         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29769         (EFIVARFS_MAGIC): Add.
29770         (F2FS_LINK_MAX): Add.
29772 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29774         * stdio-common/vfprintf.c: Replace __builtin_expect with
29775         __glibc_unlikely.
29777 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29779         [BZ #13550]
29780         * sysdeps/generic/bp-sym.h: Remove file.
29781         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29782         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29783         <bp-sym.h> and <bp-asm.h>.
29784         (__longjmp): Don't use BP_SYM.
29785         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29786         and <bp-asm.h>.
29787         (memcpy): Don't use BP_SYM.
29788         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29789         <bp-sym.h> and <bp-asm.h>.
29790         (memcpy): Don't use BP_SYM.
29791         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29792         <bp-asm.h>.
29793         (memcpy): Don't use BP_SYM.
29794         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29795         <bp-asm.h>.
29796         (memset): Don't use BP_SYM.
29797         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29798         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29799         (__bzero): Don't use BP_SYM.
29800         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29801         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29802         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29803         <bp-sym.h> and <bp-asm.h>.
29804         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29805         pointers.
29806         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29807         <bp-sym.h> and <bp-asm.h>.
29808         (memcpy): Don't use BP_SYM.
29809         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29810         <bp-sym.h> and <bp-asm.h>.
29811         (memset): Don't use BP_SYM.
29812         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29813         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29814         (__bzero): Don't use BP_SYM.
29815         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29816         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29817         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29818         <bp-sym.h> and <bp-asm.h>.
29819         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29820         pointers.
29821         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29822         <bp-sym.h> and <bp-asm.h>.
29823         (memcpy): Don't use BP_SYM.
29824         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29825         <bp-sym.h> and <bp-asm.h>.
29826         (memset): Don't use BP_SYM.
29827         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29828         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29829         (__bzero): Don't use BP_SYM.
29830         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29831         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29832         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29833         <bp-sym.h> and <bp-asm.h>.
29834         (__memchr): Don't use BP_SYM.
29835         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29836         <bp-sym.h> and <bp-asm.h>.
29837         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29838         pointers.
29839         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29840         <bp-sym.h> and <bp-asm.h>.
29841         (memcpy): Don't use BP_SYM.
29842         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29843         <bp-sym.h> and <bp-asm.h>.
29844         (__mempcpy): Don't use BP_SYM.
29845         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29846         <bp-sym.h> and <bp-asm.h>.
29847         (__memrchr): Don't use BP_SYM.
29848         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29849         <bp-sym.h> and <bp-asm.h>.
29850         (memset): Don't use BP_SYM.
29851         (__bzero): Likewise.
29852         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29853         <bp-sym.h> and <bp-asm.h>.
29854         (__rawmemchr): Don't use BP_SYM.
29855         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29856         <bp-sym.h> and <bp-asm.h>.
29857         (__STRCMP): Don't use BP_SYM.
29858         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29859         <bp-sym.h> and <bp-asm.h>.
29860         (strchr): Don't use BP_SYM.
29861         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29862         <bp-sym.h> and <bp-asm.h>.
29863         (__strchrnul): Don't use BP_SYM.
29864         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29865         <bp-sym.h> and <bp-asm.h>.
29866         (strlen): Don't use BP_SYM.
29867         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29868         <bp-sym.h> and <bp-asm.h>.
29869         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29870         pointers.
29871         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29872         <bp-sym.h> and <bp-asm.h>.
29873         (__strnlen): Don't use BP_SYM.
29874         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29875         <bp-sym.h> and <bp-asm.h>.
29876         (__GI__setjmp): Don't use BP_SYM.
29877         (_setjmp): Likewise.
29878         (__sigsetjmp): Likewise.
29879         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29880         (L(start_addresses)): Don't use BP_SYM.
29881         (_start): Likewise.
29882         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29883         <bp-asm.h>.
29884         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29885         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29886         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29887         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29888         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29889         <bp-asm.h>.
29890         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29891         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29892         about bounded pointers.
29893         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29894         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29895         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29896         <bp-asm.h>.
29897         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29898         about bounded pointers.  Remove GKM FIXME comments.
29899         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29900         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29901         <bp-asm.h>.
29902         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29903         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29904         Remove GKM FIXME comments.
29905         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29906         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29907         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29908         <bp-asm.h>.
29909         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29910         about bounded pointers.  Remove GKM FIXME comment.
29911         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29912         and <bp-asm.h>.
29913         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29914         pointers.
29915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29916         <bp-sym.h> and <bp-asm.h>.
29917         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29919         <bp-sym.h> and <bp-asm.h>.
29920         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29921         comment.
29923 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29925         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29926         call free(NULL).
29928 2013-03-05  David S. Miller  <davem@davemloft.net>
29930         * po/es.po: Update from translation team.
29932 2013-03-05  Andreas Jaeger  <aj@suse.de>
29934         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29935         <bits/mman-linux.h>.
29936         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29937         is fine.
29938         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29939         <bits/mman-linux.h> to end of file.
29940         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29941         is fine.
29942         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29943         <bits/mman-linux.h> to end of file.
29944         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29945         is fine.
29946         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29947         <bits/mman-linux.h> to end of file.
29949         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29950         (MCL_CURRENT, MCL_FUTURE): Define here.
29952 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29954         [BZ #15232]
29955         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29956         attribute_hidden.
29957         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29959 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29961         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29962         fourth parameter needed for rt_sigprocmask syscall.
29963         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29964         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29965         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29966         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29967         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29968         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29970 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29972         [BZ #13550]
29973         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29974         comment about bounded pointers.
29975         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29976         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29978 2013-03-04  Andreas Jaeger  <aj@suse.de>
29980         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29981         common definitions.
29983         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29984         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29985         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29986         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29987         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29988         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29990 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29992         [BZ #15055]
29993         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29994         __ieee754_sqrl instead of __sqrl.
29996 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29998         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29999         * sysdeps/powerpc/fpu_control.h: ... here.
30000         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30001         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30002         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30003         * sysdeps/powerpc/bits/mathinline.h: ... here.
30005 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30007         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30008         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30009         to just [NEED_DL_SYSINFO_DSO].
30010         * elf/dl-support.c: Likewise.
30011         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30012         * elf/rtld.c (dl_main): Likewise.
30013         * elf/setup-vdso.h (setup_vdso): Likewise.
30014         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30015         * sysdeps/unix/sysv/linux/dl-sysdep.c
30016         (_dl_discover_osversion): Likewise.
30018 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30020         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30021         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30023 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30025         * NEWS: Mention libm performance improvements and non-x86 PI
30026         futex support.
30028         * csu/libc-start.c (__pthread_initialize_minimal): Change
30029         function arguments.
30030         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30032 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30034         [BZ #13550]
30035         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30036         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30037         <bp-sym.h> and <bp-asm.h>.
30038         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30039         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30040         and <bp-asm.h>.
30041         (memcpy): Don't use BP_SYM.
30042         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30043         <bp-asm.h>.
30044         (__mpn_add_n): Don't use BP_SYM.
30045         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30046         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30047         and <bp-asm.h>.
30048         (__mpn_addmul_1): Don't use BP_SYM.
30049         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30050         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30051         <bp-sym.h>.
30052         (_setjmp): Don't use BP_SYM.
30053         (__novmx_setjmp): Likewise.
30054         (__GI__setjmp): Likewise.
30055         (__vmx_setjmp): Likewise.
30056         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30057         <bp-sym.h>.
30058         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30059         (__bzero): Don't use BP_SYM.
30060         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30061         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30062         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30063         <bp-sym.h> and <bp-asm.h>.
30064         (memcpy): Don't use BP_SYM.
30065         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30066         <bp-sym.h> and <bp-asm.h>.
30067         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30068         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30069         <bp-sym.h> and <bp-asm.h>.
30070         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30071         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30072         <bp-asm.h>.
30073         (__mpn_lshift): Don't use BP_SYM.
30074         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30075         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30076         <bp-asm.h>.
30077         (memset): Don't use BP_SYM.
30078         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30079         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30080         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30081         <bp-asm.h>.
30082         (__mpn_mul_1): Don't use BP_SYM.
30083         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30084         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30085         <bp-sym.h> and <bp-asm.h>.
30086         (memcmp): Don't use BP_SYM.
30087         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30088         <bp-sym.h> and <bp-asm.h>.
30089         (memcpy): Don't use BP_SYM.
30090         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30091         <bp-sym.h> and <bp-asm.h>.
30092         (memset): Don't use BP_SYM.
30093         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30094         <bp-sym.h> and <bp-asm.h>.
30095         (strncmp): Don't use BP_SYM.
30096         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30097         <bp-sym.h> and <bp-asm.h>.
30098         (memcpy): Don't use BP_SYM.
30099         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30100         <bp-sym.h> and <bp-asm.h>.
30101         (memset): Don't use BP_SYM.
30102         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30103         <bp-sym.h> and <bp-asm.h>.
30104         (__memchr): Don't use BP_SYM.
30105         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30106         <bp-sym.h> and <bp-asm.h>.
30107         (memcmp): Don't use BP_SYM.
30108         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30109         <bp-sym.h> and <bp-asm.h>.
30110         (memcpy): Don't use BP_SYM.
30111         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30112         <bp-sym.h> and <bp-asm.h>.
30113         (__mempcpy): Don't use BP_SYM.
30114         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30115         <bp-sym.h> and <bp-asm.h>.
30116         (__memrchr): Don't use BP_SYM.
30117         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30118         <bp-sym.h> and <bp-asm.h>.
30119         (memset): Don't use BP_SYM.
30120         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30121         <bp-sym.h> and <bp-asm.h>.
30122         (__rawmemchr): Don't use BP_SYM.
30123         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30124         <bp-sym.h> and <bp-asm.h>.
30125         (__STRCMP): Don't use BP_SYM.
30126         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30127         <bp-sym.h> and <bp-asm.h>.
30128         (strchr): Don't use BP_SYM.
30129         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30130         <bp-sym.h> and <bp-asm.h>.
30131         (__strchrnul): Don't use BP_SYM.
30132         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30133         <bp-sym.h> and <bp-asm.h>.
30134         (strlen): Don't use BP_SYM.
30135         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30136         <bp-sym.h> and <bp-asm.h>.
30137         (strncmp): Don't use BP_SYM.
30138         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30139         <bp-sym.h> and <bp-asm.h>.
30140         (__strnlen): Don't use BP_SYM.
30141         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30142         <bp-asm.h>.
30143         (__mpn_rshift): Don't use BP_SYM.
30144         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30145         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30146         <bp-sym.h> and <bp-asm.h>.
30147         (__sigsetjmp): Don't use BP_SYM.
30148         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30149         (L(start_addresses)): Don't use BP_SYM.
30150         (_start): Likewise.
30151         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30152         <bp-asm.h>.
30153         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30154         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30155         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30156         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30157         <bp-asm.h>.
30158         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30159         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30160         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30161         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30162         <bp-asm.h>.
30163         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30164         comments.
30165         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30166         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30167         <bp-asm.h>.
30168         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30169         FIXME comments.
30170         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30171         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30172         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30173         <bp-asm.h>.
30174         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30175         comment.
30176         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30177         and <bp-asm.h>.
30178         (strncmp): Don't use BP_SYM,
30179         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30180         <bp-asm.h>.
30181         (__mpn_sub_n): Don't use BP_SYM.
30182         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30183         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30184         and <bp-asm.h>.
30185         (__mpn_submul_1): Don't use BP_SYM.
30186         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30188         <bp-sym.h> and <bp-asm.h>.
30189         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30191         <bp-sym.h> and <bp-asm.h>.
30192         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30193         comment.
30195 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30197         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30198         Use ZK to minimize writes to Z.
30199         (sub_magnitudes): Simplify code a bit.
30200         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30201         Use ZK to minimize writes to Z.
30202         (sub_magnitudes): Simplify code a bit.
30204 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30206         * csu/gmon-start.c: Add special exception to license text.
30208 2013-02-27  Richard Henderson  <rth@redhat.com>
30210         * scripts/config.guess: Update from config.git.
30211         * scripts/config.sub: Likewise.
30213 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30215         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30217         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30219         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30221         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30223         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30225 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30227         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30228         [$(build-shared = yes].
30230 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30232         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30233         (__mul): Reduce iterations for calculating mantissa.
30235         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30236         MPTWO.
30237         (__mpranred): Likewise.
30239         [BZ #15160]
30240         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30241         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30243 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30245         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30246         Define __attribute__.
30248 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30250         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30251         unused.
30252         * posix/regex_internal.h (__attribute): Remove.
30253         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30254         (re_string_context_at): Likewise.
30255         (bitset_not): Use __attribute__ and mark function as possibly
30256         unused.
30257         (bitset_merge): Likewise.
30258         (bitset_mask): Likewise.
30259         (re_string_char_size_at): Likewise.
30260         (re_string_wchar_at): Likewise.
30261         (re_string_elem_size_at): Likewise.
30263 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30265         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30266         code.
30267         (cc32): Likewise.
30269         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30270         (__acr): Likewise.
30271         (__cpy): Likewise.
30272         (norm): Likewise.
30273         (denorm): Likewise.
30274         (__dbl_mp): Likewise.
30275         (add_magnitudes): Likewise.
30276         (sub_magnitudes): Likewise.
30277         (__mul): Likewise.
30278         (__inv): Likewise.
30280         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30281         style.
30283         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30284         style.
30286         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30287         code.
30289         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30290         up changes with default code.
30291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30292         Likewise.
30294 2013-02-24  Allan McRae  <allan@archlinux.org>
30296         * manual/socket.texi (The Internet Namespace): Order menu items
30297         to match that in the file.
30299         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30300         node listing of the info page menu.
30302 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30304         [BZ #13550]
30305         * sysdeps/i386/bp-asm.h: Remove file.
30306         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30307         (PARMS): Do not use macros from bp-asm.h.
30308         (S1): Likewise.
30309         (S2): Likewise.
30310         (SIZE): Likewise.
30311         (__mpn_add_n): Do not use BP_SYM
30312         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30313         "bp-asm.h".
30314         (PARMS): Do not use macros from bp-asm.h.
30315         (S1): Likewise.
30316         (SIZE): Likewise.
30317         (__mpn_addmul_1): Do not use BP_SYM
30318         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30319         "bp-asm.h".
30320         (PARMS): Do not use macros from bp-asm.h.
30321         (SIGMSK): Likewise.
30322         (_setjmp): Likewise.  Do not use BP_SYM.
30323         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30324         "bp-asm.h".
30325         (PARMS): Do not use macros from bp-asm.h.
30326         (SIGMSK): Likewise.
30327         (setjmp): Likewise.  Do not use BP_SYM.
30328         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30329         "bp-asm.h".
30330         (PARMS): Do not use macros from bp-asm.h.
30331         (__frexp): Do not use BP_SYM.
30332         (frexp): Likewise.
30333         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30334         "bp-asm.h".
30335         (PARMS): Do not use macros from bp-asm.h.
30336         (__frexpf): Do not use BP_SYM.
30337         (frexpf): Likewise.
30338         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30339         "bp-asm.h".
30340         (PARMS): Do not use macros from bp-asm.h.
30341         (__frexpl): Do not use BP_SYM.
30342         (frexpl): Likewise.
30343         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30344         "bp-asm.h".
30345         (PARMS): Do not use macros from bp-asm.h.
30346         (__remquo): Do not use BP_SYM.
30347         (remquo): Likewise.
30348         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30349         "bp-asm.h".
30350         (PARMS): Do not use macros from bp-asm.h.
30351         (__remquof): Do not use BP_SYM.
30352         (remquof): Likewise.
30353         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30354         "bp-asm.h".
30355         (PARMS): Do not use macros from bp-asm.h.
30356         (__remquol): Do not use BP_SYM.
30357         (remquol): Likewise.
30358         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30359         "bp-asm.h".
30360         (PARMS): Do not use macros from bp-asm.h.
30361         (DEST): Likewise.
30362         (SRC): Likewise.
30363         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30364         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30365         "bp-asm.h".
30366         (PARMS): Do not use macros from bp-asm.h.
30367         (strlen): Do not use BP_SYM.
30368         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30369         "bp-asm.h".
30370         (PARMS): Do not use macros from bp-asm.h.
30371         (S1): Likewise.
30372         (S2): Likewise.
30373         (SIZE): Likewise.
30374         (__mpn_add_n): Do not use BP_SYM.
30375         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30376         "bp-asm.h".
30377         (PARMS): Do not use macros from bp-asm.h.
30378         (S1): Likewise.
30379         (SIZE): Likewise.
30380         (__mpn_addmul_1): Do not use BP_SYM.
30381         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30382         weak_alias.
30383         (bzero): Likewise.
30384         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30385         "bp-asm.h".
30386         (PARMS): Do not use macros from bp-asm.h.
30387         (S): Likewise.
30388         (SIZE): Likewise.
30389         (__mpn_lshift): Do not use BP_SYM.
30390         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30391         "bp-asm.h".
30392         (PARMS): Do not use macros from bp-asm.h.
30393         (DEST): Likewise.
30394         (SRC): Likewise.
30395         (LEN): Likewise.
30396         (memcpy): Likewise.  Do not use BP_SYM.
30397         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30398         libc_hidden_def and weak_alias.
30399         (mempcpy): Do not use BP_SYM in weak_alias.
30400         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30401         "bp-asm.h".
30402         (PARMS): Do not use macros from bp-asm.h.
30403         (DEST): Likewise.
30404         (LEN): Likewise.
30405         [!BZERO_P] (CHR): Likewise.
30406         (memset): Likewise.  Do not use BP_SYM.
30407         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30408         "bp-asm.h".
30409         (PARMS): Do not use macros from bp-asm.h.
30410         (S1): Likewise.
30411         (SIZE): Likewise.
30412         (__mpn_mul_1): Do not use BP_SYM.
30413         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30414         "bp-asm.h".
30415         (PARMS): Do not use macros from bp-asm.h.
30416         (S): Likewise.
30417         (SIZE): Likewise.
30418         (__mpn_rshift): Do not use BP_SYM.
30419         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30420         "bp-asm.h".
30421         (PARMS): Do not use macros from bp-asm.h.
30422         (STR): Likewise.
30423         (CHR): Likewise.
30424         (strchr): Likewise.  Do not use BP_SYM.
30425         (index): Do not use BP_SYM in weak_alias.
30426         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30427         "bp-asm.h".
30428         (PARMS): Do not use macros from bp-asm.h.
30429         (DEST): Likewise.
30430         (SRC): Likewise.
30431         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30432         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30433         "bp-asm.h".
30434         (PARMS): Do not use macros from bp-asm.h.
30435         (strlen): Do not use BP_SYM.
30436         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30437         "bp-asm.h".
30438         (PARMS): Do not use macros from bp-asm.h.
30439         (S1): Likewise.
30440         (S2): Likewise.
30441         (SIZE): Likewise.
30442         (__mpn_sub_n): Do not use BP_SYM.
30443         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30444         "bp-asm.h".
30445         (PARMS): Do not use macros from bp-asm.h.
30446         (S1): Likewise.
30447         (SIZE): Likewise.
30448         (__mpn_submul_1): Do not use BP_SYM.
30449         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30450         "bp-asm.h".
30451         (PARMS): Do not use macros from bp-asm.h.
30452         (S1): Likewise.
30453         (S2): Likewise.
30454         (SIZE): Likewise.
30455         (__mpn_add_n): Do not use BP_SYM.
30456         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30457         weak_alias.
30458         (bzero): Likewise.
30459         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30460         "bp-asm.h".
30461         (PARMS): Do not use macros from bp-asm.h.
30462         (BLK2): Likewise.
30463         (LEN): Likewise.
30464         (memcmp): Do not use BP_SYM.
30465         (bcmp): Do not use BP_SYM in weak_alias.
30466         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30467         "bp-asm.h".
30468         (PARMS): Do not use macros from bp-asm.h.
30469         (DEST): Likewise.
30470         (SRC): Likewise.
30471         (LEN): Likewise.
30472         (memcpy): Likewise.  Do not use BP_SYM.
30473         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30474         "bp-asm.h".
30475         (PARMS): Do not use macros from bp-asm.h.
30476         (DEST): Likewise.
30477         (SRC): Likewise.
30478         (LEN): Likewise.
30479         (memmove): Likewise.  Do not use BP_SYM.
30480         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30481         "bp-asm.h".
30482         (PARMS): Do not use macros from bp-asm.h.
30483         (DEST): Likewise.
30484         (SRC): Likewise.
30485         (LEN): Likewise.
30486         (__mempcpy): Likewise.  Do not use BP_SYM.
30487         (mempcpy): Do not use BP_SYM in weak_alias.
30488         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30489         "bp-asm.h".
30490         (PARMS): Do not use macros from bp-asm.h.
30491         (DEST): Likewise.
30492         (LEN): Likewise.
30493         [!BZERO_P] (CHR): Likewise.
30494         (memset): Likewise.  Do not use BP_SYM.
30495         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30496         "bp-asm.h".
30497         (PARMS): Do not use macros from bp-asm.h.
30498         (STR2): Likewise.
30499         (strcmp): Do not use BP_SYM.
30500         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30501         "bp-asm.h".
30502         (PARMS): Do not use macros from bp-asm.h.
30503         (STR): Likewise.
30504         (DELIM): Likewise.
30505         [USE_AS_STRTOK_R] (SAVE): Likewise.
30506         (FUNCTION): Likewise.  Do not use BP_SYM.
30507         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30508         aliases.
30509         (strtok_r): Likewise.
30510         (__GI___strtok_r): Likewise.
30511         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30512         (PARMS): Do not use macros from bp-asm.h.
30513         (S): Likewise.
30514         (SIZE): Likewise.
30515         (__mpn_lshift): Do not use BP_SYM.
30516         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30517         (PARMS): Do not use macros from bp-asm.h.
30518         (STR): Likewise.
30519         (CHR): Likewise.
30520         (__memchr): Do not use BP_SYM.
30521         (memchr): Do not use BP_SYM in weak_alias.
30522         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30523         (PARMS): Do not use macros from bp-asm.h.
30524         (BLK2): Likewise.
30525         (LEN): Likewise.
30526         (memcmp): Do not use BP_SYM.
30527         (bcmp): Do not use BP_SYM in weak_alias.
30528         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30529         (PARMS): Do not use macros from bp-asm.h.
30530         (S1): Likewise.
30531         (SIZE): Likewise.
30532         (__mpn_mul_1): Do not use BP_SYM.
30533         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30534         "bp-asm.h".
30535         (PARMS): Do not use macros from bp-asm.h.
30536         (STR): Likewise.
30537         (CHR): Likewise.
30538         (__rawmemchr): Do not use BP_SYM.
30539         (rawmemchr): Do not use BP_SYM in weak_alias.
30540         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30541         (PARMS): Do not use macros from bp-asm.h.
30542         (S): Likewise.
30543         (SIZE): Likewise.
30544         (__mpn_rshift): Do not use BP_SYM.
30545         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30546         (PARMS): Do not use macros from bp-asm.h.
30547         (SIGMSK): Likewise.
30548         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30549         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30550         (_start): Do not use BP_SYM.
30551         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30552         (PARMS): Do not use macros from bp-asm.h.
30553         (DEST): Likewise.
30554         (SRC): Likewise.
30555         (__stpcpy): Likewise.  Do not use BP_SYM.
30556         (stpcpy): Do not use BP_SYM in weak_alias.
30557         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30558         "bp-asm.h".
30559         (PARMS): Do not use macros from bp-asm.h.
30560         (DEST): Likewise.
30561         (SRC): Likewise.
30562         (LEN): Likewise.
30563         (__stpncpy): Likewise.  Do not use BP_SYM.
30564         (stpncpy): Do not use BP_SYM in weak_alias.
30565         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30566         (PARMS): Do not use macros from bp-asm.h.
30567         (STR): Likewise.
30568         (CHR): Likewise.
30569         (strchr): Likewise.  Do not use BP_SYM.
30570         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30571         "bp-asm.h".
30572         (PARMS): Do not use macros from bp-asm.h.
30573         (STR): Likewise.
30574         (CHR): Likewise.
30575         (__strchrnul): Likewise.  Do not use BP_SYM.
30576         (strchrnul): Do not use BP_SYM in weak_alias.
30577         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30578         "bp-asm.h".
30579         (PARMS): Do not use macros from bp-asm.h.
30580         (STOP): Likewise.
30581         (strcspn): Do not use BP_SYM.
30582         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30583         "bp-asm.h".
30584         (PARMS): Do not use macros from bp-asm.h.
30585         (STR): Likewise.
30586         (STOP): Likewise.
30587         (strpbrk): Likewise.  Do not use BP_SYM.
30588         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30589         "bp-asm.h".
30590         (PARMS): Do not use macros from bp-asm.h.
30591         (STR): Likewise.
30592         (CHR): Likewise.
30593         (strrchr): Likewise.  Do not use BP_SYM.
30594         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30595         (PARMS): Do not use macros from bp-asm.h.
30596         (SKIP): Likewise.
30597         (strspn): Do not use BP_SYM.
30598         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30599         (PARMS): Do not use macros from bp-asm.h.
30600         (STR): Likewise.
30601         (DELIM): Likewise.
30602         (SAVE): Likewise.
30603         (FUNCTION): Likewise.  Do not use BP_SYM.
30604         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30605         aliases.
30606         (strtok_r): Likewise.
30607         (__GI___strtok_r): Likewise.
30608         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30609         (PARMS): Do not use macros from bp-asm.h.
30610         (S1): Likewise.
30611         (S2): Likewise.
30612         (SIZE): Likewise.
30613         (__mpn_sub_n): Do not use BP_SYM.
30614         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30615         "bp-asm.h".
30616         (PARMS): Do not use macros from bp-asm.h.
30617         (S1): Likewise.
30618         (SIZE): Likewise.
30619         (__mpn_submul_1): Do not use BP_SYM.
30620         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30621         <bp-sym.h>.
30622         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30623         and <bp-asm.h>.
30624         (PARMS): Do not use macros from bp-asm.h.
30625         (FLAGS): Likewise.
30626         (PTID): Likewise.
30627         (TLS): Likewise.
30628         (CTID): Likewise.
30629         (__clone): Do not use BP_SYM.
30630         (clone): Do not use BP_SYM in weak_alias.
30631         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30632         and <bp-asm.h>.
30633         (PARMS): Do not use macros from bp-asm.h.
30634         (LEN): Likewise.
30635         (__mmap64): Do not use BP_SYM.
30636         (mmap64): Do not use BP_SYM in weak_alias.
30637         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30638         <bp-sym.h> and <bp-asm.h>.
30639         (PARMS): Do not use macros from bp-asm.h.
30640         (__posix_fadvise64_l64): Do not use BP_SYM.
30641         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30642         (PARMS): Do not use macros from bp-asm.h.
30643         (NSOPS): Likewise.
30644         (semtimedop): Do not use BP_SYM.
30645         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30646         and <bp-asm.h>.
30648 2013-02-21  Allan McRae  <allan@archlinux.org>
30650         * manual/message.texi (Charset conversion in gettext):
30651         Move @end statement to beginning of line.
30653 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30655         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30656         static.
30657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30658         Likewise.
30660         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30661         (denorm): Likewise.
30662         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30665 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30667         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30668         tail-call to the resolved function if pltexit isn't needed.
30670 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30672         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30673         or Y being zero as being unlikely.
30674         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30675         Likewise.
30677 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30679         * manual/nss.texi (System Databases and Name Service Switch):
30680         Remove frobnicate @pxref.
30682 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30684         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30685         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30687 2013-02-20  Petr Machata  <pmachata@redhat.com>
30689         * elf/elf.h (R_ARM_TARGET1): New macro.
30690         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30691         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30692         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30693         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30694         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30695         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30696         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30697         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30698         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30699         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30700         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30701         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30702         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30703         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30704         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30705         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30706         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30707         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30708         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30709         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30710         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30711         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30712         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30713         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30714         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30715         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30716         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30717         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30718         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30719         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30720         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30721         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30722         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30723         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30724         (R_ARM_THM_GOT_BREL12): Likewise.
30725         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30726         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30727         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30728         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30729         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30730         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30731         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30732         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30733         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30735 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30737         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30738         __attribute_used__ to __attribute__ ((unused)).
30740 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30742         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30743         powerpc mpa.c.
30744         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30745         comment formatting.
30746         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30748 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30750         [BZ #13550]
30751         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30752         Remove macro.
30753         (ENTER): Remove both macro definitions.
30754         (LEAVE): Likewise.
30755         (CHECK_BOUNDS_LOW): Likewise.
30756         (CHECK_BOUNDS_HIGH): Likewise.
30757         (CHECK_BOUNDS_BOTH): Likewise.
30758         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30759         (RETURN_BOUNDED_POINTER): Likewise.
30760         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30761         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30762         (POP_ERRNO_LOCATION_RETURN): Likewise.
30763         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30764         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30765         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30766         macros.
30767         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30768         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30769         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30770         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30771         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30772         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30773         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30774         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30775         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30776         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30777         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30778         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30779         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30780         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30781         removed macros.
30782         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30783         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30784         macros.
30785         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30786         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30787         * sysdeps/i386/i586/memset.S (memset): Likewise.
30788         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30789         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30790         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30791         macros.
30792         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30793         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30794         Change uses of L(2) to L(out).
30795         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30796         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30797         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30798         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30799         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30800         removed macros.
30801         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30802         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30803         macros.
30804         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30805         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30806         (RETURN): Do not use macro LEAVE.
30807         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30808         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30809         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30810         * sysdeps/i386/i686/memset.S (memset): Likewise.
30811         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30812         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30813         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30814         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30815         Likewise.
30816         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30817         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30818         L(1_2) and L(1_3) into L(1).
30819         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30820         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30821         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30822         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30823         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30824         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30825         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30826         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30827         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30828         macros.
30829         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30830         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30831         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30832         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30833         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30834         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30835         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30836         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30837         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30838         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30839         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30840         * sysdeps/i386/strspn.S (strspn): Likewise.
30841         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30842         conditional code.
30843         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30844         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30845         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30846         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30847         L(1_3) into L(1_1).
30848         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30849         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30850         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30851         macros.
30852         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30854 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30856         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30857         macro.
30859 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30861         * math/atest-exp.c (exp_mpn): Remove ROUND.
30862         * math/atest-exp2.c (exp_mpn): Likewise.
30863         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30865         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30866         * stdlib/tst-tls-atexit-lib.c: Likewise.
30867         * stdlib/tst-tls-atexit.c: Likewise.
30869 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30871         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30872         and __attribute_alloc_size__.
30874 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30876         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30877         __attribute_alloc_size__.
30878         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30879         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30881 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30883         * include/programs/xmalloc.h: New file.
30884         * catgets/gencat.c: Include it.
30885         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30886         * elf/pldd.c: Likewise.
30887         * iconv/iconv_charmap.c: Likewise.
30888         * iconv/iconvconfig.c: Likewise.
30889         * iconv/strtab.c: Likewise.
30890         * locale/programs/locale.c: Likewise.
30891         * locale/programs/localedef.h: Likewise.
30892         * locale/programs/simple-hash.c: Likewise.
30893         * nscd/nscd.h: Likewise.
30894         * nss/makedb.c: Likewise.
30895         * sysdeps/generic/ldconfig.h: Likewise.
30897 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30899         * Versions.def: Add GLIBC_2.18.
30900         * include/link.h (struct link_map): New member l_tls_dtor_count.
30901         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30902         (__call_tls_dtors): Likewise.
30903         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30904         __cxa_thread_atexit_impl.
30905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30906         Likewise.
30907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30908         Likewise.
30909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30910         Likewise.
30911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30912         Likewise.
30913         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30915         Likewise.
30916         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30917         Likewise.
30918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30919         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30920         Likewise.
30921         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30922         (tests): Add test case tst-tls-atexit.
30923         (modules-names): Add shared library for tst-tls-atexit.
30924         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30925         (GLIBC_PRIVATE): Add __call_tls_dtors.
30926         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30927         for libstdc++.
30928         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30929         * stdlib/tst-tls-atexit.c: New test case.
30930         * stdlib/tst-tls-atexit-lib.c: New test case.
30932         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30934         * elf/Versions (ld): Add _dl_find_dso_for_object.
30935         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30936         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30937         (dl_open_worker): Use _dl_find_dso_for_object.
30938         * elf/dl-sym.c (do_sym): Likewise.
30939         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30941 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30943         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30944         Syntactic changes only.
30945         (_dl_runtime_profile): Do a tail-call to the resolved function.
30947 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30949         [BZ #13550]
30950         * sysdeps/x86_64/bp-asm.h: Remove file.
30951         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30952         <bp-sym.h> and <bp-asm.h>.
30953         (__clone): Do not use BP_SYM.
30954         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30955         <bp-sym.h> and <bp-asm.h>.
30956         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30957         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30958         "bp-asm.h".
30959         (_setjmp): Do not use BP_SYM.
30960         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30961         "bp-asm.h".
30962         (setjmp): Do not use BP_SYM.
30963         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30964         libc_hidden_def.
30965         (mempcpy): Do not use BP_SYM in weak_alias.
30966         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30967         "bp-asm.h".
30968         (strchr): Do not use BP_SYM.
30969         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30970         "bp-asm.h".
30971         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30972         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30973         (_start): Do not use BP_SYM.
30974         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30975         "bp-asm.h".
30976         (strcat): Do not use BP_SYM.
30977         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30978         "bp-asm.h".
30979         (STRCMP): Do not use BP_SYM.
30980         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30981         "bp-asm.h".
30982         (STRCPY): Do not use BP_SYM.
30983         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30984         "bp-asm.h".
30985         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30986         "bp-asm.h".
30987         (FUNCTION): Do not use BP_SYM.
30988         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30989         weak_alias.
30990         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30992 2013-02-17  Andreas Jaeger  <aj@suse.de>
30994         * time/Versions: Sort entries.
30995         * string/Versions: Likewise.
30996         * resolv/Versions: Likewise.
30997         * posix/Versions: Likewise.
30998         * iconv/Versions: Likewise.
30999         * elf/Versions: Likewise.
31000         * wcsmbs/Versions: Likewise.
31002 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31004         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31005         loop termination condition.
31007         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31008         variable to calculate EZ.
31009         (__sqr): Likewise.
31011         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31012         the lower precision input.
31014 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31016         [BZ #13550]
31017         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31018         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31019         (run-via-rtld-prefix): Do not handle %-bp tests.
31020         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31021         (all-object-suffixes): Remove .ob.
31022         (bppfx): Remove variable.
31023         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31024         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31025         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31026         [$(build-bounded) = yes] (libtype.ob): Likewise.
31027         * Makerules (elide-routines.ob): Remove variable.
31028         (do-tests-clean): Do not handle *-bp.out.
31029         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31030         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31031         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31032         (tests): Do not include $(tests-bp.out).
31033         (xtests): Do not include $(xtests-bp.out).
31034         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31035         [$(build-bounded) = yes] ($(addprefix
31036         $(objpfx),$(binaries-bounded))): Remove rule.
31037         ($(objpfx)%-bp.out): Remove rule.
31038         * config.make.in (build-bounded): Remove variable.
31039         * crypt/Makefile [$(build-bounded) = yes]
31040         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31041         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31042         append to variable.
31043         [$(build-bounded) = yes] (install-lib): Likewise.
31044         [$(build-bounded) = yes] (generated): Likewise.
31045         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31046         Remove rule.
31047         * intl/Makefile [$(build-bounded) = yes]
31048         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31049         * math/Makefile [$(build-bounded) = yes]
31050         ($(tests:%=$(objpfx)%-bp): Likewise.
31051         * misc/Makefile [$(build-bounded) = yes]
31052         ($(objpfx)tst-tsearch-bp): Likewise.
31053         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31054         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31055         Remove dependency.
31056         * string/Makefile (o-objects.ob): Remove variable.
31057         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31058         (CFLAGS-.ob): Remove variable.
31059         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31060         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31061         both definitions of variable.
31062         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31063         (ASFLAGS-.ob): Remove variable.
31065 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31067         [BZ #13550]
31068         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31069         Remove __BOUNDED_POINTERS__ from condition.
31070         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31071         * string/bits/string2.h [!__NO_STRING_INLINES &&
31072         !__BOUNDED_POINTERS__]: Likewise.
31073         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31074         Likewise.
31075         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31076         Remove conditional code.
31077         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31078         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31079         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31080         condition.
31082         [BZ #13550]
31083         * csu/libc-start.c: Do not include <bp-sym.h>.
31084         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31085         * elf/dl-open.c: Do not include <bp-sym.h>.
31086         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31087         * math/fegetenv.c: Do not include <bp-sym.h>.
31088         (fegetenv): Do not use BP_SYM in versioned symbols.
31089         * nptl/sysdeps/pthread/bits/libc-lockP.h
31090         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31091         <bp-sym.h>.
31092         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31093         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31094         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31095         (__pthread_mutex_destroy): Likewise.
31096         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31097         (__pthread_mutex_lock): Likewise.
31098         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31099         (__pthread_mutex_trylock): Likewise.
31100         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31101         (__pthread_mutex_unlock): Likewise.
31102         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31103         (__pthread_mutexattr_init): Likewise.
31104         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31105         (__pthread_mutexattr_destroy): Likewise.
31106         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31107         (__pthread_mutexattr_settype): Likewise.
31108         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31109         (__pthread_rwlock_init): Likewise.
31110         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31111         (__pthread_rwlock_destroy): Likewise.
31112         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31113         (__pthread_rwlock_rdlock): Likewise.
31114         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31115         (__pthread_rwlock_tryrdlock): Likewise.
31116         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31117         (__pthread_rwlock_wrlock): Likewise.
31118         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31119         (__pthread_rwlock_trywrlock): Likewise.
31120         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31121         (__pthread_rwlock_unlock): Likewise.
31122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31123         (__pthread_key_create): Likewise.
31124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31125         (__pthread_setspecific): Likewise.
31126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31127         (__pthread_getspecific): Likewise.
31128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31129         Likewise.
31130         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31131         (_pthread_cleanup_push_defer): Likewise.
31132         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31133         (_pthread_cleanup_pop_restore): Likewise.
31134         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31135         (pthread_setcancelstate): Likewise.
31136         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31137         <bp-sym.h>.
31138         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31139         (memchr): Do not use BP_SYM in weak_alias.
31140         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31141         (fegetenv): Do not use BP_SYM in versioned symbols.
31142         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31143         (fesetenv): Do not use BP_SYM in versioned symbols.
31144         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31145         (feupdateenv): Do not use BP_SYM in versioned symbols.
31146         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31147         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31148         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31149         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31150         (open64): Do not use BP_SYM in weak_alias.
31151         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31152         (fegetenv): Do not use BP_SYM in versioned symbols.
31153         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31154         (fesetenv): Do not use BP_SYM in versioned symbols.
31155         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31156         (feupdateenv): Do not use BP_SYM in versioned symbols.
31157         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31158         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31159         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31160         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31161         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31162         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31163         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31164         <bp-sym.h>.
31165         (__libc_start_main): Do not use BP_SYM.
31167 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31169         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31170         redundant return line.
31171         (norm): Likewise.
31172         (denorm): Likewise.
31173         (dbl_mp): Likewise.
31174         (sub_magnitudes): Likewise.
31175         (__add): Likewise.
31176         (__sub): Likewise.
31177         (__mul): Likewise.
31178         (__inv): Likewise.
31179         (__dvd): Likewise.
31180         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31181         (norm): Likewise.
31182         (denorm): Likewise.
31183         (dbl_mp): Likewise.
31184         (sub_magnitudes): Likewise.
31185         (__add): Likewise.
31186         (__sub): Likewise.
31187         (__mul): Likewise.
31188         (__inv): Likewise.
31189         (__dvd): Likewise.
31191         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31192         instead of __mul.
31193         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31194         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31195         (cc32): Likewise.
31197         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31198         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31199         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31200         of __mul for squares.
31201         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31202         function
31203         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31204         Likewise.
31205         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31206         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31208 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31210         [BZ #13550]
31211         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31212         code.
31213         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31214         prototype or function definition.  Rename ubp_* variables and
31215         parameters.  Remove argv definitions conditional on
31216         [__BOUNDED_POINTERS__].
31217         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31218         * elf/dl-runtime.c (_dl_fixup): Likewise.
31219         * include/set-hooks.h (RUN_HOOK): Likewise.
31220         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31221         definition.
31222         * string/strcpy.c (strcpy): Do not use __unbounded.
31223         * sysdeps/generic/frame.h (struct layout): Likewise.
31224         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31225         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31226         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31227         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31228         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31229         (__backtrace): Likewise.
31230         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31231         use __ptrvalue.
31232         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31233         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31234         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31235         Likewise.
31236         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31237         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31238         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31239         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31240         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31241         Do not use __unbounded.
31242         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31243         Rename __unboundedrlimits parameter to rlimits in prototype.
31244         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31245         Do not use __unbounded.
31246         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31247         not use __ptrvalue.
31248         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31249         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31250         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31251         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31252         __ptrvalue or __unbounded.
31253         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31254         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31255         use __unbounded.
31256         (__new_msgctl): Do not use __ptrvalue.
31257         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31258         __unbounded.
31259         (__libc_msgrcv): Do not use __ptrvalue.
31260         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31261         startup_info): Do not use __unbounded.
31262         (__libc_start_main): Likewise.  Rename ubp_* variables and
31263         parameters.  Remove argv definitions conditional on
31264         [__BOUNDED_POINTERS__].
31265         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31266         __ptrvalue.
31267         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31268         use __unbounded.
31269         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31270         or __ptrvalue.
31271         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31272         use __unbounded.
31273         (__new_shmctl): Do not use __ptrvalue.
31274         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31275         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31276         Likewise.
31277         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31278         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31279         (__libc_sigaction): Likewise.
31280         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31281         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31282         Likewise.
31283         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31285 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31287         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31289         * string/mempcpy.c: Implement by calling memcpy.
31291 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31293         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31295         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31296         evaluation.
31298         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31299         values in the mantissa.
31301         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31302         minimize writes to Z.
31303         (sub_magnitudes): Simplify code a bit.
31305 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31307         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31308         from the message.  The linker prefixes all warnings with that already.
31310 2013-02-12  Andreas Schwab  <schwab@suse.de>
31312         [BZ #15078]
31313         * posix/regexec.c (extend_buffers): Add parameter min_len.
31314         (check_matching): Pass minimum needed length.
31315         (clean_state_log_if_needed): Likewise.
31316         (get_subexp): Likewise.
31317         * posix/Makefile (tests): Add bug-regex34.
31318         (bug-regex34-ENV): Define.
31319         * posix/bug-regex34.c: New file.
31321         [BZ #11561]
31322         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31323         elements compare against the byte sequence of it, not its name.
31324         * posix/Makefile (tests): Add bug-regex35.
31325         (bug-regex35-ENV): Define.
31326         * posix/bug-regex35.c: New file.
31328 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31330         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31331         comment.
31332         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31333         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31334         (CHECK_EOL): Add undef.
31336 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31338         * bits/stdlib-bsearch.h: New file.
31339         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31340         * stdlib/stdlib.h: Likewise.
31342 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31344         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31345         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31346         declaration.
31347         * manual/search.texi (Array Search Function): Add missing const in
31348         lfind prototype.
31349         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31350         declaration to use rlim_t.
31351         (Basic Scheduling Functions): Remove erroneous const from
31352         sched_getparam prototype.  Remove erroneous * from
31353         sched_get_priority_max and sched_get_priority_min prototypes.
31354         (Resource Usage): Fix summary @comment on vtimes to refer to
31355         sys/vtimes.h rather than vtimes.h.
31356         Add missing *s in vtimes prototype.
31357         (Limits on Resources): Fix ulimit prototype to return long int.
31358         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31359         prototypes to use long int rather than double.
31360         (BSD Random): Fix initstate and setstate to use char *, not void *.
31361         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31362         prototype to make second argument 'struct aiocb64 *const[]'.
31363         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31364         (Status of AIO Operations): Remove erroneous const in aio_return and
31365         aio_return64 prototypes.
31366         (Synchronizing I/O): Fix sync prototype to return void.
31367         * manual/startup.texi (Suboptions): Remove an erroneous const in
31368         getsubopt prototype.
31369         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31370         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31371         use size_t rather than int.
31372         (Scanning All Users): Likewise for getpwent_r.
31373         (Setting Groups): Add missing const to setgroups prototype.
31374         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31375         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31376         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31377         'const void *' rather than 'const char *'.
31378         (Host Address Functions): Likewise for inet_ntop.
31379         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31380         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31381         ssize_t for return value.
31382         (Sending Data): Likewise for send, sendto, sendmsg.
31383         (Socket Option Functions): Add a missing const in setsockopt prototype.
31384         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31385         use wchar_t for the argument.
31386         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31387         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31388         take no arguments.
31389         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31390         double/float/long double for second argument.
31391         Fix return types of significand, significandf, significandl.
31392         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31393         argument in fchmod prototype.
31394         (File Owner): Use uid_t and gid_t in fchown prototype.
31395         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31396         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31397         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31398         use 'const struct dirent **' as argument types to CMP function pointer
31399         argument.
31400         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31401         (File Times): Fix summary magic @comment for struct utimbuf and utime
31402         to refer to utime.h, not time.h.
31403         * manual/string.texi (Argz Functions): Add missing const in
31404         argz_extract and argz_next prototypes.
31405         (Finding Tokens in a String): Likewise for basename.
31406         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31407         (Copying and Concatenation): Fix typo in wmemmove prototype.
31408         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31409         (Signal Stack): Remove erroneous const in sigstack prototype.
31410         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31411         prototype.
31412         (Simple Calendar Time): Likewise for stime.
31413         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31414         prototype.
31415         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31416         say sys/sysctl.h instead.
31417         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31418         and vsyslog prototypes.
31420 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31422         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31423         Remove.
31425 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31427         * misc/sys/mman.h: Fix typo in mremap comment.
31429 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31431         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31432         the '\0' terminator.
31434 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31436         [BZ #13550]
31437         * debug/segfault.c: Don't include <bp-checks.h>.
31438         * sysdeps/generic/bp-checks.h: Remove file.
31439         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31440         (__GETDENTS): Don't use CHECK_N.
31441         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31442         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31443         (__getgroups): Don't use CHECK_N.
31444         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31445         (setgroups): Don't use CHECK_N.
31446         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31447         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31448         (__libc_msgrcv): Don't use CHECK_N.
31449         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31450         (__libc_msgsnd): Don't use CHECK_N.
31451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31452         <bp-checks.h>.
31453         (__libc_pread): Don't use CHECK_N.
31454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31455         include <bp-checks.h>.
31456         (__libc_pread64): Don't use CHECK_N.
31457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31458         include <bp-checks.h>.
31459         (__libc_pwrite): Don't use CHECK_N.
31460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31461         include <bp-checks.h>.
31462         (__libc_pwrite64): Don't use CHECK_N.
31463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31464         <bp-checks.h>.
31465         (__libc_pread): Don't use CHECK_N.
31466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31467         include <bp-checks.h>.
31468         (__libc_pread64): Don't use CHECK_N.
31469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31470         include <bp-checks.h>.
31471         (__libc_pwrite): Don't use CHECK_N.
31472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31473         include <bp-checks.h>.
31474         (__libc_pwrite64): Don't use CHECK_N.
31475         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31476         (do_pread): Don't use CHECK_N.
31477         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31478         (do_pread64): Don't use CHECK_N.
31479         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31480         (do_pwrite): Don't use CHECK_N.
31481         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31482         (do_pwrite64): Don't use CHECK_N.
31483         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31484         (__libc_readv): Don't use CHECK_N.
31485         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31486         (semop): Don't use CHECK_N.
31487         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31488         <bp-checks.h>.
31489         (semtimedop): Don't use CHECK_N.
31490         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31491         (__libc_pread): Don't use CHECK_N.
31492         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31493         <bp-checks.h>.
31494         (__libc_pread64): Don't use CHECK_N.
31495         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31496         <bp-checks.h>.
31497         (__libc_pwrite): Don't use CHECK_N.
31498         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31499         <bp-checks.h>.
31500         (__libc_pwrite64): Don't use CHECK_N.
31501         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31502         <bp-checks.h>.
31503         (__libc_msgrcv): Don't use CHECK_N.
31504         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31505         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31506         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31507         (__libc_writev): Don't use CHECK_N.
31509 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31511         * string/strcpy.c: Removed unused variable.
31513         * Makeconfig (+sysdep-includes): Define with := rather than =.
31514         Use an existing include/ subdir of each sysdeps dir before it.
31516 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31518         * nscd/connection.c (register_traced_file): Comment function.
31519         [HAVE_INOTIFY] (union __inev): Define.
31520         [HAVE_INOTIFY] (inotify_check_files): New function.
31521         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31522         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31523         clear_db_cache.
31524         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31526 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31528         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31529         loaded if not already and that a failure is permanent.
31531 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31533         [BZ #15006]
31534         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31535         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31537 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31539         [BZ #13550]
31540         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31541         (CHECK_1_NULL_OK): Likewise.
31542         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31543         (__fxstat): Do not use CHECK_1.
31544         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31545         <bp-checks.h>.
31546         (___fxstat64): Do not use CHECK_1.
31547         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31548         <bp-checks.h>.
31549         (__fxstatat): Do not use CHECK_1.
31550         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31551         <bp-checks.h>.
31552         (__fxstatat64): Do not use CHECK_1.
31553         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31554         <bp-checks.h>.
31555         (__fxstat): Do not use CHECK_1.
31556         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31557         <bp-checks.h>.
31558         (__fxstatat): Do not use CHECK_1.
31559         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31560         <bp-checks.h>.
31561         (__getresgid): Do not use CHECK_1.
31562         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31563         <bp-checks.h>.
31564         (__getresuid): Do not use CHECK_1.
31565         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31566         <bp-checks.h>.
31567         (__lxstat): Do not use CHECK_1.
31568         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31569         <bp-checks.h>.
31570         (__old_msgctl): Do not use CHECK_1.
31571         (__new_msgctl): Likewise.
31572         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31573         <bp-checks.h>.
31574         (__new_setrlimit): Do not use CHECK_1.
31575         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31576         <bp-checks.h>.
31577         (__old_shmctl): Do not use CHECK_1.
31578         (__new_shmctl): Likewise.
31579         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31580         <bp-checks.h>.
31581         (__xstat): Do not use CHECK_1.
31582         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31583         (__lxstat): Do not use CHECK_1.
31584         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31585         <bp-checks.h>.
31586         (___lxstat64): Do not use CHECK_1.
31587         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31588         (__old_msgctl): Do not use CHECK_1.
31589         (__new_msgctl): Likewise.
31590         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31591         <bp-checks.h>.
31592         (__gettimeofday): Do not use CHECK_1.
31593         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31594         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31595         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31596         <bp-checks.h>.
31597         (__gettimeofday): Do not use CHECK_1.
31598         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31599         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31600         (__new_shmctl): Do not use CHECK_1.
31601         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31602         <bp-checks.h>.
31603         (do_sigtimedwait): Do not use CHECK_1.
31604         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31605         <bp-checks.h>.
31606         (do_sigwaitinfo): Do not use CHECK_1.
31607         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31608         <bp-checks.h>.
31609         (msgctl): Do not use CHECK_1.
31610         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31611         <bp-checks.h>.
31612         (shmctl): Do not use CHECK_1.
31613         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31614         (ustat): Do not use CHECK_1.
31615         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31616         <bp-checks.h>.
31617         (__fxstat): Do not use CHECK_1.
31618         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31619         <bp-checks.h>.
31620         (__fxstatat): Do not use CHECK_1.
31621         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31622         <bp-checks.h>.
31623         (__lxstat): Do not use CHECK_1.
31624         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31625         <bp-checks.h>.
31626         (__xstat): Do not use CHECK_1.
31627         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31628         (__xstat): Do not use CHECK_1.
31629         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31630         (___xstat64): Do not use CHECK_1.
31632         [BZ #13550]
31633         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31634         definitions.
31635         (CHECK_BOUNDS_HIGH): Likewise.
31636         * string/strcpy.c: Do not include <bp-checks.h>.
31637         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31639 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31641         * nscd/nscd-client.h (__nscd_drop_map_ref):
31642         Add __attribute__ ((unused)).
31643         * nis/nss-nisplus.h (niserr2nss): Likewise.
31645         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31646         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31648         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31649         Remove inline keyword.
31650         * include/rounding-mode.h (round_away): Likewise.
31651         * libio/wfileops.c (adjust_wide_data): Likewise.
31652         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31653         (__m128i_strloadu_tolower): Likewise.
31654         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31655         (__m128i_strloadu_tolower): Likewise.
31656         * time/mktime.c (ydhms_diff): Likewise.
31657         * locale/elem-hash.h (elem_hash): Likewise.
31658         * locale/setlocale.c (setdata): Likewise.
31659         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31660         (re_string_wchar_at): Likewise.
31661         (bitset_not, bitset_merge, bitset_mask): Likewise.
31662         [!(__GNUC__ > 3)] (inline): Remove macro.
31663         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31664         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31665         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31666         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31667         * string/memcmp.c (memcmp_bytes): Likewise.
31668         * locale/programs/locarchive.c (compute_hashval): Likewise.
31669         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31670         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31671         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31672         * nss/getent.c (print_rpc, print_protocols): Likewise.
31673         (print_passwd, print_group, print_aliases): Likewise.
31674         * nis/nss-nisplus.h (niserr2nss): Likewise.
31675         * nscd/connections.c (restart_p): Likewise.
31676         Change return type to bool.
31678 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31680         * Makeconfig (all-Depend-files): Add existing
31681         $(sorted-subdirs:=/Depend) files.
31682         (all-subdirs): Remove nss.
31683         * sysdeps/unix/inet/Subdirs: Add it here instead.
31684         * hesiod/Depend: New file.
31686         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31687         instead of calling alloca.
31689         * io/lseek.c (__lseek): Rename to __libc_lseek.
31690         Define __lseek as an alias.
31692         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31694 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31696         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31697         else clause and remove check for non-standard endianness.
31699 2013-02-04  David S. Miller  <davem@davemloft.net>
31701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31703 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31705         [BZ #13550]
31706         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31707         (__ubp_memchr): Remove prototype.
31708         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31709         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31710         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31711         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31712         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31713         Remove alias.
31714         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31715         (__ubp_memchr): Likewise.
31716         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31717         (__ubp_memchr): Likewise.
31718         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31719         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31720         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31721         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31722         CHECK_STRING.
31723         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31724         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31725         (__getcwd): Do not use CHECK_STRING.
31726         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31727         <bp-checks.h>.
31728         (__real_chown): Do not use CHECK_STRING.
31729         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31730         <bp-checks.h>.
31731         (fchownat): Do not use CHECK_STRING.
31732         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31733         CHECK_STRING.
31734         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31735         <bp-checks.h>.
31736         (__lchown): Do not use CHECK_STRING.
31737         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31738         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31739         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31740         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31742         include <bp-checks.h>.
31743         (truncate64): Do not use CHECK_STRING.
31744         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31745         <bp-checks.h>.
31746         (__real_chown): Do not use CHECK_STRING.
31747         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31748         <bp-checks.h>.
31749         (__lchown): Do not use CHECK_STRING.
31750         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31751         <bp-checks.h>.
31752         (__chown): Do not use CHECK_STRING.
31753         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31754         <bp-checks.h>.
31755         (truncate64): Do not use CHECK_STRING.
31756         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31757         Likewise.
31758         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31759         (__xmknod): Do not use CHECK_STRING.
31760         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31761         <bp-checks.h>.
31762         (__xmknodat): Do not use CHECK_STRING.
31763         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31764         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31766 2013-02-04  Andreas Schwab  <schwab@suse.de>
31768         [BZ #14142]
31769         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31770         * include/netdb.h: Likewise for h_errno.
31771         * elf/tst-stackguard1.c: Include <tls.h>.
31773 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31775         * elf/link.h (struct link_map): Extend the l_addr comment.
31776         * include/link.h (struct link_map): Likewise.
31778 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31780         [BZ #13550]
31781         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31782         (BOUNDED_1): Remove macro.
31783         * debug/backtrace.c: Don't include <bp-checks.h>.
31784         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31785         (__backtrace): Likewise.
31786         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31787         <bp-checks.h>.
31788         (__backtrace): Don't use BOUNDED_1.
31789         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31790         <bp-checks.h>.
31791         (__backtrace): Don't use BOUNDED_1.
31792         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31793         (__backtrace): Don't use BOUNDED_1.
31794         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31795         (shmat): Don't use BOUNDED_N.
31797 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31799         [BZ #13550]
31800         * sysdeps/generic/bp-start.h: Remove file.
31801         * csu/libc-start.c: Don't include <bp-start.h>.
31802         (LIBC_START_MAIN): Set up __environ directly instead of using
31803         INIT_ARGV_and_ENVIRON.
31804         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31805         <bp-start.h>.
31807         [BZ #13550]
31808         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31809         definitions.
31810         (CHECK_FCNTL): Likewise.
31811         (CHECK_N_PAGES): Likewise.
31813         [BZ #13550]
31814         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31815         definitions.
31816         (CHECK_SIGSET_NULL_OK): Likewise.
31817         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31818         <bp-checks.h>.
31819         (sigpending): Don't use CHECK_SIGSET.
31820         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31821         <bp-checks.h>.
31822         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31823         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31824         <bp-checks.h>.
31825         (do_sigsuspend): Don't use CHECK_SIGSET.
31826         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31827         use CHECK_SIGSET.
31828         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31829         (do_sigwait): Don't use CHECK_SIGSET.
31830         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31831         use CHECK_SIGSET.
31832         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31833         include <bp-checks.h>.
31834         (sigpending): Don't use CHECK_SIGSET.
31835         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31836         include <bp-checks.h>.
31837         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31838         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31839         <bp-checks.h>.
31840         (sigpending): Don't use CHECK_SIGSET.
31841         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31842         <bp-checks.h>.
31843         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31845         [BZ #13550]
31846         * sysdeps/generic/bp-semctl.h: Remove file.
31847         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31848         <bp-checks.h> and <bp-semctl.h>.
31849         (__old_semctl): Don't use CHECK_SEMCTL.
31850         (__new_semctl): Likewise.
31851         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31852         and <bp-semctl.h>.
31853         (__old_semctl): Don't use CHECK_SEMCTL.
31854         (__new_semctl): Likewise.
31855         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31856         <bp-checks.h> and <bp-semctl.h>.
31857         (__old_semctl): Don't use CHECK_SEMCTL.
31858         (__new_semctl): Likewise.
31859         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31860         <bp-checks.h> and <bp-semctl.h>.
31861         (semctl): Don't use CHECK_SEMCTL.
31863         [BZ #13550]
31864         * Makerules (elide-bp-thunks): Remove variable.
31865         (elide-routines.oS): Don't use $(elide-bp-thunks).
31866         (elide-routines.os): Likewise.
31867         (elide-routines.o): Likewise.
31868         (elide-routines.op): Likewise.
31869         (elide-routines.og): Likewise.
31870         (objects): Don't use $(bp-thunks).
31871         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31872         include.
31873         (common-generated): Do not add s-proto-bp.d.
31874         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31875         (int): Likewise.
31876         (typ): Likewise.
31877         Do not generate makefile rules for bounded-pointer thunks.
31878         * sysdeps/generic/bp-thunks.h: Remove file.
31879         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31880         * sysdeps/unix/s-proto-bp.S: Likewise.
31882         [BZ #15062]
31883         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31884         parts of result separately when argument is not close to line from
31885         -i to i and one part of argument is small.
31886         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31887         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31888         * math/libm-test.inc (cacos_test): Add more tests.
31889         (casin_test): Likewise.
31890         (casinh_test): Likewise.
31891         * sysdeps/i386/fpu/libm-test-ulps: Update.
31892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31894 2013-01-31  David S. Miller  <davem@davemloft.net>
31896         * po/de.po: Update from translation team.
31898 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31900         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31902 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31904         * configure.in (_AC_PROG_CC_C89): New definition.
31905         * configure: Regenerate.
31907         * configure.in (AC_PROG_CPP): New definition.
31908         * configure: Regenerate.
31910 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31912         * debug/tst-backtrace.h: New file.
31913         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31914         (ret): Remove variable.
31915         (x): Likewise.
31916         (FAIL): Remove macro.
31917         (NO_INLINE): Likewise.
31918         (fn1): Use match function instead of strstr.
31919         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31920         (ret): Remove variable.
31921         (x): Likewise.
31922         (FAIL): Remove macro.
31923         (NO_INLINE): Likewise.
31924         (fn): Use match function instead of strstr.
31925         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31926         (ret): Remove variable.
31927         (x): Likewise.
31928         (FAIL): Remove macro.
31929         (NO_INLINE): Likewise.
31930         (handle_signal): Use match function instead of strstr.
31931         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31932         (ret): Remove variable.
31933         (x): Likewise.
31934         (FAIL): Remove macro.
31935         (NO_INLINE): Likewise.
31936         (handle_signal): Use match function instead of strstr.
31938 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31940         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31942 2013-01-23  David S. Miller  <davem@davemloft.net>
31944         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31945         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31946         argument of CAS if possible.
31947         * sysdeps/sparc/sparc64/bits/atomic.h
31948         (__arch_compare_and_exchange_val_32_acq): Likewise.
31949         (__arch_compare_and_exchange_val_64_acq): Likewise.
31951 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31953         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31954         * sysdeps/posix/ulimit.c: ... this.
31955         Include <limits.h>.
31956         * sysdeps/unix/bsd/ulimit.c: Remove file.
31958 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31960         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31961         (LDFLAGS-tst-array5): Likewise.
31963 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31965         [BZ #15036]
31966         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31967         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31968         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31969         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31971 2013-01-21  David S. Miller  <davem@davemloft.net>
31973         * sysdeps/sparc/backtrace.c: New file.
31974         * sysdeps/sparc/sparc32/backtrace.h: New file.
31975         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31976         * sysdeps/sparc/sparc64/backtrace.h: New file.
31977         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31978         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31979         -funwind-tables.
31981 2013-01-21  Andreas Schwab  <schwab@suse.de>
31983         [BZ #15020]
31984         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31985         closed its stdout.
31987 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31989         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31990         "mpa2.h".
31991         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31993 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31994             Mark Mitchell  <mark@codesourcery.com>
31995             Tom de Vries  <tom@codesourcery.com>
31996             Paul Pluzhnikov  <ppluzhnikov@google.com>
31998         * debug/tst-backtrace2.c: New file.
31999         * debug/tst-backtrace3.c: Likewise.
32000         * debug/tst-backtrace4.c: Likewise.
32001         * debug/tst-backtrace5.c: Likewise.
32002         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32003         (CFLAGS-tst-backtrace3.c): Likewise.
32004         (CFLAGS-tst-backtrace4.c): Likewise.
32005         (CFLAGS-tst-backtrace5.c): Likewise.
32006         (LDFLAGS-tst-backtrace2): Likewise.
32007         (LDFLAGS-tst-backtrace3): Likewise.
32008         (LDFLAGS-tst-backtrace4): Likewise.
32009         (LDFLAGS-tst-backtrace5): Likewise.
32010         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32011         tst-backtrace4 and tst-backtrace5.
32013 2013-01-18  Anton Blanchard  <anton@samba.org>
32014             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32016         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32017         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32018         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32019         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32021         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32022         "+r" and remove output regs list as redundant.  Add explicit inline
32023         asm to specify register of return val to work around compiler codegen
32024         bug.  Remove (int) cast on return value.  Add return type parameter to
32025         use in macro so that this macro does not truncate return value for
32026         64-bit values.
32027         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32028         pass to INTERNAL_VSYSCALL_NCS.
32029         (INLINE_VSYSCALL): Add 'long int' as return type to
32030         INTERNAL_VSYSCALL_NCS macro invocation.
32031         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32032         INTERNAL_VSYSCALL_NCS macro invocation.
32033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32035 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32037         [BZ #14496]
32038         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32039         Fix application of SIMD FP exception mask.
32041         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32042         mp_no from a power of two.
32043         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32044         __mpexp_twomm1.  Use __pow_mp.
32046         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32047         multiplication.
32049 2013-01-17  David S. Miller  <davem@davemloft.net>
32051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32053 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32055         [BZ #15023]
32056         * include/complex.h: Condition contents on [!_COMPLEX_H].
32057         (__kernel_casinhf): New prototype.
32058         (__kernel_casinh): Likewise.
32059         (__kernel_casinhl): Likewise.
32060         * math/Makefile (libm_calls): Add k_casinh.
32061         * math/k_casinh.c: New file.
32062         * math/k_casinhf.c: Likewise.
32063         * math/k_casinhl.c: Likewise.
32064         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32065         finite nonzero arguments.
32066         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32067         finite nonzero arguments.
32068         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32069         finite nonzero arguments.
32070         * math/s_casinh.c: Do not include <float.h>.
32071         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32072         * math/s_casinhf.c: Do not include <float.h>.
32073         (__casinhf): Move code for finite nonzero arguments to
32074         k_casinhf.c.
32075         * math/s_casinhl.c: Do not include <float.h>.
32076         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32077         redefine.
32078         (__casinhl): Move code for finite nonzero arguments to
32079         k_casinhl.c.
32080         * math/libm-test.inc (cacos_test): Add more tests.
32081         * sysdeps/i386/fpu/libm-test-ulps: Update.
32082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32084 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32086         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32087         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32088         [!HAVE_MREMAP]: Remove [defined linux] case.
32089         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32091 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32093         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32095 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32097         * elf/elf.h (R_386_SIZE32): New relocation.
32098         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32099         R_386_SIZE32.
32100         (elf_machine_rela): Likewise.
32101         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32102         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32104 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32106         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32107         (FP_FAST_FMA): Do not define.
32108         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32109         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32110         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32111         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32112         !_SOFT_FLOAT]: Likewise.
32113         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32114         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32115         value.
32116         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32117         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32118         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32119         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32120         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32121         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32122         file.
32124 2013-01-16  Andreas Schwab  <schwab@suse.de>
32126         [BZ #14327]
32127         * include/stdlib.h (__mktemp): Add declaration.
32128         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32129         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32131 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32133         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32134         definitions.
32135         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32136         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32137         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32138         definitions here.
32139         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32140         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32141         definitions.
32142         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32143         and ONE.
32144         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32145         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32146         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32147         definitions.
32148         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32149         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32150         definitions.
32151         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32153         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32155 2013-01-15  David S. Miller  <davem@davemloft.net>
32157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32158         trunc{,f} to libm-sysdep_routes.
32159         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32161         file.
32162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32164         file.
32165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32166         file.
32167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32169         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32170         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32171         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32172         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32173         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32174         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32177         nearbyint{,f} to libm-sysdep_routes.
32178         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32180         New file.
32181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32182         file.
32183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32184         New file.
32185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32186         file.
32187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32189         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32190         file.
32191         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32192         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32193         file.
32194         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32195         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32196         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32198         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32199         libc_feholdexcept and libc_fesetenv.
32201 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32203         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32205 2013-01-14  David S. Miller  <davem@davemloft.net>
32207         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32208         (SPARC_ASM_VIS2_IFUNC): Likewise.
32209         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32211         use of 'siam' instruction.
32212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32213         Likewise.
32214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32215         Likewise.
32216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32217         Likewise.
32218         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32219         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32221         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32223         file.
32224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32225         file.
32226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32227         file.
32228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32229         file.
32230         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32231         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32232         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32233         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32235         new VIS2 routines.
32236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32239         Likewise.
32240         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32241         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32242         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32243         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32245         routines to libm-sysdep_routines.
32246         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32249         fdim/fdimf to libm-sysdep_routines.
32250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32251         file.
32252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32254         file.
32255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32256         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32258         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32259         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32260         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32261         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32263 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32265         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32266         to optimize copies.
32268         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32269         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32270         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32273         local variable MPTWO.
32274         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32275         Likewise.
32277 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32279         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32280         GLOB_NOESCAPE.
32282 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32284         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32286 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32288         * manual/pattern.texi (glob_t): Document gl_flags.
32289         (glob64_t): Likewise.
32291 2013-01-11  David S. Miller  <davem@davemloft.net>
32293         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32294         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32295         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32296         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32297         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32298         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32299         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32300         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32301         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32302         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32303         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32304         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32305         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32307         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32308         sparc V9 rather than using V8 code.
32309         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32310         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32312         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32313         Move to...
32314         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32315         Here.
32317 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32319         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32320         not in the main loop.
32321         * configure: Regenerated.
32323 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32325         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32326         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32327         to just #else.
32328         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32329         [!__GLIBC_HAVE_LONG_LONG] case.
32330         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32331         condition to just #else.
32332         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32333         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32334         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32335         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32336         unconditional.
32337         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32338         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32339         #elif condition to just #else.
32340         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32341         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32342         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32343         #elif condition to just #else.
32345 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32347         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32348         (EF_MIPS_ARCH_64): Fix value.
32349         (EF_MIPS_ARCH_32R2): New.
32350         (EF_MIPS_ARCH_64R2): New.
32352 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32354         * Makeconfig (+link-pie-before-libc): New.
32355         (+link-pie-after-libc): Likewise.
32356         (+link-pie-tests): Likewise.
32357         (+link-pie): Rewritten.
32358         (link-before-libc): Remove $(config-LDFLAGS).
32359         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32360         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32361         (config-LDFLAGS): Renamed to ...
32362         (rtld-LDFLAGS): This.
32363         (rtld-tests-LDFLAGS): New macro.
32364         (link-libc-rpath-link): Likewise.
32365         (link-libc-tests-rpath-link): Likewise.
32366         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32367         (link-libc): Prepand $(link-libc-rpath-link).
32368         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32369         (test-program-prefix): New macro.
32370         (test-via-rtld-prefix): Likewise.
32371         (test-program-cmd): Likewise.
32372         (host-test-program-cmd): Likewise.
32373         * Makefile ($(common-objpfx)testrun.sh): Replace
32374         $(run-program-prefix) with $(test-program-prefix).
32375         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32376         $(rtld-LDFLAGS).
32377         ($(common-objpfx)shlib.lds): Likewise.
32378         (build-module-helper): Likewise.
32379         ($(common-objpfx)format.lds): Likewise.
32380         * Rules (binaries-pie-tests): New.
32381         (binaries-pie-notests): Likewise.
32382         (binaries-pie): Rewritten.
32383         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32384         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32385         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32386         (make-test-out): Replace $(host-built-program-cmd) with
32387         $(host-test-program-cmd).
32388         * config.make.in (build-hardcoded-path-in-tests): New variable.
32389         * configure.in (--enable-hardcoded-path-in-tests): New configure
32390         option.
32391         (hardcoded_path_in_tests): New AC_SUBST.
32392         * configure: Regenerated.
32393         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32394         $(built-program-cmd) with $(test-program-cmd).
32395         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32396         (test_program_cmd): This.
32397         * elf/Makefile ($(objpfx)order.out): Run test with
32398         $(test-program-prefix).
32399         ($(objpfx)order2.out): Likewise.
32400         ($(objpfx)tst-initorder.out): Likewise.
32401         ($(objpfx)tst-initorder2.out): Likewise.
32402         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32403         $(test-program-cmd).
32404         ($(objpfx)tst-array1-static.out): Likewise.
32405         ($(objpfx)tst-array2.out): Likewise.
32406         ($(objpfx)tst-array3.out): Likewise.
32407         ($(objpfx)tst-array4.out): Likewise.
32408         ($(objpfx)tst-array5.out): Likewise.
32409         ($(objpfx)tst-array5-static.out): Likewise.
32410         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32411         $(test-program-cmd).
32412         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32413         $(run-program-prefix) with $(test-program-prefix).
32414         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32415         (test_program_prefix): This.
32416         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32417         $(run-program-prefix) with $(test-program-prefix).
32418         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32419         (test_program_prefix): This.
32420         * iconvdata/tst-tables.sh: Likewise.
32421         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32422         $(run-program-prefix) with $(test-program-prefix).
32423         ($(objpfx)tst-translit.out): Likewise.
32424         ($(objpfx)tst-gettext2.out): Likewise.
32425         ($(objpfx)tst-gettext4.out): Likewise.
32426         ($(objpfx)tst-gettext6.out): Likewise.
32427         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32428         (test_program_prefix): This.
32429         * intl/tst-gettext2.sh: Likewise.
32430         * intl/tst-gettext4.sh  Likewise.
32431         * intl/tst-gettext6.sh: Likewise.
32432         * intl/tst-translit.sh: Likewise.
32433         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32434         with $(test-program-cmd).
32435         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32436         $(run-program-prefix) with $(test-program-prefix).
32437         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32438         (test_program_prefix): This.
32439         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32440         $(run-program-prefix) with $(test-program-prefix).
32441         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32442         (test_program_prefix): This.
32443         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32444         * posix/Makefile ($(objpfx)globtest.out): Replace
32445         $(run-via-rtld-prefix) and $(test-wrapper) with
32446         $(test-program-prefix) and $(test-via-rtld-prefix).
32447         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32448         $(test-program-prefix).
32449         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32450         $(host-test-program-cmd).
32451         (tst-spawn-ARGS): Likewise.
32452         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32453         $(test-program-prefix).
32454         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32455         (test_via_rtld_prefix): This.
32456         (test_wrapper): Renamed to ...
32457         (test_program_prefix): This.
32458         (run_program_prefix): Replaced by test_program_prefix.
32459         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32460         (test_program_prefix): This.
32461         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32462         with $(host-test-program-cmd).
32463         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32464         $(run-program-prefix) with $(test-program-prefix).
32465         ($(objpfx)tst-printf.out): Likewise.
32466         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32467         $(test-program-cmd).
32468         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32469         (test_program_prefix): This.
32470         * stdio-common/tst-unbputc.sh: Likewise.
32471         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32472         $(run-program-prefix) with $(test-program-prefix).
32473         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32474         (test_program_prefix): This.
32475         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32476         $(built-program-cmd) with $(test-program-cmd).
32478 2013-01-11  Andreas Jaeger  <aj@suse.de>
32480         [BZ #15003]
32481         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32482         value. Sync with Linux 3.7.
32484 2013-01-10  David S. Miller  <davem@davemloft.net>
32486         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32487         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32488         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32490 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32492         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32493         never set.
32494         * configure: Regenerated.
32496 2013-01-10  David S. Miller  <davem@davemloft.net>
32498         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32499         sparc V9 rather than using V8 code.
32500         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32501         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32503 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32505         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32506         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32507         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32508         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32509         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32510         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32511         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32512         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32513         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32514         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32515         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32516         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32517         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32518         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32519         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32520         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32521         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32522         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32523         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32524         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32525         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32526         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32527         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32528         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32529         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32530         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32531         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32533 2013-01-10  David S. Miller  <davem@davemloft.net>
32535         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32537 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32539         * posix/Makefile (tests-static): New variable.
32540         (tests): Add $(tests-static).
32541         (tst-exec-static-ARGS): New variable.
32542         (tst-spawn-static-ARGS): Likewise.
32543         * posix/tst-exec-static.c: New file.
32544         * posix/tst-spawn-static.c: Likewise.
32545         * posix/tst-exec.c: Support run directly.
32546         * posix/tst-spawn.c: Likewise.
32548 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32550         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32551         long.
32552         * math/bits/mathcalls.h (llrint): Likewise.
32553         (llround): Likewise.
32554         * stdlib/stdlib.h (struct drand48_data): Likewise.
32555         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32556         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32557         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32558         Likewise.
32559         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32560         Likewise.
32561         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32562         (elf_greg_t): Likewise.
32563         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32564         (__jmp_buf): Likewise.
32565         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32566         definitions.
32567         (llrint): Likewise, for all definitions.
32568         (llrintl): Likewise.
32570         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32571         Remove [__GNUC__] condition.
32572         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32573         condition to just [__USE_ISOC99].
32574         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32576 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32578         [BZ #14200]
32579         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32580         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32581         defined.
32582         (_POSIX_V6_ILP32_OFF32): Likewise.
32583         (_XBS5_ILP32_OFF32): Likewise.
32584         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32585         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32587 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32589         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32591         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32592         doubles __mpexp_twomm1.  Adjust usage.
32593         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32594         Remove.
32596 2013-01-10  Andreas Schwab  <schwab@suse.de>
32598         [BZ #14964]
32599         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32600         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32602 2013-01-09  David S. Miller  <davem@davemloft.net>
32604         [BZ #15003]
32605         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32606         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32607         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32608         (TCP_FASTOPEN): Define.
32609         (tcp_repair_opt): New structure.
32610         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32611         enum values.
32612         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32613         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32614         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32615         (tcp_cookie_transactions): New structure.
32617 2013-01-09  Anton Blanchard  <anton@samba.org>
32619         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32620         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32621         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32622         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32624 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32626         * include/features.h (__USE_ANSI): Remove.
32628 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32630         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32632         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32634 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32636         * sysdeps/s390/fpu/libm-test-ulps: Update.
32638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32640         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32641         (__acr): Likewise.
32642         (__cpy): Likewise.
32643         (norm): Likewise.
32644         (denorm): Likewise.
32645         (__mp_dbl): Likewise.
32646         (__dbl_mp): Likewise.
32647         (add_magnitudes): Likewise.
32648         (sub_magnitudes): Likewise.
32649         (__add): Likewise.
32650         (__sub): Likewise.
32651         (__mul): Likewise.
32652         (__inv): Likewise.
32653         (__dvd): Likewise.
32654         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32655         (__acr): Likewise.
32656         (__cpy): Likewise.
32657         (norm): Likewise.
32658         (denorm): Likewise.
32659         (__mp_dbl): Likewise.
32660         (__dbl_mp): Likewise.
32661         (add_magnitudes): Likewise.
32662         (sub_magnitudes): Likewise.
32663         (__add): Likewise.
32664         (__sub): Likewise.
32665         (__mul): Likewise.
32666         (__inv): Likewise.
32667         (__dvd): Likewise.
32668         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32669         (__acr): Likewise.
32670         (__cpy): Likewise.
32671         (norm): Likewise.
32672         (denorm): Likewise.
32673         (__mp_dbl): Likewise.
32674         (__dbl_mp): Likewise.
32675         (add_magnitudes): Likewise.
32676         (sub_magnitudes): Likewise.
32677         (__add): Likewise.
32678         (__sub): Likewise.
32679         (__mul): Likewise.
32680         (__inv): Likewise.
32681         (__dvd): Likewise.
32683 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32685         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32686         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32687         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32688         2 && __USE_EXTERN_INLINES]: Likewise.
32690 2013-01-08  Andreas Jaeger  <aj@suse.de>
32692         [BZ# 14985]
32693         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32694         Remove.
32695         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32696         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32698 2013-01-07  Anton Blanchard  <anton@samba.org>
32700         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32701         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32702         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32703         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32704         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32705         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32706         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32707         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32708         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32709         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32710         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32711         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32712         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32713         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32714         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32715         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32716         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32717         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32718         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32719         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32720         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32721         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32722         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32723         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32724         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32725         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32726         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32727         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32728         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32729         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32730         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32731         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32732         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32733         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32734         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32735         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32736         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32737         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32738         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32739         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32740         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32741         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32742         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32744 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32746         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32747         (__MALLOC_PMT): Likewise.
32748         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32749         [__GNUC__], only on [_LIBC].
32750         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32751         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32752         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32753         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32754         forward declaration.
32755         (realloc_hook_ini): Likewise.
32756         (memalign_hook_ini): Likewise.
32757         (__libc_memalign): Do not use __MALLOC_PMT in variable
32758         declaration.
32759         (__libc_valloc): Likewise.
32760         (__libc_pvalloc): Likewise.
32761         (__libc_calloc): Likewise.
32762         (__posix_memalign): Likewise.
32764         [BZ #14996]
32765         * math/s_casinh.c: Include <float.h>.
32766         (__casinh): Do not do computation with squaring and square root
32767         for large arguments.
32768         * math/s_casinhf.c: Include <float.h>.
32769         (__casinhf): Do not do computation with squaring and square root
32770         for large arguments.
32771         * math/s_casinhl.c: Include <float.h>.
32772         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32773         (__casinhl): Do not do computation with squaring and square root
32774         for large arguments.
32775         * math/libm-test.inc (casin_test): Add more tests.
32776         (casinh_test): Likewise.
32777         * sysdeps/i386/fpu/libm-test-ulps: Update.
32778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32780 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32782         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32783         (__x86_64_raw_data_cache_size): Likewise.
32784         (__x86_64_data_cache_size_half): Likewise.
32785         (__x86_64_raw_data_cache_size_half): Likewise.
32786         (__x86_64_shared_cache_size): Likewise.
32787         (__x86_64_raw_shared_cache_size): Likewise.
32788         (__x86_64_shared_cache_size_half): Likewise.
32789         (__x86_64_raw_shared_cache_size_half): Likewise.
32790         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32791         to ...
32792         (__x86_data_cache_size): This.
32793         (__x86_64_raw_data_cache_size): Renamed to ...
32794         (__x86_raw_data_cache_size): This.
32795         (__x86_64_data_cache_size_half): Renamed to ...
32796         (__x86_data_cache_size_half): This.
32797         (__x86_64_raw_data_cache_size_half): Renamed to ...
32798         (__x86_raw_data_cache_size_half): This.
32799         (__x86_64_shared_cache_size): Renamed to ...
32800         (__x86_shared_cache_size): This.
32801         (__x86_64_raw_shared_cache_size): Renamed to ...
32802         (__x86_raw_shared_cache_size): This.
32803         (__x86_64_shared_cache_size_half): Renamed to ...
32804         (__x86_shared_cache_size_half): This.
32805         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32806         (__x86_raw_shared_cache_size_half): This.
32807         * sysdeps/x86_64/memcpy.S: Updated.
32808         * sysdeps/x86_64/memset.S: Likewise.
32809         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32810         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32811         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32813 2013-01-04  David S. Miller  <davem@davemloft.net>
32815         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32817 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32819         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32820         1 to avoid redefinition warning.
32821         (__USE_GNU): Don't define.
32822         (init_signaling_nan): Protoize.
32824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32826 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32828         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32830         (__cpymn): Likewise.
32831         (norm): Remove commented code.
32832         (denorm): Likewise.
32833         (__mp_dbl): Likewise.
32834         (__inv): Likewise.
32835         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32836         (__cpymn): Likewise.
32837         (norm): Remove commented code.
32838         (denorm): Likewise.
32839         (__mp_dbl): Likewise.
32840         (__inv): Likewise.
32842         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32843         mp_no value for 1.0 and 2.0.
32844         (norm): Use RADIXI instead of radixi.d.
32845         (denorm): Likewise.
32846         (__mul): Use 0.0 instead of zero.d.
32847         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32848         mp_no value for 1.0 and 2.0.
32849         (norm): Use RADIXI instead of radixi.d.
32850         (denorm): Likewise.
32851         (__mul): Use 0.0 instead of zero.d.
32853 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32855         [BZ #14994]
32856         * math/s_casinh.c (__casinh): Reduce finite argument to first
32857         quadrant then set signs of results at the end.
32858         * math/s_casinhf.c (__casinhf): Likewise.
32859         * math/s_casinhl.c (__casinhl): Likewise.
32860         * math/libm-test.inc (casin_test): Add more tests.
32861         (casinh_test): Likewise.
32862         * sysdeps/i386/fpu/libm-test-ulps: Update.
32863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32865 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32867         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32869         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32871         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32872         declarations.
32873         (denorm): Likewise.
32874         (__mp_dbl): Likewise.
32875         (__inv): Likewise.
32877         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32878         and adjust the header comment.
32880         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32881         variable name from declaration.
32883 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32885         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32886         Initialize COMMON_CPUID_INDEX_7 element.
32887         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32888         (CPUID_RTM): Likewise.
32889         (HAS_RTM): Likewise.
32890         (COMMON_CPUID_INDEX_7): New enum.
32892 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32894         [BZ #14981]
32895         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32896         size is zero, record memory as freed.
32898 2013-01-03  Andreas Jaeger  <aj@suse.de>
32900         * po/ia.po: Add new Interlingua translation.
32902 2012-01-03  Allan McRae  <allan@archlinux.org>
32904         * locale/programs/localedef.c: Fix description of '--posix' flag.
32906 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32908         * NEWS: Update dates in second copyright notice.
32909         * README: Update copyright dates in example.
32910         * manual/libc.texinfo: Update copyright dates.
32911         * scripts/test-installation.pl: Update copyright date in --version
32912         output.
32914         * hurd/ctty-input.c: Fix copyright notice formatting.
32915         * hurd/ctty-output.c: Likewise.
32916         * hurd/dtable.c: Likewise.
32917         * hurd/hurd-raise.c: Likewise.
32918         * hurd/hurdprio.c: Likewise.
32919         * hurd/msgportdemux.c: Likewise.
32920         * misc/sys/file.h: Likewise.
32921         * misc/sys/ioctl.h: Likewise.
32922         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32923         * sysdeps/mach/hurd/chdir.c: Likewise.
32924         * sysdeps/mach/hurd/fchdir.c: Likewise.
32925         * sysdeps/mach/hurd/rename.c: Likewise.
32926         * sysdeps/mach/hurd/rmdir.c: Likewise.
32927         * sysdeps/mach/hurd/seekdir.c: Likewise.
32928         * sysdeps/mach/hurd/setsid.c: Likewise.
32929         * sysdeps/posix/wait3.c: Likewise.
32931         * All files with FSF copyright notices: Update copyright dates
32932         using scripts/update-copyrights.
32933         * intl/plural.c: Regenerated.
32934         * locale/programs/charmap-kw.h: Likewise.
32935         * locale/programs/locfile-kw.h: Likewise.
32937 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32939         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32940         four values.
32942         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32943         calculation loop and add branch prediction.
32945         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32946         check access beyond bounds of m1np.
32948         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32949         MPTWO.
32950         (__inv): Remove local variable MPTWO to use the global
32951         constant.
32952         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32953         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32954         variable MPTWO.
32955         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32956         MP3HALFS static const.
32958 2013-01-01  David S. Miller  <davem@davemloft.net>
32960         * po/ca.po: Update from translation team.
32962 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32964         * scripts/update-copyrights: New file.
32965         * Makeconfig: Reformat copyright notice.
32966         * ctype/ctype.h: Likewise.
32967         * debug/swprintf_chk.c: Likewise.
32968         * elf/dl-cache.c: Likewise.
32969         * elf/dl-debug.c: Likewise.
32970         * elf/dl-object.c: Likewise.
32971         * grp/initgroups.c: Likewise.
32972         * hurd/Makefile: Likewise.
32973         * hurd/hurd/signal.h: Likewise.
32974         * hurd/hurdfault.c: Likewise.
32975         * hurd/hurdioctl.c: Likewise.
32976         * hurd/hurdlookup.c: Likewise.
32977         * hurd/intr-msg.c: Likewise.
32978         * iconv/gconv_open.c: Likewise.
32979         * libio/swprintf.c: Likewise.
32980         * locale/lc-ctype.c: Likewise.
32981         * locale/nl_langinfo.c: Likewise.
32982         * mach/Machrules: Likewise.
32983         * mach/Makefile: Likewise.
32984         * malloc/obstack.h: Likewise.
32985         * manual/Makefile: Likewise.
32986         * manual/tsort.awk: Likewise.
32987         * misc/bits/stab.def: Likewise.
32988         * nis/nis_print_group_entry.c: Likewise.
32989         * nis/nis_table.c: Likewise.
32990         * nis/nss_compat/compat-pwd.c: Likewise.
32991         * nis/nss_compat/compat-spwd.c: Likewise.
32992         * po/Makefile: Likewise.
32993         * posix/fnmatch.c: Likewise.
32994         * posix/regex.h: Likewise.
32995         * resolv/Makefile: Likewise.
32996         * resolv/nss_dns/dns-network.c: Likewise.
32997         * resolv/res_hconf.c: Likewise.
32998         * scripts/gen-sorted.awk: Likewise.
32999         * soft-fp/soft-fp.h: Likewise.
33000         * stdio-common/printf.h: Likewise.
33001         * stdlib/monetary.h: Likewise.
33002         * stdlib/random.c: Likewise.
33003         * stdlib/random_r.c: Likewise.
33004         * sysdeps/generic/Makefile: Likewise.
33005         * sysdeps/gnu/Makefile: Likewise.
33006         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33007         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33008         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33009         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33010         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33011         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33012         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33013         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33014         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33015         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33016         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33017         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33018         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33019         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33020         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33021         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33022         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33023         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33024         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33025         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33026         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33027         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33028         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33029         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33030         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33031         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33032         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33033         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33034         * sysdeps/mach/hurd/errnos.awk: Likewise.
33035         * sysdeps/mach/hurd/fork.c: Likewise.
33036         * sysdeps/mach/hurd/getcwd.c: Likewise.
33037         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33038         * sysdeps/mach/hurd/mmap.c: Likewise.
33039         * sysdeps/mach/hurd/utimes.c: Likewise.
33040         * sysdeps/mach/hurd/xmknod.c: Likewise.
33041         * sysdeps/posix/profil.c: Likewise.
33042         * sysdeps/posix/readdir_r.c: Likewise.
33043         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33044         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33045         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33046         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33047         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33048         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33049         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33050         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33052         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33053         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33054         * sysdeps/pthread/lio_listio.c: Likewise.
33055         * sysdeps/sparc/dl-procinfo.h: Likewise.
33056         * sysdeps/unix/i386/sysdep.S: Likewise.
33057         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33058         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33059         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33060         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33062         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33063         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33064         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33065         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33066         * sysdeps/wordsize-32/divdi3.c: Likewise.
33067         * time/sys/time.h: Likewise.
33068         * wcsmbs/Makefile: Likewise.
33070 2013-01-01  David S. Miller  <davem@davemloft.net>
33072         * po/fr.po: Update from translation team.
33074         * catgets/gencat.c: Update copyright year.
33075         * csu/version.c: Likewise.
33076         * debug/catchsegv.sh: Likewise.
33077         * debug/pcprofiledump.c: Likewise.
33078         * debug/xtrace.sh: Likewise.
33079         * elf/ldconfig.c: Likewise.
33080         * elf/ldd.bash.in: Likewise.
33081         * elf/pldd.c: Likewise.
33082         * elf/sotruss.ksh: Likewise.
33083         * elf/sprof.c: Likewise.
33084         * iconv/iconv_prog.c: Likewise.
33085         * iconv/iconvconfig.c: Likewise.
33086         * locale/programs/locale.c: Likewise.
33087         * locale/programs/localedef.c: Likewise.
33088         * login/programs/pt_chown.c: Likewise.
33089         * malloc/memusage.sh: Likewise.
33090         * malloc/memusagestat.c: Likewise.
33091         * malloc/mtrace.pl: Likewise.
33092         * nscd/nscd.c: Likewise.
33093         * nss/getent.c: Likewise.
33094         * nss/makedb.c: Likewise.
33095         * posix/getconf.c: Likewise.
33097 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33099         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33100         numbers.
33102 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33104         * math/bits/mathcalls.h (modf): Use __nonnull.
33106 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33108         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33109         (split): Use macro CN instead of the bare value.
33110         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33111         could be used.
33112         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33113         instead of the bare value.
33114         (power1): Likewise.
33116 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33118         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33119         __ATAN_TWOM.
33120         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33122         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33123         their values.
33124         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33125         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33126         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33127         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33129 2012-12-28  Andreas Jaeger  <aj@suse.de>
33131         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33132         values are from Linux 3.7.
33134         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33135         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33137 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33139         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33140         TRUE case.
33142         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33143         (norm): Likewise.
33144         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33145         variables with preprocessor constants.
33146         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33147         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33148         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33150 2012-12-27  Bruno Haible  <bruno@clisp.org>
33152         [BZ #14317]
33153         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33154         only if needed.
33156 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33158         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33159         and use variable directly.
33160         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33162         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33163         MPONE.
33164         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33165         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33166         variable MPONE.
33167         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33168         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33169         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33170         include directive.  Remove local variable MPONE.
33171         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33172         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33173         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33175 2012-12-25  David S. Miller  <davem@davemloft.net>
33177         * version.h (RELEASE): Set to "development".
33178         (VERSION): Set to "2.17.90".
33179         * NEWS: Add 2.18 section.
33181 2012-12-21  David S. Miller  <davem@davemloft.net>
33183         * po/hr.po: Update from translation team.
33185 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33187         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33189 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33191         * NEWS:  Mention new memcpy for MIPS.
33193 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33195         * manual/contrib.texi (Contributors): Spelling correction.
33197 2012-12-15  David S. Miller  <davem@davemloft.net>
33199         * po/ru.po: Update from translation team.
33201 2012-12-13  David S. Miller  <davem@davemloft.net>
33203         * NEWS: Mention IFUNC testsuite enhancements.
33205         * po/pl.po: Update from translation team.
33206         * po/bg.po: Likewise.
33208         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33209         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33211 2012-12-11  David S. Miller  <davem@davemloft.net>
33213         * po/sv.po: Update from translation team.
33215         * po/vi.po: Update from translation team.
33217         * po/cs.po: Update from translation team.
33219         * po/de.po: Update from translation team.
33220         * po/eo.po: Likewise.
33221         * po/nl.po: Likewise.
33223 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33225         [BZ #14246]
33226         * manual/argp.texi (Argp Helper Functions): Move node to follow
33227         Argp Parsing State.
33229         [BZ #14872]
33230         * manual/conf.texi (Limits on File System Capacity): Mention if
33231         terminating null is included in the max size.
33233 2012-12-10  Andreas Jaeger  <aj@suse.de>
33235         * po/cs.po: Update from translation team.
33237 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33239         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33240         void pointer and cast to uintptr_t.
33241         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33242         path.
33243         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33244         * sysdeps/s390/s390-64/memset.S: Likewise.
33246 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33248         [BZ #14833]
33249         * menual/message.texi (Message Translation): Fix typos.
33250         (Helper programs for gettext): Likewise.
33252 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33254         [BZ #14898]
33255         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33256         Change to -1.
33258 2012-12-07  David S. Miller  <davem@davemloft.net>
33260         * po/libc.pot: Update.
33262 2012-12-07  Richard Henderson  <rth@redhat.com>
33264         [BZ #10114]
33265         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33266         normal/normal case to before the switch.
33267         (_FP_DIV): Likewise.
33269 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33270             Mike Frysinger  <vapier@gentoo.org>
33272         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33273         check for __NR_fadvise64_64.
33275 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33277         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33278         0, not just to plain "0" as a statement.
33279         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33280         with cw.
33282 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33284         * NEWS: Use sourceware.org in Bugzilla URL.
33286 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33289         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33291         * stdio-common/tst-put-error.c (do_test): Add newline to the
33292         padded test to ensure flush.
33294 2012-12-05  Jeff Law  <law@redhat.com>
33296         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33298 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33300         * README: Don't refer to ports add-on as distributed separately.
33301         Mention AArch64 in list of systems supported in the ports add-on.
33303         * LICENSES: Add more non-FSF copyright and license notices.
33305         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33306         ((unused)).
33308         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33310         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33311         10000 as width of padded output.
33313 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33315         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33317         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33318         variable LX with __attribute__ ((unused)).
33319         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33320         Likewise.
33321         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33322         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33323         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33324         with __attribute__ ((unused)).
33326 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33328         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33330 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33332         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33333         (CFLAGS-nldbl-acos.c): New variable.
33334         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33340         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33341         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33342         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33343         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33344         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33345         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33346         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33347         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33348         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33349         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33350         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33351         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33352         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33353         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33354         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33355         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33356         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33357         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33358         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33359         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33360         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33361         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33362         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33363         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33364         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33365         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33366         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33367         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33368         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33369         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33370         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33371         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33372         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33373         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33374         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33375         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33376         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33377         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33378         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33379         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33380         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33381         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33382         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33383         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33384         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33385         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33386         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33387         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33388         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33389         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33390         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33391         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33392         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33393         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33394         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33395         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33396         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33397         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33398         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33399         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33400         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33401         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33402         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33403         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33404         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33405         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33406         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33407         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33408         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33409         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33410         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33411         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33412         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33413         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33414         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33415         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33416         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33417         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33418         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33419         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33420         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33421         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33422         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33423         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33424         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33425         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33426         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33427         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33428         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33429         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33430         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33433         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33435         [BZ #14914]
33436         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33437         whole low double instead of just low 47 bits when splitting values
33438         into two parts.
33440 2012-12-03  Allan McRae  <allan@archlinux.org>
33442         * manual/stdio.texi (Predefined Printf Handlers): Remove
33443         @hsep and @vsep usage.
33445 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33447         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33448         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33450 2012-12-03  Jeff Law  <law@redhat.com>
33452         * time/sys/time.h (settimeofday): Do not mark TV argument
33453         as __nonnull.
33455 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33457         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33458         when currently writing and seek to current position when not.
33459         * libio/Makefile (tests): Remove bug-fclose1.
33460         * libio/bug-fclose1.c: Delete.
33462 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33464         * manual/arith.texi (feenableexcept): Fix typo.
33465         (fedisableexcept): Likewise.
33467 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33469         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33470         second, differently-typed declaration, rather than a cast.
33472 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33474         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33475         * include/rpc/svc.h: ... here.
33477 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33479         [BZ #13013]
33480         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33481         depending n and resplen2 to catch cases where answer
33482         equals answerp2.
33484 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33486         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33487         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33489 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33491         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33493 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33495         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33497 2012-11-28  Jeff Law  <law@redhat.com>
33499         [BZ #13761]
33500         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33501         dataset_temporary.  Track alloca usage into alloca_used.
33502         If dataset is large allocate and release it via malloc/free.
33504 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33506         [BZ #14197]
33507         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33509 2012-11-28  David S. Miller  <davem@davemloft.net>
33511         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33513 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33515         [BZ #14803]
33516         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33517         of pi/2 rounded to nearest to 64 bits.
33518         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33519         nearest to 64 bits.
33520         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33521         bits.
33523 2012-11-28  Jeff Law <law@redhat.com>
33524             Martin Osvald <mosvald@redhat.com>
33526         [BZ #14889]
33527         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33528         * sunrpc/svc.c: Include time.h.
33529         (__svc_accept_failed): New function.
33530         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33531         any reason other than EINTR, call __svc_accept_failed.
33532         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33533         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33535 2012-11-28  Andreas Schwab  <schwab@suse.de>
33537         * scripts/abilist.awk: Also handle indirect functions in .opd
33538         section.
33540 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33542         [BZ #13881]
33543         * sysdeps/x86/fpu/powl_helper.c: New file.
33544         * sysdeps/x86/fpu/Makefile: Likewise.
33545         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33546         (p3): New object.
33547         (__ieee754_powl): Use __powl_helper for finite arguments except
33548         integer exponents below 8.
33549         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33550         (p3): New object.
33551         (__ieee754_powl): Use __powl_helper for finite arguments except
33552         integer exponents below 8.
33553         * math/libm-test.inc (pow_test): Add more tests and enable some
33554         previously disabled tests.
33555         * sysdeps/i386/fpu/libm-test-ulps: Update.
33556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33558 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33559             Carlos O'Donell  <carlos_odonell@mentor.com>
33561         * nss/makedb.c (is_prime): Assert that input is odd and greater
33562         than 4.  Note that fact in a comment too.
33563         (next_prime): Add 4 to input.
33565 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33567         [BZ #11741]
33568         * libio/Makefile (tests): Add test case tst-fwrite-error.
33569         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33570         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33571         * libio/tst-fwrite-error.c: New test case.
33573 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33575         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33576         before casting to void *.
33577         * include/libc-internal.h (__pointer_type): New macro.
33578         (__integer_if_pointer_type_sub): Likewise.
33579         (__integer_if_pointer_type): Likewise.
33580         (cast_to_integer): Likewise.
33581         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33582         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33583         before casting to atomic64_t.
33584         (atomic_exchange_acq): Likewise.
33585         (__arch_exchange_and_add_body): Likewise.
33586         (__arch_add_body): Likewise.
33587         (atomic_add_negative): Likewise.
33588         (atomic_add_zero): Likewise.
33590 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33592         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33593         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33594         (add_fdes): Likewise.
33595         (linear_search_fdes): Likewise.
33596         (binary_search_unencoded_fdes): Likewise.
33598 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33600         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33602 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33604         * configure.in: Autodetect C++ header directories.
33605         * configure: Regenerated.
33607 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33609         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33611 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33615 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33617         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33618         LDBL_MANT_DIG == 106]: Disable some tests.
33619         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33620         Likewise.
33621         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33622         Likewise.
33624         [BZ #14871]
33625         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33626         input for small inputs.  Return +/- pi/2 for large inputs.
33627         * math/libm-test.inc (atan_test): Add more tests.
33629         * sysdeps/generic/unwind-dw2-fde-glibc.c
33630         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33631         __attribute__ ((unused)).
33633         [BZ #14645]
33634         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33635         x * y if x and y are nonzero and z is zero.
33637         [BZ #14811]
33638         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33639         nonzero exponents with absolute value below 0x1p-117 to +/-
33640         0x1p-117.
33642         [BZ #14869]
33643         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33644         up arguments below 2**-450, not just those below 2**-500.
33645         * math/libm-test.inc (hypot_test): Add another test.
33647         [BZ #14868]
33648         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33649         Return a+b for ratio over 2**120, not 2**60.
33650         * math/libm-test.inc (hypot_test): Add another test.
33652         * math/libm-test.inc (clog_test): Use
33653         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33654         (clog10_test): Likewise.
33656         [BZ #6778]
33657         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33659 2012-11-22  Andreas Schwab  <schwab@suse.de>
33661         * sysdeps/i386/fpu/libm-test-ulps: Update.
33663 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33665         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33666         printf output with newline.
33668 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33670         [BZ #14865]
33671         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33672         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33673         -z nodlopen, -z initfirst and -z execstack support.
33674         * configure: Regenerated.
33676         * elf/elf.h (DF_1_NODIRECT): New macro.
33677         (DF_1_IGNMULDEF): Likewise.
33678         (DF_1_NOKSYMS): Likewise.
33679         (DF_1_NOHDR): Likewise.
33680         (DF_1_EDITED): Likewise.
33681         (DF_1_NORELOC): Likewise.
33682         (DF_1_SYMINTPOSE): Likewise.
33683         (DF_1_GLOBAUDIT): Likewise.
33684         (DF_1_SINGLETON): Likewise.
33685         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33686         DT_1_SUPPORTED_MASK bits.
33687         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33689 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33691         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33693 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33695         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33696         macro.
33698         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33699         (sendmmsg): Move declarations...
33700         * socket/sys/socket.h: ... here.
33701         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33702         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33703         include it from...
33704         * socket/recvmmsg.c: ... this new file.
33705         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33706         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33707         definition of __sendmmsg hidden.
33708         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33709         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33710         Move ENOSYS stub into and include it from...
33711         * socket/sendmmsg.c: ... this new file.
33712         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33713         (sysdep_routines): Move recvmmsg and sendmmsg...
33714         * socket/Makefile (routines): ... here.
33715         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33716         (GLIBC_PRIVATE): Add __sendmmsg.
33717         * include/sys/socket.h (__sendmmsg): Add declarations.
33718         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33719         sendmmsg.
33721 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33723         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33724         variable I1 with __attribute__ ((unused)).
33725         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33727 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33729         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33730         DUMMY variables with __attribute__ ((unused)).
33732         * bits/byteswap.h: Include <bits/types.h>.
33733         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33735 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33737         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33738         string_t.  Do not manually set errno.
33739         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33740         length with __strnlen.  Make sure to both set errno and return it on
33741         failure.
33743 2012-11-19  David S. Miller  <davem@davemloft.net>
33745         With help from Joseph Myers.
33746         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33747         very large arguments properly.
33748         * math/libm-test.inc (atan_test): New tests.
33749         (atan2_test): New tests.
33750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33751         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33753 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33755         [BZ #14856]
33756         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33757         Define to 3.
33759         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33760         [POSIX] (EADDRNOTAVAIL): Likewise.
33761         [POSIX] (EAFNOSUPPORT): Likewise.
33762         [POSIX] (EALREADY): Likewise.
33763         [POSIX] (ECONNABORTED): Likewise.
33764         [POSIX] (ECONNREFUSED): Likewise.
33765         [POSIX] (ECONNRESET): Likewise.
33766         [POSIX] (EDESTADDRREQ): Likewise.
33767         [POSIX] (EDQUOT): Likewise.
33768         [POSIX] (EHOSTUNREACH): Likewise.
33769         [POSIX] (EIDRM): Likewise.
33770         [POSIX] (EISCONN): Likewise.
33771         [POSIX] (ELOOP): Likewise.
33772         [POSIX] (EMULTIHOP): Likewise.
33773         [POSIX] (ENETDOWN): Likewise.
33774         [POSIX] (ENETUNREACH): Likewise.
33775         [POSIX] (ENOBUFS): Likewise.
33776         [POSIX] (ENODATA): Likewise.
33777         [POSIX] (ENOLINK): Likewise.
33778         [POSIX] (ENOMSG): Likewise.
33779         [POSIX] (ENOPROTOOPT): Likewise.
33780         [POSIX] (ENOSR): Likewise.
33781         [POSIX] (ENOSTR): Likewise.
33782         [POSIX] (ENOTCONN): Likewise.
33783         [POSIX] (ENOTSOCK): Likewise.
33784         [POSIX] (EOPNOTSUPP): Likewise.
33785         [POSIX] (EOVERFLOW): Likewise.
33786         [POSIX] (EPROTO): Likewise.
33787         [POSIX] (EPROTONOSUPPORT): Likewise.
33788         [POSIX] (EPROTOTYPE): Likewise.
33789         [POSIX] (ESTALE): Likewise.
33790         [POSIX] (ETIME): Likewise.
33791         [POSIX] (ETXTBSY): Likewise.
33792         [POSIX] (EWOULDBLOCK): Likewise.
33793         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33794         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33795         [POSIX] (SEEK_CUR): Likewise.
33796         [POSIX] (SEEK_END): Likewise.
33797         [POSIX || UNIX98] (mode_t): Do not require.
33798         [POSIX] (off_t): Likewise.
33799         [POSIX] (pid_t): Likewise.
33800         [POSIX] (sys/stat.h): Do not allow header.
33801         [POSIX] (unistd.h): Likewise.
33802         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33803         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33804         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33805         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33806         require.
33807         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33808         sigevent): Specify elements.
33809         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33810         entry.
33811         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33812         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33814         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33815         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33816         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33817         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33818         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33819         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33820         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33821         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33822         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33823         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33824         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33825         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33826         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33827         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33828         Likewise.
33829         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33830         Likewise.
33831         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33832         Likewise.
33833         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33834         Likewise.
33835         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33836         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33837         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33838         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33839         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33840         Specify lower bound on value.
33841         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33842         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33843         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33844         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33845         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33846         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33847         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33848         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33849         value.
33850         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33851         as optional.
33852         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33853         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33854         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33855         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33856         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33857         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33858         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33859         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33860         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33861         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33862         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33863         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33864         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33865         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33866         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33867         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33868         entry.
33869         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33870         optional.
33871         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33872         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33873         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33874         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33875         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33876         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33877         Likewise.
33878         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33879         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33880         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33881         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33882         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33883         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33884         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33885         as optional.
33886         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33887         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33888         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33889         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33890         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33891         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33892         specify as optional.
33893         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33894         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33895         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33896         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33897         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33898         [XPG3] (NL_LANGMAX): Likewise.
33899         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33900         [POSIX || XPG3] (NL_NMAX): Likewise.
33901         [POSIX || XPG3] (NL_SETMAX): Likewise.
33902         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33903         [XPG3] (NZERO): Likewise.
33904         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33905         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33906         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33907         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33908         (REG_ERANGE): Expect.
33909         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33910         optional-constant.
33911         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33912         Use (void) in prototype.
33913         [POSIX] (*_t): Allow.
33914         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33915         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33916         (WRDE_BADVAL): Expect.
33918         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33919         expect.
33920         [XPG3 || XPG4] (O_RSYNC): Likewise.
33921         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33922         Likewise.
33923         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33924         [XPG3 || XPG4] (sigqueue): Likewise.
33925         [XPG3 || XPG4] (sigtimedwait): Likewise.
33926         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33927         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33928         [XPG3 || XPG4] (vsnprintf): Likewise.
33929         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33930         Likewise.
33931         [XPG3 || XPG4] (blksize_t): Likewise.
33932         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33933         Likewise.
33934         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33935         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33936         [XPG3 || XPG4] (struct itimerspec): Likewise.
33937         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33938         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33939         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33940         [XPG3 || XPG4] (clockid_t): Likewise.
33941         [XPG3 || XPG4] (timer_t): Likewise.
33942         [XPG3 || XPG4] (clock_getres): Likewise.
33943         [XPG3 || XPG4] (clock_gettime): Likewise.
33944         [XPG3 || XPG4] (clock_settime): Likewise.
33945         [XPG3 || XPG4] (nanosleep): Likewise.
33946         [XPG3 || XPG4] (timer_create): Likewise.
33947         [XPG3 || XPG4] (timer_delete): Likewise.
33948         [XPG3 || XPG4] (timer_gettime): Likewise.
33949         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33950         [XPG3 || XPG4] (timer_settime): Likewise.
33951         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33952         [XPG3 || XPG4] (getlogin_r): Likewise.
33953         [XPG3 || XPG4] (pread): Likewise.
33954         [XPG3 || XPG4] (pthread_atfork): Likewise.
33955         [XPG3 || XPG4] (pwrite): Likewise.
33957         [BZ #14835]
33958         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33959         <bits/siginfo.h>.
33961 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33963         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33964         finalizing MALLSTREAM.
33966         * sysdeps/mach/hurd/syncfs.c: New file.
33968 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33970         [BZ #14719]
33971         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33972         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33973         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33974         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33975         (_nss_dns_gethostbyname4_r): Likewise.
33976         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33977         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33979 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33981         [BZ #13763]
33982         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33984 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33986         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33987         * elf/cache.c (print_entry): Print ",AArch64" for
33988         FLAG_AARCH64_LIB64
33990         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33991         * elf/cache.c (print_entry): Print ",hard-float" for
33992         FLAG_ARM_LIBHF.
33994 2012-11-18  David S. Miller  <davem@davemloft.net>
33996         With help from Joseph Myers.
33997         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33998         cutoff to 2**-13.
33999         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34000         cutoff to 2**-25.
34001         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34002         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34003         small.
34004         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34005         * math/libm-test.inc (y0_test): New tests.
34006         (y1_test): New tests.
34007         * sysdeps/i386/fpu/libm-test-ulps: Update.
34008         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34011 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34013         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34014         64-bit targets.
34015         * configure: Regenerated.
34017 2012-11-17  David S. Miller  <davem@davemloft.net>
34019         [BZ #14811]
34020         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34021         nonzero exponents with absolute value below 0x1p-128 to +/-
34022         0x1p-128.
34024 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34026         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34028         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34030         * posix/getconf-speclist.c: New file.
34031         * posix/posix-envs.def: Likewise.
34032         * posix/confstr.c (START_ENV_GROUP): New macro.
34033         (END_ENV_GROUP): Likewise.
34034         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34035         (KNOWN_PRESENT_ENV_STRING): Likewise.
34036         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34037         (UNKNOWN_ENVIRONMENT): Likewise.
34038         (confstr): Include posix-envs.def instead of handling
34039         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34040         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34041         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34042         (END_ENV_GROUP): Likewise.
34043         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34044         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34045         (UNKNOWN_ENVIRONMENT): Likewise.
34046         (__sysconf): Include posix-envs.def instead of handling associated
34047         cases directly here.
34048         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34049         preprocessing getconf-speclist.c rather than running getconf or
34050         generating empty file.
34052 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34054         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34056 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34058         [BZ #14672]
34059         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34061 2012-11-16  David S. Miller  <davem@davemloft.net>
34063         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34064         smaller than LDBL_EPSILON/2.0L, just return xm1.
34066 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34068         * elf/tst-array1.c (init): Set constructor priority to 1000.
34069         (fini): Set destructor priority to 1000.
34070         * elf/tst-array2dep.c: Likewise.
34072 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34074         [BZ #11741]
34075         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34076         (_IO_new_file_xsputn): Also return EOF if none of the input
34077         data was written when overflow failed.
34078         * libio/iopadn.c (_IO_padn): Likewise.
34079         * libio/iowpadn.c (_IO_wpadn): Likewise.
34080         * stdio-common/tst-put-error.c: Add copyright notice.
34081         (do_test): Add case for printing padded string.
34082         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34083         _IO_padn returned error.
34084         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34085         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34086         return EOF.
34088 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34090         * libio/libioP.h: Add comment note that the references to C++
34091         bits are now obsolete.
34093 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34095         * math/libm-test.inc (check_complex): Use asprintf.
34097 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34099         * debug/pcprofiledump.c (print_version): Update copyright year.
34100         * malloc/memusagestat.c (print_version): Likewise.
34102 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34104         [BZ #14831]
34105         * elf/Makefile (tests): Add tst-audit8.
34106         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34107         ($(objpfx)tst-audit8.out): New target.
34108         (tst-audit8-ENV): New variable.
34109         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34110         audit if l_reloc_result is NULL.
34111         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34112         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34113         * elf/tst-audit8.c: New file.
34115 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34117         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34118         * misc/Makefile (CFLAGS-select.c): Define.
34119         * posix/Makefile (CFLAGS-pause.c): Define.
34121 2012-11-13  David S. Miller  <davem@davemloft.net>
34123         * crypt/Makefile: Move test targets after toplevel Rules
34124         inclusion.  Grab any necessary sysdep routines when linking.
34125         * crypt/md5.c (md5_process_block): Remove define, we will always
34126         name it __md5_process_block.
34127         (md5_finish_ctx): Update md5_process_block call.
34128         (md5_stream): Likewise.
34129         (md5_process_bytes): Likewise.
34130         (md5_process_block): Rename to __md5_process_block and move to ...
34131         * crypt/md5-block.c: ... here.
34132         * crypt/sha256.c (sha256_process_block): Move to ...
34133         * crypt/sha256-block.c: ... here.
34134         * crypt/sha512.c (sha512_process_block): Move to ...
34135         * crypt/sha512-block.c: ... here.
34136         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34137         path.
34138         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34139         * sysdeps/sparc/sparc64/multiarch/Makefile
34140         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34141         crypt subdir.
34142         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34143         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34144         multiarch changes.
34145         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34146         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34147         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34148         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34149         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34150         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34151         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34152         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34153         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34154         file.
34155         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34156         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34157         file.
34158         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34160 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34162         * timezone/tzselect.ksh: Update from tzcode git revision
34163         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34164         * timezone/zdump.c: Likewise.
34165         * timezone/zic.c: Likewise.
34166         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34167         in TZVERSION setting, not $(PKGVERSION).
34168         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34169         REPORT_BUGS_TO settings.
34171         [BZ #14838]
34172         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34173         macro.
34175 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34177         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34178         detection to immediately after _FP_ROUND().
34179         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34180         bits are 0.
34182 2012-11-11  David S. Miller  <davem@davemloft.net>
34184         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34185         inttypes.h
34186         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34187         __close rather than their public counterparts.
34189 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34191         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34192         file.
34193         [UNIX98] (sem_timedwait): Do not expect.
34194         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34195         [XPG4 || UNIX98] (sockatmark): Do not expect.
34196         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34197         (clock_getcpuclockid): Do not expect.
34198         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34199         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34200         Do not expect.
34201         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34202         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34203         [UNIX98] (vwscanf): Likewise.
34204         [UNIX98] (vswscanf): Likewise.
34206 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34208         * timezone/version.h: Remove file.
34209         * timezone/README: Do not refer to version.h.
34210         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34211         $(objpfx)version.h.
34212         ($(objpfx)zdump.o): Likewise.
34213         ($(objpfx)version.h): New target.
34215         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34216         2012i.
34217         * timezone/README: Don't mention modification to tzselect.ksh.
34218         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34219         work on unmodified tzselect.ksh.  Substitute version numbers in
34220         tzselect.ksh.
34222         * Makefile (format-me): Remove.
34223         (INSTALL): Adjust indentation.  Use commands directly instead of
34224         using $(format-me).
34226         * aclocal.m4 (ACX_PKGVERSION): New macro.
34227         (ACX_BUGURL): Likewise.
34228         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34229         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34230         (REPORT_BUGS_TO): Likewise.
34231         * configure: Regenerated.
34232         * config.h.in (PKGVERSION): New macro.
34233         (REPORT_BUGS_TO): Likewise.
34234         * config.make.in (PKGVERSION): New variable.
34235         (PKGVERSION_TEXI): Likewise.
34236         (REPORT_BUGS_TO): Likewise.
34237         (REPORT_BUGS_TEXI): Likewise.
34238         * Makefile (format-me): Use -I$(common-objpfx)manual.
34239         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34240         ($(common-objpfx)manual/%): New target.
34241         (manual/%): Remove target.
34242         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34243         (print_version): Use PKGVERSION.
34244         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34245         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34246         and REPORT_BUGS_TO.
34247         ($(objpfx)xtrace): Likewise.
34248         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34249         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34250         (print_version): Use PKGVERSION.
34251         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34252         (do_version): Use PKGVERSION.
34253         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34254         REPORT_BUGS_TO.
34255         (common-ldd-rewrite): Likewise.
34256         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34257         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34258         (print_version): Use PKGVERSION.
34259         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34260         * elf/pldd.c (argp_program_bug_address): Remove variable.
34261         (more_help): New function.
34262         (argp): Use more_help.
34263         (print_version): Use PKGVERSION.
34264         * elf/sln.c (main): Use PKGVERSION.
34265         (usage): Use REPORT_BUGS_TO.
34266         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34267         (top level): Use PKGVERSION.
34268         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34269         (print_version): Use PKGVERSION.
34270         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34271         (print_version): Use PKGVERSION.
34272         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34273         (print_version): Use PKGVERSION.
34274         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34275         (print_version): Use PKGVERSION.
34276         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34277         (print_version): Use PKGVERSION.
34278         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34279         (print_version): Use PKGVERSION.
34280         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34281         and BUGURL.
34282         ($(objpfx)memusage): Likewise.
34283         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34284         (do_version): Use PKGVERSION.
34285         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34286         (print_version): Use PKGVERSION.
34287         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34288         ($PKGVERSION): New variable.
34289         ($REPORT_BUGS_TO): Likewise.
34290         (usage): Use $REPORT_BUGS_TO.
34291         (top level): Use $PKGVERSION.
34292         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34293         ($(objpfx)pkgvers.texi): New rule.
34294         ($(objpfx)stamp-pkgvers): Likewise.
34295         * manual/install.texi: Include pkgvers.texi.
34296         (--with-pkgversion): Document new configure option.
34297         (--with-bugurl): Likewise.
34298         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34299         than necessarily for this particular distribution.  Use
34300         REPORT_BUGS_TO for where to report bugs.
34301         * INSTALL: Regenerated.
34302         * manual/libc.texinfo: Include pkgvers.texi.
34303         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34304         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34305         (print_version): Use PKGVERSION.
34306         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34307         (print_version): Use PKGVERSION.
34308         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34309         (print_version): Use PKGVERSION.
34310         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34311         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34312         macro.
34313         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34314         (print_version): Use PKGVERSION.
34315         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34316         (print_version): Use PKGVERSION.
34317         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34318         and PKGVERSION.
34320         * timezone/checktab.awk: Update from tzcode 2012i.
34321         * timezone/ialloc.c: Likewise.
34322         * timezone/private.h: Likewise.
34323         * timezone/scheck.c: Likewise.
34324         * timezone/tzfile.h: Likewise.
34325         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34326         (TZVERSION): Hardcode tzcode version number.
34327         * timezone/zdump.c: Update from tzcode 2012i.
34328         * timezone/zic.c: Likewise.
34329         * timezone/version.h: New file.
34330         * timezone/README: Describe version.h.  Update upstream location.
34332         [BZ #14824]
34333         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34334         (mktemp): Enable declaration.
34335         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34336         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34337         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34338         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34339         Likewise.
34340         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34341         Likewise.
34342         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34343         Likewise.
34344         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34345         Likewise.
34346         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34347         Likewise.
34348         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34349         Likewise.
34351         [BZ #14821]
34352         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34353         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34354         for copies of such integer values.
34355         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34356         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34358 2012-11-09  Andreas Jaeger  <aj@suse.de>
34360         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34361         definitions and declarations that are provided by
34362         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34364 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34366         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34367         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34368         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34369         definition.
34371 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34373         * elf/elf.h: Update comment before AArch64 relocations.
34375 2012-11-07  David S. Miller  <davem@davemloft.net>
34377         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34378         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34379         (__start_context): Declare.
34380         (__makecontext_ret): Delete.
34381         (__makecontext): Hook up __start_context instead of
34382         __makecontext_ret.
34383         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34384         (sysdep_routines): Add __start_context when in stdlib.
34386 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34388         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34389         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34390         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34391         hardcoded "nm".
34392         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34393         (READELF): New variable.  Use it instead of hardcoded "readelf".
34395 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34397         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34398         * sysdeps/x86/Makefile: Here.
34399         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34400         * sysdeps/x86/tst-xmmymm.sh: This.
34402 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34404         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34405         expectations.
34406         [UNIX98] (pthread_barrier_t): Do not expect.
34407         [UNIX98] (pthread_barrierattr_t): Likewise.
34408         [UNIX98] (pthread_spinlock_t): Likewise.
34409         [UNIX98] (pthread_barrier_destroy): Likewise.
34410         [UNIX98] (pthread_barrier_init): Likewise.
34411         [UNIX98] (pthread_barrier_wait): Likewise.
34412         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34413         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34414         [UNIX98] (pthread_barrierattr_init): Likewise.
34415         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34416         [UNIX98] (pthread_getcpuclockid): Likewise.
34417         [UNIX98] (pthread_mutex_timedlock): Likewise.
34418         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34419         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34420         [UNIX98] (pthread_sigmask): Likewise.
34421         [UNIX98] (pthread_spin_destroy): Likewise.
34422         [UNIX98] (pthread_spin_init): Likewise.
34423         [UNIX98] (pthread_spin_lock): Likewise.
34424         [UNIX98] (pthread_spin_trylock): Likewise.
34425         [UNIX98] (pthread_spin_unlock): Likewise.
34426         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34427         Do not expect.
34428         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34429         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34430         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34431         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34432         [XPG3 || XPG4] (pthread_key_t): Likewise.
34433         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34434         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34435         [XPG3 || XPG4] (pthread_once_t): Likewise.
34436         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34437         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34438         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34439         [XPG3 || XPG4] (pthread_t): Likewise.
34441         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34442         not expect.
34443         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34445         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34446         Change function return type to int.
34448         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34449         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34450         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34451         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34452         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34453         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34454         [!POSIX] (posix_madvise): Likewise.
34455         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34456         && !UNIX98].
34457         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34458         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34459         (mode_t): Likewise.
34460         (posix_mem_offset): Likewise.
34461         (posix_typed_mem_get_info): Likewise.
34462         (posix_typed_mem_open): Likewise.
34464         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34465         Change condition to [XOPEN2K8].
34467         * conform/conformtest.pl: Preprocess allow-header data with -x c
34468         instead of from stdin.
34469         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34470         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34471         [C99-based standards] (cerfc): Likewise.
34472         [C99-based standards] (cexp2): Likewise.
34473         [C99-based standards] (cexpm1): Likewise.
34474         [C99-based standards] (clog10): Likewise.
34475         [C99-based standards] (clog1p): Likewise.
34476         [C99-based standards] (clog2): Likewise.
34477         [C99-based standards] (clgamma): Likewise.
34478         [C99-based standards] (ctgamma): Likewise.
34479         [C99-based standards] (cerff): Likewise.
34480         [C99-based standards] (cerfcf): Likewise.
34481         [C99-based standards] (cexp2f): Likewise.
34482         [C99-based standards] (cexpm1f): Likewise.
34483         [C99-based standards] (clog10f): Likewise.
34484         [C99-based standards] (clog1pf): Likewise.
34485         [C99-based standards] (clog2f): Likewise.
34486         [C99-based standards] (clgammaf): Likewise.
34487         [C99-based standards] (ctgammaf): Likewise.
34488         [C99-based standards] (cerfl): Likewise.
34489         [C99-based standards] (cerfcl): Likewise.
34490         [C99-based standards] (cexp2l): Likewise.
34491         [C99-based standards] (cexpm1l): Likewise.
34492         [C99-based standards] (clog10l): Likewise.
34493         [C99-based standards] (clog1pl): Likewise.
34494         [C99-based standards] (clog2l): Likewise.
34495         [C99-based standards] (clgammal): Likewise.
34496         [C99-based standards] (ctgammal): Likewise.
34497         * conform/data/inttypes.h-data [C99-based standards]: Include
34498         stdint.h-data.  Remove all expectations for stdint.h contents.
34499         [C99-based standards] (PRI*): Do not allow.
34500         [C99-based standards] (SCN*): Likewise.
34501         [C99-based standards] (*_t): Likewise.
34502         [C99-based-standards] (PRId8): Expect macro.
34503         [C99-based-standards] (PRIi8): Likewise.
34504         [C99-based-standards] (PRIo8): Likewise.
34505         [C99-based-standards] (PRIu8): Likewise.
34506         [C99-based-standards] (PRIx8): Likewise.
34507         [C99-based-standards] (PRIX8): Likewise.
34508         [C99-based-standards] (SCNd8): Likewise.
34509         [C99-based-standards] (SCNi8): Likewise.
34510         [C99-based-standards] (SCNo8): Likewise.
34511         [C99-based-standards] (SCNu8): Likewise.
34512         [C99-based-standards] (SCNx8): Likewise.
34513         [C99-based-standards] (PRIdLEAST8): Likewise.
34514         [C99-based-standards] (PRIiLEAST8): Likewise.
34515         [C99-based-standards] (PRIoLEAST8): Likewise.
34516         [C99-based-standards] (PRIuLEAST8): Likewise.
34517         [C99-based-standards] (PRIxLEAST8): Likewise.
34518         [C99-based-standards] (PRIXLEAST8): Likewise.
34519         [C99-based-standards] (SCNdLEAST8): Likewise.
34520         [C99-based-standards] (SCNiLEAST8): Likewise.
34521         [C99-based-standards] (SCNoLEAST8): Likewise.
34522         [C99-based-standards] (SCNuLEAST8): Likewise.
34523         [C99-based-standards] (SCNxLEAST8): Likewise.
34524         [C99-based-standards] (PRIdFAST8): Likewise.
34525         [C99-based-standards] (PRIiFAST8): Likewise.
34526         [C99-based-standards] (PRIoFAST8): Likewise.
34527         [C99-based-standards] (PRIuFAST8): Likewise.
34528         [C99-based-standards] (PRIxFAST8): Likewise.
34529         [C99-based-standards] (PRIXFAST8): Likewise.
34530         [C99-based-standards] (SCNdFAST8): Likewise.
34531         [C99-based-standards] (SCNiFAST8): Likewise.
34532         [C99-based-standards] (SCNoFAST8): Likewise.
34533         [C99-based-standards] (SCNuFAST8): Likewise.
34534         [C99-based-standards] (SCNxFAST8): Likewise.
34535         [C99-based-standards] (PRId16): Likewise.
34536         [C99-based-standards] (PRIi16): Likewise.
34537         [C99-based-standards] (PRIo16): Likewise.
34538         [C99-based-standards] (PRIu16): Likewise.
34539         [C99-based-standards] (PRIx16): Likewise.
34540         [C99-based-standards] (PRIX16): Likewise.
34541         [C99-based-standards] (SCNd16): Likewise.
34542         [C99-based-standards] (SCNi16): Likewise.
34543         [C99-based-standards] (SCNo16): Likewise.
34544         [C99-based-standards] (SCNu16): Likewise.
34545         [C99-based-standards] (SCNx16): Likewise.
34546         [C99-based-standards] (PRIdLEAST16): Likewise.
34547         [C99-based-standards] (PRIiLEAST16): Likewise.
34548         [C99-based-standards] (PRIoLEAST16): Likewise.
34549         [C99-based-standards] (PRIuLEAST16): Likewise.
34550         [C99-based-standards] (PRIxLEAST16): Likewise.
34551         [C99-based-standards] (PRIXLEAST16): Likewise.
34552         [C99-based-standards] (SCNdLEAST16): Likewise.
34553         [C99-based-standards] (SCNiLEAST16): Likewise.
34554         [C99-based-standards] (SCNoLEAST16): Likewise.
34555         [C99-based-standards] (SCNuLEAST16): Likewise.
34556         [C99-based-standards] (SCNxLEAST16): Likewise.
34557         [C99-based-standards] (PRIdFAST16): Likewise.
34558         [C99-based-standards] (PRIiFAST16): Likewise.
34559         [C99-based-standards] (PRIoFAST16): Likewise.
34560         [C99-based-standards] (PRIuFAST16): Likewise.
34561         [C99-based-standards] (PRIxFAST16): Likewise.
34562         [C99-based-standards] (PRIXFAST16): Likewise.
34563         [C99-based-standards] (SCNdFAST16): Likewise.
34564         [C99-based-standards] (SCNiFAST16): Likewise.
34565         [C99-based-standards] (SCNoFAST16): Likewise.
34566         [C99-based-standards] (SCNuFAST16): Likewise.
34567         [C99-based-standards] (SCNxFAST16): Likewise.
34568         [C99-based-standards] (PRId32): Likewise.
34569         [C99-based-standards] (PRIi32): Likewise.
34570         [C99-based-standards] (PRIo32): Likewise.
34571         [C99-based-standards] (PRIu32): Likewise.
34572         [C99-based-standards] (PRIx32): Likewise.
34573         [C99-based-standards] (PRIX32): Likewise.
34574         [C99-based-standards] (SCNd32): Likewise.
34575         [C99-based-standards] (SCNi32): Likewise.
34576         [C99-based-standards] (SCNo32): Likewise.
34577         [C99-based-standards] (SCNu32): Likewise.
34578         [C99-based-standards] (SCNx32): Likewise.
34579         [C99-based-standards] (PRIdLEAST32): Likewise.
34580         [C99-based-standards] (PRIiLEAST32): Likewise.
34581         [C99-based-standards] (PRIoLEAST32): Likewise.
34582         [C99-based-standards] (PRIuLEAST32): Likewise.
34583         [C99-based-standards] (PRIxLEAST32): Likewise.
34584         [C99-based-standards] (PRIXLEAST32): Likewise.
34585         [C99-based-standards] (SCNdLEAST32): Likewise.
34586         [C99-based-standards] (SCNiLEAST32): Likewise.
34587         [C99-based-standards] (SCNoLEAST32): Likewise.
34588         [C99-based-standards] (SCNuLEAST32): Likewise.
34589         [C99-based-standards] (SCNxLEAST32): Likewise.
34590         [C99-based-standards] (PRIdFAST32): Likewise.
34591         [C99-based-standards] (PRIiFAST32): Likewise.
34592         [C99-based-standards] (PRIoFAST32): Likewise.
34593         [C99-based-standards] (PRIuFAST32): Likewise.
34594         [C99-based-standards] (PRIxFAST32): Likewise.
34595         [C99-based-standards] (PRIXFAST32): Likewise.
34596         [C99-based-standards] (SCNdFAST32): Likewise.
34597         [C99-based-standards] (SCNiFAST32): Likewise.
34598         [C99-based-standards] (SCNoFAST32): Likewise.
34599         [C99-based-standards] (SCNuFAST32): Likewise.
34600         [C99-based-standards] (SCNxFAST32): Likewise.
34601         [C99-based-standards] (PRId64): Likewise.
34602         [C99-based-standards] (PRIi64): Likewise.
34603         [C99-based-standards] (PRIo64): Likewise.
34604         [C99-based-standards] (PRIu64): Likewise.
34605         [C99-based-standards] (PRIx64): Likewise.
34606         [C99-based-standards] (PRIX64): Likewise.
34607         [C99-based-standards] (SCNd64): Likewise.
34608         [C99-based-standards] (SCNi64): Likewise.
34609         [C99-based-standards] (SCNo64): Likewise.
34610         [C99-based-standards] (SCNu64): Likewise.
34611         [C99-based-standards] (SCNx64): Likewise.
34612         [C99-based-standards] (PRIdLEAST64): Likewise.
34613         [C99-based-standards] (PRIiLEAST64): Likewise.
34614         [C99-based-standards] (PRIoLEAST64): Likewise.
34615         [C99-based-standards] (PRIuLEAST64): Likewise.
34616         [C99-based-standards] (PRIxLEAST64): Likewise.
34617         [C99-based-standards] (PRIXLEAST64): Likewise.
34618         [C99-based-standards] (SCNdLEAST64): Likewise.
34619         [C99-based-standards] (SCNiLEAST64): Likewise.
34620         [C99-based-standards] (SCNoLEAST64): Likewise.
34621         [C99-based-standards] (SCNuLEAST64): Likewise.
34622         [C99-based-standards] (SCNxLEAST64): Likewise.
34623         [C99-based-standards] (PRIdFAST64): Likewise.
34624         [C99-based-standards] (PRIiFAST64): Likewise.
34625         [C99-based-standards] (PRIoFAST64): Likewise.
34626         [C99-based-standards] (PRIuFAST64): Likewise.
34627         [C99-based-standards] (PRIxFAST64): Likewise.
34628         [C99-based-standards] (PRIXFAST64): Likewise.
34629         [C99-based-standards] (SCNdFAST64): Likewise.
34630         [C99-based-standards] (SCNiFAST64): Likewise.
34631         [C99-based-standards] (SCNoFAST64): Likewise.
34632         [C99-based-standards] (SCNuFAST64): Likewise.
34633         [C99-based-standards] (SCNxFAST64): Likewise.
34634         [C99-based-standards] (PRIdMAX): Likewise.
34635         [C99-based-standards] (PRIiMAX): Likewise.
34636         [C99-based-standards] (PRIoMAX): Likewise.
34637         [C99-based-standards] (PRIuMAX): Likewise.
34638         [C99-based-standards] (PRIxMAX): Likewise.
34639         [C99-based-standards] (PRIXMAX): Likewise.
34640         [C99-based-standards] (SCNdMAX): Likewise.
34641         [C99-based-standards] (SCNiMAX): Likewise.
34642         [C99-based-standards] (SCNoMAX): Likewise.
34643         [C99-based-standards] (SCNuMAX): Likewise.
34644         [C99-based-standards] (SCNxMAX): Likewise.
34645         [C99-based-standards] (PRIdPTR): Likewise.
34646         [C99-based-standards] (PRIiPTR): Likewise.
34647         [C99-based-standards] (PRIoPTR): Likewise.
34648         [C99-based-standards] (PRIuPTR): Likewise.
34649         [C99-based-standards] (PRIxPTR): Likewise.
34650         [C99-based-standards] (PRIXPTR): Likewise.
34651         [C99-based-standards] (SCNdPTR): Likewise.
34652         [C99-based-standards] (SCNiPTR): Likewise.
34653         [C99-based-standards] (SCNoPTR): Likewise.
34654         [C99-based-standards] (SCNuPTR): Likewise.
34655         [C99-based-standards] (SCNxPTR): Likewise.
34656         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34657         allow.
34658         * conform/data/stdint.h-data: Update comments to clarify
34659         requirements.
34660         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34661         type.
34662         [C99-based standards] (INT8_MAX): Likewise.
34663         [C99-based standards] (INT16_MIN): Likewise.
34664         [C99-based standards] (INT16_MAX): Likewise.
34665         [C99-based standards] (INT32_MIN): Likewise.
34666         [C99-based standards] (INT32_MAX): Likewise.
34667         [C99-based standards] (INT64_MIN): Likewise.
34668         [C99-based standards] (INT64_MAX): Likewise.
34669         [C99-based standards] (UINT8_MAX): Likewise.
34670         [C99-based standards] (UINT16_MAX): Likewise.
34671         [C99-based standards] (UINT32_MAX): Likewise.
34672         [C99-based standards] (UINT64_MAX): Likewise.
34673         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34674         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34675         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34676         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34677         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34678         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34679         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34680         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34681         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34682         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34683         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34684         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34685         [C99-based standards] (INT_FAST8_MIN): Likewise.
34686         [C99-based standards] (INT_FAST8_MAX): Likewise.
34687         [C99-based standards] (INT_FAST16_MIN): Likewise.
34688         [C99-based standards] (INT_FAST16_MAX): Likewise.
34689         [C99-based standards] (INT_FAST32_MIN): Likewise.
34690         [C99-based standards] (INT_FAST32_MAX): Likewise.
34691         [C99-based standards] (INT_FAST64_MIN): Likewise.
34692         [C99-based standards] (INT_FAST64_MAX): Likewise.
34693         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34694         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34695         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34696         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34697         [C99-based standards] (INTPTR_MIN): Likewise.
34698         [C99-based standards] (INTPTR_MAX): Likewise.
34699         [C99-based standards] (UINTPTR_MAX): Likewise.
34700         [C99-based standards] (INTMAX_MIN): Likewise.
34701         [C99-based standards] (INTMAX_MAX): Likewise.
34702         [C99-based standards] (UINTMAX_MAX): Likewise.
34703         [C99-based standards] (PTRDIFF_MIN): Likewise.
34704         [C99-based standards] (PTRDIFF_MAX): Likewise.
34705         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34706         [C99-based standards] (SIZE_MAX): Likewise.
34707         [C99-based standards] (WCHAR_MAX): Likewise.
34708         [C99-based standards] (WINT_MAX): Likewise.
34709         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34710         constraint on value.
34711         [C99-based standards] (WCHAR_MIN): Likewise.
34712         [C99-based standards] (WINT_MIN): Likewise.
34713         [C99-based standards] (*_t): Allow.
34714         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34715         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34716         Include math.h-data and complex.h-data.  Remove all expectations
34717         of math.h and complex.h contents.
34718         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34719         at end of line.
34720         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34721         (struct tm): Expect tag.
34722         [C99-based-standards] (wcstof): Expect function.
34723         [C99-based-standards] (wcstold): Likewise.
34724         [C99-based-standards] (wcstoll): Likewise.
34725         [C99-based-standards] (wcstoull): Likewise.
34726         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34727         macro-int-constant.  Specify type.
34728         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34729         constraint on value.
34730         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34731         Specify type.
34732         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34733         Specify value.
34734         [ISO C standards]: Do not allow headers.
34735         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34736         wcs[abcdefghijklmnopqrstuvwxyz]*.
34737         [ISO C standards] (*_t): Do not allow.
34738         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34739         Expect function.
34740         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34741         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34742         Specify type.
34743         [ISO C standards]: Do not allow headers.
34744         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34745         is[abcdefghijklmnopqrstuvwxyz]*.
34746         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34747         to[abcdefghijklmnopqrstuvwxyz]*.
34748         [ISO C standards] (*_t): Do not allow.
34749         * conform/data/stdalign.h-data: New file.
34750         * conform/data/stdbool.h-data: Likewise.
34751         * conform/data/stdnoreturn.h-data: Likewise.
34753 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34755         [BZ #14815]
34756         * manual/filesys.texi (Directory Entries): Typo fix.
34757         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34759 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34761         * elf/elf.h (EM_AARCH64): New macro.
34762         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34763         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34764         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34765         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34766         (R_AARCH64_TLSDESC): Likewise.
34767         (NT_ARM_TLS): Likewise.
34768         (NT_ARM_HW_BREAK): Likewise.
34769         (NT_ARM_HW_WATCH): Likewise.
34771 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34773         [BZ #14811]
34774         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34775         (__ieee754_powl): Saturate nonzero exponents with absolute value
34776         below 0x1p-79 to +/- 0x1p-79.
34777         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34778         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34779         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34780         nonzero exponents with absolute value below 0x1p-32 to +/-
34781         0x1p-32.
34782         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34783         (__ieee754_powl): Saturate nonzero exponents with absolute value
34784         below 0x1p-79 to +/- 0x1p-79.
34785         * math/libm-test.inc (pow_test): Add more tests.
34787 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34789         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34790         _dl_s390_cap_flags with kernel. Increase string length.
34791         (_dl_s390_platforms): Add z196 and zEC12.
34793 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34795         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34796         Change XOPEN21K to XOPEN2K.
34798 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34800         * string/memmove.c: Use memcpy when possible.
34802 2012-11-06  Andreas Jaeger  <aj@suse.de>
34804         * po/eo.po: Update from translation team.
34806 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34808         [BZ #14793]
34809         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34810         exponent and small x and y exponents, scale x or y up.  Increase
34811         by 2 the exponent used in scaling up.
34812         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34813         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34814         * math/libm-test.inc (fma_test): Add more tests.
34815         (fma_test_towardzero): Likewise.
34816         (fma_test_downward): Likewise.
34817         (fma_test_upward): Likewise.
34819 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34821         [BZ #14805]
34822         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34823         fenv_t *.
34825         [BZ #14801]
34826         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34827         namespace for names of struct fields.
34828         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34829         fenv_t fields.
34830         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34831         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34833 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34835         [BZ #3665]
34836         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34838 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34840         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34841         PTR_DEMANGLE.
34843         [BZ #5246]
34844         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34845         PTR_DEMANGLE.
34847 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34849         [BZ #14797]
34850         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34851         definitely overflow as x * y not x * y + z.
34852         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34853         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34854         * math/libm-test.inc (fma_test): Add more tests.
34855         (fma_test_towardzero): Likewise.
34856         (fma_test_downward): Likewise.
34857         (fma_test_upward): Likewise.
34859 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34861         [BZ #157]
34863         * include/stub-tag.h: Remove file.
34864         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34865         '#include' of it.
34866         * manual/maint.texi (Porting): Don't reference it.
34867         * Makerules ($(objpfx)stubs): Likewise.
34868         * dirent/closedir.c: Don't include <stub-tag.h>.
34869         * dirent/dirfd.c: Likewise.
34870         * dirent/fdopendir.c: Likewise.
34871         * dirent/getdents.c: Likewise.
34872         * dirent/getdents64.c: Likewise.
34873         * dirent/opendir.c: Likewise.
34874         * dirent/readdir.c: Likewise.
34875         * dirent/readdir64.c: Likewise.
34876         * dirent/readdir64_r.c: Likewise.
34877         * dirent/readdir_r.c: Likewise.
34878         * dirent/rewinddir.c: Likewise.
34879         * dirent/seekdir.c: Likewise.
34880         * dirent/telldir.c: Likewise.
34881         * gmon/profil.c: Likewise.
34882         * grp/setgroups.c: Likewise.
34883         * inet/if_index.c: Likewise.
34884         * io/access.c: Likewise.
34885         * io/chdir.c: Likewise.
34886         * io/chmod.c: Likewise.
34887         * io/chown.c: Likewise.
34888         * io/close.c: Likewise.
34889         * io/dup.c: Likewise.
34890         * io/dup2.c: Likewise.
34891         * io/dup3.c: Likewise.
34892         * io/euidaccess.c: Likewise.
34893         * io/faccessat.c: Likewise.
34894         * io/fchdir.c: Likewise.
34895         * io/fchmod.c: Likewise.
34896         * io/fchmodat.c: Likewise.
34897         * io/fchown.c: Likewise.
34898         * io/fchownat.c: Likewise.
34899         * io/fcntl.c: Likewise.
34900         * io/flock.c: Likewise.
34901         * io/fstatfs.c: Likewise.
34902         * io/fstatfs64.c: Likewise.
34903         * io/fstatvfs.c: Likewise.
34904         * io/fstatvfs64.c: Likewise.
34905         * io/futimens.c: Likewise.
34906         * io/fxstat.c: Likewise.
34907         * io/fxstat64.c: Likewise.
34908         * io/fxstatat.c: Likewise.
34909         * io/fxstatat64.c: Likewise.
34910         * io/getcwd.c: Likewise.
34911         * io/isatty.c: Likewise.
34912         * io/lchmod.c: Likewise.
34913         * io/lchown.c: Likewise.
34914         * io/link.c: Likewise.
34915         * io/linkat.c: Likewise.
34916         * io/lseek.c: Likewise.
34917         * io/lseek64.c: Likewise.
34918         * io/lxstat64.c: Likewise.
34919         * io/mkdir.c: Likewise.
34920         * io/mkdirat.c: Likewise.
34921         * io/mkfifo.c: Likewise.
34922         * io/mkfifoat.c: Likewise.
34923         * io/open.c: Likewise.
34924         * io/open64.c: Likewise.
34925         * io/openat.c: Likewise.
34926         * io/openat64.c: Likewise.
34927         * io/pipe.c: Likewise.
34928         * io/pipe2.c: Likewise.
34929         * io/poll.c: Likewise.
34930         * io/posix_fadvise.c: Likewise.
34931         * io/posix_fadvise64.c: Likewise.
34932         * io/posix_fallocate.c: Likewise.
34933         * io/posix_fallocate64.c: Likewise.
34934         * io/read.c: Likewise.
34935         * io/readlink.c: Likewise.
34936         * io/readlinkat.c: Likewise.
34937         * io/rmdir.c: Likewise.
34938         * io/sendfile.c: Likewise.
34939         * io/sendfile64.c: Likewise.
34940         * io/statfs.c: Likewise.
34941         * io/statfs64.c: Likewise.
34942         * io/statvfs.c: Likewise.
34943         * io/statvfs64.c: Likewise.
34944         * io/symlink.c: Likewise.
34945         * io/symlinkat.c: Likewise.
34946         * io/ttyname.c: Likewise.
34947         * io/ttyname_r.c: Likewise.
34948         * io/umask.c: Likewise.
34949         * io/unlink.c: Likewise.
34950         * io/unlinkat.c: Likewise.
34951         * io/utime.c: Likewise.
34952         * io/utimensat.c: Likewise.
34953         * io/write.c: Likewise.
34954         * io/xmknod.c: Likewise.
34955         * io/xmknodat.c: Likewise.
34956         * io/xstat.c: Likewise.
34957         * io/xstat64.c: Likewise.
34958         * login/getpt.c: Likewise.
34959         * login/grantpt.c: Likewise.
34960         * login/unlockpt.c: Likewise.
34961         * math/e_acoshl.c: Likewise.
34962         * math/e_acosl.c: Likewise.
34963         * math/e_asinl.c: Likewise.
34964         * math/e_atan2l.c: Likewise.
34965         * math/e_atanhl.c: Likewise.
34966         * math/e_coshl.c: Likewise.
34967         * math/e_expl.c: Likewise.
34968         * math/e_fmodl.c: Likewise.
34969         * math/e_gammal_r.c: Likewise.
34970         * math/e_hypotl.c: Likewise.
34971         * math/e_j0l.c: Likewise.
34972         * math/e_j1l.c: Likewise.
34973         * math/e_jnl.c: Likewise.
34974         * math/e_lgammal_r.c: Likewise.
34975         * math/e_log10l.c: Likewise.
34976         * math/e_log2l.c: Likewise.
34977         * math/e_logl.c: Likewise.
34978         * math/e_powl.c: Likewise.
34979         * math/e_rem_pio2l.c: Likewise.
34980         * math/e_sinhl.c: Likewise.
34981         * math/e_sqrtl.c: Likewise.
34982         * math/fclrexcpt.c: Likewise.
34983         * math/fedisblxcpt.c: Likewise.
34984         * math/feenablxcpt.c: Likewise.
34985         * math/fegetenv.c: Likewise.
34986         * math/fegetexcept.c: Likewise.
34987         * math/fegetround.c: Likewise.
34988         * math/feholdexcpt.c: Likewise.
34989         * math/fesetenv.c: Likewise.
34990         * math/fesetround.c: Likewise.
34991         * math/feupdateenv.c: Likewise.
34992         * math/fgetexcptflg.c: Likewise.
34993         * math/fraiseexcpt.c: Likewise.
34994         * math/fsetexcptflg.c: Likewise.
34995         * math/ftestexcept.c: Likewise.
34996         * math/k_cosl.c: Likewise.
34997         * math/k_rem_pio2l.c: Likewise.
34998         * math/k_sinl.c: Likewise.
34999         * math/k_tanl.c: Likewise.
35000         * math/s_asinhl.c: Likewise.
35001         * math/s_atanl.c: Likewise.
35002         * math/s_cbrtl.c: Likewise.
35003         * math/s_erfl.c: Likewise.
35004         * math/s_expm1l.c: Likewise.
35005         * math/s_log1pl.c: Likewise.
35006         * math/s_tanhl.c: Likewise.
35007         * misc/acct.c: Likewise.
35008         * misc/brk.c: Likewise.
35009         * misc/chflags.c: Likewise.
35010         * misc/chroot.c: Likewise.
35011         * misc/fchflags.c: Likewise.
35012         * misc/fgetxattr.c: Likewise.
35013         * misc/flistxattr.c: Likewise.
35014         * misc/fremovexattr.c: Likewise.
35015         * misc/fsetxattr.c: Likewise.
35016         * misc/fsync.c: Likewise.
35017         * misc/ftruncate.c: Likewise.
35018         * misc/futimes.c: Likewise.
35019         * misc/futimesat.c: Likewise.
35020         * misc/getdomain.c: Likewise.
35021         * misc/getdtsz.c: Likewise.
35022         * misc/gethostid.c: Likewise.
35023         * misc/gethostname.c: Likewise.
35024         * misc/getloadavg.c: Likewise.
35025         * misc/getpagesize.c: Likewise.
35026         * misc/getsysstats.c: Likewise.
35027         * misc/getxattr.c: Likewise.
35028         * misc/gtty.c: Likewise.
35029         * misc/ioctl.c: Likewise.
35030         * misc/lgetxattr.c: Likewise.
35031         * misc/listxattr.c: Likewise.
35032         * misc/llistxattr.c: Likewise.
35033         * misc/lremovexattr.c: Likewise.
35034         * misc/lsetxattr.c: Likewise.
35035         * misc/lutimes.c: Likewise.
35036         * misc/madvise.c: Likewise.
35037         * misc/mincore.c: Likewise.
35038         * misc/mlock.c: Likewise.
35039         * misc/mlockall.c: Likewise.
35040         * misc/mmap.c: Likewise.
35041         * misc/mprotect.c: Likewise.
35042         * misc/msync.c: Likewise.
35043         * misc/munlock.c: Likewise.
35044         * misc/munlockall.c: Likewise.
35045         * misc/munmap.c: Likewise.
35046         * misc/preadv.c: Likewise.
35047         * misc/preadv64.c: Likewise.
35048         * misc/ptrace.c: Likewise.
35049         * misc/pwritev.c: Likewise.
35050         * misc/pwritev64.c: Likewise.
35051         * misc/readv.c: Likewise.
35052         * misc/reboot.c: Likewise.
35053         * misc/remap_file_pages.c: Likewise.
35054         * misc/removexattr.c: Likewise.
35055         * misc/revoke.c: Likewise.
35056         * misc/select.c: Likewise.
35057         * misc/setdomain.c: Likewise.
35058         * misc/setegid.c: Likewise.
35059         * misc/seteuid.c: Likewise.
35060         * misc/sethostid.c: Likewise.
35061         * misc/sethostname.c: Likewise.
35062         * misc/setregid.c: Likewise.
35063         * misc/setreuid.c: Likewise.
35064         * misc/setxattr.c: Likewise.
35065         * misc/sstk.c: Likewise.
35066         * misc/stty.c: Likewise.
35067         * misc/swapoff.c: Likewise.
35068         * misc/swapon.c: Likewise.
35069         * misc/sync.c: Likewise.
35070         * misc/syncfs.c: Likewise.
35071         * misc/syscall.c: Likewise.
35072         * misc/truncate.c: Likewise.
35073         * misc/ualarm.c: Likewise.
35074         * misc/usleep.c: Likewise.
35075         * misc/ustat.c: Likewise.
35076         * misc/utimes.c: Likewise.
35077         * misc/vhangup.c: Likewise.
35078         * misc/writev.c: Likewise.
35079         * posix/_exit.c: Likewise.
35080         * posix/alarm.c: Likewise.
35081         * posix/execve.c: Likewise.
35082         * posix/fexecve.c: Likewise.
35083         * posix/fork.c: Likewise.
35084         * posix/fpathconf.c: Likewise.
35085         * posix/getaddrinfo.c: Likewise.
35086         * posix/getegid.c: Likewise.
35087         * posix/geteuid.c: Likewise.
35088         * posix/getgid.c: Likewise.
35089         * posix/getgroups.c: Likewise.
35090         * posix/getlogin.c: Likewise.
35091         * posix/getlogin_r.c: Likewise.
35092         * posix/getpgid.c: Likewise.
35093         * posix/getpid.c: Likewise.
35094         * posix/getppid.c: Likewise.
35095         * posix/getresgid.c: Likewise.
35096         * posix/getresuid.c: Likewise.
35097         * posix/getsid.c: Likewise.
35098         * posix/getuid.c: Likewise.
35099         * posix/glob64.c: Likewise.
35100         * posix/nanosleep.c: Likewise.
35101         * posix/pathconf.c: Likewise.
35102         * posix/pause.c: Likewise.
35103         * posix/posix_madvise.c: Likewise.
35104         * posix/pread.c: Likewise.
35105         * posix/pread64.c: Likewise.
35106         * posix/pwrite.c: Likewise.
35107         * posix/pwrite64.c: Likewise.
35108         * posix/sched_getaffinity.c: Likewise.
35109         * posix/sched_getp.c: Likewise.
35110         * posix/sched_gets.c: Likewise.
35111         * posix/sched_primax.c: Likewise.
35112         * posix/sched_primin.c: Likewise.
35113         * posix/sched_rr_gi.c: Likewise.
35114         * posix/sched_setaffinity.c: Likewise.
35115         * posix/sched_setp.c: Likewise.
35116         * posix/sched_sets.c: Likewise.
35117         * posix/sched_yield.c: Likewise.
35118         * posix/setgid.c: Likewise.
35119         * posix/setlogin.c: Likewise.
35120         * posix/setpgid.c: Likewise.
35121         * posix/setresgid.c: Likewise.
35122         * posix/setresuid.c: Likewise.
35123         * posix/setsid.c: Likewise.
35124         * posix/setuid.c: Likewise.
35125         * posix/sleep.c: Likewise.
35126         * posix/spawni.c: Likewise.
35127         * posix/sysconf.c: Likewise.
35128         * posix/times.c: Likewise.
35129         * posix/wait.c: Likewise.
35130         * posix/wait3.c: Likewise.
35131         * posix/wait4.c: Likewise.
35132         * posix/waitpid.c: Likewise.
35133         * resolv/gai_sigqueue.c: Likewise.
35134         * resource/getpriority.c: Likewise.
35135         * resource/getrlimit.c: Likewise.
35136         * resource/getrusage.c: Likewise.
35137         * resource/nice.c: Likewise.
35138         * resource/setpriority.c: Likewise.
35139         * resource/setrlimit.c: Likewise.
35140         * resource/ulimit.c: Likewise.
35141         * rt/aio_cancel.c: Likewise.
35142         * rt/aio_fsync.c: Likewise.
35143         * rt/aio_read.c: Likewise.
35144         * rt/aio_sigqueue.c: Likewise.
35145         * rt/aio_suspend.c: Likewise.
35146         * rt/aio_write.c: Likewise.
35147         * rt/clock_getres.c: Likewise.
35148         * rt/clock_gettime.c: Likewise.
35149         * rt/clock_nanosleep.c: Likewise.
35150         * rt/clock_settime.c: Likewise.
35151         * rt/lio_listio.c: Likewise.
35152         * rt/mq_close.c: Likewise.
35153         * rt/mq_getattr.c: Likewise.
35154         * rt/mq_notify.c: Likewise.
35155         * rt/mq_open.c: Likewise.
35156         * rt/mq_receive.c: Likewise.
35157         * rt/mq_send.c: Likewise.
35158         * rt/mq_setattr.c: Likewise.
35159         * rt/mq_timedreceive.c: Likewise.
35160         * rt/mq_timedsend.c: Likewise.
35161         * rt/mq_unlink.c: Likewise.
35162         * rt/shm_open.c: Likewise.
35163         * rt/shm_unlink.c: Likewise.
35164         * rt/timer_create.c: Likewise.
35165         * rt/timer_delete.c: Likewise.
35166         * rt/timer_getoverr.c: Likewise.
35167         * rt/timer_gettime.c: Likewise.
35168         * rt/timer_settime.c: Likewise.
35169         * setjmp/__longjmp.c: Likewise.
35170         * setjmp/setjmp.c: Likewise.
35171         * signal/kill.c: Likewise.
35172         * signal/killpg.c: Likewise.
35173         * signal/raise.c: Likewise.
35174         * signal/sigaction.c: Likewise.
35175         * signal/sigaltstack.c: Likewise.
35176         * signal/sigblock.c: Likewise.
35177         * signal/sigignore.c: Likewise.
35178         * signal/sigintr.c: Likewise.
35179         * signal/signal.c: Likewise.
35180         * signal/sigpause.c: Likewise.
35181         * signal/sigpending.c: Likewise.
35182         * signal/sigqueue.c: Likewise.
35183         * signal/sigreturn.c: Likewise.
35184         * signal/sigset.c: Likewise.
35185         * signal/sigsetmask.c: Likewise.
35186         * signal/sigstack.c: Likewise.
35187         * signal/sigsuspend.c: Likewise.
35188         * signal/sigtimedwait.c: Likewise.
35189         * signal/sigvec.c: Likewise.
35190         * signal/sigwait.c: Likewise.
35191         * signal/sigwaitinfo.c: Likewise.
35192         * signal/sysv_signal.c: Likewise.
35193         * socket/accept.c: Likewise.
35194         * socket/accept4.c: Likewise.
35195         * socket/bind.c: Likewise.
35196         * socket/connect.c: Likewise.
35197         * socket/getpeername.c: Likewise.
35198         * socket/getsockname.c: Likewise.
35199         * socket/getsockopt.c: Likewise.
35200         * socket/isfdtype.c: Likewise.
35201         * socket/listen.c: Likewise.
35202         * socket/recv.c: Likewise.
35203         * socket/recvfrom.c: Likewise.
35204         * socket/recvmsg.c: Likewise.
35205         * socket/send.c: Likewise.
35206         * socket/sendmsg.c: Likewise.
35207         * socket/sendto.c: Likewise.
35208         * socket/setsockopt.c: Likewise.
35209         * socket/shutdown.c: Likewise.
35210         * socket/sockatmark.c: Likewise.
35211         * socket/socket.c: Likewise.
35212         * socket/socketpair.c: Likewise.
35213         * stdio-common/ctermid.c: Likewise.
35214         * stdio-common/cuserid.c: Likewise.
35215         * stdio-common/remove.c: Likewise.
35216         * stdio-common/rename.c: Likewise.
35217         * stdio-common/renameat.c: Likewise.
35218         * stdio-common/tempname.c: Likewise.
35219         * stdlib/getcontext.c: Likewise.
35220         * stdlib/makecontext.c: Likewise.
35221         * stdlib/setcontext.c: Likewise.
35222         * stdlib/swapcontext.c: Likewise.
35223         * stdlib/system.c: Likewise.
35224         * streams/fattach.c: Likewise.
35225         * streams/fdetach.c: Likewise.
35226         * streams/getmsg.c: Likewise.
35227         * streams/getpmsg.c: Likewise.
35228         * streams/putmsg.c: Likewise.
35229         * streams/putpmsg.c: Likewise.
35230         * sysdeps/unix/bsd/getpt.c: Likewise.
35231         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35232         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35233         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35235         Likewise.
35236         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35237         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35238         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35239         * sysvipc/msgctl.c: Likewise.
35240         * sysvipc/msgget.c: Likewise.
35241         * sysvipc/msgrcv.c: Likewise.
35242         * sysvipc/msgsnd.c: Likewise.
35243         * sysvipc/semctl.c: Likewise.
35244         * sysvipc/semget.c: Likewise.
35245         * sysvipc/semop.c: Likewise.
35246         * sysvipc/semtimedop.c: Likewise.
35247         * sysvipc/shmat.c: Likewise.
35248         * sysvipc/shmctl.c: Likewise.
35249         * sysvipc/shmdt.c: Likewise.
35250         * sysvipc/shmget.c: Likewise.
35251         * termios/tcdrain.c: Likewise.
35252         * termios/tcflow.c: Likewise.
35253         * termios/tcflush.c: Likewise.
35254         * termios/tcgetattr.c: Likewise.
35255         * termios/tcgetpgrp.c: Likewise.
35256         * termios/tcsendbrk.c: Likewise.
35257         * termios/tcsetattr.c: Likewise.
35258         * termios/tcsetpgrp.c: Likewise.
35259         * time/adjtime.c: Likewise.
35260         * time/clock.c: Likewise.
35261         * time/getitimer.c: Likewise.
35262         * time/gettimeofday.c: Likewise.
35263         * time/setitimer.c: Likewise.
35264         * time/settimeofday.c: Likewise.
35265         * time/stime.c: Likewise.
35266         * time/time.c: Likewise.
35268 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35270         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35271         /usr/old/bin.
35273         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35274         instead of spaces.
35275         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35277 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35279         [BZ #14796]
35280         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35281         FE_TONEAREST before applying Dekker multiplication and Knuth
35282         addition.  Clear inexact exceptions and check for exact zero
35283         results afterwards.
35284         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35285         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35286         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35287         * math/libm-test.inc (fma_test): Add more tests.
35288         (fma_test_towardzero): Likewise.
35289         (fma_test_downward): Likewise.
35290         (fma_test_upward): Likewise.
35291         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35292         function.
35293         (libc_fesetround): New macro.
35294         (libc_fesetroundf): Likewise.
35295         (libc_fesetroundl): Likewise.
35296         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35297         function.
35298         (libc_fesetround_387): Likewise.
35299         (libc_fesetroundf): New macro.
35300         (libc_fesetround): Likewise.
35301         (libc_fesetroundl): Likewise.
35302         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35303         function.
35304         (libc_fesetroundf): New macro.
35305         (libc_fesetround): Likewise.
35306         (libc_fesetroundl): Likewise.
35307         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35308         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35309         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35310         libm_hidden_ver.
35311         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35312         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35313         libm_hidden_def.
35314         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35315         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35316         libm_hidden_ver.
35317         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35318         libm_hidden_def.
35320         [BZ #3439]
35321         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35322         integer constant usable in #if and use that to give value to enum
35323         constant.
35324         (FE_DIVBYZERO): Likewise.
35325         (FE_UNDERFLOW): Likewise.
35326         (FE_OVERFLOW): Likewise.
35327         (FE_INVALID): Likewise.
35328         (FE_INVALID_SNAN): Likewise.
35329         (FE_INVALID_ISI): Likewise.
35330         (FE_INVALID_IDI): Likewise.
35331         (FE_INVALID_ZDZ): Likewise.
35332         (FE_INVALID_IMZ): Likewise.
35333         (FE_INVALID_COMPARE): Likewise.
35334         (FE_INVALID_SOFTWARE): Likewise.
35335         (FE_INVALID_SQRT): Likewise.
35336         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35337         (FE_TONEAREST): Likewise.
35338         (FE_TOWARDZERO): Likewise.
35339         (FE_UPWARD): Likewise.
35340         (FE_DOWNWARD): Likewise.
35341         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35342         (FE_DIVBYZERO): Likewise.
35343         (FE_OVERFLOW): Likewise.
35344         (FE_UNDERFLOW): Likewise.
35345         (FE_INEXACT): Likewise.
35346         (FE_TONEAREST): Likewise.
35347         (FE_DOWNWARD): Likewise.
35348         (FE_UPWARD): Likewise.
35349         (FE_TOWARDZERO): Likewise.
35350         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35351         (FE_UNDERFLOW): Likewise.
35352         (FE_OVERFLOW): Likewise.
35353         (FE_DIVBYZERO): Likewise.
35354         (FE_INVALID): Likewise.
35355         (FE_TONEAREST): Likewise.
35356         (FE_TOWARDZERO): Likewise.
35357         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35358         (FE_OVERFLOW): Likewise.
35359         (FE_UNDERFLOW): Likewise.
35360         (FE_DIVBYZERO): Likewise.
35361         (FE_INEXACT): Likewise.
35362         (FE_TONEAREST): Likewise.
35363         (FE_TOWARDZERO): Likewise.
35364         (FE_UPWARD): Likewise.
35365         (FE_DOWNWARD): Likewise.
35366         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35367         (FE_DIVBYZERO): Likewise.
35368         (FE_OVERFLOW): Likewise.
35369         (FE_UNDERFLOW): Likewise.
35370         (FE_INEXACT): Likewise.
35371         (FE_TONEAREST): Likewise.
35372         (FE_DOWNWARD): Likewise.
35373         (FE_UPWARD): Likewise.
35374         (FE_TOWARDZERO): Likewise.
35376 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35378         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35380 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35382         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35383         commands.  Quote $PWD.
35384         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35385         -x" by "export".
35386         (remove_newlines): Remove.
35388 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35390         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35391         * stdlib/stdlib.h (atof): Moved to ...
35392         * include/bits/stdlib-float.h: Here.  New file.
35393         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35394         * stdlib/bits/stdlib-float.h: New file.
35395         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35396         -mno-sse -mno-mmx.
35397         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35398         <xmmintrin.h>.
35400 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35402         * conform/conformtest.pl (@headers): Add fenv.h.
35403         * conform/data/fenv.h-data: New file.
35404         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35405         include of <math/fenv.h>.
35407         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35408         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35409         && !UNIX98].  Enables tests for XOPEN2K8.
35410         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35411         POSIX2008]: Likewise.
35413         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35414         (struct rusage): Do not expect type or its members.
35416         [BZ #3439]
35417         * math/math.h (FP_NAN): Define macro to integer constant usable in
35418         #if and use that to give value to enum constant.
35419         (FP_INFINITE): Likewise.
35420         (FP_ZERO): Likewise.
35421         (FP_SUBNORMAL): Likewise.
35422         (FP_NORMAL): Likewise.
35424 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35426         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35427         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35428         arguments.
35430 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35432         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35433         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35434         autoconf-time if not.
35435         * configure.in: Remove AC_PREREQ.
35437 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35439         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35440         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35441         of the internal implementation.
35443 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35445         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35446         except include of <misc/sys/syslog.h>.
35448 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35451         function returns with a NULL context exit with zero.
35453 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35455         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35457 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35459         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35460         (run_program_cmd): This.
35461         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35462         (tst_langinfo): New variable.  Use it.
35464 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35466         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35467         floating point opcodes.
35469 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35471         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35472         variable.
35474         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35476         * sysdeps/mach/hurd/powerpc: Remove directory.
35477         * sysdeps/mach/powerpc: Likewise.
35479 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35481         * scripts/check-local-headers.sh: Ignore c++ headers.
35483 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35485         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35486         __libc_cleanup_region_start argument.
35488 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35490         [BZ #14784]
35491         [BZ #14785]
35492         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35493         x * y using scaling, not as x * y + z.
35494         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35495         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35496         * math/libm-test.inc (fma_test): Add more tests.
35497         (fma_test_towardzero): Likewise.
35498         (fma_test_downward): Likewise.
35499         (fma_test_upward): Likewise.
35501 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35503         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35505 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35507         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35508         New variable.
35510 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35512         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35514 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35517         Fix sort order.
35518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35519         Likewise.
35521 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35524         Fix the order of the list for glibc 2.17.
35525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35526         Likewise.
35528 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35532 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35534         [BZ #14610]
35535         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35536         for low part of x being zero before using __atanl (y).
35537         * math/libm-test.inc (atan2_test): Add another test.
35539         * manual/install.texi (Configuring and compiling): Document
35540         general use of test-wrapper and test-wrapper-env.
35541         * INSTALL: Regenerated.
35543         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35544         (__fma): Do not extract and scale down low bits on after-rounding
35545         systems when result rounded to normal precision would have normal
35546         exponent.
35547         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35548         (__fmal): Do not extract and scale down low bits on after-rounding
35549         systems when result rounded to normal precision would have normal
35550         exponent.
35551         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35552         (__fmal): Do not extract and scale down low bits on after-rounding
35553         systems when result rounded to normal precision would have normal
35554         exponent.
35555         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35556         macro.
35557         (fma_test): Add more tests.
35558         (fma_test_towardzero): Likewise.
35559         (fma_test_downward): Likewise.
35560         (fma_test_upward): Likewise.
35562 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35564         * sysdeps/i386/tininess.h: Renamed to ...
35565         * sysdeps/x86/tininess.h: This.
35566         * sysdeps/x86_64/tininess.h: Removed.
35568 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35570         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35571         input.  Use $(build-program-cmd).
35572         ($(objpfx)tst-array1-static.out): Likewise.
35573         ($(objpfx)tst-array2.out): Likewise.
35574         ($(objpfx)tst-array3.out): Likewise.
35575         ($(objpfx)tst-array4.out): Likewise.
35576         ($(objpfx)tst-array5.out): Likewise.
35577         ($(objpfx)tst-array5-static.out): Likewise.
35579 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35581         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35582         if defined.
35584         * nss/nsswitch.h (nss_interface_function): Provide new
35585         macro for use with NSS functions.
35586         * grp/initgroups.c: Use new macro.
35587         * nss/getXXbyYY.c: Likewise.
35588         * nss/getXXbyYY_r.c: Likewise.
35589         * nss/getXXent.c: Likewise.
35590         * nss/getXXent_r.c: Likewise.
35591         * sysdeps/posix/getaddrinfo.c: Likewise.
35593 2012-10-30  Andreas Jaeger  <aj@suse.de>
35595         * po/ru.po: Update Russion translation from translation project.
35597 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35599         [BZ #14152]
35600         [BZ #14783]
35601         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35602         result and shift together with sticky bit instead of replicating
35603         round-to-nearest rounding.
35604         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35605         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35606         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35607         missing underflow exceptions.
35608         (fma_test_towardzero): Add more tests.
35609         (fma_test_downward): Likewise.
35610         (fma_test_upward): Likewise.
35612         [BZ #14047]
35613         * sysdeps/generic/tininess.h: New file.
35614         * sysdeps/i386/tininess.h: Likewise.
35615         * sysdeps/sh/tininess.h: Likewise.
35616         * sysdeps/x86_64/tininess.h: Likewise.
35617         * stdlib/tst-strtod-underflow.c: Likewise.
35618         * stdlib/tst-tininess.c: Likewise.
35619         * stdlib/strtod_l.c: Include <tininess.h>.
35620         (round_and_return): Do not set errno for exact underflow cases.
35621         Force an underflow exception when setting errno for underflow.
35622         Determine underflow based on rounding to normal precision if
35623         TININESS_AFTER_ROUNDING.
35624         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35625         ERANGE for exact underflow cases.
35626         * stdlib/Makefile (tests): Add tst-tininess and
35627         tst-strtod-underflow.
35628         ($(objpfx)tst-tininess): Use $(link-libm).
35629         ($(objpfx)tst-strtod-underflow): Likewise.
35631 2012-10-30  Andreas Jaeger  <aj@suse.de>
35633         [BZ#14767]
35634         * elf/Makefile (tests): Remove conditional for have-initfini-array
35635         since this is now always required and the variable does not exist
35636         anymore.
35637         (tests-static): Likewise.
35638         (modules-names): Likewise.
35640         * po/eo.po: Add Esperanto translation from translation project.
35642         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35643         merged with constructor/destructor.
35644         (init_array): Likewise.
35645         * elf/tst-array2dep.c (fini_array): Likewise.
35646         (init_array): Likewise.
35648 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35650         * manual/message.texi: Delete @cartouche tags.
35652 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35654         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35655         EOPNOTSUPP.
35656         * sysdeps/mach/hurd/fsync.c: Likewise.
35658         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35659         [_POSIX_REALTIME_SIGNALS]: Change condition to
35660         [_POSIX_REALTIME_SIGNALS > 0].
35662 2012-10-27  Andreas Jaeger  <aj@suse.de>
35664         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35665         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35666         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35667         [__WORDSIZE != 64]: Likewise.
35669 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35671         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35672         *  iconvdata/tst-tables.sh: Likewise.
35674 2012-10-25  David S. Miller  <davem@davemloft.net>
35676         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35677         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35678         of strtoull.
35680         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35681         ifunc-impl-list.c
35682         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35683         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35684         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35685         file.
35687 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35689         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35690         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35691         __getdirentries.
35693 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35694             Jim Blandy  <jimb@codesourcery.com>
35696         * scripts/cross-test-ssh.sh: New file.
35697         * manual/install.texi (Configuring and compiling): Document use of
35698         cross-test-ssh.sh.
35699         * INSTALL: Regenerated.
35701 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35703         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35704         EOPNOTSUPP.
35706 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35708         * Makeconfig (run-program-prefix): Fix comment.
35710 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35711             Jim Blandy  <jimb@codesourcery.com>
35713         * Makeconfig (test-wrapper): New variable,
35714         (test-wrapper-env): Likewise.
35715         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35716         (run-built-tests): Define to yes.
35717         (run-program-prefix): Use $(test-wrapper).
35718         (built-program-cmd): Likewise.
35719         * Rules (make-test-out): Use $(test-wrapper-env) and
35720         $(host-built-program-cmd).
35721         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35722         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35723         tst-pathopt.sh.
35724         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35725         $(test-wrapper-env) to tst-rtld-load-self.sh.
35726         ($(objpfx)order2.out): Use $(test-wrapper).
35727         ($(objpfx)tst-initorder.out): Likewise.
35728         ($(objpfx)tst-initorder2.out): Likewise.
35729         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35730         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35731         (test_wrapper_env): New variable.  Use it to run ld.so.
35732         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35733         Use it to run ld.so.
35734         (test_wrapper_env): Likewise.
35735         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35736         $(test-wrapper) to run-iconv-test.sh.
35737         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35738         (ICONV): Use $test_wrapper.
35739         * posix/Makefile ($(objpfx)globtest.out): Pass
35740         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35741         globtest.sh, not $(run-program-prefix).
35742         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35743         (test_wrapper): Likewise.
35744         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35745         set together with run_via_rtld_prefix.
35746         (run_program_prefix): Define in terms of test_wrapper and
35747         run_via_rtld_prefix.
35749 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35751         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35752         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35753         Targets removed.
35755         [BZ #14743]
35756         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35757         Declare __clock_getres, __clock_gettime, __clock_settime,
35758         __clock_nanosleep, and __clock_getcpuclockid.
35759         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35760         Remove librt_hidden_def (clock_gettime).
35761         * sysdeps/unix/clock_gettime.c: Likewise.
35762         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35763         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35764         * rt/clock_getres.c: Define __clock_getres as an alias.
35765         * sysdeps/posix/clock_getres.c: Likewise.
35766         * rt/clock_settime.c: Define __clock_settime as an alias.
35767         * sysdeps/unix/clock_settime.c: Likewise.
35768         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35769         * sysdeps/unix/clock_nanosleep.c: Likewise.
35770         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35771         * rt/clock-compat.c: New file.
35772         * rt/Makefile (librt-routines): Add clock-compat and move
35773         $(clock-routines) to ...
35774         (routines): ... here, new variable.
35775         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35776         Don't add get_clockfreq here.
35777         * rt/Versions (libc: GLIBC_2.17): New version set.
35778         Add clock_* symbols here.
35779         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35780         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35781         (GLIBC_2.17): Add clock_* symbols.
35782         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35784         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35786         Likewise.
35787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35788         Likewise.
35789         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35790         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35793         * NEWS: Mention the move.
35795         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35796         Use __open, __read, __close rather than their public counterparts.
35797         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35798         (__get_clockfreq_via_cpuinfo): Likewise.
35799         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35800         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35802         * config.h.in (HAVE_IFUNC): New #undef.
35803         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35804         was successful.
35805         * configure: Regenerated.
35807 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35809         * configure.in: Move READELF check to start of file.
35810         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35811         libc_cv_asm_gnu_indirect_function in the process.
35812         * configure: Regenerated.
35814 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35816         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35817         send the output to /dev/null.
35818         (libc_cv_cc_with_libunwind): Likewise.
35819         (libc_cv_as_noexecstack): Likewise.
35820         * configure: Regenerate.
35822 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35824         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35826         * posix/globtest.sh (TMPDIR): Do not set.
35827         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35828         (testout): Likewise.
35830 2012-10-24  Andreas Jaeger  <aj@suse.de>
35832         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35833         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35834         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35835         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35836         posix_fadvise64, posix_fallocate64.
35838         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35839         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35840         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35841         Likewise.
35842         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35843         Likewise.
35844         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35846         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35847         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35848         <bits/fcntl-linux.h>.
35849         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35851         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35852         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35853         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35854         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35855         [__WORDSIZE != 64]: Likewise.
35857 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35859         * Makeconfig (run-built-tests): New variable.
35860         * Rules [$(cross-compiling) = yes]: Change condition to
35861         [$(run-built-tests) = no].
35862         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35863         to [$(run-built-tests) = yes].
35864         * elf/Makefile [$(cross-compiling) = no]: Likewise
35865         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35866         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35867         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35868         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35869         * io/Makefile [$(cross-compiling) = no]: Likewise.
35870         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35871         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35872         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35873         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35874         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35875         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35876         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35877         * string/Makefile [$(cross-compiling) = no]: Likewise.
35879         * posix/Makefile ($(objpfx)globtest.out): Pass
35880         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35881         $(rtld-installed-name).
35882         * posix/globtest.sh (elf_objpfx): Remove variable.
35883         (rtld_installed_name): Likewise.
35884         (library_path): Likewise.
35885         (run_program_prefix): New variable.  Use for running globtest
35886         binary.
35888 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35889             Joseph Myers  <joseph@codesourcery.com>
35891         * Makeconfig (host-built-program-cmd): New variable.
35892         * elf/Makefile (tst-stackguard1-ARGS): Use
35893         $(host-built-program-cmd).
35894         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35895         (tst-spawn-ARGS): Likewise.
35896         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35898 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35899             Jim Blandy  <jimb@codesourcery.com>
35901         * Makeconfig (run-via-rtld-prefix): New variable.
35902         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35903         (built-program-cmd): Likewise.
35905 2012-10-22  Andreas Jaeger  <aj@suse.de>
35907         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35908         __O_RSYNC if it exists, otherwise to O_SYNC.
35910 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35911             Joseph Myers  <joseph@codesourcery.com>
35913         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35914         /dev/null.
35915         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35916         from /dev/null
35917         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35918         /dev/null.
35920 2012-10-22  Andreas Jaeger  <aj@suse.de>
35922         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35923         Define always.
35924         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35926         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35927         bits/fcntl-linux.h.
35929         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35930         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35932         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35933         to __O_LARGEFILE.
35934         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35935         to __O_LARGEFILE.
35937 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35938             Joseph Myers  <joseph@codesourcery.com>
35940         * config.make.in (NM): New variable.
35942 2012-10-21  Andreas Jaeger  <aj@suse.de>
35944         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35945         definitions and declarations that are provided by
35946         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35948 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35950         [BZ #14683]
35951         * elf/Makefile (tests-static): Add tst-leaks1-static.
35952         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35953         ($(objpfx)tst-leaks1-static): New rule.
35954         ($(objpfx)tst-leaks1-static-mem): Likewise.
35955         (tst-leaks1-static-ENV): New macro.
35956         * elf/dl-open.c (dl_open_worker): Check the main application
35957         only if SHARED is defined.
35958         * elf/tst-leaks1-static.c: New file.
35960 2012-10-20  Andreas Jaeger  <aj@suse.de>
35962         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35963         generic values for Linux.
35964         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35965         and declarations that are provided by <bits/fcntl-linux.h> and
35966         include <bits/fcntl-linux.h>.
35967         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35968         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35970 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35972         * io/fcntl.h: Move include of <bits/types.h> to the top and
35973         include it unconditionally.
35975 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35977         * wcsmbs/Makefile (tests-ifunc): New variable.
35978         (tests): Add $(tests-ifunc).
35979         * wcsmbs/test-wcschr-ifunc.c: New file.
35980         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35981         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35982         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35983         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35984         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35986         * string/Makefile (tests-ifunc): New variable.
35987         (tests): Add $(tests-ifunc).
35988         * string/test-memccpy.c (TEST_NAME): New macro.
35989         * string/test-memchr.c (TEST_NAME): Likewise.
35990         * string/test-memcmp.c (TEST_NAME): Likewise.
35991         * string/test-memcpy.c (TEST_NAME): Likewise.
35992         * string/test-memmem.c (TEST_NAME): Likewise.
35993         * string/test-memmove.c (TEST_NAME): Likewise.
35994         * string/test-memset.c (TEST_NAME): Likewise.
35995         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35996         * string/test-stpcpy.c (TEST_NAME): Likewise.
35997         * string/test-stpncpy.c (TEST_NAME): Likewise.
35998         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35999         * string/test-strcasestr.c (TEST_NAME): Likewise.
36000         * string/test-strcat.c (TEST_NAME): Likewise.
36001         * string/test-strchr.c (TEST_NAME): Likewise.
36002         * string/test-strcmp.c(TEST_NAME): Likewise.
36003         * string/test-strcpy.c (TEST_NAME): Likewise.
36004         * string/test-strcspn.c (TEST_NAME): Likewise.
36005         * string/test-strlen.c (TEST_NAME): Likewise.
36006         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36007         * string/test-strncmp.c (TEST_NAME): Likewise.
36008         * string/test-strncpy.c (TEST_NAME): Likewise.
36009         * string/test-strnlen.c (TEST_NAME): Likewise.
36010         * string/test-strpbrk.c (TEST_NAME): Likewise.
36011         * string/test-strrchr.c (TEST_NAME): Likewise.
36012         * string/test-strspn.c (TEST_NAME): Likewise.
36013         * string/test-strstr.c (TEST_NAME): Likewise.
36014         * string/test-bcopy-ifunc.c: New file.
36015         * string/test-bzero-ifunc.c: Likewise.
36016         * string/test-memccpy-ifunc.c: Likewise.
36017         * string/test-memchr-ifunc.c: Likewise.
36018         * string/test-memcmp-ifunc.c: Likewise.
36019         * string/test-memcpy-ifunc.c: Likewise.
36020         * string/test-memmem-ifunc.c: Likewise.
36021         * string/test-memmove-ifunc.c: Likewise.
36022         * string/test-mempcpy-ifunc.c: Likewise.
36023         * string/test-memset-ifunc.c: Likewise.
36024         * string/test-rawmemchr-ifunc.c: Likewise.
36025         * string/test-stpcpy-ifunc.c: Likewise.
36026         * string/test-stpncpy-ifunc.c: Likewise.
36027         * string/test-strcasecmp-ifunc.c: Likewise.
36028         * string/test-strcasestr-ifunc.c: Likewise.
36029         * string/test-strcat-ifunc.c: Likewise.
36030         * string/test-strchr-ifunc.c: Likewise.
36031         * string/test-strchrnul-ifunc.c: Likewise.
36032         * string/test-strcmp-ifunc.c: Likewise.
36033         * string/test-strcpy-ifunc.c: Likewise.
36034         * string/test-strcspn-ifunc.c: Likewise.
36035         * string/test-strlen-ifunc.c: Likewise.
36036         * string/test-strncasecmp-ifunc.c: Likewise.
36037         * string/test-strncat-ifunc.c: Likewise.
36038         * string/test-strncmp-ifunc.c: Likewise.
36039         * string/test-strncpy-ifunc.c: Likewise.
36040         * string/test-strnlen-ifunc.c: Likewise.
36041         * string/test-strpbrk-ifunc.c: Likewise.
36042         * string/test-strrchr-ifunc.c: Likewise.
36043         * string/test-strspn-ifunc.c: Likewise.
36044         * string/test-strstr-ifunc.c: Likewise.
36046         * debug/Makefile (tests-ifunc): New variable.
36047         (tests): Add $(tests-ifunc).
36048         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36049         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36050         * debug/test-stpcpy_chk-ifunc.c: New file.
36051         * debug/test-strcpy_chk-ifunc.c: Likewise.
36053 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36055         [BZ #13601]
36056         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36057         header is not read in.
36059 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36061         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36062         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36063         directly.  Pass built executable to script as
36064         $(built-program-cmd).
36065         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36066         $testprogram without using LD_LIBRARY_PATH and $ldso.
36068         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36069         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36070         $(rtld-installed-name).
36071         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36072         (rtld_installed_name): Likewise.
36073         (library_path): Likewise.
36074         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36075         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36076         $(run-program-prefix) to tst-tables.sh.
36077         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36078         it to run tst-table-from and tst-table-to.
36079         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36080         Pass it to tst-table.sh.
36081         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36082         $(run-program-prefix) to tst-gettext.sh.
36083         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36084         tst-translit.sh.
36085         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36086         tst-gettext2.sh.
36087         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36088         to run tst-gettext.
36089         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36090         to run tst-gettext2.
36091         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36092         to run tst-translit.
36093         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36094         $(run-program-prefix) to tst-mtrace.sh.
36095         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36096         to run tst-mtrace.
36097         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36098         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36099         $(rtld-installed-name).
36100         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36101         (rtld_installed_name): Likewise.
36102         (run_program_prefix): New variable.  Use it to run wordexp-test.
36104         * Makeconfig (ARCH): Remove all definitions.
36105         (machine): Likewise.
36106         [ARCH]: Remove conditional code.
36107         [!objdir]: Give error.
36108         [!objdir] (objpfx): Remove.
36109         [!objdir] (common-objpfx): Likewise.
36110         [!objdir] (common-objdir): Likewise.
36111         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36112         AC_CONFIG_FILES call.
36113         * configure: Regenerated.
36115         [BZ #13888]
36116         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36117         or TMPDIR.
36118         (testout): Likewise.
36120         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36121         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36122         $(rtld-installed-name).
36123         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36124         (rtld_installed_name): Likwise.
36125         (runit): Remove function.
36126         (run_getconf): New variable,  Use it for running getconf binary.
36128 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36130         [BZ #14716]
36131         * string/test-memmem.c (check_result): New function.
36132         (do_one_test): Use it.
36133         (check1): New function.
36134         (test_main): Use it.
36136 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36138         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36140 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36142         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36143         (_G_LSEEK64): Likewise.
36144         (_G_MMAP64): Likewise.
36145         (_G_FSTAT64): Likewise.
36146         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36147         (_G_LSEEK64): Likewise.
36148         (_G_MMAP64): Likewise.
36149         (_G_FSTAT64): Likewise.
36150         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36151         unconditional.  Call __mmap64 directly.
36152         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36153         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36154         __lseek64 directly.
36155         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36156         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36157         __mmap64 directly.
36158         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36159         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36160         __lseek64 directly.
36161         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36162         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36163         __lseek64 directly.
36164         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36165         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36166         __lseek64 directly.
36167         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36168         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36169         __fxstat64 directly.
36170         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36171         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36172         unconditional.
36173         (freopen64) [!_G_OPEN64]: Remove conditional code.
36174         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36175         unconditional.
36176         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36177         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36178         unconditional.
36179         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36180         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36181         unconditional.
36182         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36183         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36184         unconditional.
36185         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36186         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36187         unconditional.
36188         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36189         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36190         unconditional.
36191         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36192         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36193         unconditional.
36194         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36196 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36198         [BZ #12140]
36199         * manual/memory.texi (Malloc Tunable Parameters): Add note
36200         about free list pointers overwriting some perturb bytes.
36201         Wording suggested by Roland McGrath.
36203 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36205         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36206         (lgamma_test): Likewise.
36207         (tgamma_test): Likewise.
36209 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36211         [BZ #14700]
36212         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36213         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36215 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36217         * NEWS: Mention BZ #14716.
36218         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36219         when removing AVAILABLE1_USES_J macro.
36221 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36223         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36224         (__bswap_64): __uint64_t for unsigned 64-bit int.
36226 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36228         * include/string.h (memmem): Declare libc hidden alias.
36229         * string/memmem.c (memmem): Define libc hidden alias.
36230         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36231         __read, __close instead of open, read, close.
36233 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36235         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36236         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36237         global and hidden.
36238         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36239         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36240         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36241         Likewise.
36242         (__rawmemchr_sse2): Likewise.
36243         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36244         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36245         (__strchr_sse2): Likewise.
36246         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36247         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36248         (__strcasecmp_sse2): Likewise.
36249         (__strncasecmp_sse2): Likewise.
36250         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36251         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36252         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36253         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36254         (__strrchr_sse2): Likewise.
36255         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36256         ifunc-impl-list.c.
36257         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36258         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36259         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36260         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36261         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36262         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36263         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36264         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36265         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36266         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36267         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36268         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36269         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36270         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36271         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36272         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36273         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36274         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36275         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36276         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36277         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36278         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36279         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36280         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36281         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36282         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36283         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36284         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36285         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36286         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36288         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36289         global and hidden.
36290         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36291         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36292         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36293         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36294         Likewise.
36295         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36296         Likewise.
36297         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36298         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36299         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36300         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36301         ifunc-impl-list.c.
36302         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36303         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36304         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36305         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36306         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36307         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36308         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36309         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36310         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36311         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36312         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36313         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36314         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36315         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36316         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36317         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36318         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36319         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36320         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36321         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36322         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36323         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36324         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36325         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36326         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36327         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36328         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36329         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36330         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36331         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36332         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36333         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36334         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36335         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36336         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36337         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36338         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36339         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36340         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36341         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36342         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36344         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36345         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36346         * include/ifunc-impl-list.h: New file.
36347         * misc/ifunc-impl-list.c: Likewise.
36348         * misc/Makefile (routines): Add ifunc-impl-list.
36349         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36350         * string/test-string.h: Include <ifunc-impl-list.h>.
36351         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36352         TEST_NAME]: New variables.
36353         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36354         are defined.
36355         (test_init): Call __libc_ifunc_impl_list to initialize
36356         func_list if TEST_IFUNC and TEST_NAME are defined.
36358         * string/Makefile (strop-tests): Add bcopy and bzero.
36359         * string/test-bcopy.c: New file.
36360         * string/test-bzero.c: Likewise.
36361         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36362         defined.
36363         * string/test-memset.c: Support bzero test if TEST_BZERO is
36364         defined.
36365         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36366         __libc_memmove.
36367         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36368         __libc_memset.
36369         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36370         of memset.
36372 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36374         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36375         * configure: Regenerated.
36377         * Makeconfig (+link-static-before-libc): Don't include
36378         $(link-static-libc).
36380         * libio/libio.h (_IO_pos_t): Remove.
36382 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36384         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36385         McGrath.
36387 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36389         * crypt/crypt-entry.c: Include fips-private.h.
36390         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36391         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36392         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36393         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36395 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36397         * crypt/crypt-private.h: Include stdbool.h.
36398         (_ufc_setup_salt_r): Return bool.
36399         * crypt/crypt-entry.c: Include errno.h.
36400         (__crypt_r): Return NULL with EINVAL for bad salt.
36401         * crypt/crypt_util.c (bad_for_salt): New.
36402         (_ufc_setup_salt_r): Check that salt is long enough and within
36403         the specified alphabet.
36404         * crypt/badsalttest.c: New file.
36405         * crypt/Makefile (tests): Add it.
36406         ($(objpfx)badsalttest): New.
36408 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36410         * NEWS: Add entry for BZ #14602.
36412 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36414         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36415         type-generic.
36416         * math/libm-test.inc: Update comment listing what functions and
36417         macros are tested.
36418         (isgreater_test): New function.
36419         (isgreaterequal_test): Likewise.
36420         (isless_test): Likewise.
36421         (islessequal_test): Likewise.
36422         (islessgreater_test): Likewise.
36423         (isunordered_test): Likewise.
36424         (main): Call the new functions.
36426 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36428         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36429         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36430         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36431         * sysdeps/i386/configure: Regenerated.
36432         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36433         * sysdeps/mach/configure: Regenerated.
36434         * sysdeps/mach/hurd/configure: Regenerated.
36435         * sysdeps/powerpc/configure: Regenerated.
36436         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36437         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36438         * sysdeps/s390/s390-32/configure: Regenerated.
36439         * sysdeps/s390/s390-64/configure: Regenerated.
36440         * sysdeps/sh/configure: Regenerated.
36441         * sysdeps/sparc/configure: Regenerated.
36442         * sysdeps/unix/sysv/linux/configure: Regenerated.
36443         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36444         * sysdeps/x86_64/configure: Regenerated.
36446         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36447         defined.  Don't check if MAP is NULL.
36449 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36451         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36452         (_G_stat64): Likewise.
36453         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36454         (_G_stat64): Likewise.
36455         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36456         instead of struct _G_stat64.
36457         * libio/fileops.c (mmap_remap_check): Likewise.
36458         (decide_maybe_mmap): Likewise.
36459         (_IO_new_file_seekoff): Likewise.
36460         (_IO_file_stat): Likewise.
36461         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36462         _G_off64_t.
36463         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36464         instead of struct _G_stat64.
36465         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36467 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36469         [BZ #14602]
36470         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36471         Replace with ...
36472         (CHECK_EOL): New macro.
36473         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36474         CHECK_EOL.
36475         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36476         Replace with CHECK_EOL.
36477         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36478         Replace with CHECK_EOL.
36480 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36482         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36483         type-generic.
36484         * math/libm-test.inc: Update comment listing what functions and
36485         macros are tested.
36486         (finite_test): New function.
36487         (isinf_test): Likewise.
36488         (isnan_test): Likewise.
36489         (fpclassify_test): Test subnormal input.
36490         (isfinite_test): Likewise.
36491         (isnormal_test): Likewise.
36492         (main): Call the new functions.
36494 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36496         [BZ #14660]
36497         * Makerules (%.dynsym): Force C locale when running
36498         $(OBJDUMP) --dynamic-syms.
36500 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36502         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36503         <stdint.h>.
36505 2012-10-06  David S. Miller  <davem@davemloft.net>
36507         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36508         upper 32-bits of the length value in %o2 since we use branch-on-register
36509         tests which consider the entire 64-bit register.
36511 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36513         * string/test-strstr.c (check2): Add a test for page boundary.
36515 2012-10-05  David S. Miller  <davem@davemloft.net>
36517         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36518         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36519         file.
36520         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36521         sysdep_routines.
36522         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36523         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36524         and bzero when HWCAP_SPARC_CRYPTO is present.
36526 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36528         [BZ #14602]
36529         * string/test-strstr.c (check2): New function.
36530         (test_main): Call check2.
36532         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36533         and bug-strchr1.
36534         * string/bug-strcasestr1.c (do_test): Moved to ...
36535         * string/test-strcasestr.c (check1): Here.  New function.
36536         (do_one_test): Break out result checking code into ...
36537         (check_result): This.  New function.
36538         (do_one_test): Call check_result.
36539         (test_main): Call check1.
36540         * string/bug-strchr1.c (do_test): Moved to ...
36541         * string/test-strchr.c (check1): Here.  New function.
36542         (do_one_test): Break out result checking code into ...
36543         (check_result): This.  New function.
36544         (do_one_test): Call check_result.
36545         (test_main): Call check1.
36546         * string/bug-strstr1.c (main): Moved to ...
36547         * string/test-strstr.c (check1): Here.  New function.
36548         (do_one_test): Break out result checking code into ...
36549         (check_result): This.  New function.
36550         (do_one_test): Call check_result.
36551         (test_main): Call check1.
36552         * string/bug-strcasestr1.c: Removed.
36553         * string/bug-strchr1.c: Likewise.
36554         * string/bug-strstr1.c: Likewise.
36556         * elf/Makefile (dl-routines): Add hwcaps.
36557         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36558         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36559         (_dl_important_hwcaps): Moved to ...
36560         * elf/dl-hwcaps.c: Here.  New file.
36561         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36563         [BZ #14557]
36564         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36565         if IS_IN_rtld isn't defined.
36567         * elf/dl-support.c (_dl_sysinfo_map): New.
36568         Include "get-dynamic-info.h" and "setup-vdso.h".
36569         (_dl_non_dynamic_init): Call setup_vdso.
36570         * elf/dynamic-link.h: Don't include <assert.h>.
36571         (elf_get_dynamic_info): Moved to ...
36572         * elf/get-dynamic-info.h: Here.  New file.
36573         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36574         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36575         * elf/setup-vdso.h: Here.  New file.
36576         * elf/rtld.c: Include "setup-vdso.h".
36577         (dl_main): Call setup_vdso.
36579 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36581         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36582         creal in comment listing functions tested.  List finite, isinf,
36583         isnan, isless, islessequal, isgreater, isgreaterequal,
36584         islessgreater, isunordered, lgamma_r and pow10 as functions and
36585         macros not tested.  Mention which functions not tested are aliases
36586         for other functions.  Fix typo.  Note that signs of NaNs are not
36587         tested.
36589         * scripts/config.guess: Update from config.git.
36590         * scripts/config.sub: Likewise.
36592 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36594         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36595         * misc/madvise.c (madvise): Renamed to __madvise.
36596         Make madvise a weak alias.
36597         * include/sys/mman.h: Declare __madvise.
36598         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36599         * sysdeps/unix/syscalls.list
36600         (madvise): Make __madvise the strong name, and madvise a weak alias.
36601         * sysdeps/unix/sysv/linux/syscalls.list
36602         (madvise, mmap): Remove redundant entries.
36603         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36604         * malloc/malloc.c (mtrim): Likewise.
36605         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36607 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36609         * sysdeps/mach/hurd/dl-cache.c: File removed.
36610         * config.h.in (USE_LDCONFIG): New #undef.
36611         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36612         * configure: Regenerated.
36613         * elf/Makefile (dl-routines): Add dl-cache only under
36614         [$(use-ldconfig) = yes].
36615         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36616         cache on [USE_LDCONFIG].
36617         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36618         [USE_LDCONFIG].
36619         * elf/rtld.c (dl_main): Likewise.
36621 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36623         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36624         _SC_LEVEL4_CACHE_LINESIZE.
36626 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36628         * sysdeps/unix/bsd/confstr.h: File removed.
36630 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36632         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36633         sys/sdt-config.h.
36635 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36637         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36638         Make 'mapoff' field ElfW(Off) rather than off_t.
36640 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36642         * nscd/Makefile: Remove nscd-cflags and all its users.
36643         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36644         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36646         [BZ #10631]
36647         * malloc.c (malloc_printerr): Clarify error message.
36649 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36651         [BZ #14648]
36652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36653         Set bit_FMA_Usable if FMA is supported.
36654         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36655         macro.
36656         (bit_FMA4_Usable): Updated.
36657         (index_FMA_Usable): New macro.
36658         (CPUID_FMA): Likewise
36659         (HAS_FMA): Defined with bit_FMA_Usable.
36661 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36663         * bits/types.h (__swblk_t): Type removed.
36664         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36665         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36666         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36667         (__SWBLK_T_TYPE): Likewise.
36668         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36669         (__SWBLK_T_TYPE): Likewise.
36670         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36671         (__SWBLK_T_TYPE): Likewise.
36672         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36673         (__SWBLK_T_TYPE): Likewise.
36675 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36676             Honza Horak <hhorak@redhat.com>
36678         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36679         (xdr_mapname): Use YPMAXMAP as maxsize.
36680         (xdr_peername): Use YPMAXPEER as maxsize.
36681         (xdr_keydat): Use YPAXRECORD as maxsize.
36682         (xdr_valdat): Use YPMAXRECORD as maxsize.
36684 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36686         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36688         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36689         * csu/init-first.c: ... here.
36690         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36691         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36692         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36693         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36694         * sysdeps/i386/init-first.c: File removed.
36695         * sysdeps/sh/init-first.c: File removed.
36697 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36699         [BZ #14645]
36700         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36701         if x * y might underflow to zero and z is zero.
36702         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36703         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36704         * math/libm-test.inc (min_subnorm_value): New variable.
36705         (fma_test): Add more tests.
36706         (fma_test_towardzero): Likewise.
36707         (fma_test_downward): Likewise
36708         (fma_test_upward): Likewise.
36709         (initialize): Set min_subnorm_value.
36711 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36713         [BZ #14638]
36714         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36715         0 + 0.
36716         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36717         mode for addition resulting in exact zero.
36718         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36719         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36720         exact 0 + 0.
36721         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36722         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36723         * math/libm-test.inc (fma_test): Add more tests.
36724         (fma_test_towardzero): New function.
36725         (fma_test_downward): Likewise.
36726         (fma_test_upward): Likewise.
36727         (main): Call the new functions.
36729 2012-09-28  David S. Miller  <davem@davemloft.net>
36731         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36733 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36735         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36736         instead of SIGALRM.
36738         * sysdeps/gnu/_G_config.h: Moved to ...
36739         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36740         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36741         * sysdeps/generic/_G_config.h: ... here.
36743         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36745         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36747         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36748         Conditionalize target on [libnss_test1.so-version].
36750         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36752         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36753         (elfobjdir): Move out of conditionals.
36755         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36756         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36757         (__nss_lookup_function): Conditionalize label remove_from_tree on
36758         [!DO_STATIC_NSS || SHARED], matching its only use.
36760 2012-09-28  David S. Miller  <davem@davemloft.net>
36762         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36763         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36764         file.
36765         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36766         sysdep_routines.
36767         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36768         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36769         when HWCAP_SPARC_CRYPTO is present.
36771 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36773         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36775 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36777         [BZ #6530]
36778         * stdio-common/vfprintf.c (process_string_arg): Revert
36779         2000-07-22 change.
36781 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36783         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36784         for testcase.
36785         * stdio-common/tst-sprintf.c: Include <locale.h>
36786         (main): Test sprintf's handling of incomplete multibyte
36787         characters.
36789 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36791         * elf/dl-runtime.c (VERSYMIDX): Removed.
36792         * elf/dl-version.c (VERSYMIDX): Likewise.
36793         * elf/do-rel.h (VERSYMIDX): Likewise.
36794         (VALIDX): Likewise.
36795         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36796         * elf/rtld.c (VALIDX): Likewise.
36797         (ADDRIDX): Likewise.
36798         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36799         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36800         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36801         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36802         (VALIDX): Likewise.
36803         (ADDRIDX): Likewise.
36805 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36807         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36809 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36811         [BZ #11438]
36812         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36813         to global scope.
36814         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36815         addresses are in the same scope as 192.0.2/24.
36816         * posix/gai.conf: Document new scope table defaults.
36818 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36820         [BZ #5298]
36821         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36822         for ftell.  Compute offsets from write pointers instead.
36823         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36825 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36827         [BZ #14543]
36828         * libio/Makefile (tests): New test case tst-fseek.
36829         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36830         combination works in wide mode.
36831         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36832         state when the external buffer state changes.
36834 2012-09-27  David S. Miller  <davem@davemloft.net>
36836         [BZ #14376]
36837         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36838         pass reloc->r_addend in as the 'high' argument to
36839         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36843 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36845         * rt/tst-aio2.c: Include <pthread.h>.
36846         * rt/tst-aio3.c: Likewise.
36848 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36850         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36852 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36854         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36855         contents on [SHARED].
36857 2012-09-26  Marek Polacek  <polacek@redhat.com>
36859         [BZ #14530]
36860         [BZ #13741]
36861         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36862         for C++ and GCC <4.3 as well as for non GCC compilers.
36864 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36866         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36868 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36870         * Makefile.in (all, install): Declare with .PHONY.
36871         Reported by Michael Hope <michael.hope@linaro.org>.
36873 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36875         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36876         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36877         system header.
36878         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36879         Likewise.
36880         (sydep_routines): Add the new and the internal functions.
36881         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36882         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36884         (GLIBC_2.17): Add the new function.
36885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36886         (GLIBC_2.17): Likewise.
36887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36888         (GLIBC_2.17): Likewise.
36889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36890         (GLIBC_2.17): Likewise.
36891         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36893 2012-09-25  Alan Modra  <amodra@gmail.com>
36895         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36896         Add release barrier before setting once_control to say
36897         initialisation is done.  Add hints on lwarx.  Use macro in
36898         place of isync.
36899         (clear_once_control): Add release barrier.
36901 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36903         [BZ #13629]
36904         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36905         specially.
36906         * math/s_clog10.c (__clog10): Likewise.
36907         * math/s_clog10f.c (__clog10f): Likewise.
36908         * math/s_clog10l.c (__clog10l): Likewise.
36909         * math/s_clogf.c (__clogf): Likewise.
36910         * math/s_clogl.c (__clogl): Likewise.
36911         * math/Makefile (libm-calls): Add x2y2m1.
36912         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36913         (__x2y2m1): Likewise.
36914         (__x2y2m1l): Likewise.
36915         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36916         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36917         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36918         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36919         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36920         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36921         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36922         * sysdeps/i386/fpu/libm-test-ulps: Update.
36923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36925         [BZ #14621]
36926         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36927         int as type of variable DEPTH.
36928         (glob): Use size_t instead of int as type of variables NEWCOUNT
36929         and OLD_PATHC.
36931 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36933         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36934         Add s_sincosf-sse2.
36935         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36936         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36937         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36938         macros for using routine as __sincosf_ia32.
36939         Use macro for function declaration and weak_alias.
36940         * sysdeps/i386/fpu/libm-test-ulps: Update.
36942         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36943         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36945         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36946         subnormal argument.
36947         * math/s_cexpf.c (__cexpf): Likewise.
36948         * math/s_csinf.c (__csinf): Likewise.
36949         * math/s_csinhf.c (__csinhf): Likewise.
36950         * math/s_ctanf.c (__ctanf): Likewise.
36951         * math/s_ctanhf.c (__ctanhf): Likewise.
36952         * math/s_ccosh.c (__ccoshf): Likewise.
36953         * math/s_cexp.c (__cexpl): Likewise.
36954         * math/s_csin.c (__csin): Likewise.
36955         * math/s_csinh.c (__csinh): Likewise.
36956         * math/s_ctan.c (__ctan): Likewise.
36957         * math/s_ctanh.c (ctanh): Likewise.
36958         * math/s_ccoshl.c (__ccoshl): Likewise.
36959         * math/s_cexpl.c (__cexpl): Likewise.
36960         * math/s_csinl.c (__csinl): Likewise.
36961         * math/s_csinhl.c (__csinhl): Likewise.
36962         * math/s_ctanl.c (__ctanl): Likewise.
36963         * math/s_ctanhl.c (__ctanhl): Likewise.
36965 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36967         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36968         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36969         (_IO_off_t): Define to __off_t, not _G_off_t.
36970         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36971         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36972         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36973         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36974         type of __dummy and __dummy2 fields.
36975         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36976         (_G_ssize_t): Likewise.
36977         (_G_off_t): Likewise.
36978         (_G_pid_t): Likewise.
36979         (_G_uid_t): Likewise.
36980         (_G_wchar_t): Likewise.
36981         (_G_wint_t): Likewise.
36982         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36983         (_G_ssize_t): Likewise.
36984         (_G_off_t): Likewise.
36985         (_G_pid_t): Likewise.
36986         (_G_uid_t): Likewise.
36987         (_G_wchar_t): Likewise.
36988         (_G_wint_t): Likewise.
36989         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36990         (_G_ssize_t): Likewise.
36991         (_G_off_t): Likewise.
36992         (_G_pid_t): Likewise.
36993         (_G_uid_t): Likewise.
36994         (_G_wchar_t): Likewise.
36995         (_G_wint_t): Likewise.
36997 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36999         * malloc/arena.c: Include malloc-sysdep.h.
37000         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37001         is sufficient to shrink the heap or an unmap is needed.
37002         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37003         new function check_may_shrink_heap.
37004         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37005         new function check_may_shrink_heap.
37007 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37009         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37010         comments.
37012 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37014         * catgets/test-gencat.sh: Add "set -e".
37015         * elf/tst-pathopt.sh: Likewise.
37016         * grp/tst_fgetgrent.sh: Likewise.
37017         * iconvdata/run-iconv-test.sh: Likewise.
37018         * intl/tst-gettext.sh: Likewise.
37019         * intl/tst-gettext2.sh: Likewise.
37020         * intl/tst-gettext4.sh: Likewise.
37021         * intl/tst-gettext6.sh: Likewise.
37022         * intl/tst-translit.sh: Likewise.
37023         * io/ftwtest-sh: Likewise.
37024         * libio/test-freopen.sh: Likewise.
37025         * malloc/tst-mtrace.sh: Likewise.
37026         * posix/globtest.sh: Likewise.
37027         * posix/tst-getconf.sh: Likewise.
37028         * posix/wordexp-tst.sh: Likewise.
37029         * stdio-common/tst-printf.sh: Likewise.
37030         * stdio-common/tst-unbputc.sh: Likewise.
37031         * stdlib/tst-fmtmsg.sh: Likewise.
37032         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37033         * catgets/Makefile: Do not specify -e option when running
37034         testsuite shell scripts.
37035         * elf/Makefile: Likewise.
37036         * grp/Makefile: Likewise.
37037         * iconvdata/Makefile: Likewise.
37038         * intl/Makefile: Likewise.
37039         * io/Makefile: Likewise.
37040         * libio/Makefile: Likewise.
37041         * malloc/Makefile: Likewise.
37042         * posix/Makefile: Likewise.
37043         * stdio-common/Makefile: Likewise.
37044         * stdlib/Makefile: Likewise.
37045         * sysdeps/x86_64/Makefile: Likewise.
37047         * io/ftwtest-sh: Add copyright header.
37048         * posix/globtest.sh: Likewise.
37049         * posix/tst-getconf.sh: Likewise.
37050         * posix/wordexp-tst.sh: Likewise.
37051         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37053 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37055         [BZ #13679]
37056         * Makeconfig (+link): Defined as $(+link-static) if
37057         $(build-shared) isn't yes.
37058         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37059         isn't yes.
37060         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37062         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37064         [BZ #14562]
37065         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37066         new chunk size with MALLOC_ALIGN_MASK.
37068 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37070         [BZ #5044]
37071         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37072         <rounding-mode.h>.
37073         (__printf_fphex): Determine rounding using get_rounding_mode and
37074         round_away.
37075         * stdio-common/tst-printf-round.c (struct hex_test): New
37076         structure.
37077         (hex_tests): New variable.
37078         (test_hex_in_one_mode): New function.
37079         (do_test): Also run tests for hex float output.
37081 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37083         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37084         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37085         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37086         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37087         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37088         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37089         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37090         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37092 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37094         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37095         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37096         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37097         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37099 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37101         [BZ #14579]
37102         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37103         mode only.
37104         * elf/tst-rtld-load-self.sh: New test.
37105         * elf/Makefile: Run it.
37107 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37109         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37110         (tst-writev-ENV): Remove.
37111         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37113 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37115         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37117 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37119         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37120         unconditional.
37121         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37122         Likewise.
37123         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37124         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37125         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37126         Likewise.
37128 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37130         [BZ #14587]
37131         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37132         * config.make.in (have-cpp-asm-debuginfo): Removed.
37133         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37134         * configure: Regenerated.
37136 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37138         [BZ #5044]
37139         * stdio-common/printf_fp.c: Include <stdbool.h> and
37140         <rounding-mode.h>.
37141         (___printf_fp): Determine rounding using get_rounding_mode and
37142         round_away.
37143         * stdio-common/tst-printf-round.c: New file.
37144         * stdio-common/Makefile (tests): Add tst-printf-round.
37145         (link-libm): New variable.
37146         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37148 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37150         [BZ #14576]
37151         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37152         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37153         Likewise.
37154         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37155         Likewise.
37157 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37159         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37160         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37161         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37162         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37164 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37166         [BZ #14518]
37167         * include/rounding-mode.h: New file.
37168         * sysdeps/generic/get-rounding-mode.h: Likewise.
37169         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37170         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37171         (MAX_VALUE): New macro.
37172         (MIN_VALUE): Likewise.
37173         (overflow_value): New function.
37174         (underflow_value): Likewise.
37175         (round_and_return): Use overflow_value and underflow_value to
37176         determine return values in overflow and underflow cases.  Use
37177         round_away to determine rounding depending on rounding mode.
37178         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37179         determine return values in overflow and underflow cases.
37180         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37181         (struct test_results): New structure.
37182         (struct test): Use struct test_results to store expected results
37183         for all rounding modes.
37184         (TEST): Include expected results for all rounding modes.
37185         (test_in_one_mode): New function.
37186         (do_test): Use test_in_one_mode to compute and check results.
37187         Check results for all rounding modes.
37188         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37189         $(link-libm).
37191 2012-12-09  Allan McRae  <allan@archlinux.org>
37193         * sysdeps/i386/fpu/libm-test-ulps: Update
37195 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37197         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37198         (_G_int32_t): Likewise.
37199         (_G_uint16_t): Likewise.
37200         (_G_uint32_t): Likewise.
37201         (_G_HAVE_BOOL): Likewise.
37202         (_G_HAVE_ATEXIT): Likewise.
37203         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37204         (_G_HAVE_IO_FILE_OPEN): Likewise.
37205         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37206         (_G_int32_t): Likewise.
37207         (_G_uint16_t): Likewise.
37208         (_G_uint32_t): Likewise.
37209         (_G_HAVE_BOOL): Likewise.
37210         (_G_HAVE_ATEXIT): Likewise.
37211         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37212         (_G_HAVE_IO_FILE_OPEN): Likewise.
37213         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37214         (_G_int32_t): Likewise.
37215         (_G_uint16_t): Likewise.
37216         (_G_uint32_t): Likewise.
37217         (_G_HAVE_BOOL): Likewise.
37218         (_G_HAVE_ATEXIT): Likewise.
37219         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37220         (_G_HAVE_IO_FILE_OPEN): Likewise.
37222 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37224         * csu/libc-tls.c: Update copyright years.
37226 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37228         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37229         [!_G_USING_THUNKS]: Remove conditional code.
37230         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37231         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37233         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37234         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37235         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37236         (_G_VTABLE_LABEL_PREFIX): Likewise.
37237         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37238         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37239         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37240         (_G_VTABLE_LABEL_PREFIX): Likewise.
37241         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37242         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37243         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37244         (_G_VTABLE_LABEL_PREFIX): Likewise.
37245         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37247 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37249         * libio/Makefile: Include ../Makeconfig before tests.
37250         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37251         only if $(build-shared) is yes.
37253         * iconv/gconv_db.c: Update copyright years.
37255 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37257         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37258         unwind info if defined PIC. Fix special cases description.
37259         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37261         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37262         DP_HI_MASK entry.
37263         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37265 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37267         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37269         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37270         is NULL.
37272         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37273         (LDLIBS-tst-chk4): This.
37274         (LDFLAGS-tst-chk5): Renamed to ...
37275         (LDLIBS-tst-chk5): This.
37276         (LDFLAGS-tst-chk6): Renamed to ...
37277         (LDLIBS-tst-chk6): This.
37278         (LDFLAGS-tst-lfschk4): Renamed to ...
37279         (LDLIBS-tst-lfschk4): This.
37280         (LDFLAGS-tst-lfschk5): Renamed to ...
37281         (LDLIBS-tst-lfschk5): This.
37282         (LDFLAGS-tst-lfschk6): Renamed to ...
37283         (LDLIBS-tst-lfschk6): This.
37285         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37286         on $(common-objpfx)soversions.mk.
37288 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37290         [BZ #10014]
37291         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37292         example host name.
37294 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37296         * malloc/arena.c (arena_get_retry): New function that gets
37297         another arena for the caller to try its request on.
37298         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37299         current arena cannot fulfill the request.
37300         (__libc_memalign): Likewise.
37301         (__libc_memalign): Likewise.
37302         (__libc_pvalloc): Likewise.
37303         (__libc_calloc): Likewise.
37305 2012-09-05  John Tobey  <john.tobey@gmail.com>
37307         [BZ #13542]
37308         * manual/arith.texi (Operations on Complex): Fix description
37309         of carg branch cut.
37311 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37313         [BZ #10014]
37314         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37315         host name.
37317         [BZ #10038]
37318         * manual/memory.texi (Memory): Make order of menu items match
37319         order of sections.
37321 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37323         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37324         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37325         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37327 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37329         * csu/libc-tls.c (static_dtv): Renamed to ...
37330         (_dl_static_dtv): This.  Make it global.
37331         (_dl_initial_dtv): Removed.
37332         (__libc_setup_tls): Updated.
37333         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37334         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37335         DL_INITIAL_DTV.
37337 2012-09-06  Petr Machata  <pmachata@redhat.com>
37339         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37340         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37341         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37342         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37344 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37346         [BZ #14545]
37347         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37348         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37349         freeing dtv[-1].
37351 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37353         [BZ #14544]
37354         * Makeconfig (link-static-before-libc): Replace $(+prector)
37355         with $(+prectorT).
37356         (link-static-after-libc): Replace $(+postctor) with
37357         $(+postctorT).
37358         (link-bounded): Replace $(+prector)/$(+postctor) with
37359         $(+prectorT)/$(+postctorT).
37360         (+prectorT): New macro.
37361         (+postctorT): Likewise.
37363 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37365         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37366         (round_str): Handle values above the maximum for IBM long double
37367         as inexact.
37368         * stdlib/tst-strtod-round.c (tests): Regenerated.
37370 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37372         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37373         assembler flag.
37374         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37375         zarch_nohighgprs around the zarch optimized routines.
37376         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37377         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37378         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37379         for zarch.
37381 2012-09-05  David S. Miller  <davem@davemloft.net>
37383         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37385         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37386         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37387         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37388         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37389         entries.
37391 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37393         * malloc/arena.c: Fold copyright years.
37394         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37396 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37398         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37400 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37402         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37404 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37406         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37407         change internal state upon failure.
37409 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37411         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37412         * malloc/memusage.c (mmap): Likewise.
37413         (mmap64, mremap): Likewise.  Adjust name in comment.
37415 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37417         * libio/fileops.c: Fix typos in comments.
37418         * libio/oldfileops.c: Likewise.
37419         * libio/wfileops.c: Likewise.
37421 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37423         [BZ #1349]
37424         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37425         (tst-malloc-usable-ENV): Set environment for test case.
37426         * malloc/hooks.c (malloc_check_get_size): New function to get
37427         requested size.
37428         * malloc/malloc.c (musable): Use malloc_check_get_size.
37429         * malloc/tst-malloc-usable.c: New test case.
37431 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37433         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37435 2012-09-05  Allan McRae  <allan@archlinux.org>
37437         [BZ #13966]
37438         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37439         determine header location.
37440         * configure: Regenerated.
37442 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37444         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37445         float format.
37446         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37447         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37448         format.
37449         (test): Regenerate.
37451 2012-09-04  David S. Miller  <davem@davemloft.net>
37453         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37454         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37455         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37457 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37459         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37460         failures.
37462         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37464 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37466         [BZ #9914]
37467         * libio/iogetdelim.c: Include <limits.h>.
37468         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37469         + len + 1 would overflow.
37471 2012-09-03  Andreas Jaeger  <aj@suse.de>
37473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37474         * sysdeps/i386/fpu/libm-test-ulps: Update.
37476 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37478         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37479         Add s_sinf-sse2, s_conf-sse2.
37481         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37482         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37483         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37484         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37486         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37487         for using routine as __sinf_ia32.
37488         Use macro for function declaration and weak_alias.
37489         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37490         for using routine as __cosf_ia32.
37491         Use macro for function declaration and weak_alias.
37493         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37494         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37496         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37497         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37500         * math/libm-test.inc (cos_test): Add more test cases.
37501         (sin_test): Likewise.
37502         (sincos_test): Likewise.
37504 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37506         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37507         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37508         hidden.
37509         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37511 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37513         [BZ #14538]
37514         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37515         first element of the GOT.
37516         (elf_machine_load_address): Return the difference between
37517         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37519 2012-09-01  Allan McRae  <allan@archlinux.org>
37521         [BZ #13412]
37522         * configure.in (AWK): Require gawk version 3.0 or later.
37523         * configure: Regenerated.
37525 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37527         * sysdeps/unix/sysv/linux/kernel-features.h
37528         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37529         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37530         [__NR_clock_getres]: Make code unconditional.
37531         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37532         (clock_getcpuclockid): Remove code left unreachable by removal of
37533         conditionals.
37534         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37535         code unconditional.
37536         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37537         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37538         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37539         Make code unconditional.
37540         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37541         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37542         * sysdeps/unix/sysv/linux/clock_settime.c
37543         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37544         conditional code.
37545         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37546         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37548 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37550         [BZ #14476]
37551         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37552         scripts/test-installation.pl.
37554         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37555         and $ld_so_version if it is set.
37557 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37559         [BZ #14516]
37560         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37561         failure if reading from procfs failed.
37562         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37564 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37566         * sysdeps/unix/sysv/linux/kernel-features.h
37567         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37568         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37569         Remove conditional code.
37570         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37571         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37572         Remove conditional code.
37573         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37574         * sysdeps/unix/sysv/linux/i386/fxstat.c
37575         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37576         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37577         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37578         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37579         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37580         * sysdeps/unix/sysv/linux/i386/lxstat.c
37581         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37582         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37583         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37584         Remove conditional code.
37585         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37586         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37587         Remove conditional code.
37588         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37589         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37590         <kernel-features.h>.
37591         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37592         Remove.
37593         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37594         Remove conditional code.
37595         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37596         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37597         Remove conditional.
37599 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37601         [BZ #5400]
37602         * NEWS: Add fixed bug number.
37604 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37606         [BZ #14519]
37607         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37608         underflowing exponent in case of negative sign.
37609         * stdlib/tst-strtod-round-data: Add more tests.
37610         * stdlib/tst-strtod-round.c (tests): Regenerated.
37612         [BZ #3479]
37613         * stdlib/strtod_l.c (NDIG): Remove.
37614         (HEXNDIG): Likewise.
37615         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37616         smallest representable value.
37617         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37618         lie within an exact representation of 1/2 ulp of the result.
37619         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37620         unconditionally.
37621         (TENS_P9_IDX): Define unconditionally.
37622         (TENS_P9_SIZE): Likewise.
37623         (TENS_P10_IDX): Likewise.
37624         (TENS_P10_SIZE): Likewise.
37625         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37626         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37627         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37628         entries for 10^2^13 and 10^2^14.
37629         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37630         (TENS_P13_IDX): Define.
37631         (TENS_P13_SIZE): Likewise.
37632         (TENS_P14_IDX): Likewise.
37633         (TENS_P14_SIZE): Likewise.
37634         (_fpioconst_pow10): Change array size to
37635         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37636         unconditional.
37637         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37638         1024]: Add entries for 10^2^13 and 10^2^14.
37639         [LAST_POW10 > _LAST_POW10]: Remove #error.
37640         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37641         (_fpioconst_pow10): Change array size to
37642         FPIOCONST_POW10_ARRAY_SIZE.
37643         * stdlib/gen-fpioconst.c: New file.
37644         * stdlib/gen-tst-strtod-round.c: Likewise.
37645         * stdlib/tst-strtod-round-data: Likewise.
37646         * stdlib/tst-strtod-round.c: Likewise.
37647         * stdlib/Makefile (tests): Add tst-strtod-round.
37649         [BZ #14459]
37650         * stdlib/strtod_l.c: Include <stdint.h>.
37651         (NDEBUG): Do not define.
37652         (round_and_return): Change EXPONENT parameter to type intmax_t.
37653         Rearrange calculations to avoid internal overflow possibilities.
37654         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37655         Rearrange calculations to avoid internal overflow possibilities.
37656         Assert that number fits inside MPNSIZE limbs.
37657         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37658         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37659         calculations and add assertions to avoid internal overflow
37660         possibilities.  Add casts to avoid signed/unsigned operations.
37661         * stdlib/tst-strtod-overflow.c: New file.
37662         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37664 2012-08-25  Marek Polacek  <polacek@redhat.com>
37666         * time/time.h: Fix some typos in comments.
37668 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37670         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37671         * posix/tst-rfc3484-2.c: Likewise.
37672         * posix/tst-rfc3484-3.c: Likewise.
37674 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37676         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37677         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37679 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37681         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37682         #include of fxstatat64.c.
37684 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37686         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37687         * shadow/getspent_r.c: Likewise.
37688         * shadow/getspnam.c: Likewise.
37689         * shadow/getspnam_r.c: Likewise.
37690         * gshadow/getsgent.c: Likewise.
37691         * gshadow/getsgent_r.c: Likewise.
37692         * gshadow/getsgnam.c: Likewise.
37693         * gshadow/getsgnam_r.c: Likewise.
37694         * inet/getnetbyad.c: Likewise.
37695         * inet/getnetbyad_r.c: Likewise.
37696         * inet/getnetbynm.c: Likewise.
37697         * inet/getnetbynm_r.c: Likewise.
37698         * inet/getnetent.c: Likewise.
37699         * inet/getnetent_r.c: Likewise.
37700         * inet/getproto.c: Likewise.
37701         * inet/getproto_r.c: Likewise.
37702         * inet/getprtent.c: Likewise.
37703         * inet/getprtent_r.c: Likewise.
37704         * inet/getprtname.c: Likewise.
37705         * inet/getprtname_r.c: Likewise.
37706         * inet/getrpcbyname.c: Likewise.
37707         * inet/getrpcbyname_r.c: Likewise.
37708         * inet/getrpcbynumber.c: Likewise.
37709         * inet/getrpcbynumber_r.c: Likewise.
37710         * inet/getrpcent.c: Likewise.
37711         * inet/getrpcent_r.c: Likewise.
37712         * inet/getaliasent.c: Likewise.
37713         * inet/getaliasent_r.c: Likewise.
37714         * inet/getaliasname.c: Likewise.
37715         * inet/getaliasname_r.c: Likewise.
37716         * nscd/getgrgid_r.c: Likewise.
37717         * nscd/getgrnam_r.c: Likewise.
37718         * nscd/gethstbyad_r.c: Likewise.
37719         * nscd/gethstbynm3_r.c: Likewise.
37720         * nscd/getpwnam_r.c: Likewise.
37721         * nscd/getpwuid_r.c: Likewise.
37722         * nscd/getsrvbynm_r.c: Likewise.
37723         * nscd/getsrvbypt_r.c: Likewise.
37724         * nscd/gai.c: Likewise.
37726         * configure.in (build_nscd): New substituted variable, set
37727         by --disable-build-nscd and defaults to $use_nscd.
37728         * configure: Regenerated.
37729         * config.make.in (build-nscd): New substituted variable.
37730         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37731         Change conditional to require [$(build-nscd) = yes] as well.
37732         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37734         [BZ# 13696]
37735         * configure.in (use_nscd): New substituted variable, set by
37736         --disable-nscd.  If enabled, define USE_NSCD.
37737         * configure: Regenerated.
37738         * config.h.in: Add USE_NSCD.
37739         * config.make.in (use-nscd): New substituted variable.
37740         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37741         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37742         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37743         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37744         (CFLAGS-getgrnam_r.c): Likewise.
37745         (CFLAGS-initgroups.c): Likewise.
37746         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37747         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37748         Variables removed.
37749         * inet/getnetgrent_r.c
37750         (nscd_setnetgrent): New function, broken out of ...
37751         (setnetgrent): ... here.  Call it.
37752         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37753         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37754         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37755         * nscd/Makefile (routines, aux): Move definitions after include of
37756         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37757         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37758         Conditionalize on [USE_NSCD].
37759         (is_nscd, nscd_init_cb): Likewise.
37760         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37761         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37762         * nss/nss_db/db-init.c: Likewise.
37763         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37764         [USE_NSCD].
37765         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37766         (make_request): Use it.
37767         (cache_valid_p): New function.
37768         (__check_pf): Use it.
37769         * NEWS: Add item for --disable-nscd.
37771 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37773         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37774         to support sed >= 4.2.1-20-ga9bf076.
37775         * configure: Regenerated.
37777 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37779         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37780         Conditionalize whole body on [IREL].
37782 2012-08-22  Jeff Law <law@redhat.com>
37784         [BZ #14505]
37785         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37786         if the family is PF_UNSPEC.
37788 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37790         * Makerules (lib-version): Rename from V.
37791         (install-lib-nosubdir): Change V to lib-version.
37793 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37795         [BZ #14252]
37796         * powerpc32/power6/wcschr.c: New file.
37797         * powerpc32/power6/wcscpy.c: New file.
37798         * powerpc32/power6/wcsrchr.c: New file.
37799         * powerpc64/power6/wcschr.c: New file.
37800         * powerpc64/power6/wcscpy.c: New file.
37801         * powerpc64/power6/wcsrchr.c: New file.
37803 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37805         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37806         (two_way_short_needle): Use it.
37807         * string/strstr.c (AVAILABLE1_USES_J): Define.
37808         * string/strcasestr.c: Likewise.
37810         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37811         array references.
37812         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37814         [BZ #11607]
37815         * NEWS: Add an entry.
37816         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37817         define their defaults.
37818         (two_way_short_needle): Detect end-of-string on-the-fly.
37819         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37820         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37821         * string/bug-strcasestr1.c: New test.
37822         * string/Makefile: Run it.
37824 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37826         [BZ #11607]
37827         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37828         the first character.
37830 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37832         * csu/elf-init.c (__libc_csu_irel): Function removed.
37833         * csu/libc-start.c (apply_irel): New function.
37834         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37836 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37838         * sysdeps/unix/sysv/linux/kernel-features.h
37839         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37840         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37841         <kernel-features.h>.
37842         [__NR_fadvise64_64]: Make code unconditional.
37843         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37844         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37845         !__NR_fadvise64_64)]: Likewise.
37846         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37847         !__NR_fadvise64_64))]: Likewise.
37848         [__NR_fadvise64]: Make code unconditional.
37849         [!__NR_fadvise64]: Remove conditional code.
37850         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37851         <kernel-features.h>.
37852         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37853         unconditional.
37854         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37855         conditional code.
37856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37857         not include <kernel-features.h>.
37858         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37859         unconditional.
37860         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37861         conditional code.
37862         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37863         include <kernel-features.h>.
37864         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37865         unconditional.
37866         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37867         conditional code.
37869 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37871         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37872         slight instruction rearrangements per scrollpipe analysis.
37873         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37875 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37877         * manual/syslog.texi (syslog; vsyslog, closelog):
37878         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37879         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37881         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37882         DSOCAPS to match condition on defining it.
37884 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37886         * sysdeps/unix/sysv/linux/kernel-features.h
37887         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37889         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37890         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37892         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37893         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37895         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37896         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37898         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37899         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37901         * sysdeps/unix/sysv/linux/kernel-features.h
37902         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37903         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37904         unconditional.
37905         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37906         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37907         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37908         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37909         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37910         Make code unconditional.
37911         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37912         (__mmap64) [!__NR_mmap2]: Likewise.
37913         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37914         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37915         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37916         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37917         [__NR_mmap2]: Make code unconditional.
37918         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37919         (__mmap64) [!__NR_mmap2]: Likewise.
37921 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37923         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37925 2012-08-18  Andreas Jaeger  <aj@suse.de>
37927         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37929 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37931         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37932         * include/unistd.h (__have_sock_cloexec): Likewise.
37933         (__have_pipe2): Likewise.
37934         (__have_dup3): Likewise.
37936 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37938         [BZ #9685]
37939         * include/unistd.h (__have_pipe2): Change define into an extern int.
37940         (__have_dup3): Likewise.
37941         * socket/have_sock_cloexec.c: Include fcntl.h.
37942         (__have_pipe2): New variable.
37943         (__have_dup3): Likewise.
37945 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37947         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37949 2012-08-17  Marek Polacek  <polacek@redhat.com>
37951         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37952         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37954 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37956         * configure.in: Add AC_SUBST for sysheaders.
37957         * configure: Regenerated.
37958         * config.make.in (sysheaders): New substituted variable.
37960         * sysdeps/unix/mkfifo.c: Moved ...
37961         * sysdeps/posix/mkfifo.c: ... here.
37962         * sysdeps/unix/mkfifoat.c: Moved ...
37963         * sysdeps/posix/mkfifoat.c: ... here.
37965         * sysdeps/unix/utime.c: Moved ...
37966         * sysdeps/posix/utime.c: ... here.
37968         * sysdeps/unix/time.c: Moved ...
37969         * sysdeps/posix/time.c: ... here.
37970         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37971         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37973         * sysdeps/unix/nice.c: Moved ...
37974         * sysdeps/posix/nice.c: ... here.
37976         * sysdeps/unix/alarm.c: Moved ...
37977         * sysdeps/posix/alarm.c: ... here.
37979         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37981 2012-08-17  Jeff Law <law@redhat.com>
37983         * intl/Makefile (codeset_mo): New variable.
37984         ($(codeset_mo)): New target.
37985         (tst-codeset.out): Depend on that.  Remove explicit rule.
37986         (tst-gettext3.out, tst-gettext5.out): Likewise.
37987         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37988         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37989         * intl/tst-codeset.sh: Remove.
37990         * intl/tst-gettext3.sh: Likewise.
37991         * intl/tst-gettext5.sh: Likewise.
37993 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37995         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37996         * sysdeps/unix/syscalls.list: ... here.
37998         * sysdeps/posix/getaddrinfo.c
37999         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38000         (gaiconf_init, gaiconf_reload): Use them.
38001         [!_STATBUF_ST_NSEC]
38002         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38003         Define using time_t rather than struct timespec.
38005         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38006         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38007         Macros removed.
38008         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38009         [!NO_THREADS].
38010         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38011         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38012         Likewise.
38014         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38015         __libc_cleanup_push argument.
38017         * bits/param.h: New file.
38018         * misc/sys/param.h: New file.
38019         * include/sys/param.h: New file.
38020         * misc/Makefile (headers): Add bits/param.h.
38021         * sysdeps/generic/sys/param.h: File removed.
38022         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38023         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38024         * sysdeps/mach/hurd/bits/param.h: New file.
38025         * sysdeps/mach/hurd/sys/param.h: File removed.
38027         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38028         last change.
38030         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38031         [_IO_MTSAFE_IO].
38032         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38033         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38034         New macros.
38036         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38037         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38038         rather than -D_IO_MTSAFE_IO conditionally.
38039         * stdio-common/Makefile (CPPFLAGS): Likewise.
38040         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38041         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38042         Use $(libio-mtsafe).
38043         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38044         of -D_IO_MTSAFE_IO.
38045         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38046         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38047         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38048         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38049         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38050         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38051         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38052         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38053         (CFLAGS-fread_u_chk.c): Likewise.
38054         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38055         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38056         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38057         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38058         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38059         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38060         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38061         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38062         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38064         * libio/Makefile: Test [$(libc-reentrant) = yes]
38065         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38067         * Makeconfig
38068         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38069         * sysdeps/pthread/configure: File removed.
38070         * sysdeps/pthread/Makeconfig: New file.
38071         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38072         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38074 2012-08-16  Gary Benson  <gbenson@redhat.com>
38076         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38077         unmapping the first object in a namespace.
38079 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38081         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38082         (__internal_setnetgrent): ... this.  Add internal_function to
38083         definition.  Add libc_hidden_def.
38084         (setnetgrent): Update caller.
38085         (internal_endnetgrent): Renamed to ...
38086         (__internal_endnetgrent): ... this.  Add internal_function to
38087         definition.  Add libc_hidden_def.
38088         (endnetgrent): Update caller.
38089         (internal_getnetgrent_r): Renamed to ...
38090         (__internal_getnetgrent_r): ... this.  Add internal_function to
38091         definition.  Add libc_hidden_def.
38092         (__getnetgrent_r): Update caller.
38093         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38095 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38097         * stdlib/longlong.h: Update from GCC.
38099 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38101         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38102         on _QL, which is set by umul_ppmm but never used.
38103         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38104         variables, which are set by GMP macros but never used.
38105         * stdio-common/_itowa.c (_itowa): Likewise.
38106         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38107         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38109 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38111         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38112         struct La_sh_regs is not constant.
38113         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38114         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38115         and struct La_sparc64_regs are not constant.
38117 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38119         * sysdeps/unix/sysv/linux/kernel-features.h
38120         (__ASSUME_POSIX_TIMERS): Remove.
38121         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38122         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38123         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38124         Make code unconditional.
38125         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38126         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38127         Make code unconditional.
38128         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38129         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38130         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38131         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38132         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38133         Make code unconditional.
38134         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38135         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38136         (__libc_missing_posix_timers): Remove.
38138 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38140         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38141         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38143         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38145         * elf/dl-sym.c: Include <stdlib.h>.
38147         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38148         constants, which avoids warnings in 32-bit builds.
38150         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38151         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38153         * misc/lseek.c: File moved to ...
38154         * io/lseek.c: ... here.
38156         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38158         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38159         shifting LEN more than 31 bits at once.
38161 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38163         [BZ #14195]
38164         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38165         segmentation fault for a case of two empty input strings.
38166         * string/test-strncasecmp.c (check1): Renamed to...
38167         (bz12205): ...this.
38168         (bz14195): Add new testcase for two empty input strings and N > 0.
38169         (test_main): Call new testcase, adapt for renamed function.
38171 2012-08-15  Andreas Jaeger  <aj@suse.de>
38173         [BZ #14090]
38174         * crypt/md5test2.c: New test, based on test supplied by Serge
38175         Belyshev <belyshev@depni.sinp.msu.ru>.
38176         * crypt/Makefile (xtests): Add md5test-giant..
38177         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38179 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38181         [BZ #14090]
38182         * crypt/md5.c (md5_process_block): Don't assume the buffer
38183         length is less than 2**32.
38184         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38185         length is less than 2**64.
38187 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38189         * string/str-two-way.h: Include <sys/param.h>.
38190         (MAX): Macro removed.
38192         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38193         Move #define and #undef of memmove to just before and after
38194         including <string.h>.
38196         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38197         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38198         and after including <string.h>.  Move declarations of
38199         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38200         to before #include "string/memmove.c".
38202         * include/dirent.h: Declare __getdirentries.
38204         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38205         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38207 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38209         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38210         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38211         * sysdeps/i386/configure: Regenerated.
38212         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38213         STABS_CURRENT_FILE, and STABS_FUN.
38214         (END): Remove call to STABS_FUN_END.
38215         (STABS_CURRENT_FILE1): Delete.
38216         (STABS_CURRENT_FILE): Likewise.
38217         (STABS_FUN): Likewise.
38218         (STABS_FUN_END): Likewise.
38219         (STABS_FUN2): Likewise.
38220         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38221         * sysdeps/x86_64/configure: Regenerated.
38223 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38225         * elf/dl-open.c: Include <atomic.h>.
38226         * elf/dl-lookup.c: Likewise.
38228 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38230         * sysdeps/unix/sysv/linux/kernel-features.h
38231         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38232         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38233         unconditionally.
38234         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38235         unconditionally.
38236         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38237         condition on __ASSUME_CLONE_THREAD_FLAGS.
38239 2012-08-14  Andreas Jaeger  <aj@suse.de>
38241         * sysdeps/i386/fpu/libm-test-ulps: Update.
38243 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38245         * include/atomic.h (atomic_exchange_and_add): Split into ...
38246         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38247         New atomic macros.
38249 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38251         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38253 2012-08-13  Jeff Law <law@redhat.com>
38255         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38256         null byte in the output string.
38258 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38260         * sysdeps/unix/sysv/linux/kernel-features.h
38261         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38262         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38263         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38264         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38265         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38266         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38267         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38269 2012-08-09  Jeff Law <law@redhat.com>
38271         [BZ #13939]
38272         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38273         When avoid_arena is set, don't retry in the that arena.  Pick the
38274         next one, whatever it might be.
38275         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38276         (arena_lock): Pass in new parameter to arena_get2.
38277         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38278         arena_get2.
38279         (__libc_malloc): Unify retrying after main arena failure with
38280         __libc_memalign version.
38281         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38283 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38285         [BZ #14166]
38286         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38287         to __redirect_strstr.
38288         (__strstr_sse42): Use typeof __redirect_strstr.
38289         (__strstr_ia32): Likewise.
38290         (__libc_strstr): New prototype.
38291         (strstr): Renamed to ...
38292         (__libc_strstr): This.
38293         (strstr): New strong alias of __libc_strstr.
38294         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38295         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38296         __redirect_time.
38297         Include <time.h>.
38298         (__libc_time): New prototype.
38299         (time_ifunc): Replace time with __libc_time.
38300         (time): New strong alias and hidden definition of __libc_time.
38301         (__GI_time): Remove strong alias.
38302         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38303         Include <stddef.h>.
38304         (memmove): Redefined to __redirect_memmove.
38305         (__memmove_sse2): Use typeof __redirect_memmove.
38306         (__memmove_ssse3): Likewise.
38307         (__memmove_ssse3_back): Likewise.
38308         (__libc_memmove): New prototype.
38309         (memmove): Renamed to ...
38310         (__libc_memmove): This.
38311         (memmove): New strong alias of __libc_memmove.
38313 2012-08-08  Mark Salter  <msalter@redhat.com>
38315         * elf/elf.h
38316         (R_MN10300_TLS_GD): Define.
38317         (R_MN10300_TLS_LD): Likewise.
38318         (R_MN10300_TLS_LDO): Likewise.
38319         (R_MN10300_TLS_GOTIE): Likewise.
38320         (R_MN10300_TLS_IE): Likewise.
38321         (R_MN10300_TLS_LE): Likewise.
38322         (R_MN10300_TLS_DTPMOD): Likewise.
38323         (R_MN10300_TLS_DTPOFF): Likewise.
38324         (R_MN10300_TLS_TPOFF): Likewise.
38325         (R_MN10300_SYM_DIFF): Likewise.
38326         (R_MN10300_ALIGN): Likewise.
38327         (R_MN10300_NUM): Update.
38329 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38331         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38332         Remove.
38334 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38336         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38338         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38339         sysdeps/unix -> sysdeps/posix move.
38340         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38342 2012-08-07      Allan McRae     <allan@archlinux.org>
38344         [BZ #14303]
38345         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38346         (SUNOS_CPP): Likewise.
38347         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38348         not found.
38349         (open_input): Call CPP using execvp.
38351 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38353         * sysdeps/unix/sysv/linux/kernel-features.h
38354         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38355         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38356         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38357         (__ASSUME_WAITID_SYSCALL): Likewise.
38358         * sysdeps/unix/sysv/linux/dl-execstack.c
38359         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38360         code unconditional.
38361         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38362         conditional code.
38363         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38364         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38365         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38366         code.
38367         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38368         unconditional.
38369         [__ASSUME_WAITID_SYSCALL]: Likewise.
38370         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38372 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38374         * sysdeps/unix/closedir.c: Renamed to ...
38375         * sysdeps/posix/closedir.c: ... here.
38376         * sysdeps/unix/dirfd.c: Renamed to ...
38377         * sysdeps/posix/dirfd.c: ... here.
38378         * sysdeps/unix/dirstream.h: Renamed to ...
38379         * sysdeps/posix/dirstream.h: ... here.
38380         * sysdeps/unix/fdopendir.c: Renamed to ...
38381         * sysdeps/posix/fdopendir.c: ... here.
38382         * sysdeps/unix/opendir.c: Renamed to ...
38383         * sysdeps/posix/opendir.c: ... here.
38384         * sysdeps/unix/readdir.c: Renamed to ...
38385         * sysdeps/posix/readdir.c: ... here.
38386         * sysdeps/unix/readdir_r.c: Renamed to ...
38387         * sysdeps/posix/readdir_r.c: ... here.
38388         * sysdeps/unix/rewinddir.c: Renamed to ...
38389         * sysdeps/posix/rewinddir.c: ... here.
38390         * sysdeps/unix/seekdir.c: Renamed to ...
38391         * sysdeps/posix/seekdir.c: ... here.
38392         * sysdeps/unix/telldir.c: Renamed to ...
38393         * sysdeps/posix/telldir.c: ... here.
38394         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38395         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38396         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38397         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38399         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38400         * bits/fcntl.h: ... here.
38402         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38403         not 0.
38404         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38405         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38406         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38407         (struct flock): Move l_start, l_len to the beginning.
38408         Use __pid_t for l_pid.
38409         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38410         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38411         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38412         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38413         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38414         [__USE_LARGEFILE64] (struct flock64): New type.
38415         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38417         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38418         * bits/dirent.h: ... here.
38420         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38421         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38423 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38425         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38426         Change from 2.6.0 to 2.6.16.
38427         * sysdeps/unix/sysv/linux/configure: Regenerated.
38428         * sysdeps/unix/sysv/linux/kernel-features.h
38429         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38430         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38431         version.
38432         (__ASSUME_UTIMES): Likewise.
38433         (__ASSUME_CLONE_STOPPED): Remove.
38434         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38435         architectures, not kernel version.
38436         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38437         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38438         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38439         (__ASSUME_WAITID_SYSCALL): Likewise.
38440         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38441         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38442         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38443         refer to older versions.
38445 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38447         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38448         Define alphasort64 as an alias.
38449         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38450         Define versionsort64 as an alias.
38451         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38452         Define scandir64 as an alias.
38453         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38454         Define scandirat64 as an alias.
38455         * dirent/alphasort64.c (alphasort64):
38456         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38457         * dirent/versionsort64.c: Likewise.
38458         * dirent/scandir64.c: Likewise.
38459         * dirent/scandirat64.c: Likewise.
38460         * sysdeps/wordsize-64/alphasort.c: File removed.
38461         * sysdeps/wordsize-64/alphasort64.c: File removed.
38462         * sysdeps/wordsize-64/scandir.c: File removed.
38463         * sysdeps/wordsize-64/scandir64.c: File removed.
38464         * sysdeps/wordsize-64/scandirat.c: File removed.
38465         * sysdeps/wordsize-64/scandirat64.c: File removed.
38466         * sysdeps/wordsize-64/versionsort.c: File removed.
38467         * sysdeps/wordsize-64/versionsort64.c: File removed.
38468         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38469         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38470         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38471         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38472         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38473         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38474         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38475         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38477         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38478         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38479         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38480         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38481         [defined __arch64__ || defined __sparcv9]
38482         (__INO_T_MATCHES_INO64_T): New macro.
38483         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38484         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38485         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38486         * sysdeps/unix/sysv/linux/bits/dirent.h
38487         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38488         (_DIRENT_MATCHES_DIRENT64): New macro.
38490         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38491         Define lockf64 as an alias.
38492         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38493         Define fseeko64 as an alias.
38494         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38495         Define ftello64 as an alias.
38496         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38497         Define _IO_fgetpos64 and fgetpos64 as aliases.
38498         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38499         Define _IO_fsetpos64 and fsetpos64 as aliases.
38500         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38501         Conditionalize body on this.
38502         * libio/fseeko64.c: Likewise.
38503         * libio/ftello64.c: Likewise.
38504         * libio/iofgetpos64.c: Likewise.
38505         * libio/iofsetpos64.c: Likewise.
38506         * sysdeps/wordsize-64/lockf.c: File removed.
38507         * sysdeps/wordsize-64/lockf64.c: File removed.
38508         * sysdeps/wordsize-64/fseeko.c: File removed.
38509         * sysdeps/wordsize-64/fseeko64.c: File removed.
38510         * sysdeps/wordsize-64/ftello.c: File removed.
38511         * sysdeps/wordsize-64/ftello64.c: File removed.
38512         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38513         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38514         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38515         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38516         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38517         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38518         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38519         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38520         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38521         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38522         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38523         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38524         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38525         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38527         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38528         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38529         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38530         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38531         [defined __arch64__ || defined __sparcv9]
38532         (__OFF_T_MATCHES_OFF64_T): New macro.
38533         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38534         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38535         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38536         (__OFF_T_MATCHES_OFF64_T): New macro.
38538 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38540         * stdlib/secure-getenv.c (__secure_getenv): Replace
38541         GLIBC_2_16 with GLIBC_2_17.
38543 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38545         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38546         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38548 2012-08-03  David S. Miller  <davem@davemloft.net>
38550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38552 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38554         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38555         Remove.
38556         (__ASSUME_CORRECT_SI_PID): Likewise.
38557         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38558         (__ASSUME_TMPFS_NAME): Likewise.
38559         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38560         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38561         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38562         (HAVE_AUX_SECURE): Make definition unconditional.
38563         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38564         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38566 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38568         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38569         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38570         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38571         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38572         __eloop_threshold instead of SYMLOOP_MAX.
38574         * sysdeps/generic/eloop-threshold.h: New file.
38575         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38576         of MAXSYMLINKS.
38577         * elf/chroot_canon.c (chroot_canon): Likewise.
38579 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38581         [BZ #13717]
38582         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38583         Change to 2.6.0 everywhere.
38584         * sysdeps/unix/sysv/linux/configure: Regenerated.
38585         * sysdeps/unix/sysv/linux/kernel-features.h
38586         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38587         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38588         kernel versions.
38589         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38590         (__ASSUME_FUTEX_REQUEUE): Remove.
38591         (__ASSUME_STATFS64): Define unconditionally.
38592         (__ASSUME_AT_SECURE): Likewise.
38593         (__ASSUME_CORRECT_SI_PID): Likewise.
38594         (__ASSUME_TGKILL): Define without depending on kernel version for
38595         i386.
38596         (__ASSUME_UTIMES): Likewise.
38597         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38598         kernel version.
38599         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38600         (__ASSUME_TMPFS_NAME): Likewise.
38601         * README: Update reference to Linux kernel versions.
38603 2012-08-02  Marek Polacek  <polacek@redhat.com>
38605         [BZ# 14150]
38606         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38607         libc_cv_asm_type_prefix with %.
38608         * configure: Regenerated.
38609         * include/libc-symbols.h: Remove comment about
38610         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38611         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38612         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38613         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38614         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38615         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38616         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38617         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38618         * elf/tst-unique2mod1.c: Likewise.
38619         * elf/tst-unique1mod2.c: Likewise.
38620         * elf/tst-unique1mod1.c: Likewise.
38621         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38622         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38623         Replace ASM_TYPE_DIRECTIVE with .type.
38624         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38625         * sysdeps/i386/sysdep.h: Likewise.
38626         * sysdeps/x86_64/sysdep.h: Likewise.
38627         * sysdeps/sh/sysdep.h: Likewise.
38628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38629         Do not define ASM_TYPE_DIRECTIVE.
38630         * sysdeps/powerpc/sysdep.h: Likewise.
38631         * sysdeps/powerpc/powerpc32/sysdep.h:
38632         Replace ASM_TYPE_DIRECTIVE with .type.
38633         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38634         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38635         * sysdeps/i386/fpu/e_powf.S: Likewise.
38636         * sysdeps/i386/fpu/e_expl.S: Likewise.
38637         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38638         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38639         * sysdeps/i386/fpu/e_pow.S: Likewise.
38640         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38641         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38642         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38643         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38644         * sysdeps/i386/fpu/e_log2.S: Likewise.
38645         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38646         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38647         * sysdeps/i386/fpu/e_powl.S: Likewise.
38648         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38649         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38650         * sysdeps/i386/fpu/e_logl.S: Likewise.
38651         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38652         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38653         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38654         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38655         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38656         * sysdeps/i386/fpu/e_log.S: Likewise.
38657         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38658         * sysdeps/i386/fpu/e_logf.S: Likewise.
38659         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38660         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38661         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38662         * sysdeps/i386/fpu/e_log10.S: Likewise.
38663         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38664         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38665         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38666         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38667         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38668         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38669         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38670         * sysdeps/i386/i686/strtok.S: Likewise.
38671         * sysdeps/i386/i386-mcount.S: Likewise.
38672         * sysdeps/i386/strtok.S: Likewise.
38673         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38674         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38675         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38676         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38677         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38678         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38679         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38680         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38681         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38682         * sysdeps/x86_64/_mcount.S: Likewise.
38683         * sysdeps/x86_64/strtok.S: Likewise.
38684         * sysdeps/sh/_mcount.S: Likewise.
38686 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38688         * libio/iofopen.c: Include <fcntl.h>.
38689         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38690         (_IO_fopen64, fopen64): Define as aliases.
38691         * libio/iofopen64.c: Include <fcntl.h>.
38692         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38693         Conditionalize body on this.
38694         * sysdeps/wordsize-64/iofopen.c: File removed.
38695         * sysdeps/wordsize-64/iofopen64.c: File removed.
38697 2012-08-01  Marek Polacek  <polacek@redhat.com>
38699         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38700         Use dlfcn directly instead of a variable.
38701         (binfmt-subdir): Do not define.
38702         (dlfcn): Likewise.
38704 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38706         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38707         Remove all definitions.
38708         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38709         <kernel-features.h>.
38710         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38711         (miss_F_GETOWN_EX): Remove all definitions.
38712         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38713         macro definition.
38714         [!__ASSUME_FCNTL64]: Remove conditional code.
38715         [__ASSUME_FCNTL64]: Make code unconditional.
38716         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38717         <kernel-features.h>.
38718         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38719         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38720         (lockf64) [__NR_fcntl64]: Make code unconditional.
38721         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38723         * sysdeps/unix/sysv/linux/kernel-features.h
38724         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38725         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38726         Make code unconditional.
38727         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38728         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38730         [__NR_vfork]: Make code unconditional.
38731         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38732         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38734         [__NR_vfork]: Make code unconditional.
38735         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38736         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38738 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38740         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38741         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38743         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38744         Define mkstemp64 as an alias.
38745         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38746         Define mkstemps64 as an alias.
38747         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38748         Define mkostemp64 as an alias.
38749         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38750         Define mkostemps64 as an alias.
38751         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38752         Conditionalize body on this.
38753         * misc/mkostemp64.c: Likewise.
38754         * misc/mkostemps64.c: Likewise.
38755         * misc/mkstemps64.c: Likewise.
38756         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38757         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38758         * sysdeps/wordsize-64/mkostemp.c: File removed.
38759         * sysdeps/wordsize-64/mkstemp.c: File removed.
38760         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38761         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38762         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38763         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38765         [BZ #14138]
38766         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38767         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38768         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38769         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38771         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38772         compat_symbol macros from <shlib-compat.h> rather than the underlying
38773         default_symbol_version and symbol_version macros, so that DEFAULT
38774         lines in shlib-versions are respected.
38775         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38777 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38779         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38780         Declare with warn_unused_result.
38781         (setgid, setregid, setegid, setresgid): Likewise.
38782         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38783         Likewise.
38784         * WUR-REPORT: Remove set*id functions.
38786 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38788         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38790 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38792         [BZ #10191]
38793         * include/sys/socket.h (__libc_accept, __libc_accept4):
38794         Add attribute_hidden.
38795         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38797         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38798         use of PTR_MANGLE.
38799         * inet/getnetgrent_r.c (setup): Likewise.
38801         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38803 2012-07-31  David S. Miller  <davem@davemloft.net>
38805         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38807 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38809         [BZ #13629]
38810         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38811         value between 1.0 and 2.0 and smaller part has absolute value less
38812         than 1.0.
38813         * math/s_clog10.c (__clog10): Likewise.
38814         * math/s_clog10f.c (__clog10f): Likewise.
38815         * math/s_clog10l.c (__clog10l): Likewise.
38816         * math/s_clogf.c (__clogf): Likewise.
38817         * math/s_clogl.c (__clogl): Likewise.
38818         * math/libm-test.inc (clog_test): Add more tests.
38819         (clog10_test): Likewise.
38820         * sysdeps/i386/fpu/libm-test-ulps: Update.
38821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38823 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38825         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38826         Exit with zero in case no suitable GID is found, and write a
38827         message to standard error.
38829 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38831         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38832         rather than to 1.
38833         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38834         (MAXPATHLEN): Removed.
38835         (NOGROUP, NODEV): New macros.
38836         (setbit, clrbit, isset, isclr): New macros.
38837         (howmany, roundup, powerof2): New macros.
38838         (DEV_BSIZE): New macro.
38840         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38841         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38843         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38844         definition on [!__NO_LONG_DOUBLE_MATH].
38846         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38847         PTR_MANGLE and PTR_DEMANGLE.
38849         * socket/accept4.c (accept4): Rename to __libc_accept4.
38850         Define accept4 as a weak alias.
38852         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38853         on [_DIRENT_HAVE_D_TYPE].
38854         * io/ftw.c (ftw_dir): Likewise.
38856         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38858         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38860         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38861         Use the BSD numbers rather than the arbitrary ones we had.
38862         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38863         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38864         (SIGXCPU, SIGXFSZ): New macros.
38865         (_NSIG): Now 32.
38867         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38868         initializer on [_LIBC_REENTRANT].
38870         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38871         definitions inside [_POSIX_MAPPED_FILES].
38873         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38875         * dirent/opendir.c: Include <fcntl.h>.
38877         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38878         (__libc_getspecific): Likewise.
38879         (__libc_key_create): Likewise.
38881         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38882         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38883         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38884         (tmpfile64): Define as alias.
38885         * sysdeps/wordsize-64/tmpfile.c: File removed.
38886         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38887         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38888         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38890         * stdio-common/vfscanf.c: Include <stdbool.h>.
38891         * nss/makedb.c: Likewise.
38892         * stdio-common/_i18n_number.h: Likewise.
38893         * argp/argp-help.c: Likewise.
38894         * posix/wordexp.c: Likewise.
38895         * sysdeps/posix/spawni.c: Likewise.
38896         * nss/nss_files/files-initgroups.c: Likewise.
38897         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38898         * nss/nss_files/files-initgroups.c: Likewise.
38899         * nss/nss_db/db-netgrp.c: Likewise.
38900         * nss/nss_db/db-initgroups.c: Likewise.
38901         * io/fchmodat.c: Include <sys/stat.h>.
38903         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38904         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38906         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38907         [HAVE_MMAP].
38909         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38910         Add multiple inclusion protection.
38912 2012-07-27  David S. Miller  <davem@davemloft.net>
38914         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38916 2012-07-27  Gary Benson  <gbenson@redhat.com>
38918         [BZ #14298]
38919         * elf/rtld.c: Include <stap-probe.h>.
38920         (dl_main): Added static probes "init_start" and "init_complete".
38921         * elf/dl-load.c: Include <stap-probe.h>.
38922         (lose): Take new parameter "nsid".
38923         Added static probe "map_failed".
38924         (_dl_map_object_from_fd): Pass namespace id to lose.
38925         Added static probe "map_start".
38926         (open_verify): Pass namespace id to lose.
38927         * elf/dl-open.c: Include <stap-probe.h>.
38928         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38929         and "reloc_complete".
38930         * elf/dl-close.c: Include <stap-probe.h>.
38931         (_dl_close_worker): Added static probes "unmap_start" and
38932         "unmap_complete".
38933         * elf/rtld-debugger-interface.txt: New file documenting the above.
38935 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38937         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38938         rather than a string variable.
38939         * sunrpc/rpc_main.c (h_output): Likewise.
38940         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38942 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38944         * inet/check_native.c: New file.
38946 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38948         [BZ #13629]
38949         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38950         if larger part has absolute value 1.0.
38951         * math/s_clog10.c (__clog10): Likewise.
38952         * math/s_clog10f.c (__clog10f): Likewise.
38953         * math/s_clog10l.c (__clog10l): Likewise.
38954         * math/s_clogf.c (__clogf): Likewise.
38955         * math/s_clogl.c (__clogl): Likewise.
38956         * math/libm-test.inc (clog_test): Add more tests.
38957         (clog10_test): Likewise.
38958         * sysdeps/i386/fpu/libm-test-ulps: Update.
38959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38961         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38962         (pltexit): Likewise.
38963         (La_regs): Likewise.
38964         (La_retval): Likewise.
38965         (int_retval): Likewise.
38966         Update #error for removed macros to refer only to definitions in
38967         tst-audit.h.
38968         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38969         macro.
38970         (pltexit): Likewise.
38971         (La_regs): Likewise.
38972         (La_retval): Likewise.
38973         (int_retval): Likewise.
38974         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38975         macro.
38976         (pltexit): Likewise.
38977         (La_regs): Likewise.
38978         (La_retval): Likewise.
38979         (int_retval): Likewise.
38980         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38981         macro.
38982         (pltexit): Likewise.
38983         (La_regs): Likewise.
38984         (La_retval): Likewise.
38985         (int_retval): Likewise.
38986         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38987         macro.
38988         (pltexit): Likewise.
38989         (La_regs): Likewise.
38990         (La_retval): Likewise.
38991         (int_retval): Likewise.
38992         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38993         macro.
38994         (pltexit): Likewise.
38995         (La_regs): Likewise.
38996         (La_retval): Likewise.
38997         (int_retval): Likewise.
38998         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38999         macro.
39000         (pltexit): Likewise.
39001         (La_regs): Likewise.
39002         (La_retval): Likewise.
39003         (int_retval): Likewise.
39004         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39005         macro definitions in tst-audit.h.
39006         * sysdeps/i386/tst-audit.h: New file.
39007         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39008         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39009         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39010         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39011         * sysdeps/sh/tst-audit.h: Likewise.
39012         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39013         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39014         * sysdeps/x86_64/tst-audit.h: Likewise.
39016 2012-07-26  Andreas Jaeger  <aj@suse.de>
39018         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39019         ptrace.
39021         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39022         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39023         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39024         PTRACE_O_MASK.
39025         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39026         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39027         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39029         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39030         value.
39032         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39033         _sigsys.
39034         (si_call_addr, si_syscall, si_arch): Define new macro.
39035         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39036         _sigsys.
39037         (si_call_addr, si_syscall, si_arch): Define new marcro.
39038         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39039         _sigsys.
39040         (si_call_addr, si_syscall, si_arch): Define new macro.
39041         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39042         _sigsys.
39043         (si_call_addr, si_syscall, si_arch): Define new macro.
39045 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39047         [BZ #13717]
39048         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39049         Change to 2.4.21 where previously 2.4.1.
39050         * sysdeps/unix/sysv/linux/configure: Regenerated.
39051         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39052         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39053         Linux kernel version.
39054         (__ASSUME_STD_AUXV): Remove.
39055         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39056         kernel version.
39057         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39058         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39059         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39060         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39061         (__ASSUME_NETLINK_SUPPORT): Likewise.
39062         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39063         (__no_netlink_support): Remove conditional definition.
39064         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39065         Remove.
39066         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39067         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39068         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39069         (if_nameindex_ioctl): Remove.
39070         (if_nameindex_netlink): Do not handle __no_netlink_support.
39071         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39072         code.
39073         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39074         Remove conditional code.
39075         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39076         code.
39077         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39078         unconditional.
39079         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39080         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39081         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39082         Remove.
39083         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39084         [!__ASSUME_STD_AUXV]: Remove conditional code.
39085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39086         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39087         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39089         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39090         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39091         code.
39092         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39094         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39095         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39096         conditional code.
39097         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39099         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39100         code.
39101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39102         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39103         conditional code.
39104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39105         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39106         code unconditional.
39107         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39108         conditional code.
39109         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39110         unconditional.
39111         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39112         conditional code.
39113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39114         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39115         unconditional.
39116         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39117         conditional code.
39118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39119         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39120         code unconditional.
39121         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39122         conditional code.
39123         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39124         unconditional.
39125         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39126         conditional code.
39127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39128         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39129         code unconditional.
39130         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39131         conditional code.
39132         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39133         unconditional.
39134         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39135         conditional code.
39137 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39139         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39140         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39141         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39142         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39143         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39144         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39145         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39146         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39147         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39148         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39149         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39150         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39151         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39152         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39153         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39154         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39155         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39156         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39157         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39158         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39159         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39160         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39161         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39163 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39165         * Versions.def: Add GLIBC_2.17.
39166         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39167         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39168         Introduce __libc_secure_getenv.
39169         * stdlib/Versions (2.17): Add secure_getenv
39170         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39171         * stdlib/secure-getenv.c: Rename __secure_getenv to
39172         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39173         symbol __secure_getenv for GLIBC_2.0.
39174         * stdlib/tst-secure-getenv.c: New.
39175         * stdlib/Makefile (tests): Add testcase.
39176         * manual/startup.texi (Environment Access): Document
39177         secure_getenv.
39178         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39179         __libc_secure_getenv.
39180         * inet/ruserpass.c (ruserpass): Likewise.
39181         * malloc/mtrace.c (mtrace): Likewise.
39182         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39183         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39184         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39185         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39186         HAVE_SECURE_GETENV.
39187         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39188         __secure_getenv to __libc_secure_getenv.
39189         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39191         Likewise.
39192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39193         Likewise.
39194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39196         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39202 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39204         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39205         (struct La_i86_retval): Likewise.
39206         (struct La_x86_64_regs): Likewise.
39207         (struct La_x86_64_retval): Likewise.
39208         (struct La_x32_regs): Likewise.
39209         (struct La_x32_retval): Likewise.
39210         (struct La_ppc32_regs): Likewise.
39211         (struct La_ppc32_retval): Likewise.
39212         (struct La_ppc64_regs): Likewise.
39213         (struct La_ppc64_retval): Likewise.
39214         (struct La_sh_regs): Likewise.
39215         (struct La_sh_retval): Likewise.
39216         (struct La_s390_32_regs): Likewise.
39217         (struct La_s390_32_retval): Likewise.
39218         (struct La_s390_64_regs): Likewise.
39219         (struct La_s390_64_retval): Likewise.
39220         (struct La_sparc32_regs): Likewise.
39221         (struct La_sparc32_retval): Likewise.
39222         (struct La_sparc64_regs): Likewise.
39223         (struct La_sparc64_retval): Likewise.
39224         (struct audit_ifaces): Remove architecture-specific pltenter and
39225         pltexit members.
39226         * sysdeps/i386/ldsodefs.h: New file.
39227         * sysdeps/powerpc/ldsodefs.h: Likewise.
39228         * sysdeps/s390/ldsodefs.h: Likewise.
39229         * sysdeps/sh/ldsodefs.h: Likewise.
39230         * sysdeps/sparc/ldsodefs.h: Likewise.
39231         * sysdeps/x86_64/ldsodefs.h: Likewise.
39233 2012-07-25  Marek Polacek  <polacek@redhat.com>
39235         [BZ #6808]
39236         * math/libm-test.inc (yn_test): Add another test.
39237         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39238         to ERANGE when the result is +-Inf.
39239         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39240         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39241         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39242         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39244 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39246         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39247         equal to 0.
39248         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39249         clock_t.
39250         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39252 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39254         * configure.in <sysdeps resolving>: Correct printing
39255         Implies_before.
39256         * configure: Regenerate.
39258 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39260         * math/w_ilogb.c: Include <limits.h>.
39261         * math/w_ilogbl.c: Likewise.
39263 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39265         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39266         va_copy.  Document allowing for unavailable va_copy only as
39267         pre-C99 compatibility.
39268         * manual/string.texi (Copying and Concatenation): Use va_copy
39269         instead of __va_copy in concat example.
39271 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39273         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39274         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39275         it if not null.
39277         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39278         with O_NOLINK passed to __file_name_lookup.
39280         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39281         with O_NOLINK passed to __file_name_lookup.
39283         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39284         negative N or less than NGIDS.
39286         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39287         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39288         enough.  Use memcpy instead of strncpy.
39290 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39292         * elf/Makefile (check-data): Remove.
39293         (localplt.data): New vpath directive.
39294         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39295         instead of $(check-data).
39296         * scripts/data/localplt-generic.data: Move to ...
39297         * sysdeps/generic/localplt.data: ... here.
39298         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39299         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39300         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39302         ... here.
39303         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39305         ... here.
39306         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39308         ... here.
39309         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39310         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39311         ... here.
39312         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39314         ... here.
39315         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39316         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39317         ... here.
39319 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39321         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39322         PPC32 and PPC64 files.
39323         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39324         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39326 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39328         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39329         __makecontext_ret to ...
39330         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39331         ... here and call exit if uc_link is NULL.  New file.
39332         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39333         __makecontext_ret.S.
39334         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39335         __makecontext_ret to ...
39336         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39337         ... here and call exit if uc_link is NULL.  New file.
39338         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39339         __makecontext_ret.S.
39341 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39343         * elf/elf.h (R_390_IRELATIVE): New definition.
39344         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39345         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39346         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39347         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39348         (elf_machine_lazy_rel): Likewise.
39349         * sysdeps/s390/dl-irel.h: New file.
39350         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39351         * sysdeps/s390/s390-64/memset.S: New asm code.
39352         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39353         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39354         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39355         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39356         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39357         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39358         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39359         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39360         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39361         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39362         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39363         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39364         * sysdeps/s390/s390-32/memset.S: New asm code.
39365         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39367 2012-07-17  Marek Polacek  <polacek@redhat.com>
39369         [BZ #14349]
39370         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39371         * sysdeps/s390/s390-64/configure.in: Likewise.
39372         * sysdeps/sparc/configure.in: Likewise.
39373         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39374         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39375         * sysdeps/i386/configure.in: Likewise.
39376         * sysdeps/x86_64/configure.in: Likewise.
39377         * sysdeps/sh/configure.in: Likewise.
39378         * sysdeps/s390/s390-32/configure: Regenerated.
39379         * sysdeps/s390/s390-64/configure: Likewise.
39380         * sysdeps/x86_64/configure: Likewise.
39381         * sysdeps/sh/configure: Likewise.
39382         * sysdeps/powerpc/powerpc64/configure: Likewise.
39383         * sysdeps/powerpc/powerpc32/configure: Likewise.
39384         * sysdeps/sparc/configure: Likwise.
39385         * sysdeps/i386/configure: Likewise.
39387         * elf/dl-open.c: Comment fixes.
39389 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39391         * Makefile [CXX] (check-data): Remove.
39392         [CXX] (c++-types.data): New vpath directive.
39393         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39394         vpath.  Do not allow for C++ type data being missing.
39395         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39396         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39397         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39398         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39399         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39400         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39401         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39403         ... here.
39404         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39406         ... here.
39407         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39409         ... here.
39410         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39412         ... here.
39413         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39415         ... here.
39416         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39417         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39418         ... here.
39419         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39420         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39421         ... here.
39422         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39423         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39425         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39426         definitions to architecture-specific files.
39427         (TLS_IE): Likewise.
39428         (TLS_LD): Likewise.
39429         (TLS_GD): Likewise.
39430         * sysdeps/i386/tls-macros.h: New file.
39431         * sysdeps/powerpc/tls-macros.h: Likewise.
39432         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39433         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39434         * sysdeps/sh/tls-macros.h: Likewise.
39435         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39436         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39437         * sysdeps/x86_64/tls-macros.h: Likewise.
39439 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39441         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39442         zero value for regular exit case.
39444         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39445         (__start_context): Preserve zero value for regular exit case.
39447 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39448             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39450         * manual/setjmp.texi (setcontext): Clarify normal process
39451         termination when uc_link is the null pointer.
39452         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39453         exit call.
39455 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39457         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39458         preprocessor.  Test for each exception mask separately.
39460 2012-07-16  Andreas Jaeger  <aj@suse.de>
39462         * po/ru.po: Update from translation team.
39464 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39466         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39467         equal to 0.
39468         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39469         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39470         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39471         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39472         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39474 2012-07-13  Andreas Jaeger  <aj@suse.de>
39476         * po/fr.po: Update from translation team.
39478 2012-07-12  Marek Polacek  <polacek@redhat.com>
39480         [BZ #14173]
39481         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39482         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39483         loop condition.
39485 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39487         [BZ #13717]
39488         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39489         Change to 2.4.1 where previously 2.4.0.
39490         * sysdeps/unix/sysv/linux/configure: Regenerated.
39491         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39492         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39493         version.
39494         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39495         (__ASSUME_AT_CLKTCK): Remove.
39496         (__ASSUME_AT_PAGESIZE): Likewise.
39497         (__ASSUME_AT_XID): Likewise.
39498         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39499         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39500         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39501         unconditionally.
39502         (HAVE_AUX_PAGESIZE): Likewise.
39503         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39504         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39505         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39507 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39509         [BZ #14307]
39510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39511         the temporary buffer used to invoke __gethostbyname2_r,
39512         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39513         host_data / struct gaih_addrtuple.
39514         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39515         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39516         header file nss/nsswitch.h.
39517         * nss/nsswitch.h (global scope): Add definition of implementation
39518         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39519         resolv/nss_dns/dns-host.c).
39521 2012-07-11  Andreas Jaeger  <aj@suse.de>
39523         * po/fr.po: Update from translation team.
39525         * po/sv.po: Update from translation team
39526         * po/fr.po: Another update from translation team.
39528 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39530         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39531         for subnormals or multiply small sinh result by itself.
39532         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39533         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39535 2012-07-11  David S. Miller  <davem@davemloft.net>
39537         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39539 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39541         [BZ #14347]
39542         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39543         (INTERNAL_MARK): Shift it here.
39545 2012-07-10  Marek Polacek  <polacek@redhat.com>
39547         [BZ #14151]
39548         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39549         libc_cv_asm_global_directive with .globl.
39550         * configure: Regenerated.
39551         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39552         with .globl.
39553         * sysdeps/i386/configure: Regenerated.
39554         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39555         with .globl.
39556         * sysdeps/x86_64/configure: Regenerated.
39557         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39558         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39559         * elf/tst-unique2mod2.c: Likewise.
39560         * elf/tst-unique2mod1.c: Likewise.
39561         * elf/tst-unique1mod2.c: Likewise.
39562         * elf/tst-unique1mod1.c: Likewise.
39563         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39564         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39565         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39566         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39567         * sysdeps/mach/sysdep.h: Likewise.
39568         * sysdeps/i386/sysdep.h: Likewise.
39569         * sysdeps/i386/i386-mcount.S: Likewise.
39570         * sysdeps/x86_64/_mcount.S: Likewise.
39571         * sysdeps/x86_64/sysdep.h: Likewise.
39572         * sysdeps/sh/_mcount.S: Likewise.
39573         * sysdeps/sh/sysdep.h: Likewise.
39574         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39575         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39576         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39577         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39578         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39579         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39580         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39581         * locale/localeinfo.h: Likewise.
39582         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39583         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39585 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39587         [BZ #14336]
39588         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39589         system".
39590         * manual/message.texi (The Uniforum approach): Likewise.
39591         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39592         (glibc iconv Implementation): Likewise.
39594 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39596         [BZ #14337]
39597         * math/s_clog.c (__clog): Avoid scaling a value down where that
39598         could result in underflow.
39599         * math/s_clog10.c (__clog10): Likewise.
39600         * math/s_clog10f.c (__clog10f): Likewise.
39601         * math/s_clog10l.c (__clog10l): Likewise.
39602         * math/s_clogf.c (__clogf): Likewise.
39603         * math/s_clogl.c (__clogl): Likewise.
39604         * math/libm-test.inc (clog_test): Add more tests.
39605         (clog10_test): Likewise.
39606         * sysdeps/i386/fpu/libm-test-ulps: Update.
39607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39609 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39611         [BZ #14283]
39612         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39613         by 7 not 8 to examine high bit of fractional part.
39615         [BZ #14042]
39616         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39617         for call to __mcount_internal.
39618         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39619         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39620         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39622 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39624         [BZ #14154]
39625         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39626         approximation for values within 0x1p-13f of an odd multiple of
39627         pi/4.
39628         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39629         exception.  Add more tests.
39630         * sysdeps/i386/fpu/libm-test-ulps: Update.
39632         [BZ #6778]
39633         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39634         inputs and return -1 for them.  Do not check for +Inf in case not
39635         reachable for +Inf.
39636         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39637         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39638         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39639         and return -1 for them.  Do not check for +Inf in case not
39640         reachable for +Inf.
39641         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39642         define.
39643         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39644         and return -1 for them.  Do not check for +Inf in case not
39645         reachable for +Inf.
39646         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39647         spurious underflow.
39648         * sysdeps/i386/fpu/libm-test-ulps: Update.
39649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39651 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39653         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39655 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39657         [BZ #14157]
39658         [BZ #14331]
39659         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39660         could result in spurious underflow.  Scale down values above
39661         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39662         * math/s_csqrtf.c (__csqrtf): Likewise.
39663         * math/s_csqrtl.c (__csqrtl): Likewise.
39664         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39665         spurious underflow.
39666         * sysdeps/i386/fpu/libm-test-ulps: Update.
39667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39669 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39671         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39672         xopen-msg.sed.
39673         * catgets/xopen-msg.awk: New file.
39674         * catgets/xopen-msg.sed: Removed.
39676         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39677         po2text.sed.
39678         * intl/po2test.awk: New file.
39679         * intl/po2test.sed: Removed.
39681 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39683         [BZ #14328]
39684         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39685         or multiply small sinh result by itself.
39686         * math/s_ctanf.c (__ctanf): Likewise.
39687         * math/s_ctanh.c (__ctanh): Likewise.
39688         * math/s_ctanhf.c (__ctanhf): Likewise.
39689         * math/s_ctanhl.c (__ctanhl): Likewise.
39690         * math/s_ctanl.c (__ctanl): Likewise.
39691         * math/libm-test.inc (ctan_test_tonearest): New function.
39692         (ctan_test_towardzero): Likewise.
39693         (ctan_test_downward): Likewise.
39694         (ctan_test_upward): Likewise.
39695         (ctanh_test_tonearest): Likewise.
39696         (ctanh_test_towardzero): Likewise.
39697         (ctanh_test_downward): Likewise.
39698         (ctanh_test_upward): Likewise.
39699         (main): Call these new functions.
39700         * sysdeps/i386/fpu/libm-test-ulps: Update.
39701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39703 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39705         * .gitignore: Delete /ports entry.
39707 2012-07-03  Andreas Jaeger  <aj@suse.de>
39709         * po/bg.po: Update from translation team.
39710         * po/cs.po: Likewise.
39711         * po/de.po: Likewise.
39712         * po/hr.po: Likewise.
39713         * po/nl.pl: Likewise.
39714         * po/pl.po: Likewise.
39715         * po/vi.po: Likewise.
39717 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39719         * Makeconfig [!+link] (+link-before-libc): New variable.
39720         [!+link] (+link-after-libc): Likewise.
39721         [!+link] (+link-tests): Likewise.
39722         [!+link] (+link): Define in terms of $(+link-before-libc) and
39723         $(+link-after-libc).
39724         [!+link-static] (+link-static-before-libc): New variable.
39725         [!+link-static] (+link-static-after-libc): Likewise.
39726         [!+link-static] (+link-static-tests): Likewise.
39727         [!+link-static] (+link-static): Define in terms of
39728         $(+link-static-before-libc) and $(+link-static-after-libc).
39729         [build-shared] (link-libc-before-gnulib): New variable.
39730         [build-shared] (link-libc-tests): Likewise.
39731         [build-shared] (link-libc): Define in terms of
39732         $(link-libc-before-gnulib).
39733         [!build-shared] (link-libc-tests): New variable.
39734         (link-libc-static-tests): New variable.
39735         [!gnulib] (gnulib-arch): New variable.
39736         [!gnulib] (gnulib-tests): Likewise.
39737         [!gnulib] (static-gnulib-arch): Likewise.
39738         [!gnulib] (static-gnulib-tests): Likewise.
39739         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39740         Define with "=" instead of ":=".
39741         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39742         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39743         * Rules (binaries-all-notests): New variable.
39744         (binaries-all-tests): Likewise.
39745         (binaries-static-notests): Likewise.
39746         (binaries-static-tests): Likewise.
39747         (binaries-all): Define using $(binaries-all-notests) and
39748         $(binaries-all-tests).
39749         (binaries-static): Define using $(binaries-static-notests) and
39750         $(binaries-static-tests).
39751         (binaries-shared-tests): New variable.
39752         (binaries-shared-notests): Likewise.
39753         (binaries-shared): Remove variable.
39754         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39755         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39756         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39757         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39758         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39759         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39760         * elf/Makefile (sln-modules): New variable.
39761         (extra-objs): Add $(sln-modules:=.o).
39762         (ldconfig-modules): Add static-stubs.
39763         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39764         * elf/static-stubs.c: New file.
39766         [BZ #14283]
39767         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39768         by 7 not 8 to examine high bit of fractional part.  Use volatile
39769         variables when splitting into final array of floats if
39770         __FLT_EVAL_METHOD__ != 0.
39771         * math/libm-test.inc (cos_test): Add another test.
39772         (sin_test): Likewise.
39773         * sysdeps/i386/fpu/libm-test-ulps: Update.
39775         [BZ #14273]
39776         * math/libm-test.inc (cosh_test): Add more tests.
39778         * version.h (RELEASE): Set to "development".
39779         (VERSION): Set to "2.16.90".
39781 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39783         * NEWS: Update copyright. Remove last-updated date.
39784         Mention math library bug fixes and timezone data changes.
39785         * README: Mention GNU/Hurd, x32, and HPPA support status.
39787 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39789         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39791 2012-06-27  Andreas Jaeger  <aj@suse.de>
39793         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39795 2012-06-25  Andreas Jaeger  <aj@suse.de>
39797         * sysdeps/s390/fpu/libm-test-ulps: Update.
39799 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39800             Thomas Schwinge  <thomas@codesourcery.com>
39802         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39803         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39804         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39805         fanotify_mark.
39807 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39809         * sysdeps/mach/start.c: Remove file.
39810         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39811         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39812         * sysdeps/sh/init-first.c: Likewise.
39814         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39815         registers for frame unwinding purposes, add CFI directives.
39816         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39817         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39818         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39819         Likewise.
39821         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39822         __fortify_fail returning.
39823         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39825         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39826         sysdeps/sh/____longjmp_chk.S.
39827         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39828         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39829         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39830         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39832         * sysdeps/sh/abort-instr.h: New file.
39833         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39834         process in case exit returns.
39836         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39837         initialize the GOT register before use.
39839         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39840         calculation of ARGC > 4.
39842         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39843         meaningful names to some local labels.
39845 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39846             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39848         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39849         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39850         (__arch_compare_and_exchange_val_16_acq): Likewise.
39851         (__arch_compare_and_exchange_val_32_acq): Likewise.
39852         (atomic_exchange_and_add): Fix gUSA sequence.
39853         (atomic_add): Likewise.
39854         (atomic_add_negative): Likewise.
39855         (atomic_add_zero): Likewise.
39856         (atomic_bit_test_set): Likewise.
39858 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39860         [BZ #13579]
39861         * include/link.h (struct link_map): Add l_free_initfini.
39862         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39863         l_initfini.
39864         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39865         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39866         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39867         set.
39869 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39871         * configure.in: Use AC_LANG_SOURCE.
39872         * configure: Regenerate.
39874 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39876         * configure.in (libc_cv_localstatedir): New substituted variable.
39877         * configure: Regenerated.
39878         * config.make.in (localstatedir): New variable, substituted from
39879         libc_cv_localstatedir.
39880         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39881         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39882         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39883         * sysdeps/gnu/configure: Regenerated.
39885 2012-06-21  Jeff Law  <law@redhat.com>
39887         [BZ #14277]
39888         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39889         free.  Simplify list management for _LIBC case.
39891 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39893         [BZ #14273]
39894         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39895         Clear sign bit of 64-bit integer value before comparing against
39896         overflow value.
39898         * sysdeps/mach/configure: Regenerated.
39900 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39902         [BZ #14278]
39903         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39905 2012-06-21  Jeff Law  <law@redhat.com>
39907         [BZ #13882]
39908         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39909         uint16_t for elements in the "seen" array to avoid char overflows.
39910         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39911         * elf/dl-open.c (dl_open_worker): Likewise.
39913 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39915         * scripts/list-sources.sh: Scan PORTS for translations.
39916         * po/libc.pot: Regenerated.
39918 2012-06-21  Andreas Jaeger  <aj@suse.de>
39920         [BZ #12194]
39921         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39922         warning.
39923         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39924         * bits/byteswap-16.h (__bswap_16): Likewise.
39925         * bits/byteswap.h (__bswap_constant_16): Likewise.
39927 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39929         [BZ #14117]
39930         * sysdeps/i386/fpu_control.h: Removed.
39931         * sysdeps/x86_64/fpu_control.h: Moved to ...
39932         * sysdeps/x86/fpu_control.h: Here.
39934         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39935         (_FPU_SETCW): Likewise.
39937 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39939         [BZ #14117]
39940         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39941         * sysdeps/x86/fpu/bits/mathinline.h: This.
39942         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39944         [BZ #14050]
39945         [BZ #14117]
39946         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39947         functions if __x86_64__ is defined.
39949 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39951         * string/endian.h: Add !__ASSEMBLER__ condition for including
39952         conversion interfaces.
39954 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39956         [BZ #14241]
39957         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39958         of ABS(x) in calculating zero to negative powers other than odd
39959         integers.
39960         * math/libm-test.inc (pow_test): Add more tests.
39962 2012-06-15  Andreas Jaeger  <aj@suse.de>
39964         * manual/contrib.texi (Contributors): Update entry of Liubov
39965         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39966         Machado Filho.
39968 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39970         * string/string.h: Add __wur to GNU version of strerror_r.
39972 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39974         [BZ #14229]
39975         * string/Makefile (tests): Add tst-strtok_r.
39976         * string/tst-strtok_r.c: New file.
39977         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39978         RAX_LP/RDX_LP on SAVE_PTR.
39980 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39982         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39984 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39986         * libm_test.inc (csqrt_test): Allow more spurious underflow
39987         exceptions.
39988         (j0_test): Likewise.
39989         (j1_test): Likewise.
39990         (y0_test): Likewise.
39991         (y1_test): Likewise.
39993 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39995         * po/Makefile (libc.pot): Use UTF-8 charset.
39997 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39999         [BZ #14210]
40000         Suppress sign-conversion warning from FD_SET.
40001         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40002         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40003         not unsigned long int.
40004         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40006 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40008         [BZ #14050]
40009         [BZ #14117]
40010         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40011         __extern_always_inline instead of __extern_inline.
40012         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40013         (__signbit): Likewise.
40014         (__signbitl): Support C++ namespace.
40015         (lrintf): New inline function.
40016         (lrint): Likewise.
40017         (llrintf): Likewise.
40018         (llrint): Likewise.
40019         (fmaxf): Likewise.
40020         (fmax): Likewise.
40021         (fminf): Likewise.
40022         (fmin): Likewise.
40023         (rint): Likewise.
40024         (rintf): Likewise.
40025         (ceil): Likewise.
40026         (ceilf): Likewise.
40027         (floor): Likewise.
40028         (floorf): Likewise.
40029         (nearbyint): Likewise.
40030         (nearbyintf): Likewise.
40032 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40034         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40035         non-default versions.
40037 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40039         [BZ #14218]
40040         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40042 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40044         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40045         (FE_UPWARD, FE_DOWNWARD): Don't define.
40046         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40047         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40049         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40050         reading it.
40051         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40052         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40054 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40056         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40057         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40058         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40059         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40061 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40063         [BZ #14117]
40064         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40065         * sysdeps/i386/fpu/Implies: New file.
40066         * sysdeps/x86_64/fpu/Implies: Likewise.
40067         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40068         * sysdeps/x86/fpu/bits/fenv.h: This.
40070         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40071         __SSE_MATH__.
40073 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40075         [BZ #14134]
40076         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40077         character 0xffff that matches the last element of the
40078         conversion table.
40080 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40082         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40083         fmodl commit.
40085 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40087         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40088         values higher than 25.6283.
40090 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40092         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40093         subnormal exponent extraction and add some __builtin_expect.
40094         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40095         Fix for subnormal mantissa calculation.
40097 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40099         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40100         cpu2 is -1 and errno is not ENOSYS.
40102 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40104         [BZ #14117]
40105         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40106         * sysdeps/x86/bits/string.h: This.
40107         * sysdeps/x86_64/bits/string.h: Removed.
40109         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40110         if not compiling for x86-64, but compiling for >= i486.
40112         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40113         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40115         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40116         New macro from Linux kernel 3.4.0.
40117         (FP_XSTATE_MAGIC2): Likewise.
40118         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40119         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40120         (struct _fpx_sw_bytes): New struct.
40121         (struct _xsave_hdr): Likewise.
40122         (struct _ymmh_state): Likewise.
40123         (struct _xstate): Likewise.
40125         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40126         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40127         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40128         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40129         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40130         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40132         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40133         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40134         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40135         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40136         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40137         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40139 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40141         [BZ #13743]
40142         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40143         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40144         (sysdep_headers): Include sys/platform/ppc.h.
40145         * sysdeps/powerpc/test-gettimebase.c: Test for
40146         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40147         * manual/Makefile (appendices): Include platform.texi.
40148         * manual/contrib.texi (Contributors): Update @node pointers.
40149         * manual/maint.texi (Maintenance): Likewise.
40150         (Platform): New node.
40151         * manual/platform.texi: New file.  Document the new features.
40153 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40154             Jakub Jelinek  <jakub@redhat.com>
40156         [BZ #14188]
40157         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40158         where __builtin_expect is unavailable.
40160 2012-06-03  David S. Miller  <davem@davemloft.net>
40162         * stdlib/longlong.h: Updated from GCC.
40164 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40166         [BZ #14042]
40167         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40168         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40169         __mcount_internal.
40170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40171         (GLIBC_2.16): Likewise.
40173 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40175         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40177 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40180         (default-abi): New variable.
40181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40182         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40183         variable.
40184         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40185         Likewise.
40186         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40187         Likewise.
40188         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40189         Likewise.
40191         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40192         definition.  Document in comment.
40194 2012-06-01  David S. Miller  <davem@davemloft.net>
40196         * stdlib/longlong.h: Updated from GCC.
40198 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40200         [BZ #14117]
40201         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40202         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40203         sys/debugreg.h sys/io.h here.
40204         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40205         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40206         sys/io.h.
40207         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40208         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40209         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40210         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40211         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40212         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40214         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40215         Define only if __x86_64__ is defined.
40217 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40219         [BZ #14048]
40220         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40221         Use int64_t for variable i.
40222         * math/libm-test.inc (fmod_test): Add more tests.
40224         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40225         z computation is not scheduled after fetestexcept.
40226         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40227         Use math_force_eval instead of asm to ensure calculation scheduled
40228         before exception test.
40229         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40230         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40232 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40234         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40235         computation is not scheduled after fetestexcept.
40237 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40239         [BZ #14117]
40240         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40241         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40243 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40245         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40246         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40248 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40250         [BZ #14117]
40251         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40252         <bits/wordsize.h>.
40253         (__WCHAR_MIN): Support __WORDSIZE == 64.
40254         (__WCHAR_MAX): Likewise.
40256         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40257         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40259         [BZ #14183]
40260         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40261         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40263         [BZ #14117]
40264         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40265         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40267         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40268         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40270         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40271         Defined to 1 if __x86_64__ isn't defined.
40272         (_STAT_VER_LINUX_OLD): New.
40273         (st_atime): Remove duplicate.
40274         (st_mtime): Likewise.
40275         (st_ctime): Likewise.
40277 2012-05-31  David S. Miller  <davem@davemloft.net>
40279         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40280         entries.
40282 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40284         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40285         gen-libm-test.pl.
40287         [BZ #14132]
40288         * elf/dl-reloc.c: Include <_itoa.h>.
40289         (_dl_reloc_bad_type): Remove use of INTUSE.
40290         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40291         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40292         * stdio-common/psiginfo.c (psiginfo): Likewise.
40293         * stdio-common/psignal.c (psignal): Likewise.
40294         * string/strsignal.c (strsignal): Likewise.
40295         * include/signal.h (_sys_siglist): Declare hidden proto.
40296         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40297         INTVARDEF with libc_hidden_data_def.
40298         * stdio-common/itoa-udigits.c: Likewise.
40299         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40300         (_itoa_lower_digits_internal): Remove declaration.
40301         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40302         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40303         (_sys_sigabbrev_internal): Remove aliases.
40304         (_sys_siglist): Define hidden alias.
40306 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40308         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40309         bits/sysctl.h.
40311 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40313         [BZ #14117]
40314         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40315         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40317         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40318         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40319         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40320         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40321         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40322         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40324         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40325         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40326         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40328         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40329         with __addr.
40330         (insw): Likewise.
40331         (insl): Likewise.
40332         (outsb): Likewise.
40333         (outsw): Likewise.
40334         (outsl): Likewise.
40336         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40337         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40338         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40340         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40341         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40342         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40343         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40344         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40345         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40347         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40348         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40350         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40351         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40353         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40354         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40355         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40357         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40358         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40359         to ...
40360         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40362         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40363         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40364         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40366         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40367         for x86-64.
40368         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40370 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40372         * math/math.h (M_El): Use two more decimal places.
40373         (M_LOG2El): Likewise.
40374         (M_LOG10El): Likewise.
40375         (M_LN2l): Likewise.
40376         (M_LN10l): Likewise.
40377         (M_PIl): Likewise.
40378         (M_PI_2l): Likewise.
40379         (M_PI_4l): Likewise.
40380         (M_1_PIl): Likewise.
40381         (M_2_PIl): Likewise.
40382         (M_2_SQRTPIl): Likewise.
40383         (M_SQRT2l): Likewise.
40384         (M_SQRT1_2l): Likewise.
40386 2012-05-31  David S. Miller  <davem@davemloft.net>
40388         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40389         values between float registers.
40390         * sysdeps/sparc/sparc64/memset.S: Likewise.
40391         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40393 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40395         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40396         -D_FORTIFY_SOURCE=1.
40397         (CPPFLAGS-tst-longjmp_chk.c): Define.
40398         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40399         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40400         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40401         CFLAGS-tst-wchar-h.c.
40403 2012-05-31  Marek Polacek  <polacek@redhat.com>
40405         [BZ #14132]
40406         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40407         __endmntent_internal): Remove declaration.
40408         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40409         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40410         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40412 2012-05-30  David S. Miller  <davem@davemloft.net>
40414         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40415         (___Q_simulate_exceptions): Use real FP ops rather than writing
40416         into the %fsr.
40417         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40418         Likewise.
40420 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40422         [BZ #14117]
40423         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40424         * sysdeps/x86/bits/xtitypes.h: This.
40426         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40427         * sysdeps/x86/bits/wordsize.h: This.
40429         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40430         * sysdeps/x86/bits/huge_vall.h: This.
40432         * sysdeps/i386/bits/select.h: Removed.
40433         * sysdeps/x86_64/bits/select.h: Renamed to ...
40434         * sysdeps/x86/bits/select.h: This.
40436         * sysdeps/i386/bits/setjmp.h: Removed.
40437         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40438         * sysdeps/x86/bits/setjmp.h: This.
40440         * sysdeps/i386/bits/mathdef.h: Removed.
40441         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40442         * sysdeps/x86/bits/mathdef.h: This.
40444 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40446         [BZ #14132]
40447         * include/sys/socket.h (__connect_internal)
40448         (__libc_sa_len_internal): Remove declaration.
40449         (__connect, __libc_sa_len): Declare hidden_proto.
40450         (SA_LEN): Remove use of INTUSE.
40451         * socket/connect.c: Add libc_hidden_def.
40452         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40453         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40454         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40455         alias.
40456         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40457         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40458         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40459         of adding _internal alias.
40461 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40463         [BZ #14117]
40464         * sysdeps/i386/bits/link.h: Removed.
40465         * sysdeps/i386/bits/linkmap.h: Likewise.
40466         * sysdeps/x86_64/bits/link.h: Renamed to ...
40467         * sysdeps/x86/bits/link.h: This.
40468         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40469         * sysdeps/x86/bits/linkmap.h: This.
40471         * sysdeps/i386/bits/endian.h: Removed.
40472         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40473         * sysdeps/x86/bits/endian.h: This.
40475         * sysdeps/i386/bits/byteswap.h: Removed.
40476         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40477         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40478         * sysdeps/x86/bits/byteswap.h: This.
40479         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40480         * sysdeps/x86/bits/byteswap-16.h: This.
40481         * sysdeps/i386/Implies: Add x86.
40482         * sysdeps/x86_64/Implies: Likewise.
40484 2012-05-30  David S. Miller  <davem@davemloft.net>
40486         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40487         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40488         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40489         (FP_TRAPPING_EXCEPTIONS): Define.
40490         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40491         (FP_TRAPPING_EXCEPTIONS): Define.
40492         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40493         subnormals only when inexact has been signalled or underflow
40494         exceptions are enabled.
40495         (_FP_PACK_CANONICAL): Likewise.
40497 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40499         [BZ #14183]
40500         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40501         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40503 2012-05-30  Richard Henderson  <rth@twiddle.net>
40505         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40506         with #ifndef NOT_IN_libc.
40508         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40509         marked to avoid plt entry.
40511 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40513         [BZ #14112]
40514         * Makeconfig (default-abi): New macro.
40515         (abi-includes): Likewise.
40516         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40517         $(abi-$(default-abi)-lib-soname) for soname if defined.
40518         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40519         abi-variants.
40520         * Makefile (installed-stubs): Likewise.
40521         * include/stubs-biarch.h: Removed.
40522         * scripts/lib-names.awk: Only handle one library at a time.
40523         * scripts/soversions.awk: Remove WORDSIZE support.
40524         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40525         entries.
40526         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40527         Removed.
40528         (syscall-list-default-condition): Likewise.
40529         (syscall-list-default-condition): Likewise.
40530         (syscall-list-includes): Likewise.
40531         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40532         syscall-list-* with abi-*.  Handle undefined abi-variants.
40533         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40534         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40535         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40536         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40537         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40538         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40539         Removed.
40540         (syscall-list-32-options): Likewise.
40541         (syscall-list-32-condition): Likewise.
40542         (syscall-list-64-options): Likewise.
40543         (syscall-list-64-condition): Likewise.
40544         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40545         macro.
40546         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40547         Renamed to ...
40548         (abi-*): This.
40549         (abi-64-ld-soname): New macro.
40550         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40551         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40552         Renamed to ...
40553         (abi-*): This.
40554         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40555         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40557 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40559         * sysdeps/unix/sysv/linux/kernel-features.h
40560         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40561         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40562         include <kernel-features.h>.
40563         [!__NR_ftruncate64]: Remove conditional code.
40564         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40565         [__NR_ftruncate64]: Make code unconditional.
40566         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40567         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40568         include <kernel-features.h>.
40569         [!__NR_ftruncate64]: Remove conditional code.
40570         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40571         [__NR_ftruncate64]: Make code unconditional.
40572         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40574         include <kernel-features.h>.
40575         [!__NR_ftruncate64]: Remove conditional code.
40576         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40577         [__NR_ftruncate64]: Make code unconditional.
40578         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40580         include <kernel-features.h>.
40581         [!__NR_ftruncate64]: Remove conditional code.
40582         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40583         [__NR_ftruncate64]: Make code unconditional.
40584         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40586         * configure.in (libc_cv_fpie): Weaken to a compile test using
40587         LIBC_TRY_CC_OPTION.
40588         * configure: Regenerated.
40590 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40594         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40595         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40596         Refreshed.
40597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40600         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40602         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40603         Refreshed.
40605 2012-05-27  David S. Miller  <davem@davemloft.net>
40607         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40608         (___Q_zero): New.
40609         (__Q_simulate_exceptions): Return void.  Change to simulate
40610         exceptions by writing into the %fsr.
40611         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40612         (__Qp_handle_exceptions): Likewise.
40613         (numbers): Delete.
40614         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40615         __Qp_handle_exceptions.
40616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40617         __Qp_handle_exceptions.
40618         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40619         as unused and give dummy FP_RND_NEAREST initializer.
40620         (FP_INHIBIT_RESULTS): Define.
40621         (___Q_simulate_exceptions): Update declaration.
40622         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40623         formatting.
40624         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40625         as unused and give dummy FP_RND_NEAREST initializer.
40626         (__Qp_handle_exceptions): Update declaration.
40627         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40628         formatting.
40630 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40632         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40633         the temporary FPU control word.
40634         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40635         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40636         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40637         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40638         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40639         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40640         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40641         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40642         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40643         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40644         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40646 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40648         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40649         fields.
40651 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40653         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40654         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40655         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40656         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40657         Likewise.
40658         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40659         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40660         Likewise.
40662 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40664         * po/h.po: Update from translation team.
40666 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40668         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40670         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40671         handling of denormals.
40672         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40673         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40674         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40675         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40676         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40677         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40678         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40679         Likewise.
40681 2012-05-26  Marek Polacek  <polacek@redhat.com>
40683         [BZ #14152]
40684         * math/libm-test.inc (fma_test): Don't always expect underflow
40685         exception.
40687 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40689         [BZ #12416]
40690         * elf/tst-execstack.c: Include stackinfo.h.
40691         (do_test): Adjust test case to ensure that pthread_getattr_np
40692         behaviour remains the same after marking stack executable.
40694 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40696         * sysdeps/unix/sysv/linux/kernel-features.h
40697         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40698         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40699         kernel-features.h.
40700         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40701         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40702         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40703         kernel-features.h.
40704         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40705         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40707 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40709         * configure.in: Define the default includes to being none.
40710         * configure: Regenerated.
40712 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40714         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40715         * sysdeps/x86_64/setjmp.S: Likewise.
40716         * sysdeps/i386/bsd-setjmp.S: Likewise.
40717         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40718         * sysdeps/i386/setjmp.S: Likewise.
40719         * sysdeps/i386/__longjmp.S: Likewise.
40720         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40721         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40723         * include/stap-probe.h: New file.
40724         * configure.in: Handle --enable-systemtap.
40725         * configure: Regenerated.
40726         * config.h.in (USE_STAP_PROBE): New #undef.
40727         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40728         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40729         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40731 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40733         [BZ #13717]
40734         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40735         to 2.4.0 where earlier.
40736         * sysdeps/unix/sysv/linux/configure: Regenerated.
40737         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40738         <kernel-features.h>.
40739         [__ASSUME_32BITUIDS]: Make code unconditional.
40740         [!__ASSUME_32BITUIDS]: Remove conditional code.
40741         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40742         <kernel-features.h>.
40743         [__ASSUME_32BITUIDS]: Make code unconditional.
40744         [!__ASSUME_32BITUIDS]: Remove conditional code.
40745         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40746         [__ASSUME_32BITUIDS]: Make code unconditional.
40747         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40748         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40749         <kernel-features.h>.
40750         [__ASSUME_32BITUIDS]: Make code unconditional.
40751         [!__ASSUME_32BITUIDS]: Remove conditional code.
40752         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40753         <kernel-features.h>.
40754         [__ASSUME_32BITUIDS]: Make code unconditional.
40755         [!__ASSUME_32BITUIDS]: Remove conditional code.
40756         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40757         <kernel-features.h>.
40758         [__ASSUME_32BITUIDS]: Make code unconditional.
40759         [!__ASSUME_32BITUIDS]: Remove conditional code.
40760         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40761         <kernel-features.h>.
40762         [__ASSUME_32BITUIDS]: Make code unconditional.
40763         [!__ASSUME_32BITUIDS]: Remove conditional code.
40764         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40765         <kernel-features.h>.
40766         [__ASSUME_32BITUIDS]: Make code unconditional.
40767         [!__ASSUME_32BITUIDS]: Remove conditional code.
40768         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40769         <kernel-features.h>.
40770         [__ASSUME_32BITUIDS]: Make code unconditional.
40771         [!__ASSUME_32BITUIDS]: Remove conditional code.
40772         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40773         <kernel-features.h>.
40774         [__ASSUME_32BITUIDS]: Make code unconditional.
40775         [!__ASSUME_32BITUIDS]: Remove conditional code.
40776         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40777         <kernel-features.h>.
40778         [__ASSUME_32BITUIDS]: Make code unconditional.
40779         [!__ASSUME_32BITUIDS]: Remove conditional code.
40780         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40781         <kernel-features.h>.
40782         [__ASSUME_32BITUIDS]: Make code unconditional.
40783         [!__ASSUME_32BITUIDS]: Remove conditional code.
40784         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40785         <kernel-features.h>.
40786         [__ASSUME_32BITUIDS]: Make code unconditional.
40787         [!__ASSUME_32BITUIDS]: Remove conditional code.
40788         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40789         <kernel-features.h>.
40790         [__NR_setresgid] (__setresgid): Do not declare.
40791         [__ASSUME_32BITUIDS]: Make code unconditional.
40792         [!__ASSUME_32BITUIDS]: Remove conditional code.
40793         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40794         <kernel-features.h>.
40795         [__NR_setresuid] (__setresuid): Do not declare.
40796         [__ASSUME_32BITUIDS]: Make code unconditional.
40797         [!__ASSUME_32BITUIDS]: Remove conditional code.
40798         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40799         <kernel-features.h>.
40800         [__ASSUME_32BITUIDS]: Make code unconditional.
40801         [!__ASSUME_32BITUIDS]: Remove conditional code.
40802         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40803         <kernel-features.h>.
40804         [__ASSUME_32BITUIDS]: Make code unconditional.
40805         [!__ASSUME_32BITUIDS]: Remove conditional code.
40806         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40807         <kernel-features.h>.
40808         [__ASSUME_32BITUIDS]: Make code unconditional.
40809         [!__ASSUME_32BITUIDS]: Remove conditional code.
40810         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40811         <kernel-features.h>.
40812         [__ASSUME_32BITUIDS]: Make code unconditional.
40813         [!__ASSUME_32BITUIDS]: Remove conditional code.
40814         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40815         <kernel-features.h>.
40816         [__ASSUME_32BITUIDS]: Make code unconditional.
40817         [!__ASSUME_32BITUIDS]: Remove conditional code.
40818         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40819         <kernel-features.h>.
40820         [__ASSUME_32BITUIDS]: Make code unconditional.
40821         [!__ASSUME_32BITUIDS]: Remove conditional code.
40822         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40823         <kernel-features.h>.
40824         [__ASSUME_32BITUIDS]: Make code unconditional.
40825         [!__ASSUME_32BITUIDS]: Remove conditional code.
40826         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40827         <kernel-features.h>.
40828         [__ASSUME_32BITUIDS]: Make code unconditional.
40829         [!__ASSUME_32BITUIDS]: Remove conditional code.
40830         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40831         <kernel-features.h>.
40832         [__ASSUME_32BITUIDS]: Make code unconditional.
40833         [!__ASSUME_32BITUIDS]: Remove conditional code.
40834         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40835         <kernel-features.h>.
40836         [__ASSUME_32BITUIDS]: Make code unconditional.
40837         [!__ASSUME_32BITUIDS]: Remove conditional code.
40838         * sysdeps/unix/sysv/linux/kernel-features.h
40839         (__ASSUME_SETRESUID_SYSCALL): Remove.
40840         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40841         (__ASSUME_32BITUIDS): Likewise.
40842         (__ASSUME_LDT_WORKS): Likewise.
40843         (__ASSUME_O_DIRECTORY): Likewise.
40844         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40845         architecture but not kernel version.
40846         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40847         (__ASSUME_MMAP2_SYSCALL): Likewise.
40848         (__ASSUME_STAT64_SYSCALL): Likewise.
40849         (__ASSUME_IPC64): Likewise.
40850         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40851         <kernel-features.h>.
40852         [__ASSUME_32BITUIDS]: Make code unconditional.
40853         [!__ASSUME_32BITUIDS]: Remove conditional code.
40854         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40855         <kernel-features.h>.
40856         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40857         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40858         132096]: Remove conditional code.
40859         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40860         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40861         <kernel-features.h>.
40862         [__ASSUME_32BITUIDS]: Make code unconditional.
40863         [!__ASSUME_32BITUIDS]: Remove conditional code.
40864         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40865         <kernel-features.h>.
40866         [__ASSUME_32BITUIDS]: Make code unconditional.
40867         [!__ASSUME_32BITUIDS]: Remove conditional code.
40868         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40869         <kernel-features.h>.
40870         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40871         unconditional.
40872         (__setresgid): Do not declare.
40873         [__ASSUME_32BITUIDS]: Make code unconditional.
40874         [!__ASSUME_32BITUIDS]: Remove conditional code.
40875         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40876         <kernel-features.h>.
40877         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40878         unconditional.
40879         (__setresuid): Do not declare.
40880         [__ASSUME_32BITUIDS]: Make code unconditional.
40881         [!__ASSUME_32BITUIDS]: Remove conditional code.
40882         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40883         <kernel-features.h>.
40884         [__ASSUME_32BITUIDS]: Make code unconditional.
40885         [!__ASSUME_32BITUIDS]: Remove conditional code.
40886         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40887         <kernel-features.h>.
40888         [__ASSUME_32BITUIDS]: Make code unconditional.
40889         [!__ASSUME_32BITUIDS]: Remove conditional code.
40891 2012-05-25  Richard Henderson  <rth@twiddle.net>
40893         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40894         dl_hwcap to ifunc resolver.
40895         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40896         elf_ifunc_invoke.
40897         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40898         dl_hwcap to ifunc resolver.
40899         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40901 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40903         [BZ #14153]
40904         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40905         for |x| <= 2**-26, not 2**-57.
40906         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40907         exception.
40909 2012-05-24  Jeff Law  <law@redhat.com>
40911         * stdio-common/Makefile (tests): Add bug25.
40912         * stdio-common/bug25.c: New test.
40914 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40916         [BZ #13576]
40917         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40918         multiple of MALLOC_ALIGNMENT in size.
40919         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40921 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40923         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40924         Require >= 256.
40925         (FILENAME_MAX): Use macro-int-constant.
40926         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40927         (_IOFBF): Use macro-int-constant.
40928         (_IOLBF): Likewise.
40929         (_IONBF): Likewise.
40930         (SEEK_CUR): Likewise.
40931         (SEEK_END): Likewise.
40932         (SEEK_SET): Likewise.
40933         (TMP_MAX): Likewise.
40934         (EOF): Use macro-int-constant.  Require < 0.
40935         (NULL): Use macro-constant.  Require == 0.
40936         (stdin): Require type to be FILE *.
40937         (stdout): Likewise.
40938         (stderr): Likewise.
40939         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40940         macro-int-constant.
40941         (EXIT_SUCCESS): Likewise.
40942         (NULL): Use macro-constant.  Require == 0.
40943         (RAND_MAX): Use macro-int-constant.
40944         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40945         [C99-based standards] (strtof): Require function.
40946         [C99-based standards] (strtold): Likewise.
40947         [C99-based standards] (strtoll): Likewise.
40948         [C99-based standards] (strtoull): Likewise.
40949         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40950         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40951         [ISO || ISO99 || ISO11] (math.h): Likewise.
40952         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40953         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40954         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40956 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40958         [BZ #14132]
40959         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40960         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40961         * intl/dgettext.c (DCGETTEXT): Likewise.
40962         * intl/gettext.c (DCGETTEXT): Likewise.
40963         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40964         * posix/regex_internal.h (gettext): Likewise.
40965         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40966         Remove declaration.
40967         * include/argz.h (__argz_count_internal)
40968         (__argz_stringify_internal): Remove declaration.
40969         (__argz_count, __argz_stringify): Declare hidden proto.
40970         * intl/dcgettext.c: Remove use of INTDEF.
40971         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40972         * string/argz-stringify.c: Likewise.
40973         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40974         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40975         Declare hidden proto.
40976         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40977         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40978         Declare hidden proto.
40979         * include/stdio.h (__asprintf_internal): Don't declare.
40980         (__asprintf): Don't define as macro.  Declare hidden proto.
40981         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40982         (__fsetlocking): Declare hidden proto.
40983         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40984         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40985         hidden proto.
40986         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40987         (_IO_setlinebuf): Remove use of INTUSE.
40988         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40989         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40990         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40991         Remove declaration.
40992         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40993         (_IO_do_flush): Remove use of INTUSE.
40994         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40995         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40996         (_IO_adjust_column, _IO_least_wmarker)
40997         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40998         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40999         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41000         (_IO_default_doallocate, _IO_wdefault_doallocate)
41001         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41002         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41003         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41004         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41005         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41006         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41007         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41008         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41009         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41010         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41011         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41012         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41013         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41014         proto.
41015         (_IO_flush_all_internal, _IO_adjust_column_internal)
41016         (_IO_default_uflow_internal, _IO_default_finish_internal)
41017         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41018         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41019         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41020         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41021         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41022         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41023         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41024         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41025         (_IO_file_close_internal, _IO_file_close_it_internal)
41026         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41027         (_IO_file_init_internal, _IO_file_attach_internal)
41028         (_IO_file_fopen_internal, _IO_file_read_internal)
41029         (_IO_file_sync_internal, _IO_file_seek_internal)
41030         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41031         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41032         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41033         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41034         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41035         (_IO_list_all_internal, _IO_link_in_internal)
41036         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41037         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41038         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41039         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41040         (_IO_do_write_internal, _IO_padn_internal)
41041         (_IO_getline_info_internal, _IO_getline_internal)
41042         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41043         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41044         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41045         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41046         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41047         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41048         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41049         with libc_hidden_ver, remove use of INTUSE.
41050         * libio/genops.c: Likewise.
41051         * libio/freopen.c: Likewise.
41052         * libio/freopen64.c: Likewise.
41053         * libio/iofclose.c: Likewise.
41054         * libio/iofdopen.c: Likewise.
41055         * libio/iofflush.c: Likewise.
41056         * libio/iofflush_u.c: Likewise.
41057         * libio/iofgets.c: Likewise.
41058         * libio/iofgets_u.c: Likewise.
41059         * libio/iofopen.c: Likewise.
41060         * libio/iofopncook.c: Likewise.
41061         * libio/iofread.c: Likewise.
41062         * libio/iofread_u.c: Likewise.
41063         * libio/ioftell.c: Likewise.
41064         * libio/iofwrite.c: Likewise.
41065         * libio/iogetline.c: Likewise.
41066         * libio/iogets.c: Likewise.
41067         * libio/iogetwline.c: Likewise.
41068         * libio/iopadn.c: Likewise.
41069         * libio/iopopen.c: Likewise.
41070         * libio/ioseekoff.c: Likewise.
41071         * libio/ioseekpos.c: Likewise.
41072         * libio/iosetbuffer.c: Likewise.
41073         * libio/iosetvbuf.c: Likewise.
41074         * libio/ioungetc.c: Likewise.
41075         * libio/ioungetwc.c: Likewise.
41076         * libio/iovdprintf.c: Likewise.
41077         * libio/iovsprintf.c: Likewise.
41078         * libio/iovsscanf.c: Likewise.
41079         * libio/memstream.c: Likewise.
41080         * libio/obprintf.c: Likewise.
41081         * libio/oldfileops.c: Likewise.
41082         * libio/oldiofclose.c: Likewise.
41083         * libio/oldiofdopen.c: Likewise.
41084         * libio/oldiofopen.c: Likewise.
41085         * libio/oldiopopen.c: Likewise.
41086         * libio/oldstdfiles.c: Likewise.
41087         * libio/putc.c: Likewise.
41088         * libio/setbuf.c: Likewise.
41089         * libio/setlinebuf.c: Likewise.
41090         * libio/stdfiles.c: Likewise.
41091         * libio/strops.c: Likewise.
41092         * libio/vasprintf.c: Likewise.
41093         * libio/vscanf.c: Likewise.
41094         * libio/vsnprintf.c: Likewise.
41095         * libio/vswprintf.c: Likewise.
41096         * libio/wfiledoalloc.c: Likewise.
41097         * libio/wfileops.c: Likewise.
41098         * libio/wgenops.c: Likewise.
41099         * libio/wmemstream.c: Likewise.
41100         * libio/wstrops.c: Likewise.
41101         * libio/__fpurge.c: Likewise.
41102         * libio/__fsetlocking.c: Likewise.
41103         * assert/assert.c: Likewise.
41104         * debug/fgets_chk.c: Likewise.
41105         * debug/fgets_u_chk.c: Likewise.
41106         * debug/fread_chk.c: Likewise.
41107         * debug/fread_u_chk.c: Likewise.
41108         * debug/gets_chk.c: Likewise.
41109         * debug/obprintf_chk.c: Likewise.
41110         * debug/vasprintf_chk.c: Likewise.
41111         * debug/vdprintf_chk.c: Likewise.
41112         * debug/vsnprintf_chk.c: Likewise.
41113         * debug/vsprintf_chk.c: Likewise.
41114         * malloc/mtrace.c: Likewise.
41115         * misc/error.c: Likewise.
41116         * misc/syslog.c: Likewise.
41117         * stdio-common/asprintf.c: Likewise.
41118         * stdio-common/fxprintf.c: Likewise.
41119         * stdio-common/getw.c: Likewise.
41120         * stdio-common/isoc99_fscanf.c: Likewise.
41121         * stdio-common/isoc99_scanf.c: Likewise.
41122         * stdio-common/isoc99_vfscanf.c: Likewise.
41123         * stdio-common/isoc99_vscanf.c: Likewise.
41124         * stdio-common/isoc99_vsscanf.c: Likewise.
41125         * stdio-common/printf-prs.c: Likewise.
41126         * stdio-common/printf_fp.c: Likewise.
41127         * stdio-common/printf_fphex.c: Likewise.
41128         * stdio-common/printf_size.c: Likewise.
41129         * stdio-common/putw.c: Likewise.
41130         * stdio-common/scanf.c: Likewise.
41131         * stdio-common/sprintf.c: Likewise.
41132         * stdio-common/tmpfile.c: Likewise.
41133         * stdio-common/vfprintf.c: Likewise.
41134         * stdio-common/vfscanf.c: Likewise.
41135         * stdlib/strfmon_l.c: Likewise.
41136         * sunrpc/openchild.c: Likewise.
41137         * sunrpc/xdr_stdio.c: Likewise.
41138         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41139         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41141 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41143         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41145         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41146         in the third column, to generate for the shared library an IFUNC
41147         that uses _dl_vdso_vsym.
41148         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41149         * Makeconfig (object-suffixes-noshared): New variable.
41151         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41152         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41153         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41154         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41156         [BZ #14132]
41157         * include/sys/time.h (__gettimeofday): Remove macro.
41158         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41159         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41160         Remove INTDEF.
41161         (__gettimeofday): Add libc_hidden_def.
41162         (gettimeofday): Add libc_hidden_weak.
41163         * sysdeps/mach/gettimeofday.c: Likewise.
41164         * sysdeps/posix/gettimeofday.c: Likewise.
41165         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41166         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41167         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41168         (__gettimeofday_internal): Remove strong_alias.
41169         (__gettimeofday): Add libc_hidden_def.
41170         (gettimeofday): Add libc_hidden_weak.
41171         * sysdeps/unix/syscalls.list (gettimeofday):
41172         Remove __gettimeofday_internal alias.
41174 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41175             H.J. Lu  <hongjiu.lu@intel.com>
41177         [BZ #12495]
41178         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41179         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41180         (largebin_index_32_big): New.
41181         (largebin_index): Use it for 16-byte alignment.
41182         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41183         correction with front_misalign.
41185 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41189         Likewise.
41190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41191         Likewise.
41192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41193         Likewise.
41194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41195         Likewise.
41196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41197         Likewise.
41198         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41199         Likewise.
41200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41201         Likewise.
41202         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41203         Likewise.
41204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41205         Likewise.
41206         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41207         Likewise.
41208         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41209         Likewise.
41210         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41211         Likewise.
41213         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41214         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41216 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41218         [BZ #10846]
41219         [BZ #14036]
41220         * math/libm-test.inc (exp_test): Add test from bug 14036.
41221         (pow_test): Add test from bug 10846.
41223         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41224         and other flags.
41225         (special_function): Do not include flags in test name.
41226         (parse_args): Likewise.
41227         * sysdeps/i386/fpu/libm-test-ulps: Update.
41228         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41229         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41230         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41233         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41234         exceptions.
41235         * math/libm-test.inc ("Philosophy"): Update comment about
41236         exception testing.
41237         (UNDERFLOW_EXCEPTION): New macro.
41238         (UNDERFLOW_EXCEPTION_OK): Likewise.
41239         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41240         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41241         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41242         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41243         (INVALID_EXCEPTION_OK): Update value.
41244         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41245         (OVERFLOW_EXCEPTION_OK): Likewise.
41246         (IGNORE_ZERO_INF_SIGN): Likewise.
41247         (test_exceptions): Handle underflow exceptions.
41248         (acos_test): Update for underflow exception expectations.
41249         (cexp_test): Likewise.
41250         (clog_test): Likewise.
41251         (clog10_test): Likewise.
41252         (csqrt_test): Likewise.
41253         (ctan_test): Likewise.
41254         (ctanh_test): Likewise.
41255         (exp_test): Likewise.
41256         (exp10_test): Likewise.
41257         (exp2_test): Likewise.
41258         (expm1_test): Likewise.
41259         (fma_test): Likewise.
41260         (j0_test): Likewise.
41261         (jn_test): Likewise.
41262         (nexttoward_test): Likewise.
41263         (pow_test): Likewise.
41264         (scalbn_test): Likewise.
41265         (scalbln_test): Likewise.
41266         (tan_test): Likewise.
41267         (y1_test): Likewise.
41268         * sysdeps/i386/fpu/libm-test-ulps: Update.
41269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41271 2012-05-23  David S. Miller  <davem@davemloft.net>
41273         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41274         (__libc_sigaction): Remove unused local variables.
41276 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41278         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41280 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41282         mktime: avoid signed integer overflow
41283         * time/mktime.c (__mktime_internal): Do not mishandle the case
41284         where diff == INT_MIN.
41286         mktime: simplify computation of average
41287         * time/mktime.c (ranged_convert): Use new time_t_avg function
41288         instead of rolling our own (probably-slower) code.
41290         mktime: do not assume signed right shift propagates sign bit
41291         * time/mktime.c (isdst_differ): New static function.
41292         (__mktime_internal): No need to normalize tm_isdst now.
41293         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41294         tm_isdst values.
41296         mktime: merge another wrapv change from gnulib
41297         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41298         from some compilers.
41300         mktime: remove incorrect attempt at unusual arithmetics
41301         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41302         The code didn't really work on such machines anyway.
41303         (TYPE_MINIMUM): Assume two's complement.
41304         (twos_complement_arithmetic): Verify that long_int and time_t
41305         are two's complement (or unsigned, in the latter case).
41307         mktime: check signed shifts on long_int and time_t, too
41308         * time/mktime.c (SHR): Check that shifts work as desired
41309         on the types long_int and time_t too, as SHR is used on
41310         such types.
41312         mktime: do not assume 'long' is wide enough
41313         * time/mktime.c (verify): Move decl up.
41314         (long_int): New type.
41315         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41316         to remove assumption in the code that 'long' is wide enough to
41317         store year values.  This assumption is not true on x32 and on
41318         some non-glibc platforms.
41320         mktime: merge wrapv change from gnulib
41321         * time/mktime.c (WRAPV): New macro.
41322         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41323         (guess_time_tm, __mktime_internal): Do not assume that signed
41324         integer overflow wraps around; modern compilers generate code
41325         where this assumption is no longer valid.
41327 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41329         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41330         Replace "jmp L(pseudo_end)" with "ret".
41331         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41332         Likewise.
41334 2012-05-23  Andreas Jaeger  <aj@suse.de>
41336         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41337         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41339 2012-05-23  Andreas Jaeger  <aj@suse.de>
41340             Maximilian Attems  <max@stro.at>
41342         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41343         New macros.
41345 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41347         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41348         code so that pseudo_end is just ret and the stack pointer is
41349         correct also for static library in error case.
41351 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41353         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41354         move to syscalls.list.
41355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41360         * manual/install.texi (Running make install): Do not mention Linux
41361         kernel version for which pt_chown is not needed.
41362         (Linux): Do not mention problems with nscd with 2.0 kernels.
41363         * INSTALL: Regenerated.
41365 2012-05-23  Andreas Jaeger  <aj@suse.de>
41367         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41368         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41369         macro.
41370         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41371         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41372         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41373         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41374         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41375         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41376         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41377         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41378         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41379         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41380         * sysdeps/unix/sysv/linux/bits/in.h
41381         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41383 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41385         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41386         (PREPARE_VERSION): Just use assert instead, it will be elided
41387         under [NDEBUG] anyway.
41389 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41391         * sysdeps/unix/sysv/linux/Makefile: Include
41392         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41393         (sysdep_routines): Remove sysctl.
41394         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41395         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41396         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41397         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41398         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41400 2012-05-22  Andreas Jaeger  <aj@suse.de>
41402         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41403         that pseudo_end is just ret and the stack pointer is correct also
41404         for static library in error case.
41406 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41408         [BZ #14122]
41409         * nss/nsswitch.c (defconfig_entries): New variable.
41410         (__nss_database_lookup): Don't leak defconfig entries.
41411         (nss_parse_service_list): Don't leak on error paths.
41412         (free_database_entries): New function.
41413         (free_defconfig): New function.
41414         (free_mem): Move common code to free_database_entries.
41416 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41418         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41419         Add arch_prctl.
41420         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41422         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41423         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41424         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41425         New macro.
41426         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41427         (INTERNAL_SYSCALL_TYPES): Likewise.
41428         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41429         (LOAD_REGS_TYPES_[1-6]): Likewise.
41430         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41431         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41433 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41435         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41436         copysignl for GLIBC_2_0.
41437         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41438         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41439         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41440         logbl for GLIBC_2_0.
41441         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41442         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41444 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41446         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41447         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41449         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41450         Use "neg %eax".
41452         * time/mktime.c: Update copyright years.
41454 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41456         mktime: merge comment-quoting-style change from gnulib
41457         * time/mktime.c: Quote 'like this' in comments.
41458         The GNU coding standards suggest that we no longer quote `like this',
41459         as "`" and "'" are typically rendered asymmetrically nowadays.
41460         The typical gnulib style is to quote 'like this' when quoting
41461         code, and "like this" when quoting English.
41463         * time/mktime.c (compile-command): Add "-I.".
41465         mktime: merge mktime-internal.h change from gnulib
41466         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41468         mktime: merge time_r change from gnulib
41469         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41471         mktime: merge DEBUG change from gnulib
41472         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41473         case system <time.h> has a #define.
41475         mktime: merge <sys/types.h> change from gnulib
41476         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41477         since <time.t> is now guaranteed to define time_t.
41479         mktime: merge HAVE_CONFIG_H change from gnulib
41480         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41482 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41484         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41485         Use "neg %eax".
41487         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41488         __rlim_t cast.
41489         (struct rusage): Use anonymous union to pad each field to
41490         __syscall_slong_t.
41492 2012-05-21  David S. Miller  <davem@davemloft.net>
41494         * Makefules (o-iterator): Remove .s cases.
41495         (compile-command.s): Delete.
41496         (COMPILE.s): Delete.
41497         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41499 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41501         * configure.in (libc_cv_predef_stack_protector): Only consider
41502         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41503         * configure: Regenerated.
41505 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41507         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41508         New macro.  Use R*LP on int and pointer.
41509         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41510         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41511         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41512         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41514         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41515         [__WORDSIZE_TIME64_COMPAT32] instead of
41516         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41517         (struct utmp): Likewise.
41518         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41519         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41520         Renamed to ...
41521         (__WORDSIZE_TIME64_COMPAT32): This.
41522         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41523         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41524         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41525         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41526         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41527         (__WORDSIZE_TIME64_COMPAT32): New macro.
41529 2012-05-21  Andreas Jaeger  <aj@suse.de>
41531         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41532         only if [SHARED]. Add prototype for __wcschr_ia32.
41534 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41536         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41537         of %rbp unmolested in the jmp_buf while mangling the low bits.
41538         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41539         unmolested high bits of %rbp while demangling the low bits.
41540         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41542 2012-05-21  Andreas Jaeger  <aj@suse.de>
41544         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41545         * sunrpc/svc_simple.c: Use it for registerrpc.
41546         * sunrpc/xcrypt.c: Use it for passwd2des.
41548         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41550 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41552         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41553         Don't define if [__SYSCALL_WORDSIZE != 32].
41554         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41555         New macro.
41557 2012-05-21  Bruno Haible  <bruno@clisp.org>
41558             Andreas Jaeger  <aj@suse.de>
41560         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41561         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41562         inptr and inend for must_buffer_ch.
41563         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41564         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41565         * stdio-common/Makefile (tests): Remove bug15.
41566         (bug15-ENV): Remove macro.
41567         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41568         anymore.
41570 2012-05-19  Andreas Jaeger  <aj@suse.de>
41571             Roland McGrath  <roland@hack.frob.com>
41573         * manual/contrib.texi: Completely rewritten. It contains now an
41574         alphabetical list of contributors and their contributions.
41576 2012-05-21  Richard Henderson  <rth@twiddle.net>
41578         * misc/getauxval.c (__getauxval): Use unsigned long int.
41579         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41580         (getauxval): Use unsigned long int.
41582 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41584         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41586 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41588         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41589         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41590         __alignof__ (long double).
41592 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41596 2012-05-20  Richard Henderson  <rth@twiddle.net>
41598         * misc/getauxval.c: New file.
41599         * misc/sys/auxv.h: New file.
41600         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41601         (routines): Add getauxval.
41602         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41603         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41604         * elf/dl-sysdep.c (_dl_auxv): Remove.
41605         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41606         * elf/dl-support.c (_dl_auxv): New variable.
41607         (_dl_aux_init): Initialize it.
41608         * manual/startup.texi (Auxiliary Vector): New node.
41609         * sysdeps/generic/bits/hwcap.h: New file.
41610         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41611         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41612         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41613         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41614         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41615         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41617         Update.
41618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41621         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41622         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41623         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41625         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41627 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41631 2012-05-19  David S. Miller  <davem@davemloft.net>
41633         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41635 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41637         [BZ #14123]
41638         * math/s_ccosh.c: Include <float.h>
41639         (__ccosh): Avoid internal overflow calculating sinh and cosh
41640         values before multiplying by sin and cos values.
41641         * math/s_ccoshf.c: Likewise.
41642         * math/s_ccoshl.c: Likewise.
41643         * math/s_csin.c: Likewise.
41644         * math/s_csinf.c: Likewise.
41645         * math/s_csinl.c: Likewise.
41646         * math/s_csinh.c: Likewise.
41647         * math/s_csinhf.c: Likewise.
41648         * math/s_csinhl.c: Likewise.
41649         * math/libm-test.inc (ccos_test): Add more tests.
41650         (ccosh_test): Likewise.
41651         (csin_test): Likewise.
41652         (csinh_test): Likewise.
41653         * sysdeps/i386/fpu/libm-test-ulps: Update.
41654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41656 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41658         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41659         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41661         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41663 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41665         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41666         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41667         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41668         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41669         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41670         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41671         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41672         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41673         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41674         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41675         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41676         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41677         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41678         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41679         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41680         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41681         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41682         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41683         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41684         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41685         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41686         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41687         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41688         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41689         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41690         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41691         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41692         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41693         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41694         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41695         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41697 2012-05-18  Andreas Jaeger  <aj@suse.de>
41699         * csu/.gitignore: Delete.
41701 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41703         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41704         (timex): Use __syscall_slong_t.
41706 2012-05-18  Andreas Jaeger  <aj@suse.de>
41707             Carlos O'Donell  <carlos_odonell@mentor.com>
41709         * manual/install.texi (Configuring and compiling): Update
41710         description about files modified in the source directory.
41711         * INSTALL: Regenerated.
41713 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41715         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41716         value.  Use "or" to set return value to -1.
41717         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41718         negate return value.
41720 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41722         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41723         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41724         failure if the compiler has Graphite support disabled.
41725         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41726         Likewise.
41727         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41728         (CFLAGS-memmove.c): Likewise.
41729         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41730         Likewise.
41732 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41734         * sysdeps/x86_64/x32/_itoa.h: New file.
41736         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41737         getdents system call only if kernel and user dirents have the
41738         same d_ino and d_off.
41740         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41741         LLONG_MAX != LONG_MAX.
41742         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41743         (_fitoa_word): Likewise.
41745         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41746         years.
41747         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41748         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41749         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41751         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41752         include <bits/wordsize.h>.  Check __x86_64__ instead of
41753         __WORDSIZE.
41754         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41755         if __x86_64__ is defined.  Use anonymous union on fpstate.
41757         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41758         anonymous union.
41760 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41762         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41763         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41764         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41765         Refer to _rtld_local_ro instead of _rtld_global_ro.
41766         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41767         Likewise.
41768         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41769         Likewise.
41770         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41771         Likewise.
41772         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41773         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41774         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41776         * sysdeps/powerpc/powerpc32/dl-machine.c
41777         (__elf_machine_runtime_setup) [PROF]: Don't reference
41778         _dl_prof_resolve.
41780 2012-05-18  Andreas Jaeger  <aj@suse.de>
41782         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41783         function only available for GCCs before 3.4 since GCC 3.4
41784         introduced a builtin.
41785         (lrint): Likewise.
41786         (llrintf): Likewise.
41787         (llrint): Likewise.
41788         (fmaxf): Likewise.
41789         (fmax): Likewise.
41790         (fminf): Likewise.
41791         (fmin): Likewise.
41792         (rint): Likewise.
41793         (rintf): Likewise.
41794         (nearbyint): Likewise.
41795         (nearbyintf): Likewise.
41796         (ceil): Likewise.
41797         (ceilf): Likewise.
41798         (floor): Likewise.
41799         (floorf): Likewise.
41801 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41803         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41804         on both fields and cast pointer to __syscall_ulong_t.
41806         * bits/types.h (__fsword_t): New type.
41807         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41808         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41809         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41810         (__FSWORD_T_TYPE): Likewise.
41811         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41812         (__FSWORD_T_TYPE): Likewise.
41813         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41814         (__FSWORD_T_TYPE): Likewise.
41815         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41816         (__FSWORD_T_TYPE): Likewise.
41817         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41818         __SWORD_TYPE with __fsword_t.
41819         (statfs64): Likewise.
41821 2012-05-17  David S. Miller  <davem@davemloft.net>
41823         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41825 2012-05-17  Andreas Jaeger  <aj@suse.de>
41827         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41828         warning.
41830 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41832         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41834 2012-05-17  Andreas Jaeger  <aj@suse.de>
41836         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41837         when it is used.
41839 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41841         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41843 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41845         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41846         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41848 2012-05-17  Andreas Jaeger  <aj@suse.de>
41849             Carlos O'Donell  <carlos_odonell@mentor.com>
41851         [BZ #14059]
41852         * sysdeps/x86_64/multiarch/init-arch.h
41853         (bit_YMM_Usable): Rename to...
41854         (bit_AVX_Usable): ... this.
41855         (bit_FMA4_Usable): New macro.
41856         (bit_XMM_state): New macro.
41857         (bit_YMM_state): New macro.
41858         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41859         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41860         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41861         (CPUID_OSXSAVE): New macro.
41862         (CPUID_AVX): New macro.
41863         (CPUID_FMA4): New macro.
41864         (index_YMM_Usable): Rename to...
41865         (index_AVX_Usable): ... this.
41866         (HAS_AVX): Use HAS_ARCH_FEATURE.
41867         (HAS_FMA4): Likewise.
41868         (HAS_YMM_USABLE): Remove.
41869         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41870         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41871         are present.
41872         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41873         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41874         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41875         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41876         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41878 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41880         * math/libm-test.c: Support platforms without multiple rounding modes.
41881         * math/bug-nextafter.c: Support platforms without FP exceptions.
41882         * math/bug-nexttoward.c: Likewise.
41883         * math/test-fenv.c: Likewise.
41884         * math/test-misc.c: Likewise.
41885         * stdlib/bug-getcontext.c: Likewise.
41887 2012-05-17  Andreas Jaeger  <aj@suse.de>
41889         * manual/examples/search.c (critter_cmp): Change signature to
41890         avoid warnings.
41891         * manual/string.texi (Collation Functions): Likewise.
41893 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41895         * bits/types.h: Fold copyright years.
41896         * bits/typesizes.h: Likewise.
41897         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41898         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41899         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41900         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41901         * time/time.h: Likewise.
41903 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41905         [BZ #208]
41906         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41907         in instead of returning them.  Return void.
41908         (__libc_mallinfo): Accumulate over all arenas.
41909         (__malloc_stats): Adjust for change in int_mallinfo interface.
41911 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41913         [BZ #10375]
41914         * configure.in (NM): Add AC_CHECK_TOOL for it.
41915         (libc_extra_cflags): New substituted variable.
41916         Check for -fstack-protector being used implicitly.
41917         * configure: Regenerated.
41918         * config.make.in (config-extra-cflags): New variable,
41919         gets @libc_extra_cflags@.
41920         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41922         [BZ #10375]
41923         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41924         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41925         * configure: Regenerated.
41926         * config.make.in (CPPUNDEFS): New substituted variable.
41927         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41928         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41929         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41931 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41933         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41934         (mq_attr): Use __syscall_slong_t.
41936 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41938         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41939         Check __x86_64__ instead of __WORDSIZE.
41940         (_STAT_VER_LINUX): Likewise.
41941         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41942         __syscall_ulong_t and __syscall_slong_t.
41943         (stat64): Likewise.
41945 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41947         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41949 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41951         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41953 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41955         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41956         __syscall_ulong_t.
41958         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41959         include <bits/wordsize.h>.  Check __x86_64__ instead of
41960         __WORDSIZE.
41961         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41962         defined.
41963         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41965         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41966         include <bits/wordsize.h>.  Check __x86_64__ instead of
41967         __WORDSIZE.
41968         (user_regs_struct): Use "__extension__ unsigned long long"
41969         instead of "unsigned long" if __x86_64__ is defined.
41970         (user): Likewise.  Pad after pointer field if __ILP32__ is
41971         defined.
41973 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41975         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41976         versions 5 to 9.
41977         * configure: Regenerated.
41978         * manual/install.texi (texinfo): Increase version requirement to
41979         4.5 or later.
41980         * INSTALL: Regenerated.
41982         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41984 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41986         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41988         * sysdeps/x86_64/x32/ffs.c: New file.
41990         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41991         __syscall_ulong_t.
41992         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41993         defined.  Use __syscall_ulong_t.
41994         (shminfo): Use __syscall_ulong_t.
41995         (shm_info): Likewise.
41997         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41998         __syscall_ulong_t.
42000         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42001         <bits/wordsize.h>.
42002         (msgqnum_t): Use __syscall_ulong_t.
42003         (msglen_t): Likewise.
42004         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42005         __syscall_ulong_t.
42007         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42008         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42010         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42012         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42013         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42015         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42016         __syscall_slong_t.
42018         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42019         include <bits/wordsize.h>.  Check __x86_64__ instead of
42020         __WORDSIZE.
42022         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42023         "unsigned long long int" if __x86_64__ is defined.
42024         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42026         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42027         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42028         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42030         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42031         <stdint.h>.
42032         (GET_PC): Cast to uintptr_t first.
42033         (GET_FRAME): Likewise.
42034         (GET_STACK): Likewise.
42036         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42037         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42038         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42039         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42040         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42041         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42042         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42043         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42044         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42045         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42046         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42047         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42048         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42049         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42050         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42051         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42052         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42053         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42054         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42055         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42056         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42057         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42058         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42059         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42060         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42061         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42062         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42063         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42064         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42066 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42068         * Makerules (+depfiles): Also collect depfiles from .oS in
42069         $(extra-objs).
42070         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42071         .oS, $(libnldbl-routines)).
42073         * Makerules (native-compile-mkdep-flags): Define.
42074         * sunrpc/Makefile (extra-objs): Add $(addprefix
42075         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42076         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42077         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42078         calling $(make-target-directory).
42080 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42082         * bits/types.h (__snseconds_t): Removed.
42083         * time/time.h (struct timespec): Replace __snseconds_t with
42084         __syscall_slong_t.
42085         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42086         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42087         Likewise.
42088         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42089         (__SNSECONDS_T_TYPE): Likewise.
42090         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42091         (__SNSECONDS_T_TYPE): Likewise.
42092         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42093         (__SNSECONDS_T_TYPE): Likewise.
42095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42097         * sysdeps/mach/hurd/bits/typesizes.h
42098         (__SYSCALL_SLONG_TYPE): New macro.
42099         (__SYSCALL_ULONG_TYPE): Likewise.
42101 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42103         * bits/types.h (__syscall_slong_t): New type.
42104         (__syscall_ulong_t): Likewise.
42106         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42107         (__SYSCALL_ULONG_TYPE): Likewise.
42108         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42109         (__SYSCALL_SLONG_TYPE): Likewise.
42110         (__SYSCALL_ULONG_TYPE): Likewise.
42111         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42112         (__SYSCALL_SLONG_TYPE): Likewise.
42113         (__SYSCALL_ULONG_TYPE): Likewise.
42114         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42115         (__SYSCALL_SLONG_TYPE): Likewise.
42116         (__SYSCALL_ULONG_TYPE): Likewise.
42118 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42120         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42121         Add sigaltstack-offsets.sym.
42122         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42123         <sigaltstack-offsets.h>.
42124         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42125         longjmp_msg pointer.
42126         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42127         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42128         signal stack.
42129         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42131 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42133         * elf/stackguard-macros.h: Remove file.
42134         * sysdeps/generic/stackguard-macros.h: New file.
42135         * sysdeps/i386/stackguard-macros.h: Likewise.
42136         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42137         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42138         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42139         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42140         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42141         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42142         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42143         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42144         <elf/stackguard-macros.h>.
42146         [BZ #14109]
42147         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42148         __aligned__ in attribute.
42149         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42150         (gregset_t): Likewise.
42152 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42154         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42155         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42156         * sysdeps/x86_64/x32/Implies-after: New file.
42158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42160         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42161         and access return value for _dl_profile_fixup.  Use R10_LP to
42162         load frame size.
42164 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42166         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42168 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42170         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42171         * sysdeps/x86_64/x32/sysdep.h: New file.
42173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42175         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42176         * sysdeps/x86_64/setjmp.S: Likewise.
42178 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42180         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42181         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42182         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42183         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42184         remove unused global constant.
42186 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42188         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42189         include of <not-cancel.h>.
42191 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42193         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42195 2012-05-15  Jeff Law  <law@redhat.com>
42196             Andreas Jaeger  <aj@suse.de>
42198         [BZ #13594]
42199         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42200         out from...
42201         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42202         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42203         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42204         code changing __hst_map_handle.map.
42206 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42208         * configure.in (sysnames): Look for Implies-before and Implies-after
42209         files.
42210         * configure: Regenerated.
42212 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42214         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42215         8-byte data alignment with LP_SIZE alignment.
42217 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42219         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42220         into R10_LP.
42222 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42224         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42228         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42229         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42230         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42231         Likewise.
42232         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42234 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42236         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42237         (stackinfo_sub_sp): Likewise.
42239 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42241         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42242         RAX_LP.
42244 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42246         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42247         into R*_LP.
42249 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42251         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42252         sizes into R*_LP.
42254 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42256         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42260         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42261         into R11_LP and load __x86_64_shared_cache_size_half into
42262         R8_LP.
42264 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42266         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42267         R8_LP.
42269 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42271         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42272         logb for POWER7.
42273         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42274         logbf for POWER7.
42275         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42276         logbl for POWER7.
42277         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42278         powerpc32/power7/fpu/s_logb.c via #include.
42279         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42280         powerpc32/power7/fpu/s_logbf.c via #include.
42281         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42282         powerpc32/power7/fpu/s_logbl.c via #include.
42284 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42286         * README.libm: Remove file.
42288 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42290         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42291         count for x32.  Use R*_LP and omit operand-size suffix.
42293 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42295         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42296         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42297         * sysdeps/x86_64/x32/shlib-versions: New file.
42299 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42301         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42302         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42303         Use _dl_fatal_printf instead.
42305 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42307         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42308         set if not set by the user.  Do not allow for being unset.
42309         * sysdeps/unix/sysv/linux/configure: Regenerated.
42311 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42313         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42314         the `q' suffix from lea and replace .quad with ASM_ADDR.
42316 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42318         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42319         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42320         instead of $17.
42321         (PTR_DEMANGLE): Likewise.
42323 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42325         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42326         (LP_OP): Likewise.
42327         (ASM_ADDR): Likewise.
42328         (RAX_LP): Likewise.
42329         (RBP_LP): Likewise.
42330         (RBX_LP): Likewise.
42331         (RCX_LP): Likewise.
42332         (RDI_LP): Likewise.
42333         (RSI_LP): Likewise.
42334         (RSP_LP): Likewise.
42335         (R8_LP): Likewise.
42336         (R9_LP): Likewise.
42337         (R10_LP): Likewise.
42338         (R10_LP): Likewise.
42339         (R11_LP): Likewise.
42340         (R12_LP): Likewise.
42341         (R13_LP): Likewise.
42342         (R14_LP): Likewise.
42343         (R15_LP): Likewise.
42345 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42347         * sysdeps/x86_64/x32/dl-machine.h: New file.
42349 2012-05-14  Andreas Jaeger  <aj@suse.de>
42351         * manual/Makefile (subdir): Remove export of subdir.
42352         (all): Remove target.
42353         (.PHONY): Remove all from list.
42354         (mkinstalldirs): Remove.
42355         (.PHONY): Remove installdirs from list.
42356         ($(inst_infodir)/libc.info): Use make-target-directory.
42357         (installdirs): Remove.
42358         (subdir_%): Remove.
42359         (glibc-targets): Remove.
42360         (lib): Remove.
42361         (stubs): Remove.
42362         ($(objpfx)stubs ../po/manual.pot): Remove.
42363         ($(objpfx)stamp%): Remove.
42364         (make-target-directory): Remove.
42365         (subdir_install): Remove.
42366         (routines): Remove.
42367         (aux): Remove.
42368         (sources): Remove.
42369         (objects): Remove.
42370         (headers): Remove.
42372         [BZ #13750]
42373         * manual/.gitignore: Remove, it's not needed anymore.
42374         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42375         all files in it.
42376         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42377         directory.
42378         (texis): Renamed to $(objpfx)texis.
42379         (texis-path): New, contains path to generated files.
42380         (chapters.%): Use texis-path for complete path, add extra argument
42381         libc-texinfo.sh.
42382         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42383         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42384         (summary,texi, stamp-summary): Use complete path of
42385         files. Generate files in build dir.
42386         (dir-add.texi): Build in build dir.
42387         (libm-err.texi,stamp-libm-err): Likewise.
42388         (version.texi, stamp-version): Likewise.
42389         (.%c.texi): Likewise.
42390         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42391         (mostlyclean): Remove target.
42392         (realclean): Remove target.
42393         (generated): Add new variable with contents from mostlyclean and
42394         realclean, remove entries duplicated in common-mostlyclean, add
42395         stamp-libm-err and stamp-version.
42396         (generated-dirs): Add libc directory.
42397         ($(inst_infodir)/libc.info): Install files from build dir.
42399         * manual/install.texi (Configuring and compiling): Adjust since
42400         the info files are not part of the tar ball anymore.
42402 2012-05-14  Andreas Jaeger  <aj@suse.de>
42404         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42405         variable.
42407 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42409         [BZ #13717]
42410         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42411         to 2.2.0 where earlier.
42412         * sysdeps/unix/sysv/linux/configure: Regenerated.
42413         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42414         Remove conditional code.
42415         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42416         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42417         Remove conditional code.
42418         [!__NR_lchown]: Likewise.
42419         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42420         [__NR_lchown]: Likewise.
42421         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42422         comment referencing __ASSUME_LCHOWN_SYSCALL.
42423         * sysdeps/unix/sysv/linux/i386/sigaction.c
42424         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42425         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42426         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42427         Remove conditional code.
42428         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42429         (__protocol_available): Remove #if 0 code.
42430         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42431         conditional code.
42432         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42433         * sysdeps/unix/sysv/linux/kernel-features.h
42434         (__ASSUME_GETCWD_SYSCALL): Don't define.
42435         (__ASSUME_REALTIME_SIGNALS): Likewise.
42436         (__ASSUME_PREAD_SYSCALL): Likewise.
42437         (__ASSUME_PWRITE_SYSCALL): Likewise.
42438         (__ASSUME_POLL_SYSCALL): Likewise.
42439         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42440         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42441         non-SPARC.
42442         (__ASSUME_SIOCGIFNAME): Don't define.
42443         (__ASSUME_MSG_NOSIGNAL): Likewise.
42444         (__ASSUME_SENDFILE): Define unconditionally.
42445         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42446         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42447         conditional code.
42448         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42449         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42450         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42451         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42452         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42453         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42454         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42456         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42457         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42459         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42460         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42462         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42463         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42465         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42466         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42468         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42469         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42471         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42472         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42474         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42475         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42477         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42478         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42479         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42480         Remove conditional code.
42481         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42482         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42483         Remove conditional code.
42484         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42485         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42486         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42487         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42488         Remove conditional code.
42489         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42490         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42491         Remove conditional code.
42492         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42493         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42494         Remove conditional code.
42495         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42496         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42497         Remove conditional code.
42498         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42499         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42500         Remove conditional code.
42501         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42502         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42503         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42504         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42505         * sysdeps/unix/sysv/linux/sigaction.c
42506         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42507         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42508         * sysdeps/unix/sysv/linux/sigpending.c
42509         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42510         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42511         * sysdeps/unix/sysv/linux/sigprocmask.c
42512         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42513         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42514         * sysdeps/unix/sysv/linux/sigsuspend.c
42515         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42516         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42517         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42518         (__libc_missing_rt_sigs): Remove.
42519         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42520         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42521         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42522         Remove conditional code.
42523         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42524         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42525         return 1.
42526         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42527         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42528         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42529         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42531 2012-05-14  Andreas Jaeger  <aj@suse.de>
42533         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42534         it's not used in glibc.
42535         (__coshm1): Likewise.
42536         (__acosh1p): Likewise.
42537         (__sgn): Likewise.
42539         * manual/string.texi (Copying and Concatenation): Add missing
42540         variable in concat example.
42541         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42543 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42545         [BZ #14103]
42546         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42547         __builtin_clzl with __builtin_clzll.
42549 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42551         [BZ #14104]
42552         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42553         libc_freeres_ptr.
42555 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42557         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42558         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42559         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42560         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42562 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42564         * NEWS: Update ia64 info.
42566 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42568         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42569         used as bcopy.
42571 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42573         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42574         * sysdeps/unix/syscalls.list (dup3): Likewise.
42575         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42576         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42578 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42580         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42581         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42583 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42585         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42586         thread pointer.
42587         (TLS_IE): Use mov/add instead of movq/addq to load thread
42588         pointer.
42589         (TLS_GD_PREFIX): New.
42590         (TLS_GD): Use it.
42592 2012-05-11  David S. Miller  <davem@davemloft.net>
42594         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42595         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42596         (_FPU_SETCW): Likewise.
42598 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42600         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42601         is 32-byte aligned.
42603 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42605         [BZ #11837]
42606         * iconvdata/gb18030.c: Update tables.
42607         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42608         characters specially.
42609         (BODY for TO_LOOP): Add encoding of missing ranges.
42611 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42613         [BZ #13673]
42614         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42615         * sysdeps/mach/hurd/dup3.c: Likewise.
42616         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42617         * sysdeps/powerpc/memmove.c:: Likewise.
42619 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42621         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42622         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42624 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42626         * elf/elf.h (R_X86_64_RELATIVE64): New.
42627         (R_X86_64_NUM): Updated.
42628         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42629         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42630         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42631         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42632         tst-quad1pie tst-quad2pie
42633         (modules-names): Add tst-quadmod1 tst-quadmod2.
42634         ($(objpfx)tst-quad1): New dependency.
42635         ($(objpfx)tst-quad2): Likewise.
42636         ($(objpfx)tst-quad1pie): Likewise.
42637         ($(objpfx)tst-quad2pie): Likewise.
42638         * sysdeps/x86_64/tst-quad1.c: New file.
42639         * sysdeps/x86_64/tst-quad1pie.c: New file.
42640         * sysdeps/x86_64/tst-quad2.c: Likewise.
42641         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42642         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42643         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42644         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42645         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42647 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42649         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42650         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42651         * streams/stropts.h (t_scalar_t): Define type.
42653         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42654         (_PATH_PRESERVE): Set to "/var/lib".
42655         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42657         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42658         instead of int.
42660         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42661         if __dir_mkfile succeeded.
42663         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42664         checking for _hurd_dtablesize.  Unlock it right after having
42665         finished _hurd_dtable allocation.
42667 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42669         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42670         * sysdeps/mach/hurd/configure: Regenerated.
42671         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42672         special-casing to...
42673         * sysdeps/gnu/configure.in: ... this new file.
42674         * sysdeps/unix/sysv/linux/configure: Regenerated.
42675         * sysdeps/gnu/configure: New generated file.
42677         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42678         for Linux: use nsec instead of usec, as well as:
42679         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42680         members of type struct timespec.
42681         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42682         New macros.
42683         (struct stat64): Likewise.
42684         (_STATBUF_ST_NSEC): New macro.
42685         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42687         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42688         __strtoul_internal rather than strtoul.
42690 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42692         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42693         and reject them.
42695 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42697         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42698         which preserves existing values.
42699         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42701 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42703         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42704         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42705         greater than FD_SETSIZE.
42707 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42709         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42710         allocated, call __vm_protect to finish enabling the existing space, and
42711         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42712         allocate the remainder.
42714 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42716         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42717         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42719 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42721         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42722         sysdeps/mach/hurd/readlink.c.
42724         * posix/tst-sysconf.c (posix_options): Only use
42725         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42726         _POSIX_SYNCHRONIZED_IO when they are defined
42727         * sysdeps/mach/hurd/bits/posix_opt.h:
42728         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42729         (_XOPEN_REALTIME): Undefine macro.
42730         (_XOPEN_REALTIME_THREADS): Undefine macro.
42731         (_XOPEN_SHM): Undefine macro.
42732         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42733         macro to -1.
42734         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42735         macro to -1.
42736         (_POSIX_ASYNC_IO): Undefine macro.
42737         (_POSIX_PRIORITIZED_IO): Undefine macro.
42738         (_POSIX_SPIN_LOCKS): Define macro to -1.
42740         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42741         SA_NODEFER, SA_RESETHAND.
42742         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42743         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42744         F_DUPFD_CLOEXEC.
42746 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42748         * elf/Makefile (pldd-modules): Define unconditionally.
42750 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42752         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42754 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42756         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42757         Return ENOENT when name is empty.
42758         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42760 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42762         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42764         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42766 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42768         Fix mlock in all cases except non-readable pages.
42769         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42770         instead of VM_PROT_ALL as parameter to __vm_wire function.
42772         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42773         (__mkdir): When path is `/', just fail with EEXIST.
42774         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42776 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42778         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42779         <sys/uio.h> (for writev).
42780         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42781         and <sys/param.h> (for MIN).
42783 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42785         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42786         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42787         if interrupted.
42789 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42791         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42792         Depend on against $(link-rpcuserlibs).
42794 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42796         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42797         (__libc_stack_end): Do not use attribute_relro.
42798         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42799         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42800         to libthread-provided value.
42801         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42802         attribute_relro.
42804 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42806         [BZ #3748]
42807         * bits/libc-lock.h (__libc_once_get): New macro.
42808         * sysdeps/mach/bits/libc-lock.h: Likewise.
42809         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42810         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42811         instead of using implementation details.
42813         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42814         * libio/freopen.c: Likewise.
42815         * libio/freopen64.c: Likewise.
42816         * misc/syslog.c: Likewise.
42817         * nscd/connections.c: Likewise.
42818         * nscd/netgroupcache.c: Likewise.
42819         * sysdeps/posix/getcwd.c: Likewise.
42821 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42823         * math/w_ilogbf.c: Add #include <limits.h>.
42825 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42827         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42828         path instead of returning without unlocking.
42830         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42831         immediate-write ioctls.
42832         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42834 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42836         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42837         __builtin_frame_address instead of making assumptions about the
42838         location of the return address relative to DATA.  Force early load of
42839         the return address.
42840         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42841         __builtin_frame_address.
42843         dup3 for GNU Hurd.
42844         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42845         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42846         implement dup3 and do some further code clean-ups.
42847         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42848         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42850 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42852         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42854         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42855         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42856         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42857         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42858         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42859         d->port.lock.
42861         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42862         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42863         when handler == SIG_ERR, not when handler != SIG_ERR.
42865 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42867         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42868         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42869         definitions.
42871         accept4 for GNU Hurd.
42872         * include/sys/socket.h (__libc_accept4): New prototype.
42873         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42874         to implement __libc_accept4.
42875         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42876         __libc_accept4.
42877         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42879         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42880         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42881         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42882         signal-defines.sym.
42884 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42886         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42888 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42890         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42891         assertion on O_CLOEXEC flag.
42892         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42893         * hurd/intern-fd.c: Likewise.
42894         * hurd/port2fd.c: Likewise.
42896 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42898         [BZ #3906]
42899         * bits/in.h (IPV6_PKTINFO): Define new macro.
42900         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42902 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42904         [BZ #13954]
42905         [BZ #13955]
42906         [BZ #13956]
42907         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42908         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42909         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42910         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42911         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42912         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42913         * math/libm-test.inc (logb_test) : Additional logb tests.
42915 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42916             Andreas Jaeger  <aj@suse.de>
42918         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42919         * configure: Regenerated.
42920         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42921         * config.make.in (link-obsolete-rpc): New substituted variable.
42922         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42923         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42924         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42925         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42926         so that libc.a contains the symbols.
42927         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42928         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42929         * sunrpc/auth_none.c: Likewise.
42930         * sunrpc/auth_unix.c: Likewise.
42931         * sunrpc/authdes_prot.c: Likewise.
42932         * sunrpc/authuxprot.c: Likewise.
42933         * sunrpc/clnt_gen.c: Likewise.
42934         * sunrpc/clnt_perr.c: Likewise.
42935         * sunrpc/clnt_raw.c: Likewise.
42936         * sunrpc/clnt_simp.c: Likewise.
42937         * sunrpc/clnt_tcp.c: Likewise.
42938         * sunrpc/clnt_udp.c: Likewise.
42939         * sunrpc/clnt_unix.c: Likewise.
42940         * sunrpc/des_crypt.c: Likewise.
42941         * sunrpc/des_soft.c: Likewise.
42942         * sunrpc/get_myaddr.c: Likewise.
42943         * sunrpc/key_call.c: Likewise.
42944         * sunrpc/key_prot.c: Likewise.
42945         * sunrpc/netname.c: Likewise.
42946         * sunrpc/pm_getmaps.c: Likewise.
42947         * sunrpc/pm_getport.c: Likewise.
42948         * sunrpc/pmap_clnt.c: Likewise.
42949         * sunrpc/pmap_prot.c: Likewise.
42950         * sunrpc/pmap_prot2.c: Likewise.
42951         * sunrpc/pmap_rmt.c: Likewise.
42952         * sunrpc/publickey.c: Likewise.
42953         * sunrpc/rpc_cmsg.c: Likewise.
42954         * sunrpc/rpc_common.c: Likewise.
42955         * sunrpc/rpc_dtable.c: Likewise.
42956         * sunrpc/rpc_prot.c: Likewise.
42957         * sunrpc/rpc_thread.c: Likewise.
42958         * sunrpc/rtime.c: Likewise.
42959         * sunrpc/svc.c: Likewise.
42960         * sunrpc/svc_auth.c: Likewise.
42961         * sunrpc/svc_raw.c: Likewise.
42962         * sunrpc/svc_run.c: Likewise.
42963         * sunrpc/svc_tcp.c: Likewise.
42964         * sunrpc/svc_udp.c: Likewise.
42965         * sunrpc/svc_unix.c: Likewise.
42966         * sunrpc/svcauth_des.c: Likewise.
42967         * sunrpc/xcrypt.c: Likewise.
42968         * sunrpc/xdr.c: Likewise.
42969         * sunrpc/xdr_array.c: Likewise.
42970         * sunrpc/xdr_float.c: Likewise.
42971         * sunrpc/xdr_intXX_t.c: Likewise.
42972         * sunrpc/xdr_mem.c: Likewise.
42973         * sunrpc/xdr_rec.c: Likewise.
42974         * sunrpc/xdr_ref.c: Likewise.
42975         * sunrpc/xdr_sizeof.c: Likewise.
42976         * sunrpc/xdr_stdio.c: Likewise.
42978 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42980         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42981         change.  Update copyright years.
42983 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42985         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42987 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42988             Joseph Myers  <joseph@codesourcery.com>
42989             Paul Pluzhnikov  <ppluzhnikov@google.com>
42991         [BZ #14012]
42992         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42993         requiring rpcgen.
42994         [cross-compiling] (extra-libs): Likewise.
42995         [cross-compiling] (extra-libs-others): Likewise.
42996         [cross-compiling] (librpcsvc-routines): Likewise.
42997         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42998         [cross-compiling] (omit-deps): Likewise.
42999         (sunrpc-CPPFLAGS): New variable.
43000         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43001         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43002         (cross-rpcgen-objs): New variable.
43003         (extra-objs): Append $(cross-rpcgen-objs).
43004         ($(cross-rpcgen-objs)): New rule.
43005         ($(objpfx)cross-rpcgen): Likewise.
43006         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43007         comment.
43008         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43009         ($(objpfx)x%.stmp): Likewise.
43010         * sunrpc/proto.h [IS_IN_build] (_): Define.
43011         [IS_IN_build] (_libc_intl_domainname): Likewise.
43013 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43015         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43016         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43017         and R_X86_64_TPOFF64.
43019 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43021         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43022         sysdeps/unix/sysv/syscalls.list.
43023         (stime): Likewise.
43024         (utime): Likewise.
43025         * sysdeps/unix/sysv/syscalls.list: Remove file.
43027 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43029         [BZ #3440]
43030         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43031         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43032         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43033         (__LC_IDENTIFICATION): Make these macros useful in #if
43034         expressions, as required by C99.
43036 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43038         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43039         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43040         after this.
43042 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43044         * stdlib/longlong.h: Updated from GCC.
43046 2012-05-09  Andreas Jaeger  <aj@suse.de>
43048         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43049         default is first entry.
43050         (run_mode): Set type.
43051         (main): Remove informal message about syslog.
43052         (options): Fix typo.
43054         [BZ #14053]
43055         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43056         to asm.
43057         (lrint): Likewise.
43058         (llrintf): Likewise.
43059         (llrint): Likewise.
43060         (rint): Likewise.
43061         (rintf): Likewise.
43062         (nearbyint): Likewise.
43063         (nearbyintf): Likewise.
43065 2012-05-09  Andreas Jaeger  <aj@suse.de>
43066             Pedro Alves  <palves@redhat.com>
43068         * nscd/nscd.c (run_mode): Use enum.
43069         (main): Cleanup coding style issue.
43071 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43072             Andreas Jaeger  <aj@suse.de>
43074         * nscd/nscd.c (go_background): Replaced with...
43075         (run_mode): ... this.
43076         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43077         (options): Add -F --foreground.
43078         (main): Implement it.
43079         (parse_opt): Parse it.
43081 2012-05-09  Andreas Jaeger  <aj@suse.de>
43083         [BZ #14083]
43084         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43085         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43086         -Wconversion warning.
43087         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43088         Likewise.
43090 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43092         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43093         == 0.
43094         (LC_ALL): Use macro-int-constant.
43095         (LC_COLLATE): Likewise.
43096         (LC_CTYPE): Likewise.
43097         (LC_MESSAGES): Likewise.
43098         (LC_MONETARY): Likewise.
43099         (LC_NUMERIC): Likewise.
43100         (LC_TIME): Likewise.
43101         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43102         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43103         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43104         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43105         Specify type.
43106         [C99-based standards] (float_t): Expect type.
43107         [C99-based standards] (double_t): Expect type.
43108         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43109         type.
43110         [C99-based standards] (HUGE_VALL): Likewise.
43111         [C99-based standards] (INFINITY): Likewise.
43112         [C99-based standards] (NAN): Likewise.
43113         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43114         [C99-based standards] (FP_NAN): Likewise.
43115         [C99-based standards] (FP_NORMAL): Likewise.
43116         [C99-based standards] (FP_SUBNORMAL): Likewise.
43117         [C99-based standards] (FP_ZERO): Likewise.
43118         [C99-based standards] (FP_FAST_FMA): Use
43119         optional-macro-int-constant.  Specify type.  Require == 1.
43120         [C99-based standards] (FP_FAST_FMAF): Likewise.
43121         [C99-based standards] (FP_FAST_FMAL): Likewise.
43122         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43123         [C99-based standards] (FP_ILOGBNAN): Likewise.
43124         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43125         Specify type.
43126         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43127         [C99-based standards] (math_errhandling): Specify type.
43128         [ISO99 || ISO11] (signgam): Do not allow.
43129         [non-C99-based standards] (copysignf): Do not allow.
43130         [non-C99-based standards] (exp2f): Likewise.
43131         [non-C99-based standards] (log2f): Likewise.
43132         [non-C99-based standards] (modff): Allow.
43133         [non-C99-based standards] (erff): Do not allow.
43134         [non-C99-based standards] (erfcf): Likewise.
43135         [non-C99-based standards] (gammaf): Likewise.
43136         [non-C99-based standards] (hypotf): Likewise.
43137         [non-C99-based standards] (j0f): Likewise.
43138         [non-C99-based standards] (j1f): Likewise.
43139         [non-C99-based standards] (jnf): Likewise.
43140         [non-C99-based standards] (lgammaf): Likewise.
43141         [non-C99-based standards] (tgammaf): Likewise.
43142         [non-C99-based standards] (y0f): Likewise.
43143         [non-C99-based standards] (y1f): Likewise.
43144         [non-C99-based standards] (ynf): Likewise.
43145         [non-C99-based standards] (isnanf): Likewise.
43146         [non-C99-based standards] (acoshf): Likewise.
43147         [non-C99-based standards] (asinhf): Likewise.
43148         [non-C99-based standards] (atanhf): Likewise.
43149         [non-C99-based standards] (cbrtf): Likewise.
43150         [non-C99-based standards] (expm1f): Likewise.
43151         [non-C99-based standards] (ilogbf): Likewise.
43152         [non-C99-based standards] (log1pf): Likewise.
43153         [non-C99-based standards] (logbf): Likewise.
43154         [non-C99-based standards] (nextafterf): Likewise.
43155         [non-C99-based standards] (remainderf): Likewise.
43156         [non-C99-based standards] (rintf): Likewise.
43157         [non-C99-based standards] (scalbf): Likewise.
43158         [non-C99-based standards] (copysignl): Likewise.
43159         [non-C99-based standards] (exp2l): Likewise.
43160         [non-C99-based standards] (log2l): Likewise.
43161         [non-C99-based standards] (modfl): Allow.
43162         [non-C99-based standards] (erfl): Do not allow.
43163         [non-C99-based standards] (erfcl): Likewise.
43164         [non-C99-based standards] (gammal): Likewise.
43165         [non-C99-based standards] (hypotl): Likewise.
43166         [non-C99-based standards] (j0l): Likewise.
43167         [non-C99-based standards] (j1l): Likewise.
43168         [non-C99-based standards] (jnl): Likewise.
43169         [non-C99-based standards] (lgammal): Likewise.
43170         [non-C99-based standards] (tgammal): Likewise.
43171         [non-C99-based standards] (y0l): Likewise.
43172         [non-C99-based standards] (y1l): Likewise.
43173         [non-C99-based standards] (ynl): Likewise.
43174         [non-C99-based standards] (isnanl): Likewise.
43175         [non-C99-based standards] (acoshl): Likewise.
43176         [non-C99-based standards] (asinhl): Likewise.
43177         [non-C99-based standards] (atanhl): Likewise.
43178         [non-C99-based standards] (cbrtl): Likewise.
43179         [non-C99-based standards] (expm1l): Likewise.
43180         [non-C99-based standards] (ilogbl): Likewise.
43181         [non-C99-based standards] (log1pl): Likewise.
43182         [non-C99-based standards] (logbl): Likewise.
43183         [non-C99-based standards] (nextafterl): Likewise.
43184         [non-C99-based standards] (remainderl): Likewise.
43185         [non-C99-based standards] (rintl): Likewise.
43186         [non-C99-based standards] (scalbl): Likewise.
43187         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43188         [non-C99-based standards] (FP_*): Do not allow.
43189         [C99-based standards] (FP_*): Change to
43190         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43191         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43192         allow.
43193         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43194         (SIG_ERR): Likewise.
43195         [X/Open-based standards] (SIG_HOLD): Likewise.
43196         (SIG_IGN): Likewise.
43197         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43198         positive value.
43199         (SIGFPE): Likewise.
43200         (SIGILL): Likewise.
43201         (SIGINT): Likewise.
43202         (SIGSEGV): Likewise.
43203         (SIGTER): Likewise.
43204         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43205         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43206         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43207         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43208         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43209         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43210         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43211         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43212         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43213         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43214         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43215         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43216         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43217         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43218         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43219         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43220         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43221         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43222         [X/Open-based standards] (SIGTRAP): Likewise.
43223         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43224         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43225         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43226         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43227         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43228         allow.
43230 2012-05-08  Ian Wienand  <ianw@vmware.com>
43232         [BZ #14080]
43233         * time/tzset.c (__tzset_parse_tz): Update default rules for
43234         daylight time changes in the Energy Policy Act of 2005.
43236 2012-05-09  Andreas Jaeger  <aj@suse.de>
43238         [BZ #13983]
43239         * elf/ldconfig.c (parse_conf): Change string to make clear that
43240         ldconfig only issued a warning if ld.so.conf does not exist.
43242 2012-05-08  David S. Miller  <davem@davemloft.net>
43244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43245         movxtod instead of popping the value on the stack.
43247         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43249 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43251         * config.h.in: Add HAVE_ARM_PCS_VFP.
43253 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43255         [BZ #13979]
43256         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43257         checking but the checks are disabled for any reason.
43259 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43261         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43262         and ELF64_R_TYPE with ELFW(R_TYPE).
43264 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43266         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43267         (ulimit): Likewise.
43269         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43270         (settimeofday): Likewise.
43272 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43274         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43275         a struct th_u2 inside the union, and move tu_block/tu_code into
43276         a new th_u3 union of tu_block/tu_code inside of that.  Move
43277         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43278         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43279         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43280         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43281         (th_stuff): Change to th_u1.tu_stuff.
43282         (th_data): Define.
43283         (th_msg): Change to th_u1.th_u2.tu_data.
43285 2012-05-07  David S. Miller  <davem@davemloft.net>
43287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43289         [BZ #14074]
43290         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43291         (SETUP_PIC_REG): Use it.
43292         (SETUP_PIC_REG_LEAF): Use it.
43294 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43296         [BZ #13885]
43297         [BZ #13923]
43298         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43299         USE_AS_EXPM1L.
43300         (EXPL_FINITE): Likewise.
43301         (FLDLOG): Likewise.
43302         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43303         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43304         e_expl.S.
43305         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43306         USE_AS_EXPM1L.
43307         (EXPL_FINITE): Likewise.
43308         (FLDLOG): Likewise.
43309         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43310         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43311         e_expl.S.
43312         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43313         test of -max_value argument for long double.
43314         * sysdeps/i386/fpu/libm-test-ulps: Update.
43315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43317 2012-05-06  David S. Miller  <davem@davemloft.net>
43319         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43320         quad soft-float symbols whose references which are compiler
43321         generated.
43322         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43324 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43326         [BZ #13884]
43327         [BZ #13914]
43328         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43329         USE_AS_EXP10L.
43330         (EXPL_FINITE): Likewise.
43331         (FLDLOG): Likewise.
43332         (c0): Likewise.
43333         (c1): Likewise.
43334         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43335         Adjust comments for base varying.
43336         (__expl_finite): Change alias to EXPL_FINITE.
43337         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43338         e_expl.S.
43339         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43340         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43341         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43342         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43343         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43344         USE_AS_EXP10L.
43345         (EXPL_FINITE): Likewise.
43346         (FLDLOG): Likewise.
43347         (c0): Likewise.
43348         (c1): Likewise.
43349         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43350         Adjust comments for base varying.
43351         (__expl_finite): Change alias to EXPL_FINITE.
43352         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43353         tests for bugs.
43354         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43356         [BZ #14064]
43357         * math/libm-test.inc (check_float_internal): Correct ulp
43358         calculation for subnormal expected results.
43360 2012-05-06  Andreas Jaeger  <aj@suse.de>
43362         * Makeconfig (+math-flags): New, set to -frounding-math.
43363         (+cflags): Add +math-flags so that all of glibc gets compiled with
43364         it.
43366         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43368 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43370         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43371         Disable one test.
43373         [BZ #13787]
43374         [BZ #13922]
43375         [BZ #14036]
43376         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43377         (__ieee754_expl): Allow for and saturate large arguments.
43378         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43379         (u_threshold): Likewise.
43380         (__exp): Call __ieee754_exp before checking for overflow and
43381         underflow.
43382         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43383         (u_threshold): Likewise.
43384         (__expf): Call __ieee754_expf before checking for overflow and
43385         underflow.
43386         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43387         (u_threshold): Likewise.
43388         (__expl): Call __ieee754_expl before checking for overflow and
43389         underflow.
43390         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43391         (__ieee754_expl): Allow for and saturate large arguments.
43392         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43393         missing overflow exception on overflow.
43394         (expm1_test): Do not allow missing overflow exception on overflow.
43396         * sysdeps/i386/fpu/e_expl.c: Move to ...
43397         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43398         rather than using inline asm.
43399         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43400         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43401         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43403         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43404         (nice): Likewise.
43405         (poll): Likewise.
43406         (signal): Likewise.
43407         (time): Likewise.
43408         (times): Likewise.
43410 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43412         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43413         sysdeps/unix/common/syscalls.list.
43414         (fchmod): Likewise.
43415         (fchown): Likewise.
43416         (ftruncate): Likewise.
43417         (getrusage): Likewise.
43418         (gettimeofday): Likewise.
43419         (setpgid): Likewise.
43420         (setregid): Likewise.
43421         (setreuid): Likewise.
43422         (sigaction): Likewise.
43423         (truncate): Likewise.
43424         (vhangup): Likewise.
43425         * sysdeps/unix/common/syscalls.list: Remove file.
43426         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43427         * sysdeps/unix/sysv/linux/Implies: Likewise.
43429 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43431         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43433         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43434         Moved to ...
43435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43436         Here.
43437         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43438         to ...
43439         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43440         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43441         to ...
43442         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43443         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43444         to ...
43445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43446         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43447         to ...
43448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43449         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43450         to ...
43451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43452         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43453         to ...
43454         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43455         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43456         to ...
43457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43458         Here.
43459         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43460         to ...
43461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43462         Here.
43463         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43464         to ...
43465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43466         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43467         Moved to ...
43468         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43469         Here.
43470         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43471         to ...
43472         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43474 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43476         * sysdeps/unix/common/bits/dirent.h: Remove file.
43477         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43479         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43480         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43481         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43482         * sysdeps/unix/bsd/isatty.c: Likewise.
43483         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43484         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43485         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43487 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43489         [BZ #13563]
43490         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43491         long double comparison inaccuracies.
43492         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43493         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43495 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43497         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43498         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43500 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43502         [BZ #14049]
43503         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43504         nonzero digits before rounding a hex value.
43505         * stdlib/tst-strtod.c (tests): Add another test.
43507 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43509         * sysdeps/s390/fpu/libm-test-ulps: Update.
43511 2012-05-03  Andreas Jaeger  <aj@suse.de>
43513         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43514         does not get optimized out.
43515         (malloc_opt_barrier): New.
43517 2012-05-03  Andreas Jaeger  <aj@suse.de>
43518             Roland McGrath  <roland@hack.frob.com>
43520         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43521         intermediate file deletion.
43522         (generated): Add .symlist files.
43524 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43526         [BZ #13775]
43527         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43528         Redirect under this condition.
43529         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43530         [__USE_GNU] (__dprintf_chk): Not under this condition.
43531         [__USE_GNU] (__vdprintf_chk): Likewise.
43532         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43533         under this condition.
43534         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43535         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43536         [__USE_XOPEN2K8] (vdprintf): Likewise.
43537         [__USE_GNU] (__dprintf_chk): Not under this condition.
43538         [__USE_GNU] (__vdprintf_chk): Likewise.
43539         [__USE_GNU] (dprintf): Likewise.
43540         [__USE_GNU] (vdprintf): Likewise.
43542 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43544         * elf/Makefile (common-generated): Set this instead of generated for
43545         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43546         $(all-built-dso)-derived lists.
43548 2012-05-03  Andreas Jaeger  <aj@suse.de>
43550         * sysdeps/i386/fpu/libm-test-ulps: Update.
43552         * FAQ: Removed.
43553         * FAQ.in: Likewise.
43554         * scripts/gen-FAQ.pl: Likewise.
43555         * manual/install.texi (Installation): Point to online location of
43556         FAQ.
43557         * Makefile (files-for-dist): Remove FAQ.
43558         (FAQ): Remove.
43560 2012-05-02  Allan McRae  <allan@archlinux.org>
43562         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43563         (LDFLAGS-reldepmod5.so): Likewise.
43564         (LDFLAGS-reldep6mod1.so): Likewise.
43565         (LDFLAGS-reldep6mod4.so): Likewise.
43566         (LDFLAGS-reldep8mod3.so): Likewise.
43567         (LDFLAGS-unload4mod1.so): Likewise.
43568         (LDFLAGS-unload4mod2.so): Likewise.
43569         (LDFLAGS-tst-initorder): Likewise.
43570         (LDFLAGS-tst-initordera2.so): Likewise.
43571         (LDFLAGS-tst-initordera3.so): Likewise.
43572         (LDFLAGS-tst-initordera4.so): Likewise.
43573         (LDFLAGS-tst-initorderb2.so): Likewise.
43574         (LDFLAGS-noload): Likewise.
43575         (LDFLAGS-next): Likewise.
43576         (LDFLAGS-order2mod1.so): Likewise.
43577         (LDFLAGS-order2mod2.so): Likewise.
43578         (LDFLAGS-tst-initorder2): Likewise.
43579         (LDFLAGS-tst-initorder2a.so): Likewise.
43580         (LDFLAGS-tst-initorder2b.so): Likewise.
43581         (LDFLAGS-tst-initorder2c.so): Likewise.
43582         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43584 2012-05-02  David S. Miller  <davem@davemloft.net>
43586         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43588 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43590         [BZ #14055]
43591         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43593 2012-05-02  Andreas Jaeger  <aj@suse.de>
43595         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43596         since we manipulate rounding mode.
43597         (CPPFLAGS-test-idouble.c): Likewise.
43598         (CPPFLAGS-test-ifloat.c): Likewise.
43599         (CFLAGS-test-ldouble.c): Likewise.
43600         (CFLAGS-test-double.c): Likewise.
43601         (CFLAGS-test-float.c): Likewise.
43602         (CFLAGS-test-misc.c): Likewise.
43603         (CFLAGS-test-test-fenv.c): Likewise.
43605 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43607         [BZ #2550]
43608         [BZ #2570]
43609         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43610         comparisons to determine direction to adjust input.
43612 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43614         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43615         output to the target.
43617         * scripts/localplt.awk: New file.
43618         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43619         (check-localplt-CFLAGS): Variable removed.
43620         ($(all-built-dso:=.jmprel)): New static pattern rule.
43621         (generated): Add those targets.
43622         (localplt-built-dso): New variable.
43623         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43625         * elf/check-localplt.c: File removed.
43627         * scripts/check-execstack.awk: New file.
43628         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43629         (check-execstack-CFLAGS): Variable removed.
43630         ($(objpfx)check-execstack.h): Target removed.
43631         ($(objpfx)execstack-default): New target.
43632         (generated): Add that instead of check-execstack.h.
43633         ($(all-built-dso:=.phdr)): New static pattern rule.
43634         (generated): Add those targets.
43635         * elf/check-execstack.c: File removed.
43637         * scripts/check-textrel.awk: New file.
43638         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43639         (check-textrel-CFLAGS): Variable removed.
43640         (all-built-dso): Use := to define.o
43641         ($(all-built-dso:=.dyn)): New static pattern rule.
43642         (generated): Add those targets.
43643         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43644         * config.make.in (READELF): New substituted variable.
43645         * elf/check-textrel.c: File removed.
43647 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43649         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43650         allow.
43651         * conform/data/ctype.h-data [C99-based standards] (isblank):
43652         Expect function.
43653         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43654         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43655         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43656         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43657         Specify type.  Require positive value.
43658         (EILSEQ): Likewise.
43659         (ERANGE): Likewise.
43660         [ISO || POSIX] (EILSEQ): Do not expect.
43661         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43662         Specify type.  Require positive value.
43663         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43664         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43665         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43666         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43667         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43668         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43669         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43670         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43671         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43672         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43673         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43674         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43675         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43676         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43677         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43678         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43679         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43680         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43681         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43682         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43683         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43684         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43685         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43686         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43687         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43688         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43689         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43690         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43691         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43692         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43693         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43694         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43695         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43696         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43697         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43698         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43699         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43700         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43701         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43702         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43703         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43704         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43705         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43706         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43707         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43708         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43709         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43710         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43711         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43712         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43713         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43714         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43715         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43716         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43717         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43718         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43719         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43720         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43721         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43722         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43723         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43724         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43725         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43726         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43727         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43728         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43729         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43730         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43731         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43732         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43733         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43734         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43735         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43736         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43737         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43738         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43739         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43740         Require >= 2.
43741         (FLT_ROUNDS): Expect as macro, not constant.
43742         (FLT_MANT_DIG): Use macro-int-constant.
43743         (DBL_MANT_DIG): Likewise.
43744         (LDBL_MANT_DIG): Likewise.
43745         (FLT_DIG): Likewise.
43746         (DBL_DIG): Likewise.
43747         (LDBL_DIG): Likewise.
43748         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43749         (DBL_MIN_EXP): Likewise.
43750         (LDBL_MIN_EXP): Likewise.
43751         (FLT_MAX_EXP): Use macro-int-constant.
43752         (DBL_MAX_EXP): Likewise.
43753         (LDBL_MAX_EXP): Likewise.
43754         (FLT_MAX_10_EXP): Likewise.
43755         (DBL_MAX_10_EXP): Likewise.
43756         (LDBL_MAX_10_EXP): Likewise.
43757         (FLT_MAX): Use macro-constant.
43758         (DBL_MAX): Likewise.
43759         (LDBL_MAX): Likewise.
43760         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43761         (DBL_EPSILON): Likewise.
43762         (LDBL_EPSILON): Likewise.
43763         (FLT_MIN): Likewise.
43764         (DBL_MIN): Likewise.
43765         (LDBL_MIN): Likewise.
43766         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43767         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43768         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43769         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43770         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43771         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43772         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43773         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43774         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43775         [ISO11] (FLT_TRUE_MIN): Likewise.
43776         [ISO11] (LDBL_TRUE_MIN): Likewise.
43777         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43778         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43779         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43780         (SCHAR_MAX): Likewise.
43781         (UCHAR_MAX): Likewise.
43782         (CHAR_MIN): Likewise.
43783         (CHAR_MAX): Likewise.
43784         (MB_LEN_MAX): Use macro-int-constant.
43785         (SHRT_MIN): Use macro-int-constant.  Specify type.
43786         (SHRT_MAX): Likewise.
43787         (USHRT_MAX): Likewise.
43788         (INT_MAX): Likewise.
43789         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43790         bound negative.
43791         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43792         bound with "U".
43793         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43794         bound with "L".
43795         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43796         bound negative.  Suffix upper bound with "L".
43797         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43798         bound with "UL".
43799         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43800         Specify type.
43801         [C99-based standards] (LLONG_MAX): Likewise.
43802         [C99-based standards] (ULLONG_MAX): Likewise.
43803         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43804         == 0.
43805         [ISO11] (max_align_t): Require type.
43806         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43808         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43809         from $CFLAGS, without defining away __attribute__ calls.
43810         (checknamespace): Use $CFLAGS_namespace.
43812         * conform/conformtest.pl (@keywords): Only include C99 keywords
43813         for standards based on C99 or C11.
43815         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43816         Disable tests.
43817         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43818         UNIX98]: Likewise.
43820         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43821         usability of symbols in #if.
43823         * conform/conformtest.pl: If macro or constant types start
43824         "promoted:", expect the symbol to be of the following type
43825         promoted by the integer promotions.
43827         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43828         in one place.  Also handle "macro-constant".
43830         * conform/conformtest.pl: Only accept expected macro values with
43831         "==".  Parse all "macro" lines in one place.
43832         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43834         * conform/conformtest.pl: Handle braced types on "constant" lines
43835         instead of handling "typed-constant".
43836         * conform/data/signal.h-data: Use "constant" instead of
43837         "typed-constant".
43839         * conform/conformtest.pl: Handle "optional-" at start of lines in
43840         one place rather than duplicating several cases.  Handle each
43841         format of "macro" line with initial "optional-".
43843         * conform/conformtest.pl: Only accept expected constant or
43844         optional-constant values with "==".  Parse all "constant" lines in
43845         one place.  Parse all "optional-constant" lines in one place.
43846         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43847         * conform/data/fmtmsg.h-data: Likewise.
43848         * conform/data/netinet/in.h-data: Likewise.
43849         * conform/data/tar.h-data: Likewise.
43850         * conform/data/limits.h-data: Use "==" form on "constant" and
43851         "optional-constant" lines.
43853         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43854         Use -std=c99 for XOPEN2K.
43855         (@knownproblems): Remove.
43856         (newtoken): Don't check %isknown.
43858         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43859         Do not expect macro.
43860         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43863         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43864         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43865         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43866         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43867         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43868         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43869         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43870         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43871         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43872         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43873         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43874         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43875         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43883         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43884         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43885         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43886         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43887         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43888         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43889         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43890         [XPG3] (acosh): Likewise.
43891         [XPG3] (asinh): Likewise.
43892         [XPG3] (atanh): Likewise.
43893         [XPG3] (cbrt): Likewise.
43894         [XPG3] (expm1): Likewise.
43895         [XPG3] (ilogb): Likewise.
43896         [XPG3] (log1p): Likewise.
43897         [XPG3] (logb): Likewise.
43898         [XPG3] (nextafter): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43901         [XPG3] (remainder): Likewise.
43902         [XPG3] (rint): Likewise.
43903         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43904         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43905         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43906         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43910         [UNIX98 || XOPEN2K] (scalb): Expect.
43911         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43912         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43957         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43958         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43959         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43960         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43961         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43962         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43963         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43964         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43965         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43966         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43967         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43968         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43969         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43970         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43971         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43972         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43973         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43974         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43975         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43976         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43977         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43978         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43979         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43980         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43981         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43982         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43983         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43984         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43985         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43986         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43987         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43988         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43989         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43990         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43991         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43992         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43993         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43994         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43995         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43996         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43997         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43998         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43999         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44000         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44001         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44002         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44003         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44004         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44005         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44006         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44007         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44008         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44009         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44010         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44011         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44012         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44013         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44014         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44015         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44016         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44017         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44018         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44019         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44020         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44021         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44022         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44023         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44024         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44025         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44026         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44027         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44028         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44029         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44030         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44031         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44032         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44033         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44034         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44035         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44036         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44037         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44038         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44039         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44040         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44041         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44042         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44043         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44044         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44045         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44046         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44047         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44049         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44050         _XOPEN_SOURCE_EXTENDED for XPG4.
44052         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44054         * Makeconfig (localtime): Remove variable.
44055         (inst_localtime-file): Likewise.
44057 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44060         Update.
44061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44062         Update.
44063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44064         Update.
44065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44066         Update.
44067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44068         Update.
44069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44070         Update.
44071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44072         Update.
44073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44074         Update.
44075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44076         Update.
44078 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44080         [BZ #2550]
44081         [BZ #2570]
44082         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44083         comparisons to determine direction to adjust input.
44084         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44085         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44086         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44087         Likewise.
44088         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44089         Likewise.
44090         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44091         Likewise.
44092         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44093         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44094         Likewise.
44095         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44096         Likewise.
44097         * math/libm-test.inc (nexttoward_test): Add more tests.
44099 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44101         [BZ #14040]
44102         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44103         in version GLIBC_2.1, not GLIBC_2.0.
44104         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44105         Likewise.
44107 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44109         [BZ #13942]
44110         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44111         (1 - x) * (1 + x).
44112         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44113         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44114         * math/libm-test.inc (acos_test): Add more tests.
44115         (asin_test): Likewise.
44116         * sysdeps/i386/fpu/libm-test-ulps: Update.
44117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44119         [BZ #14034]
44120         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44121         of square root.
44122         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44123         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44124         * math/libm-test.inc (acos_test_tonearest): New function.
44125         (acos_test_towardzero): Likewise.
44126         (acos_test_downward): Likewise.
44127         (acos_test_upward): Likewise.
44128         (asin_test_tonearest): Likewise.
44129         (asin_test_towardzero): Likewise.
44130         (asin_test_downward): Likewise.
44131         (asin_test_upward): Likewise.
44132         (main): Call the new functions.
44133         * sysdeps/i386/fpu/libm-test-ulps: Update.
44134         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44136         [BZ #13884]
44137         [BZ #13924]
44138         * math/e_exp10.c: Include <float.h>.
44139         (__ieee754_exp10): Handle underflow here rather than multiplying
44140         large negative argument by M_LN10.
44141         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44142         of __ieee754_expf.
44143         * math/e_exp10l.c: Include <float.h>.
44144         (__ieee754_exp10l): Handle underflow here rather than multiplying
44145         large negative argument by M_LN10l.
44146         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44147         spurious overflow exception on underflow.
44149 2012-04-29  Marek Polacek  <polacek@redhat.com>
44151         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44152         (__fortify_function): New macro.
44153         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44154         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44155         __extern_always_inline.
44156         * libio/bits/stdio2.h: Likewise.
44157         * libio/bits/stdio.h: Likewise.
44158         * string/string.h: Likewise.
44159         * string/bits/string3.h: Likewise.
44160         * include/stdio.h: Likewise.
44161         * stdlib/bits/stdlib.h: Likewise.
44162         * stdlib/stdlib.h: Likewise.
44163         * rt/bits/mqueue2.h: Likewise.
44164         * rt/mqueue.h: Likewise.
44165         * posix/bits/unistd.h: Likewise.
44166         * posix/unistd.h: Likewise.
44167         * io/bits/poll2.h: Likewise.
44168         * io/bits/fcntl2.h: Likewise.
44169         * io/fcntl.h: Likewise.
44170         * io/sys/poll.h: Likewise.
44171         * misc/bits/syslog.h: Likewise.
44172         * misc/bits/syslog-ldbl.h: Likewise.
44173         * misc/sys/syslog.h: Likewise.
44174         * socket/bits/socket2.h: Likewise.
44175         * socket/sys/socket.h: Likewise.
44176         * debug/tst-chk1.c: Likewise.
44177         * wcsmbs/bits/wchar2.h: Likewise.
44178         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44179         * wcsmbs/wchar.h: Likewise.
44181 2012-04-29  Andreas Jaeger  <aj@suse.de>
44183         * Makerules (tests): Remove enable-check-abi protection.
44184         (check-abi-warn): Remove.
44185         (check-abi-%): Remove check-abi-warn usage.
44187         * configure.in: Remove check-abi configure option.
44188         * configure: Regenerated.
44189         * config.make.in (enable-check-abi): Remove.
44191 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44193         [BZ #14033]
44194         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44195         double functions to double *_finite functions.
44197         [BZ #13941]
44198         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44199         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44200         LDBL_MIN_EXP.
44201         * stdio-common/Makefile (tests): Add tst-sprintf3.
44202         * stdio-common/tst-sprintf3.c: New file.
44204         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44205         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44207 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44209         * conform/conformtest.pl: Remove duplicate typed-constant
44210         handling.
44212 2012-04-28  David S. Miller  <davem@davemloft.net>
44214         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44215         (check-abi-%): Remove AWK script prerequisite and explicit
44216         abilist directory.
44217         (check-abi): Rewrite to just diff the symlist with the abilist.
44218         (config-tls, config-abi-config): Delete, no longer used.
44219         (update-abi-%): Remove AWK script and explicit abilist directory.
44220         (update-abi): Rewrite to simply compare and conditionally copy the
44221         symlist and the sysdep abilist file.  Remove update-abi-config
44222         checks.
44223         * abilist/ld.abilist: Remove.
44224         * abilist/libBrokenLocale.abilist: Remove.
44225         * abilist/libanl.abilist: Remove.
44226         * abilist/libcrypt.abilist: Remove.
44227         * abilist/libdl.abilist: Remove.
44228         * abilist/librt.abilist: Remove.
44229         * abilist/libthread_db.abilist: Remove.
44230         * abilist/libutil.abilist: Remove.
44231         * scripts/extract-abilist.awk: Remove.
44232         * scripts/merge-abilist.awk: Remove.
44233         * sysdeps/generic/libcidn.abilist: New file.
44234         * sysdeps/generic/libnss_compat.abilist: New file.
44235         * sysdeps/generic/libnss_db.abilist: New file.
44236         * sysdeps/generic/libnss_dns.abilist: New file.
44237         * sysdeps/generic/libnss_files.abilist: New file.
44238         * sysdeps/generic/libnss_hesiod.abilist: New file.
44239         * sysdeps/generic/libnss_nis.abilist: New file.
44240         * sysdeps/generic/libnss_nisplus.abilist: New file.
44241         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44242         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44243         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44244         file.
44245         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44246         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44247         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44248         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44249         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44250         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44251         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44252         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44253         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44254         file.
44255         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44256         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44257         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44258         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44259         file.
44260         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44261         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44262         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44263         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44264         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44265         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44266         file.
44267         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44268         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44269         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44270         file.
44271         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44272         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44273         New file.
44274         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44275         New file.
44276         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44277         New file.
44278         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44279         New file.
44280         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44281         New file.
44282         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44283         New file.
44284         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44285         New file.
44286         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44287         New file.
44288         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44289         New file.
44290         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44291         New file.
44292         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44293         New file.
44294         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44295         New file.
44296         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44297         New file.
44298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44299         file.
44300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44301         New file.
44302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44303         New file.
44304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44305         file.
44306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44307         New file.
44308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44309         New file.
44310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44311         file.
44312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44313         New file.
44314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44315         New file.
44316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44317         New file.
44318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44319         New file.
44320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44321         New file.
44322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44323         New file.
44324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44326         file.
44327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44328         New file.
44329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44330         file.
44331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44332         file.
44333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44334         file.
44335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44336         file.
44337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44338         file.
44339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44340         New file.
44341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44342         file.
44343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44344         file.
44345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44346         New file.
44347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44348         file.
44349         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44351         file.
44352         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44353         New file.
44354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44355         file.
44356         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44357         file.
44358         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44359         file.
44360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44361         file.
44362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44363         file.
44364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44365         New file.
44366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44367         file.
44368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44369         file.
44370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44371         New file.
44372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44373         file.
44374         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44375         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44376         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44377         file.
44378         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44379         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44380         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44381         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44382         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44383         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44384         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44385         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44386         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44387         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44390         file.
44391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44392         New file.
44393         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44394         file.
44395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44396         file.
44397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44398         file.
44399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44400         file.
44401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44402         file.
44403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44404         New file.
44405         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44406         New file.
44407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44408         file.
44409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44410         New file.
44411         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44412         file.
44413         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44414         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44415         file.
44416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44417         New file.
44418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44419         file.
44420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44421         file.
44422         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44423         file.
44424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44425         file.
44426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44427         file.
44428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44429         New file.
44430         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44431         New file.
44432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44433         file.
44434         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44435         New file.
44436         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44437         file.
44439 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44441         * conform/conformtest.pl: Fix typo in handling typed-constant from
44442         allow-header.
44444 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44446         * README: Cut down references to pre-2.6 Linux kernels and
44447         Linuxthreads.  Update lists of configurations in libc and ports
44448         and sort alphabetically.  Say "or newer" with Linux kernel version
44449         requirements.
44451         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44453 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44455         [BZ #887]
44456         * math/libm-test.inc (logb_test_downward): New test to expose
44457         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44458         rounding mode.
44460 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44462         [BZ #14027]
44463         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44464         to be done.
44465         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44466         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44468 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44470         * sysdeps/unix/i386/brk.S: Remove file.
44471         * sysdeps/unix/i386/dl-brk.S: Likewise.
44472         * sysdeps/unix/i386/pipe.S: Likewise.
44473         * sysdeps/unix/i386/sigreturn.S: Likewise.
44474         * sysdeps/unix/i386/syscall.S: Likewise.
44475         * sysdeps/unix/i386/vfork.S: Likewise.
44476         * sysdeps/unix/i386/wait.S: Likewise.
44478         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44479         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44481         * configure.in (arm*-none*): Do not allow without
44482         --enable-hacker-mode.
44483         (netbsd*): Remove case setting base_os.
44484         (386bsd*): Likewise.
44485         (freebsd*): Likewise.
44486         (bsdi*): Likewise.
44487         (osf*): Likewise.
44488         (sunos*): Likewise.
44489         (ultrix*): Likewise.
44490         (newsos*): Likewise.
44491         (dynix*): Likewise.
44492         (*bsd*): Likewise.
44493         (sysv*): Likewise.
44494         (isc*): Likewise.
44495         (esix*): Likewise.
44496         (sco*): Likewise.
44497         (minix*): Likewise.
44498         (irix4*): Likewise.
44499         (irix6*): Likewise.
44500         (solaris[2-9]*): Likewise.
44501         (none): Likewise.
44502         * configure: Regenerated.
44504 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44506         [BZ #11521]
44507         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44508         overflow or cancellation in calculating denominator.
44509         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44510         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44511         down expression to avoid unexpected rounding in newer GCCs.
44512         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44514 2012-04-26  David S. Miller  <davem@davemloft.net>
44516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44517         long-double compat symbols.
44518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44526         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44527         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44528         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44529         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44532 2012-04-25  David S. Miller  <davem@davemloft.net>
44534         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44535         HWCAP_* values only after the memory barriers have been defined.
44536         (atomic_full_barrier): Define.
44537         (atomic_read_barrier): Define.
44538         (atomic_write_barrier): Define.
44540 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44542         * shlib-versions: Add libgcc_s version information.
44543         * sysdeps/generic/libgcc_s.h: Remove.
44544         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44545         libgcc_s.h.
44546         * sysdeps/gnu/unwind-resume.c: Likewise.
44547         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44549 2012-04-25  David S. Miller  <davem@davemloft.net>
44551         * sysdeps/unix/sparc/brk.S: Delete.
44552         * sysdeps/unix/sparc/dl-brk.S: Delete.
44553         * sysdeps/unix/sparc/pipe.S: Delete.
44554         * sysdeps/unix/sparc/sysdep.S: Delete.
44555         * sysdeps/unix/sparc/sysdep.h: Delete.
44556         * sysdeps/unix/sparc/vfork.S: Delete.
44557         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44558         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44559         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44560         (ret_ERRVAL, r0, r1, MOVE): Define.
44561         (JUMPTARGET): Remove.
44562         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44563         sysdeps/unix/sparc/sysdep.h
44564         (ENTRY, END): Remove.
44565         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44567 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44569         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44570         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44571         -DIS_IN_build.
44573         * timezone/README: Update upstream location and email address for
44574         tzcode and tzdata.
44575         * timezone/zdump.c: Update from tzcode 2012b.
44576         * timezone/zic.c: Likewise.
44578         * configure.in (libc_cv_as_needed): Remove test.
44579         * configure: Regenerated.
44580         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44581         conditional definition.
44582         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44583         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44584         * config.make.in (have-as-needed): Remove variable.
44586 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44587             Paul Pluzhnikov  <ppluzhnikov@google.com>
44589         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44590         strings correctly.
44592 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44594         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44595         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44596         * sysdeps/sh/strlen.S: Likewise.
44598 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44600         * sysdeps/unix/fork.S: Remove file.
44601         * sysdeps/unix/i386/fork.S: Likewise.
44602         * sysdeps/unix/sparc/fork.S: Likewise.
44604         * sysdeps/unix/system.c: Remove file.
44605         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44607         * sysdeps/unix/getegid.S: Remove file.
44608         * sysdeps/unix/geteuid.S: Likewise.
44610 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44612         * scripts/check-localplt.awk: New file.
44613         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44614         of diff.
44615         * scripts/data/localplt-generic.data: Add a comment.
44617         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44618         NODE when __dir_mkfile failed.
44619         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44620         Reported by Ludovic Courtès <ludo@gnu.org>.
44622 2012-04-24  Andreas Jaeger  <aj@suse.de>
44624         * Makerules (common-clean): Also remove gen-as-const-headers
44625         files.
44627 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44629         * Makerules (native-compile): Do not change working directory for
44630         build.  Use $(OUTPUT_OPTION) in command.
44631         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44633 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44635         [BZ #13886]
44636         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44637         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44638         * math/libm-test.inc (floor_test): Add more tests.
44639         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44641 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44643         * sysdeps/unix/getdents.c: Remove file.
44644         * sysdeps/unix/sysv/getdents.c: Likewise.
44645         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44647         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44648         sysdeps/unix/mman/syscalls.list.
44649         (mmap): Likewise.
44650         (mprotect): Likewise.
44651         (msync): Likewise.
44652         (munmap): Likewise.
44653         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44654         * sysdeps/unix/mman/syscalls.list: Remove.
44655         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44657         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44658         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44659         * configure: Regenerated.
44660         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44661         $(libgcc_s_suffix).
44662         * config.make.in (libgcc_s_suffix): Remove variable.
44664 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44666         * sysdeps/unix/sysv/gethostname.c: Move to ...
44667         * sysdeps/posix/gethostname.c: ... here.
44669         * sysdeps/unix/execve.S: Remove file.
44671         * sysdeps/unix/_exit.S: Remove file.
44673 2012-04-23  Andreas Jaeger  <aj@suse.de>
44675         [BZ #13739]
44676         * manual/Makefile: Remove make dist support, there's no
44677         need for a stand-alone documentation tar ball.
44678         (TEXI2DVI): Define always, it's not in Makeconfig.
44679         (dist): Removed.
44680         (tar-it): Removed.
44681         (edition): Removed.
44682         (glibc-doc-$(edition).tar): Removed
44683         (%.Z): Removed.
44684         (%.gz): Removed.
44685         (%.uu): Removed.
44686         (ETAGS): Remove, it's in Makeconfig.
44687         (move-if-change): Remove, it's in Makeconfig.
44689 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44691         [BZ #13970]
44692         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44693         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44694         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44695         (strtod_l, strtof_l, strtold_l): Remove __wur.
44696         It is not necessarily an error to ignore strtol's return value.
44697         One can reliably look at the stored endptr to decide whether
44698         the number had valid syntax.
44700 2012-04-21  Andreas Jaeger  <aj@suse.de>
44702         [BZ #13739]
44703         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44705 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44707         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44708         * sysdeps/unix/sysv/Versions: Remove file.
44710 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44712         [BZ #13927]
44713         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44715 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44717         [BZ #7064]
44718         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44719         version from __vm86.
44721 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44723         * sysdeps/unix/common/lxstat.c: Remove file.
44724         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44726         * sysdeps/unix/sysv/Makefile: Remove file.
44728         * sysdeps/unix/sysv/direct.h: Remove file.
44730         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44731         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44732         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44733         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44734         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44735         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44736         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44738         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44740         * sysdeps/unix/xmknod.c: Remove file.
44741         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44743         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44745         * sysdeps/unix/sysv/i386/time.S: Remove file.
44747         * sysdeps/unix/fxstat.c: Remove file.
44748         * sysdeps/unix/xstat.c: Likewise.
44749         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44751         * sysdeps/unix/sysv/sigaction.c: Remove file.
44753         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44754         (sysdep_headers): Remove variable.
44755         [termio.h not in sysdep_headers] (generated): Likewise.
44756         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44757         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44758         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44759         * sysdeps/unix/sysv/tcflow.c: Likewise.
44760         * sysdeps/unix/sysv/tcflush.c: Likewise.
44761         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44762         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44763         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44764         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44765         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44767         * sysdeps/unix/siglist.c: Remove file.
44769         * sysdeps/unix/getppid.S: Remove file.
44771         * sysdeps/unix/mkdir.c: Remove file.
44772         * sysdeps/unix/rmdir.c: Likewise.
44774 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44776         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44777         ERR_MAX value.
44778         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44779         errlist-compat value.
44781 2012-04-18  David S. Miller  <davem@davemloft.net>
44783         * sysdeps/generic/memcopy.h (reg_char): Delete.
44784         * debug/strcat_chk.c: Use char, not reg_char.
44785         * debug/strcpy_chk.c: Likewise.
44786         * debug/strncat_chk.c: Likewise.
44787         * debug/strncpy_chk.c: Likewise.
44788         * string/memchr.c: Likewise.
44789         * string/memrchr.c: Likewise.
44790         * string/rawmemchr.c: Likewise.
44791         * string/strcat.c: Likewise.
44792         * string/strchr.c: Likewise.
44793         * string/strchrnul.c: Likewise.
44794         * string/strcmp.c: Likewise.
44795         * string/strcpy.c: Likewise.
44796         * string/strncat.c: Likewise.
44797         * string/strncmp.c: Likewise.
44798         * string/strncpy.c: Likewise.
44800 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44802         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44803         __builtin_memcopy is called when src and dest ranges are known to not
44804         overlap.
44806 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44808         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44809         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44810         fwd_align_merge macro call.
44811         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44812         bwd_align_merge macro call.
44813         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44815 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44817         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44818         bwd_align_merge macros.
44819         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44820         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44821         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44823 2012-04-18  David S. Miller  <davem@davemloft.net>
44825         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44827 2012-04-18  Andreas Jaeger  <aj@suse.de>
44829         [BZ# 6794]
44830         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44831         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44832         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44834         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44835         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44836         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44838         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44839         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44840         Adjust for changed ldbl-128 files.
44842         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44843         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44844         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44846 2012-04-17  David S. Miller  <davem@davemloft.net>
44848         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44850 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44852         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44853         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44854         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44855         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44856         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44857         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44859 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44861         [BZ #6794]
44862         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44863         * math/libm-test.inc: Add ilogb errno and exception tests.
44864         * math/w_ilogb.c: New file: ilogb wrapper.
44865         * math/w_ilogbf.c: New file: ilogbf wrapper.
44866         * math/w_ilogbl.c: New file: ilogbl wrapper.
44867         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44868         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44869         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44870         exception being thrown with 0.0 as argument.
44871         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44872         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44873         exception being thrown with 0.0 as argument.
44874         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44875         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44876         exception being thrown with 0.0 as argument.
44877         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44878         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44879         exception being thrown with 0.0 as argument.
44880         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44881         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44882         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44883         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44884         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44885         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44886         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44887         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44888         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44890 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44892         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44893         with altivec.
44895 2012-04-16  Marek Polacek  <polacek@redhat.com>
44897         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44899 2012-04-16  Marek Polacek  <polacek@redhat.com>
44901         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44902         operands of fdivp instruction.
44904 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44906         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44907         * elf/tst-auditmod3b.c: Likewise.
44908         * elf/tst-auditmod4b.c: Likewise.
44909         * elf/tst-auditmod5b.c: Likewise.
44910         * elf/tst-auditmod6b.c: Likewise.
44911         * elf/tst-auditmod6c.c: Likewise.
44912         * elf/tst-auditmod7b.c: Likewise.
44913         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44914         * sysdeps/x86_64/preconfigure.in: Likewise.
44915         * sysdeps/x86_64/preconfigure: Regenerated.
44917 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44919         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44920         __ILP32__.
44922 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44924         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44925         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44927 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44929         [BZ #13973]
44930         * locale/iso-639.def: Fix gl language name. Spotted by
44931         Yaron Shahrabani.
44933 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44935         [BZ #2074]
44936         * libio/libio.h (__io_write_fn): Update comment.
44938 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44940         [BZ #2074]
44941         * stdio.texi (Hook Functions): The user provided writer function
44942         is not allowed to return -1.
44944 2012-04-11  David S. Miller  <davem@davemloft.net>
44946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44948 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44950         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44951         Add a leading slash to rtkaio.
44953 2012-04-11  Jim Meyering  <meyering@redhat.com>
44955         [BZ #11959]
44956         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44957         It is not necessarily an error to ignore fwrite's return
44958         value.  One can reliably use ferror to test for errors after
44959         the fact.
44961 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44963         * bits/types.h (__snseconds_t): New type.
44964         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44966         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44967         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44968         (__SNSECONDS_T_TYPE): Likewise.
44969         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44970         (__SNSECONDS_T_TYPE): Likewise.
44971         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44972         (__SNSECONDS_T_TYPE): Likewise.
44974 2012-04-10  Andreas Jaeger  <aj@suse.de>
44976         [BZ #2636]
44977         * manual/time.texi (Processor Time): Return type of times is
44978         elapsed real time since an arbitrary point in the past.
44979         (CPU Time): Move CLK_TCK from here...
44980         (Processor Time): ...to here.  Correct description.
44981         * manual/conf.texi (Constants for Sysconf): Correct description of
44982         _SC_CLK_TCK.
44984 2012-04-10  David S. Miller  <davem@davemloft.net>
44986         [BZ #13967]
44987         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44988         where the is a gap between DT_REL(A) and DT_JMPREL.
44990 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44992         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44993         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44994         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44996 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44998         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44999         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45000         (dl_main): Handle --inhibit-cache.
45001         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45002         _dl_inhibit_cache.
45003         * elf/dl-load.c (_dl_map_object): Use it.
45004         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45006 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45008         [BZ #13872]
45009         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45010         (__ieee754_powl): Saturate large exponents rather than testing for
45011         overflow of y*log2(x).
45012         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45013         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45014         exceptions.
45016         [BZ #11521]
45017         * math/s_ctan.c: Include <float.h>.
45018         (__ctan): Avoid internal overflow or cancellation in calculating
45019         denominator.
45020         * math/s_ctanf.c: Likewise.
45021         * math/s_ctanl.c: Likewise.
45022         * math/s_ctanh.c: Likewise.
45023         * math/s_ctanhf.c: Likewise.
45024         * math/s_ctanhl.c: Likewise.
45025         * math/libm-test.inc (ctan_test): Add more tests.
45026         (ctanh_test): Likewise.
45027         * sysdeps/i386/fpu/libm-test-ulps: Update.
45028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45030 2012-04-09  Andreas Jaeger  <aj@suse.de>
45032         [BZ #6894]
45033         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45034         is an optional BSD extension.
45036         [BZ #10254]
45037         * manual/stdio.texi (Opening Streams): Document additional fopen
45038         parameters.
45040 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45042         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45043         %eax without telling the compiler.
45045 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45047         [BZ # 13963]
45048         * manual/install.texi: Use sourceware.org.
45050 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45052         [BZ #13873]
45053         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45054         (__ieee754_pow): Generate overflow and underflow using huge*huge
45055         and tiny*tiny rather than just returning constant infinity or zero
45056         for large exponents.
45057         * math/libm-test.inc (pow_test): Require overflow exceptions for
45058         applicable cases of large exponents.
45060         [BZ #706]
45061         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45062         (__ieee754_pow): Use iterative multiplication algorithm only for
45063         integer exponents with absolute value below 1024.  Check for odd
45064         integer exponents when using algorithm for real exponents.
45065         * math/libm-test.inc (pow_test): Add more tests.
45066         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45068 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45070         [BZ #13705]
45071         * math/libm-test.inc (exp_test): Do not allow overflow exception
45072         on underflow test.
45074 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45076         [BZ #13705]
45077         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45078         instead of __kernel_standard_f.
45080 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45082         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45083         * sysdeps/x86_64/memset_chk.S: Likewise.
45085 2012-04-08  Andreas Jaeger  <aj@suse.de>
45087         [BZ #10153]
45088         * manual/startup.texi (Environment Access): Describe return value
45089         for putenv and setenv.
45091         [BZ #6895]
45092         * manual/filesys.texi (Directory Entries): Add description for
45093         DT_LNK.
45095         [BZ #6890]
45096         * manual/filesys.texi (Directory Entries): Clarify that it's file
45097         system not operating system in the description of DT_UNKNOWN.
45099         [BZ #6578]
45100         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45102 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45104         [BZ #6649]
45105         * manual/llio.texi (Opening and Closing Files): Add cross
45106         reference to explain mode argument.
45108 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45110         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45111         * sysdeps/x86_64/memset_chk.S: Likewise.
45113 2012-04-07  David S. Miller  <davem@davemloft.net>
45115         * elf/elf.h (R_SPARC_WDISP10): Define.
45116         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45117         R_SPARC_SIZE32.
45118         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45119         R_SPARC_SIZE64 and R_SPARC_H34.
45121 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45123         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45124         conditions and remove no longer applicable assertion.
45126 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45128         * bits/byteswap.h: Include <features.h>.
45129         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45130         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45132 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45134         * bits/byteswap.h (__bswap_16): Removed.
45135         Include <bits/byteswap-16.h> to get __bswap_16.
45136         * sysdeps/i386/bits/byteswap.h: Likewise.
45137         * sysdeps/s390/bits/byteswap.h: Likewise.
45138         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45139         * bits/byteswap-16.h: New file.
45140         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45141         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45142         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45143         * string/Makefile (headers): Add bits/byteswap-16.h.
45145 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45147         [BZ #13895]
45148         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45149         extra indirection.
45150         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45151         * nss/tst-nss-static.c: New.
45153 2012-04-06  Robert Millan  <rmh@gnu.org>
45155         [BZ #6486]
45156         * manual/llio.texi (File Position Primitive): lseek
45157         refers to WHENCE when it really means OFFSET.
45159 2012-04-06  Andreas Jaeger  <aj@suse.de>
45161         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45162         strncmp declarations.
45164         * abilist/libc.abilist: Add __poll and __ppoll.
45166 2012-04-05  David S. Miller  <davem@davemloft.net>
45168         * scripts/check-local-headers.sh: Accept a host triplet in the
45169         path matched by the exclude regexp.
45171         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45172         definition.
45173         * sysdeps/powerpc/powerpc32/dl-machine.h
45174         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45175         * sysdeps/s390/s390-32/dl-machine.h
45176         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45177         * sysdeps/sparc/sparc32/dl-machine.h
45178         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45179         * sysdeps/sparc/sparc64/dl-machine.h
45180         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45182         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45183         lazy binding.
45184         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45185         undefined symbol errors.
45187         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45188         DT_NEEDED entries.
45190 2012-04-05  Michael Matz  <matz@suse.de>
45192         [BZ #13592]
45193         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45195 2012-04-05  Andreas Jaeger  <aj@suse.de>
45197         [BZ #13908]
45198         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45199         comment.
45201 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45203         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45204         which ROUND is no valid rounding mode.
45206 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45208         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45209         read again.
45210         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45212 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45214         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45215         an exception using FPU order intentionally.
45217 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45219         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45220         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45221         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45222         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45224 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45226         [BZ #12340]
45227         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45228         EINVAL when BUFLEN is too smal.
45230 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45232         [BZ #13553]
45233         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45234         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45236 2012-04-03  Andreas Jaeger  <aj@suse.de>
45238         [BZ #13938]
45239         * manual/setjmp.texi (System V contexts): Fix sentence.
45241         [BZ #13926]
45242         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45243         New macro for this case.
45244         [!__GNUC__] (__bswap_64): New inline function for this case.
45245         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45246         * bits/byteswap.h: Likewise.
45247         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45248         ull, guard with __GLIBC_HAVE_LONG_LONG.
45250         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45251         __GLIBC_HAVE_LONG_LONG.
45253         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45254         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45256 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45258         [BZ #13691]
45259         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45260         inptr and inend, rather than using last_ch.
45262 2012-04-02  David S. Miller  <davem@davemloft.net>
45264         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45265         * stdio-common/printf-parse.h (read_int): Change return type to
45266         'int', return -1 on INT_MAX overflow.
45267         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45268         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45269         overflows INT_MAX.  Check for overflow of in-format-string precision
45270         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45271         SIZE_MAX not INT_MAX for integer overflow test.
45272         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45273         skip the construct in the format string but do not record anything.
45274         * stdio-common/bug22.c: Adjust to test both width/prevision
45275         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45276         explicitly for proper errno values.
45278 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45280         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45281         CHAR_MAX.
45282         * string/test-strcmp.c [! WIDE]: Likewise.
45283         * time/tst-mktime2.c: Likewise for INT_MAX.
45284         * string/test-string.h: #include <sys/param.h> for MIN.
45286         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45287         * sysdeps/i386/init-first.c (init): Likewise.
45288         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45289         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45290         * sysdeps/sh/init-first.c (init): Likewise.
45292 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45294         * po/ru.po: Update from translation team.
45295         * po/vi.po: Likewise.
45297 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45299         * resolv/nss_dns/dns-host.c: Merge copyright years.
45301 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45303         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45304         Optimize memcpy with prefetch if
45305         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45306         src, dst pointers have unequal 16 byte alignments.
45308 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45310         [BZ #13928]
45311         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45312         from a CNAME entry and return the minimum ttl for the query.
45313         (gaih_getanswer_slice): Likewise.
45315 2012-03-30  Jeff Law  <law@redhat.com>
45317         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45318         due to long keys.
45319         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45320         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45322         * resolv/nss_dns/dns-host.c: Update copyright year.
45324 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45326         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45327         requests to save a system call.  Fix check that all bytes are sent.
45329         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45330         comments for sendmmsg.
45332 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45334         [BZ #13691]
45335         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45336         with only 1 character between 0x0041 and 0x01b0.
45337         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45338         * wcsmbs/tst-mbsnrtowcs.c: New file.
45340 2012-03-29  David S. Miller  <davem@davemloft.net>
45342         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45343         small copies by hand.
45345 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45347         [BZ #13761]
45348         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45349         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45350         group memberships.
45352 2012-03-28  David S. Miller  <davem@davemloft.net>
45354         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45355         that branches into memcpy.
45356         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45357         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45358         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45359         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45360         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45361         bits.
45362         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45363         implementation too.
45364         * sysdeps/sparc/mempcpy.S: New file.
45366         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45367         the IFUNC routine in the libc case.
45368         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45370         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45371         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45372         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45373         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45374         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45375         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45376         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45377         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45379         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45380         loop to 256 bytes instead of 64 bytes and fix test signedness.
45382         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45383         * sysdeps/sparc/sparc32/Makefile: rather than here...
45384         * sysdeps/sparc/sparc64/Makefile: and here.
45386 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45388         * malloc/mallocbug.c: Avoid warnings about unused variables.
45390 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45392         [BZ #13760]
45393         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45394         in the right place. Discard and retry query if response is
45395         larger than input buffer size.
45397 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45399         [BZ #369]
45400         [BZ #2678]
45401         [BZ #3866]
45402         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45403         x for large integer exponent.
45404         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45405         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45406         sign of result as needed afterwards.
45407         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45408         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45409         result for underflowing pow the same as for overflow.
45410         (__kernel_standard_l): Handle powl overflow and underflow here
45411         rather than calling __kernel_standard.
45412         * math/libm-test.inc (pow_test): Add more tests.
45414         [BZ #3868]
45415         [BZ #13879]
45416         [BZ #13910]
45417         [BZ #13911]
45418         [BZ #13912]
45419         [BZ #13913]
45420         [BZ #13915]
45421         [BZ #13916]
45422         [BZ #13917]
45423         [BZ #13918]
45424         [BZ #13919]
45425         [BZ #13920]
45426         [BZ #13921]
45427         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45428         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45429         (__kernel_standard_l): New function.
45430         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45431         __kernel_standard.
45432         * math/w_acosl.c (__acosl): Likewise.
45433         * math/w_asinl.c (__asinl): Likewise.
45434         * math/w_atan2l.c (__atan2l): Likewise.
45435         * math/w_atanhl.c (__atanhl): Likewise.
45436         * math/w_coshl.c (__coshl): Likewise.
45437         * math/w_exp10l.c (__exp10l): Likewise.
45438         * math/w_exp2l.c (__exp2l): Likewise.
45439         * math/w_fmodl.c (__fmodl): Likewise.
45440         * math/w_hypotl.c (__hypotl): Likewise.
45441         * math/w_j0l.c (__j0l, __y0l): Likewise.
45442         * math/w_j1l.c (__j1l, __y1l): Likewise.
45443         * math/w_jnl.c (__jnl, __ynl): Likewise.
45444         * math/w_lgammal.c (__lgammal): Likewise.
45445         * math/w_log10l.c (__log10l): Likewise.
45446         * math/w_log2l.c (__log2l): Likewise.
45447         * math/w_logl.c (__logl): Likewise.
45448         * math/w_powl.c (__powl): Likewise.
45449         * math/w_remainderl.c (__remainderl): Likewise.
45450         * math/w_scalbl.c (sysv_scalbl): Likewise.
45451         * math/w_sinhl.c (__sinhl): Likewise.
45452         * math/w_sqrtl.c (__sqrtl): Likewise.
45453         * math/w_tgammal.c (__tgammal): Likewise.
45454         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45455         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45456         * math/libm-test.inc (acos_test): Add more tests.
45457         (acosh_test): Likewise.
45458         (asin_test): Likewise.
45459         (atanh_test): Likewise.
45460         (exp_test): Likewise.
45461         (exp10_test): Likewise.
45462         (exp2_test): Likewise.
45463         (expm1_test): Likewise.
45464         (lgamma_test): Likewise.
45465         (log_test): Likewise.
45466         (log10_test): Likewise.
45467         (log1p_test): Likewise.
45468         (log2_test): Likewise.
45469         (pow_test): Do not allow some spurious overflow exceptions.
45470         (sqrt_test): Add more tests.
45471         (tgamma_test): Likewise.
45472         (y0_test): Likewise.
45473         (y1_test): Likewise.
45474         (yn_test): Likewise.
45476 2012-03-27  Anton Blanchard  <anton@samba.org>
45478         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45479         MAP_HUGETLB.
45480         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45481         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45482         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45484 2012-03-27  David S. Miller  <davem@davemloft.net>
45486         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45488         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45489         have-as-vis3 check.
45491 2012-03-27  Andreas Jaeger  <aj@suse.de>
45493         * sysdeps/x86_64/elf/configure.in: Moved to ...
45494         * sysdeps/x86_64/configure.in: ... here.
45495         * sysdeps/x86_64/elf/start.S: Moved to ...
45496         * sysdeps/x86_64/start.S: ... here.
45497         * sysdeps/x86_64/elf/configure: Delete.
45499         * sysdeps/x86_64/configure.in: Merge contents from
45500         sysdeps/i386/configure.in (without i686 check).
45502         * sysdeps/i386/elf/Versions: Merge into ...
45503         * sysdeps/i386/Versions: ... this.
45504         * sysdeps/i386/elf/Versions: Delete file.
45505         * sysdeps/i386/elf/start.S: Moved to ...
45506         * sysdeps/i386/start.S: ...here.
45507         * sysdeps/i386/elf/configure.in: Merge into...
45508         * sysdeps/i386/configure.in: ...here.
45509         * sysdeps/i386/elf/configure.in: Delete file.
45510         * sysdeps/i386/elf/configure: Delete file.
45512         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45513         * debug/backtracesyms.c: ... here.
45514         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45515         * debug/backtracesymsfd.c: ... here.
45516         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45517         * sysdeps/generic/ifunc-sel.h: ... here.
45519         * sysdeps/unix/i386/start.c: Delete file.
45520         * sysdeps/unix/sparc/start.c: Delete file.
45521         * sysdeps/unix/start.c: Delete file.
45523         * sysdeps/sh/elf/configure.in: Moved to ...
45524         * sysdeps/sh/configure.in: ... here.
45525         * sysdeps/sh/elf/start.S: Moved to ...
45526         * sysdeps/sh/start.S: ... here.
45527         * sysdeps/sh/elf/configure: Delete file.
45529         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45530         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45531         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45532         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45533         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45534         * sysdeps/powerpc/powerpc64/start.S: here.
45535         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45536         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45537         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45538         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45539         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45541         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45542         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45543         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45544         * sysdeps/powerpc/powerpc32/start.S: ... here.
45545         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45546         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45547         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45549         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45550         * sysdeps/powerpc/ifunc-sel.h: ... here.
45551         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45552         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45554         * sysdeps/sparc/elf/configure.in: Moved to ...
45555         * sysdeps/sparc/configure.in: ... here.
45556         * sysdeps/sparc/elf/configure: Delete file.
45557         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45558         * sysdeps/sparc/sparc32/start.S: ... here.
45559         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45560         * sysdeps/sparc/sparc64/start.S: ... here.
45561         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45562         * sysdeps/sparc/sparc32/Makefile: ... this.
45563         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45564         * sysdeps/sparc/sparc64/Makefile: ... this.
45566         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45567         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45568         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45569         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45570         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45571         * sysdeps/s390/s390-32/setjmp.S: ... here.
45572         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45573         * sysdeps/s390/s390-32/configure.in: ... here.
45574         * sysdeps/s390/s390-32/elf/configure: Delete file.
45575         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45576         * sysdeps/s390/s390-32/start.S: ... here.
45578         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45579         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45580         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45581         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45582         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45583         * sysdeps/s390/s390-64/setjmp.S: ... here.
45584         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45585         * sysdeps/s390/s390-64/configure.in: ... here
45586         * sysdeps/s390/s390-64/elf/configure: Delete file.
45587         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45588         * sysdeps/s390/s390-64/start.S: ... here.
45589         * sysdeps/s390/s390-64/elf/configure: Delete.
45591         * configure.in: Remove support for elf directories in sysdeps.
45593         * configure: Regenerated.
45594         * sysdeps/i386/configure: Regenerated.
45595         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45596         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45597         * sysdeps/s390/s390-32/configure: Regenerated.
45598         * sysdeps/s390/s390-64/configure: Regenerated.
45599         * sysdeps/sh/configure: Regenerated.
45600         * sysdeps/sparc/configure: Regenerated.
45601         * sysdeps/x86_64/configure: Regenerated.
45603 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45605         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45607         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45608         denormal result into account.
45610 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45612         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45613         Reported by Allan McRae <allan@archlinux.org>.
45615 2012-03-23  Jeff Law  <law@redhat.com>
45617         * nss/getnssent.c (__nss_getent): Fix typo.
45619 2012-03-23  David S. Miller  <davem@davemloft.net>
45621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45623 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45625         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45626         to pad to uint64_t for each field.
45627         (dl_tls_index): Replace unsigned long with uint64_t.
45629 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45630         Paul Pluzhnikov  <ppluzhnikov@google.com>
45632         [BZ #6528]
45633         * grp/Makefile (otherlibs): Don't set it.
45634         * inet/Makefile (otherlibs): Likewise.
45635         * login/Makefile (otherlibs): Likewise.
45636         * nscd/Makefile (otherlibs): Likewise.
45637         * posix/Makefile (otherlibs): Likewise.
45638         * pwd/Makefile (otherlibs): Likewise.
45639         * rt/Makefile (otherlibs): Likewise.
45640         * sunrpc/Makefile (otherlibs): Likewise.
45641         * nss/Makefile (otherlibs): Likewise.
45642         Add libnss_files to routines and static-only-routines.
45643         ($(objpfx)getent): Remove rule.
45644         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45645         static-only-routines.
45647 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45649         [BZ #13892]
45650         * math/s_cexp.c: Include <float.h>.
45651         (__cexp): Handle exp result overflowing not necessarily
45652         overflowing both real and imaginary parts of result.
45653         * math/s_cexpf.c: Likewise.
45654         * math/s_cexpl.c: Likewise.
45655         * math/libm-test.inc (cexp_test): Add more tests.
45656         * sysdeps/i386/fpu/libm-test-ulps: Update.
45657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45659 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45661         * include/link.h (ELFW): New macro.
45662         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45663         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45665 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45667         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45668         with uint64_t.
45670 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45672         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45673         declaration.
45674         (struct La_x32_retval): Likewise.
45676 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45678         * sysdeps/x86_64/preconfigure.in: New file.
45679         * sysdeps/x86_64/preconfigure: New generated file.
45681 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45683         [BZ #13824]
45684         * math/e_exp2l.c: Include <float.h>.
45685         (__ieee754_exp2l): Handle overflow and underflow cases
45686         separately.  Only pass fractional part of argument to
45687         __ieee754_expl.
45688         * math/libm-test.inc (exp2_test): Add more tests.
45690         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45691         negating x to take absolute value.
45692         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45693         Likewise.
45694         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45695         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45696         Likewise.
45697         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45698         computing low part if x was negated.
45699         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45701 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45703         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45704         la_x32_gnu_pltexit.
45705         (pltexit): Cast int_retval to ptrdiff_t.
45706         * elf/tst-auditmod3b.c: Likewise.
45707         * elf/tst-auditmod4b.c: Likewise.
45708         * elf/tst-auditmod5b.c: Likewise.
45709         * elf/tst-auditmod6b.c: Likewise.
45710         * elf/tst-auditmod6c.c: Likewise.
45711         * elf/tst-auditmod7b.c: Likewise.
45713         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45714         and x32_gnu_pltexit.
45716         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45717         __ELF_NATIVE_CLASS.
45718         (La_x32_regs): New macro.
45719         (La_x32_retval): Likewise.
45720         (la_x32_gnu_pltenter): New function prototype.
45721         (la_x32_gnu_pltexit): Likewise.
45723 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45725         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45726         exponent.
45728         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45730         * configure.in (libc_cv_cc_nofma): Check for option to disable
45731         generation of FMA instructions.
45732         * configure: Regenerate.
45733         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45734         * sysdeps/ieee754/dbl-64/Makefile: New file.
45735         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45736         Remove brandred-fma4.
45737         (CFLAGS-brandred-fma4.c): Remove.
45738         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45739         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45740         define.
45741         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45742         define.
45744 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45746         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45747         LLONG_MAX != LONG_MAX.
45748         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45749         (_fitoa_word): Likewise.
45750         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45751         LLONG_MAX != LONG_MAX.
45752         * stdio-common/_itowa.h: Include <_itoa.h>.
45753         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45754         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45755         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45756         only if not defined.
45757         (_ITOA_WORD_TYPE): Likewise.
45758         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45759         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45761 2012-03-21  David S. Miller  <davem@davemloft.net>
45763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45765 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45767         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45768         of x86_64 when setting libc_cv_slibdir, libdir and
45769         libc_cv_localedir.
45770         * sysdeps/unix/sysv/linux/configure: Regenerated.
45772 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45774         * manual/lang.texi (Old Varargs): Remove section.
45775         (How Variadic): Update menu.
45776         (va_start): Do not mention varargs.h.
45778 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45779             Joseph Myers  <joseph@codesourcery.com>
45781         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45782         link test.
45783         * configure: Regenerated.
45785 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45787         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45788         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45789         conformtest.pl
45791 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45793         * NOTES: Remove.
45794         * Makefile (files-for-dist): Remove NOTES.
45795         (NOTES): Remove rule.
45796         * README: Don't refer to NOTES.
45797         * manual/creature.texi: Don't include macros.texi.
45798         * manual/intro.texi (creature.texi): Remove comment referring to
45799         NOTES.
45801         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45802         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45803         * configure: Regenerated.
45804         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45805         LIBC_TRY_CC_OPTION.
45806         (libc_cv_as_i686): Likewise.
45807         (libc_cv_cc_avx): Likewise.
45808         (libc_cv_cc_sse2avx): Likewise.
45809         (libc_cv_cc_fma4): Likewise.
45810         (libc_cv_cc_novzeroupper): Likewise.
45811         * sysdeps/i386/configure: Regenerated.
45813         [BZ #13883]
45814         * sysdeps/i386/fpu/s_cexp.S: Remove.
45815         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45816         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45817         * math/libm-test.inc (cexp_test): Add more tests.
45818         * sysdeps/i386/fpu/libm-test-ulps: Update.
45819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45821 2012-03-21  Allan McRae  <allan@archlinux.org>
45823         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45825 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45827         [BZ #13871]
45828         * math/w_exp2.c: Do not include <float.h>.
45829         (o_threshold, u_threshold): Remove.
45830         (__exp2): Calculate result before checking finiteness and calling
45831         __kernel_standard.
45832         * math/w_exp2f.c: Likewise.
45833         * math/w_exp2l.c: Likewise.
45834         * math/libm-test.inc (exp2_test): Require overflow exception for
45835         1e6 input.
45837         [BZ #3866]
45838         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45839         range of signed 64-bit integers before using fistpll.  Remove
45840         checks for whether integers fit in mantissa bits.
45841         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45842         the range of signed 32-bit integers before using fistpl.  Remove
45843         checks for whether integers fit in mantissa bits.
45844         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45845         (__ieee754_powl): Test for y outside the range of signed 64-bit
45846         integers before using fistpll.  Reduce 64-bit values to 63-bit
45847         ones as needed.
45848         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45849         divide-by-zero is raised for zero to large negative powers.
45850         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45851         (__ieee754_powl): Test for y outside the range of signed 64-bit
45852         integers before using fistpll.  Reduce 64-bit values to 63-bit
45853         ones as needed.
45854         * math/libm-test.inc (pow_test): Add more tests.
45856 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45858         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45859         <stdio-common/_itoa.h>.
45860         * debug/segfault.c: Likewise.
45861         * elf/dl-cache.c: Likewise.
45862         * elf/dl-minimal.c: Likewise.
45863         * elf/dl-misc.c: Likewise.
45864         * elf/dl-sysdep.c: Likewise.
45865         * elf/dl-version.c: Likewise.
45866         * elf/rtld.c: Likewise.
45867         * hurd/hurdsock.c: Likewise.
45868         * hurd/lookup-retry.c: Likewise.
45869         * malloc/malloc.c: Likewise.
45870         * malloc/mtrace.c: Likewise.
45871         * nscd/nscd_getgr_r.c: Likewise.
45872         * nscd/nscd_getpw_r.c: Likewise.
45873         * nscd/nscd_getserv_r.c: Likewise.
45874         * posix/getopt_init.c: Likewise.
45875         * posix/wordexp.c: Likewise.
45876         * stdio-common/_itoa.c: Likewise.
45877         * stdio-common/printf_fphex.c: Likewise.
45878         * stdio-common/vfprintf.c: Likewise.
45879         * string/_strerror.c: Likewise.
45880         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45881         * sysdeps/i386/i686/hp-timing.h: Likewise.
45882         * sysdeps/mach/_strerror.c: Likewise.
45883         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45884         * sysdeps/mach/hurd/sethostid.c: Likewise.
45885         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45886         * sysdeps/mach/xpg-strerror.c: Likewise.
45887         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45888         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45889         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45890         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45891         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45892         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45893         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45894         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45895         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45896         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45897         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45898         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45899         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45900         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45901         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45902         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45903         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45904         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45905         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45906         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45907         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45909         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45911         * stdio-common/_itoa.h: Moved to ...
45912         * sysdeps/generic/_itoa.h: Here.
45914         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45916         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45917         instead of "_itoa.h" and "_itowa.h".
45918         * stdio-common/vfprintf.: Likewise.
45920 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45922         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45923         <bits/wordsize.h>.
45924         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45925         (__signbit): Likwise.
45926         (llrintf): Likwise.
45927         (llrint): Likwise.
45929 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45931         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45932         __WORDSIZE != 64.
45934 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45936         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45937         OVERFLOW_EXCEPTION_OK.
45938         * math/libm-test.inc ("Philosophy"): Update comment about
45939         exception testing.
45940         (OVERFLOW_EXCEPTION): Define.
45941         (OVERFLOW_EXCEPTION_OK): Likewise.
45942         (INVALID_EXCEPTION_OK): Renumber.
45943         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45944         (IGNORE_ZERO_INF_SIGN): Likewise.
45945         (test_exceptions): Handle FE_OVERFLOW.
45946         (exp10_test): Expect overflow exceptions.
45947         (exp2_test): Likewise.
45948         (expm1_test): Likewise.
45949         (nextafter_test): Likewise.
45950         (pow_test): Likewise.
45951         (scalbn_test): Likewise.
45952         (scalbln_test): Likewise.
45954 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45956         * sysdeps/x86_64/bits/atomic.h
45957         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45958         64bit integer.
45959         (atomic_exchange_acq): Likewise.
45960         (__arch_exchange_and_add_body): Likewise.
45961         (__arch_add_body): Likewise.
45962         (atomic_add_negative): Likewise.
45963         (atomic_add_zero): Likewise.
45965 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45967         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45968         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45970 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45972         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45973         Check __x86_64__ instead of __WORDSIZE.
45975 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45977         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45979 2012-03-19  David S. Miller  <davem@davemloft.net>
45981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45983         * sysdeps/sparc/fpu/fenv_private.h: New file.
45984         * sysdeps/sparc/fpu/math_private.h: Use it.
45985         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45986         Remove.
45987         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45988         (libc_feholdexcept_setroundl): Remove.
45989         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45990         Remove.
45991         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45992         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45994 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45996         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45997         int64_t instead of long int.
45998         (INSERT_WORDS64): Likwise.
46000 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46002         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46003         _Unwind_GetCFA return to _Unwind_Ptr first.
46005 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46007         [BZ #13629]
46008         * math/s_clog.c: Include <float.h>.
46009         (__clog): Scale large or subnormal inputs.
46010         * math/s_clogf.c: Likewise.
46011         * math/s_clogl.c: Likewise.
46012         * math/s_clog10.c: Include <float.h>.
46013         (M_LOG10_2): Define.
46014         (__clog10): Scale large or subnormal inputs.
46015         * math/s_clog10f.c: Likewise.
46016         * math/s_clog10l.c: Likewise.
46017         * math/libm-test.inc (clog_test): Add more tests.
46018         (clog10_test): Likewise.
46019         * sysdeps/i386/fpu/libm-test-ulps: Update.
46020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46022         [BZ #11451]
46023         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46024         x and y.
46025         * math/libm-test.inc (atan2_test): Add another test.
46027         * Makerules (common-objdir-compile): Remove.
46028         * sysdeps/unix/Makefile (config-generated): Do not add
46029         $(unix-generated) to variable.
46030         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46031         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46032         Remove rule.
46033         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46034         Likewise.
46035         [generic bits/local_lim.h] (before-compile): Do not append to
46036         variable.
46037         [generic bits/local_lim.h] (common-generated): Likewise.
46038         [generic sys/param.h] (before-compile): Do not append to variable.
46039         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46040         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46041         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46042         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46043         include.
46044         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46045         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46046         [generic sys/param.h] ($(addprefix
46047         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46048         [generic sys/param.h] (common-generated): Do not append to
46049         variable.
46050         [generic sys/param.h] (sysdep_headers): Likewise.
46051         [generic bits/errno.h] (before-compile): Do not append to
46052         variable.
46053         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46054         rule.
46055         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46056         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46057         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46058         [generic bits/errno.h] (common-generated): Do not append to
46059         variable.
46060         [generic bits/ioctls.h] (before-compile): Do not append to
46061         variable.
46062         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46063         rule.
46064         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46065         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46066         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46067         rule.
46068         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46069         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46070         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46071         [generic bits/ioctls.h] (common-generated): Do not append to
46072         variable.
46073         [generic sys/syscall.h] (syscall.h): Remove variable.
46074         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46075         rule.
46076         [generic sys/syscall.h] (before-compile): Do not append to
46077         variable.
46078         [generic sys/syscall.h] (common-generated): Likewise.
46079         * sysdeps/unix/errnos-tmpl.c: Remove file.
46080         * sysdeps/unix/errnos.awk: Likewise.
46081         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46082         * sysdeps/unix/ioctls.awk: Likewise.
46083         * sysdeps/unix/mk-local_lim.c: Likewise.
46084         * sysdeps/unix/snarf-ioctls: Likewise.
46086 2012-03-19  Richard Henderson  <rth@twiddle.net>
46088         * sysdeps/i386/fpu/fenv_private.h: New file.
46089         * sysdeps/i386/fpu/math_private.h: Use it.
46090         (math_opt_barrier, math_force_eval): Remove.
46091         (libc_feholdexcept_setround_53bit): Remove.
46092         (libc_feupdateenv_53bit): Remove.
46093         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46094         (math_opt_barrier, math_force_eval): Remove.
46095         (libc_feholdexcept): Remove.
46096         (libc_feholdexcept_setround): Remove.
46097         (libc_fetestexcept, libc_fesetenv): Remove.
46098         (libc_feupdateenv_test): Remove.
46099         (libc_feupdateenv, libc_feholdsetround): Remove.
46100         (libc_feresetround): Remove.
46102         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46103         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46105         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46106         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46107         (libc_feupdateenv_testl): New.
46108         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46109         (libc_feupdateenv_testf): New.
46110         (libc_feupdateenv): Use libc_feupdateenv_test.
46111         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46112         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46114         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46115         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46116         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46117         (libc_feresetround_noex): New.
46118         (libc_feresetround_noexf): New.
46119         (libc_feresetround_noexl): New.
46120         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46121         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46122         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46123         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46124         SET_RESTORE_ROUND.
46125         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46126         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46127         (__cos): Likewise.
46128         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46129         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46130         SET_RESTORE_ROUND_NOEX.
46131         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46132         SET_RESTORE_ROUND_NOEXF.
46133         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46134         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46135         (libc_feholdsetroundf): New.
46136         (libc_feresetround, libc_feresetroundf): New.
46138         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46139         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46140         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46142         * sysdeps/generic/math_private.h: Include <fenv.h>.
46143         (default_libc_feholdexcept): New.
46144         (default_libc_feholdexcept_setround): New.
46145         (default_libc_fesetenv, default_libc_feupdateenv): New.
46146         (libc_feholdexcept): Only define if undefined.
46147         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46148         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46149         (libc_feholdexcept_setroundl): Likewise.
46150         (libc_feholdexcept_setround_53bit): Likewise.
46151         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46152         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46153         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46154         (libc_feupdateenv_53bit): Likewise.
46155         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46156         (libc_feholdexcept): Convert from macro to inline function.
46157         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46158         (libc_fesetenv, libc_feupdateenv): Likewise.
46160         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46161         not previously defined.
46162         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46163         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46164         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46165         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46166         * sysdeps/ieee754/flt-32/math_private.h: New file.
46167         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46168         math_private.h below SET_FLOAT_WORD.
46169         (__isnan, __isinf_ns, __finite): Remove.
46170         (__isnanf, __isinf_nsf, __finitef): Remove.
46172 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46176 2012-03-17  David S. Miller  <davem@davemloft.net>
46178         [BZ #6471]
46179         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46180         for 2.16.
46182 2012-03-16  David S. Miller  <davem@davemloft.net>
46184         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46185         warnings.
46187         [BZ #6471]
46188         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46189         properly.
46190         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46191         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46192         sysdep_routines when subdir is sysvipc.
46193         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46194         __getshmlba helper.
46196         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46198 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46200         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46201         [__LP64__].
46203 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46205         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46206         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46207         (__lround): Renamed to ...
46208         (__llround): This.  Replace long int with long long int.
46209         Define lround functions as aliases of llround functions.
46210         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46212 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46214         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46215         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46216         adresses to uintptr_t.  Replace "long int" and "unsigned long
46217         int" with "greg_t" on va_arg.
46219 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46221         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46222         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46224         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46225         Move e_machine check before EI_CLASS check.  Handle x32
46226         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46227         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46228         SKIP_EM_IA_64 and include
46229         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46231         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46232         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46233         (add_system_dir): New macro.
46235         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46236         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46238 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46240         [BZ #2551]
46241         [BZ #2552]
46242         [BZ #2553]
46243         [BZ #2554]
46244         [BZ #2562]
46245         [BZ #2563]
46246         [BZ #2565]
46247         [BZ #2566]
46248         [BZ #2576]
46249         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46250         (y0): Likewise.
46251         * math/w_j0f.c (j0f): Likewise.
46252         (y0f): Likewise.
46253         * math/w_j0l.c (__j0l): Likewise.
46254         (__y0l): Likewise.
46255         * math/w_j1.c (j1): Likewise.
46256         (y1): Likewise.
46257         * math/w_j1f.c (j1f): Likewise.
46258         (y1f): Likewise.
46259         * math/w_j1l.c (__j1l): Likewise.
46260         (__y1l): Likewise.
46261         * math/w_jn.c (jn): Likewise.
46262         (yn): Likewise.
46263         * math/w_jnf.c (jnf): Likewise.
46264         (ynf): Likewise.
46265         * math/w_jnl.c (__jnl): Likewise.
46266         (__ynl): Likewise.
46267         * math/libm-test.inc (j0_test): Add more tests.
46268         (j1_test): Likewise.
46269         (jn_test): Likewise.  Add trailing semicolon to existing test.
46270         (y0_test): Likewise.
46271         (y1_test): Likewise.
46272         * sysdeps/i386/fpu/libm-test-ulps: Update.
46273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46275         [BZ #13851]
46276         [BZ #13854]
46277         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46278         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46279         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46280         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46281         (__tanl): Set errno for infinite argument.
46282         * sysdeps/i386/fpu/mptan.c: Remove.
46283         * sysdeps/i386/fpu/s_tan.S: Likewise.
46284         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46285         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46286         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46287         * math/libm-test.inc (tan_test): Add more tests and enable more
46288         tests for double and long double.
46289         * sysdeps/i386/fpu/libm-test-ulps: Update.
46290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46292 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46294         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46295         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46297 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46299         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46300         * configure.in: Use it for both main tree and add-ons.
46301         * configure: Regenerated.
46303 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46305         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46307 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46309         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46310         in comment.
46312         [BZ #13851]
46313         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46314         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46315         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46316         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46317         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46318         infinite argument.
46319         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46320         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46321         != 0 for prec == 2.
46322         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46323         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46324         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46325         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46326         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46327         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46328         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46329         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46330         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46331         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46332         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46333         * math/libm-test.inc (cos_test): Add more tests and enable more
46334         tests for long double.
46335         (sin_test): Likewise.
46336         (sincos_test): Likewise.
46337         * sysdeps/i386/fpu/libm-test-ulps: Update.
46338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46340 2012-03-16  David S. Miller  <davem@davemloft.net>
46342         * sysdeps/sparc/fpu/math_private.h: New file.
46344 2012-03-15  David S. Miller  <davem@davemloft.net>
46346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46347         file.
46348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46350         file.
46351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46352         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46353         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46354         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46355         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46356         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46357         sysdep routines.
46358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46360         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46361         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46363         * sysdeps/sparc/sparc-ifunc.h: New file.
46364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46365         sparc-ifunc.h
46366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46368         Likewise.
46369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46370         Likewise.
46371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46375         Likewise.
46376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46381         Likewise.
46382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46383         Likewise.
46384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46388         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46389         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46390         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46391         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46392         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46393         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46394         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46395         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46396         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46397         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46398         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46399         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46400         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46401         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46402         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46403         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46404         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46405         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46406         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46407         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46409 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46411         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46412         scaling.
46413         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46415 2012-03-15  Andreas Jaeger  <aj@suse.de>
46417         [BZ #13852]
46418         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46419         ieee754/flt-32 implementation for sin, cos and sincos.
46420         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46421         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46422         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46423         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46424         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46425         ieee754/flt-32 implementation for tan.
46427         * math/libm-test.inc (cos_test): Enable some large input tests for
46428         float as well
46429         (sin_test): Likewise.
46430         (sincos_test): Likewise.
46431         (tan_test): Add tests for large input.
46433         * sysdeps/i386/fpu/libm-test-ulps: Update.
46435 2012-03-15  Andreas Jaeger  <aj@suse.de>
46437         [BZ #13658]
46438         * math/libm-test.inc (cos_test): Add more test cases.
46439         (sin_test): Likewise.
46440         (sincos_test): Likewise.
46442 2012-03-15  Andreas Jaeger  <aj@suse.de>
46444         [BZ #13837]
46445         * math/libm-test.inc (cos_test): Add a test case for large input
46446         value.
46447         (sin_test): Likewise.
46448         (sincos_test): Likewise.
46450 2012-03-15  Andreas Jaeger  <aj@suse.de>
46451             Joseph Myers  <joseph@codesourcery.com>
46453         [BZ #13658]
46454         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46455         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46456         * sysdeps/i386/fpu/branred.c: Likewise.
46457         * sysdeps/i386/fpu/dosincos.c: Likewise.
46458         * sysdeps/i386/fpu/mpa.c: Likewise.
46459         * sysdeps/i386/fpu/s_cos.S: Likewise.
46460         * sysdeps/i386/fpu/s_sin.S: Likewise.
46461         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46462         * sysdeps/i386/fpu/sincos32.c: Likewise.
46464         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46465         Define.
46466         (libc_feupdateenv_53bit): Define.
46467         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46468         Define.
46469         (libc_feupdateenv_53bit): Define.
46471         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46472         53 bit (without extend i386 double precision).
46474         * math/libm-test.inc (sincos_test): Add tests for large input.
46475         (sin): Likewise.
46476         (cos): Likewise.
46478         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46480 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46484 2012-03-15  David S. Miller  <davem@davemloft.net>
46486         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46487         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46488         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46489         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46492         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46495         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46496         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46497         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46498         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46499         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46500         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46502         file.
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46505         file.
46506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46508         file.
46509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46511         file.
46512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46513         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46514         fmin/fmax sysdep routines.
46515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46517 2012-03-14  David S. Miller  <davem@davemloft.net>
46519         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46520         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46521         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46522         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46523         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46524         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46525         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46526         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46527         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46528         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46529         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46530         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46531         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46532         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46533         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46534         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46535         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46536         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46537         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46538         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46539         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46540         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46541         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46542         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46543         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46544         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46545         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46546         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46547         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46548         routines.
46549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46550         file.
46551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46553         file.
46554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46556         file.
46557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46559         file.
46560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46562         file.
46563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46565         file.
46566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46567         file.
46568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46569         file.
46570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46571         file.
46572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46573         New file.
46574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46575         file.
46576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46577         file.
46578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46580         file.
46581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46583         file.
46584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46586         file.
46587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46589         VIS3 routines.
46591         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46592         New file.
46594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46596         * sysdeps/sparc/configure.in: New file.
46597         * sysdeps/sparc/configure: Generate.
46598         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46599         * configure: Regenerate.
46600         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46601         * config.make.in (have-as-vis3): New.
46602         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46603         available use -Av9d instead of -Av9a.
46604         * sysdeps/sparc/sparc64/Makefile: Likewise.
46605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46607         New file.
46608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46609         file.
46610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46611         New file.
46612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46613         file.
46614         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46615         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46616         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46617         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46618         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46620         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46621         fzeros/fnegs to load 0x80000000 into a float register instead of
46622         using the stack.
46623         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46625 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46627         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46628         bits/syscall.h.
46629         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46630         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46631         ($(inst_includedir)/bits/syscall.h): Remove rule.
46632         ($(objpfx)bits/syscall.d): Include instead of
46633         $(objpfx)syscall-list.d.
46634         (generated): Change syscall-list.h and syscall-list.d to
46635         bits/syscall.h and bits/syscall.d.
46637 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46639         [BZ #13846]
46640         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46642 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46644         [BZ #13841]
46645         * math/s_csqrt.c: Include <float.h>.
46646         (__csqrt): Scale large or subnormal inputs.
46647         * math/s_csqrtf.c: Likewise.
46648         * math/s_csqrtl.c: Likewise.
46649         * math/libm-test.inc (csqrt_test): Add more tests.
46650         * sysdeps/i386/fpu/libm-test-ulps: Update.
46651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46653         [BZ #13840]
46654         * math/libm-test.inc (hypot_test): Add more tests.
46656 2012-03-13  David S. Miller  <davem@davemloft.net>
46658         [BZ #13840]
46659         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46660         double-precision for the calculation instead of scaling.
46662 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46664         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46665         manipulate bits before adding and subtracting TWO52[sx].
46666         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46667         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46668         Likewise.
46669         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46671 2012-03-13  David S. Miller  <davem@davemloft.net>
46673         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46674         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46675         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46676         rtld-global-offsets.h
46677         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46679         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46680         large parameters.
46682         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46684         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46685         'err' in the ifdef scope in which it is actually used.
46687         * nss/nss_db/db-init.c: Include string.h
46689 2012-03-12  David S. Miller  <davem@davemloft.net>
46691         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46692         masking out of the most significant byte of random value used.
46693         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46694         Fix coding style in previous change.
46696         * sysdeps/unix/sysv/linux/kernel-features.h
46697         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46698         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46699         expression.
46700         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46701         later.
46703 2012-03-11  David S. Miller  <davem@davemloft.net>
46705         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46706         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46707         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46708         for 'resultvar' otherwise things get truncated on 64-bit.
46710         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46711         Fix masking out of the most significant byte of random value used.
46713         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46715 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46717         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46719 2012-03-09  David S. Miller  <davem@davemloft.net>
46721         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46722         variables with appropriate CPP guards.
46723         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46724         from the frame pointer, not the stack pointer.  Correct layout
46725         comments.  Fix test on resulting framesize and the management of
46726         the outregs buffer for pltexit.  Preserve floating point return
46727         values across _dl_call_pltexit call.
46728         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46729         framesize and the management of the outregs buffer for pltexit.
46730         Preserve floating point return values across _dl_call_pltexit
46731         call.
46732         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46733         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46734         (la_sparc64_gnu_pltexit): New functions.
46735         (print_exit): Fix format string for return register value.
46737 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46739         * sunrpc/Makefile (others): Add rpcgen.
46740         ($(objpfx)rpcgen): Remove special build rule and dependency on
46741         libc.
46742         * sunrpc/rpcgen.c: New file.
46744 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46746         [BZ #13673]
46747         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46748         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46749         * sysdeps/i386/crti.S: Likewise.
46750         * sysdeps/i386/crtn.S: Likewise.
46751         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46752         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46753         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46754         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46755         * sysdeps/sh/crti.S: Likewise.
46756         * sysdeps/sh/crtn.S: Likewise.
46757         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46759         [BZ #13673]
46760         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46761         with URL.
46762         * locale/programs/locfile-kw.gperf: Likewise.
46763         * locale/programs/charmap-kw.h: Regenerated.
46764         * locale/programs/locfile-kw.h: Likewise.
46766         [BZ #13673]
46767         * intl/plural.y: Replace FSF snail mail address with URL.
46768         * intl/plural.c: Regenerated.
46770 2012-03-09  Richard Henderson  <rth@twiddle.net>
46772         * include/math_private.h: Remove file.
46773         * math/math_private.h: Move file ...
46774         * sysdeps/generic/math_private.h: ... here.
46776         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46777         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46778         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46780         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46781         and <math_private.h>.
46782         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46783         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46784         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46785         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46786         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46787         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46788         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46789         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46790         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46791         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46792         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46793         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46794         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46795         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46796         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46811         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46812         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46813         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46814         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46815         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46816         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46817         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46818         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46819         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46820         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46821         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46822         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46823         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46824         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46825         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46826         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46827         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46828         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46829         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46830         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46831         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46832         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46833         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46834         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46835         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46836         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46837         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46838         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46839         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46840         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46841         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46842         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46843         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46844         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46845         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46846         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46847         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46848         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46849         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46850         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46851         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46852         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46853         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46854         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46855         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46856         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46857         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46858         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46859         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46860         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46861         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46862         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46863         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46864         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46865         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46866         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46867         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46868         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46869         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46870         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46871         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46872         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46873         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46874         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46875         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46876         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46877         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46878         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46879         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46880         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46881         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46882         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46883         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46884         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46885         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46886         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46887         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46888         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46889         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46890         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46891         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46892         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46893         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46894         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46895         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46896         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46897         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46898         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46899         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46900         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46901         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46902         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46903         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46904         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46905         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46906         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46907         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46908         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46909         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46910         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46911         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46912         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46913         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46914         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46915         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46916         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46917         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46918         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46919         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46920         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46921         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46922         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46923         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46924         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46925         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46926         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46927         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46928         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46929         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46930         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46931         * sysdeps/ieee754/k_standard.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47005         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47006         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47009         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47023         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47025         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47029         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47030         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47031         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47037         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47041         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47044         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47045         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47051         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47052         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47054         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47055         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47059         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47064         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47080         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47081         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47082         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47086         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47087         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47092         * sysdeps/ieee754/s_lib_version.c: Likewise.
47093         * sysdeps/ieee754/s_matherr.c: Likewise.
47094         * sysdeps/ieee754/s_signgam.c: Likewise.
47095         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47096         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47097         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47098         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47099         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47100         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47101         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47102         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47103         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47104         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47105         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47106         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47107         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47108         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47109         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47110         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47111         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47112         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47113         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47114         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47115         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47117 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47119         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47120         * sunrpc/rpc_main.c: Likewise.
47121         * sunrpc/rpc_svcout.c: Likewise.
47123 2012-03-09  David S. Miller  <davem@davemloft.net>
47125         * include/math_private.h: New file.
47127 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47129         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47130         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47131         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47132         from <bits/socket_type.h>.
47133         (enum __socket_type): Don't define here.
47134         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47135         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47136         bits/socket_type.h.
47138         [BZ #13566]
47139         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47140         checking __USE_GNU.
47142         * Makerules ($(inst_includedir)/%.h): New rule.
47143         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47144         (install-others): Remove variable setting.
47145         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47147 2012-03-08  Richard Henderson  <rth@twiddle.net>
47149         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47150         from macro to inline function; merge with the
47151         !__LIBC_INTERNAL_MATH_INLINES version.
47152         (__ieee754_sqrtf): Likewise.
47154         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47155         to inline function.
47156         (__rintf, __floor, __floorf): Likewise.
47158         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47159         macro to inline function.
47160         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47162         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47163         not <math/math_private.h>.
47165 2012-03-08  David S. Miller  <davem@davemloft.net>
47167         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47168         copyright year.
47169         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47171 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47173         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47174         normalization.
47175         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47176         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47178 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47180         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47181         be defined individually, they must be defined as a block.  Define
47182         S for printing a string instead of hidint the different by using a
47183         macro for adding the 'l'.
47184         * stdio-common/tst-fphex-wide.c: Adjust.
47186 2012-03-07  Marek Polacek  <polacek@redhat.com>
47188         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47190 2012-03-08  Marek Polacek  <polacek@redhat.com>
47192         [BZ #13806]
47193         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47194         * stdio-common/tst-fphex.c: Define a few macros to make the
47195         test reusable.  Use them.
47196         * stdio-common/tst-fphex-wide.c: New file.
47198 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47200         [BZ #6911]
47201         * manual/macros.texi (gnusystems): New macro.
47202         (nongnusystems): Likewise.
47203         (gnulinuxhurdsystems): Likewise.
47204         (gnuhurdsystems): Likewise..
47205         (gnulinuxsystems): Likewise.
47206         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47207         variants of the GNU system, not "GNU system".
47208         * manual/conf.texi: Likewise.
47209         * manual/errno.texi: Likewise.  Update example of errno macro
47210         expansion.
47211         * manual/filesys.texi: Likewise.
47212         (getumask): Document as specific to GNU/Hurd.
47213         * manual/install.texi: Likewise.  Reword some references to
47214         GNU/Linux.
47215         * manual/intro.texi: Likewise.
47216         * manual/io.texi: Likewise.
47217         (File Name Portability): Detail which constraints are inapplicable
47218         to all GNU systems and which are only inapplicable to GNU/Hurd.
47219         * manual/job.texi: Likewise.
47220         * manual/llio.texi: Likewise.
47221         (O_NOCTTY): Document as present on GNU/Linux.
47222         * manual/maint.texi: Likewise.
47223         * manual/memory.texi: Likewise.
47224         * manual/pattern.texi: Likewise.
47225         * manual/pipe.texi: Likewise.
47226         * manual/process.texi: Likewise.
47227         * manual/resource.texi: Likewise.
47228         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47229         child on GNU/Hurd.
47230         * manual/setjmp.texi: Likewise.
47231         * manual/signal.texi: Likewise.
47232         * manual/startup.texi: Likewise.
47233         * manual/stdio.texi: Likewise.
47234         * manual/terminal.texi: Likewise.
47235         (ONLCR): Document as POSIX.
47236         (OXTABS): Document availability on GNU/Linux as XTABS.
47237         (ONOEOT): Document availability separately from other bits.
47238         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47239         * manual/time.texi: Likewise.
47240         * manual/users.texi: Likewise.
47241         * INSTALL: Regenerated.
47242         * sysdeps/gnu/errlist.c: Regenerated.
47244         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47245         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47246         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47247         puts.
47248         * configure: Regenerated.
47250 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47252         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47253         default includes instead of AC_HEADER_CHECK.
47254         * sysdeps/i386/configure: Regenerated.
47256         [BZ #10716]
47257         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47258         * math/s_cacoshf.c (__cacoshf): Likewise.
47259         * math/s_cacoshl.c (__cacoshl): Likewise.
47260         * math/s_casinh.c (__casinh): Set signs of result from argument.
47261         * math/s_casinhf.c (__casinhf): Likewise.
47262         * math/s_casinhl.c (__casinhl): Likewise.
47263         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47264         (casinh_test): Add more tests.
47265         * sysdeps/i386/fpu/libm-test-ulps: Update.
47266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47268 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47270         * po/zh_TW.po: Update from translation team.
47272         * login/Makefile (distribute): Remove variable.
47273         * catgets/Makefile: Likewise.
47274         * mach/Makefile: Likewise.
47275         * malloc/Makefile: Likewise.
47276         * misc/Makefile: Likewise.
47277         * iconv/Makefile: Likewise.
47278         * nscd/Makefile: Likewise.
47279         * hurd/Makefile: Likewise.
47280         * manual/Makefile: Likewise.
47281         * locale/Makefile: Likewise.
47282         * intl/Makefile: Likewise.
47283         * conform/Makefile: Likewise.
47284         * nss/Makefile: Likewise.
47285         * time/Makefile: Likewise.
47286         * soft-fp/Makefile: Likewise.
47287         * dirent/Makefile: Likewise.
47288         * gmon/Makefile: Likewise.
47289         * po/Makefile: Likewise.
47290         * rt/Makefile: Likewise.
47291         * socket/Makefile: Likewise.
47292         * math/Makefile: Likewise.
47293         * signal/Makefile: Likewise.
47294         * debug/Makefile: Likewise.
47295         * elf/Makefile: Likewise.
47296         * timezone/Makefile: Likewise.
47297         * stdlib/Makefile: Likewise.
47298         * iconvdata/Makefile: Likewise.
47299         * sunrpc/Makefile: Likewise.
47300         * io/Makefile: Likewise.
47301         * argp/Makefile: Likewise.
47302         * inet/Makefile: Likewise.
47303         * hesiod/Makefile: Likewise.
47304         * grp/Makefile: Likewise.
47305         * csu/Makefile: Likewise.
47306         * wctype/Makefile: Likewise.
47307         * crypt/Makefile: Likewise.
47308         * libio/Makefile: Likewise.
47309         * string/Makefile: Likewise.
47310         * nis/Makefile: Likewise.
47311         * resolv/Makefile: Likewise.
47312         * stdio-common/Makefile: Likewise.
47313         * wcsmbs/Makefile: Likewise.
47314         * dlfcn/Makefile: Likewise.
47315         * posix/Makefile: Likewise.
47317         [BZ #6959]
47318         * timezone/Makefile: Don't install timezone files, just the programs
47319         and scripts.
47321 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47323         * nss/databases.def: Add missing gshadow entry.
47325         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47327 2012-03-06  Marek Polacek  <polacek@redhat.com>
47329         [BZ #13726]
47330         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47331         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47332         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47333         * stdio-common/tst-long-dbl-fphex.c: New file.
47335 2012-03-06  David S. Miller  <davem@davemloft.net>
47337         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47338         (set_obp_int): New function.
47339         (get_obp_int): New function.
47340         (__get_clockfreq_via_dev_openprom): Likewise.
47341         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47342         Avoid unused variable warnings on 'val' and use builtin_expect.
47343         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47344         __builtin_expect.
47345         (INLINE_CLONE_SYSCALL): Likewise.
47347 2012-03-05  David S. Miller  <davem@davemloft.net>
47349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47351 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47355         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47356         only for |x| >= 40.
47357         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47359 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47361         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47362         Replace gettimeofday with __vdso_gettimeofday.
47364         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47365         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47366         __vdso_clock_gettime and __vdso_getcpu.
47368         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47369         time with __vdso_time.
47371 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47373         * manual/lang.texi (size_t): Note types to which size_t may be
47374         equivalent with the GNU C Library, but do not describe when
47375         differences between them are significant.
47377 2012-03-05  Andreas Jaeger  <aj@suse.de>
47379         * sysdeps/i386/fpu/libm-test-ulps: Update.
47381 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47383         [BZ #3976]
47384         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47385         (__ieee754_pow): Save and restore rounding mode and use
47386         round-to-nearest for main computations.
47387         * math/libm-test.inc (pow_test_tonearest): New function.
47388         (pow_test_towardzero): Likewise.
47389         (pow_test_downward): Likewise.
47390         (pow_test_upward): Likewise.
47391         (main): Call the new functions.
47392         * sysdeps/i386/fpu/libm-test-ulps: Update.
47393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47395         [BZ #3976]
47396         * math/libm-test.inc (cosh_test_tonearest): New function.
47397         (cosh_test_towardzero): Likewise.
47398         (cosh_test_downward): Likewise.
47399         (cosh_test_upward): Likewise.
47400         (sinh_test_tonearest): Likewise.
47401         (sinh_test_towardzero): Likewise.
47402         (sinh_test_downward): Likewise.
47403         (sinh_test_upward): Likewise.
47404         (main): Call the new functions.
47405         * sysdeps/i386/fpu/libm-test-ulps: Update.
47406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47408 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47410         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47411         default stack guard is set in last bytes.
47412         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47414 2012-03-05  Kees Cook  <keescook@chromium.org>
47416         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47418         [BZ #13656]
47419         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47420         possibly allocate from heap instead of stack.
47421         * stdio-common/bug-vfprintf-nargs.c: New file.
47422         * stdio-common/Makefile (tests): Add nargs overflow test.
47424 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47428 2012-03-03  Marek Polacek  <polacek@redhat.com>
47430         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47431         * math/math_private.h: Likewise.
47432         * stdlib/tst-strtod.c: Likewise.
47433         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47434         * sysdeps/x86_64/bits/atomic.h: Likewise.
47436 2012-03-02  David S. Miller  <davem@davemloft.net>
47438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47442         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47443         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47444         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47445         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47447 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47449         [BZ #13792]
47450         * manual/examples/README: New file, says the example source files
47451         can be used under GPL>=2.
47452         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47453         line containing just "*/".
47454         * manual/examples/add.c: Add copyright header (GPL>=2).
47455         * manual/examples/argp-ex1.c: Likewise.
47456         * manual/examples/argp-ex2.c: Likewise.
47457         * manual/examples/argp-ex3.c: Likewise.
47458         * manual/examples/argp-ex4.c: Likewise.
47459         * manual/examples/atexit.c: Likewise.
47460         * manual/examples/db.c: Likewise.
47461         * manual/examples/dir.c: Likewise.
47462         * manual/examples/dir2.c: Likewise.
47463         * manual/examples/execinfo.c: Likewise.
47464         * manual/examples/filecli.c: Likewise.
47465         * manual/examples/filesrv.c: Likewise.
47466         * manual/examples/fmtmsgexpl.c: Likewise.
47467         * manual/examples/genpass.c: Likewise.
47468         * manual/examples/inetcli.c: Likewise.
47469         * manual/examples/inetsrv.c: Likewise.
47470         * manual/examples/isockad.c: Likewise.
47471         * manual/examples/longopt.c: Likewise.
47472         * manual/examples/memopen.c: Likewise.
47473         * manual/examples/memstrm.c: Likewise.
47474         * manual/examples/mkfsock.c: Likewise.
47475         * manual/examples/mkisock.c: Likewise.
47476         * manual/examples/mygetpass.c: Likewise.
47477         * manual/examples/pipe.c: Likewise.
47478         * manual/examples/popen.c: Likewise.
47479         * manual/examples/rprintf.c: Likewise.
47480         * manual/examples/search.c: Likewise.
47481         * manual/examples/select.c: Likewise.
47482         * manual/examples/setjmp.c: Likewise.
47483         * manual/examples/sigh1.c: Likewise.
47484         * manual/examples/sigusr.c: Likewise.
47485         * manual/examples/stpcpy.c: Likewise.
47486         * manual/examples/strdupa.c: Likewise.
47487         * manual/examples/strftim.c: Likewise.
47488         * manual/examples/strncat.c: Likewise.
47489         * manual/examples/subopt.c: Likewise.
47490         * manual/examples/swapcontext.c: Likewise.
47491         * manual/examples/termios.c: Likewise.
47492         * manual/examples/testopt.c: Likewise.
47493         * manual/examples/testpass.c: Likewise.
47494         * manual/examples/timeval_subtract.c: Likewise.
47496         [BZ #13792]
47497         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47498         function to ...
47499         * manual/timeval_subtract.c.texi: ... here, new file.
47501 2012-03-02  David S. Miller  <davem@davemloft.net>
47503         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47505 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47507         [BZ #3976]
47508         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47509         (__sin): Save and restore rounding mode and use round-to-nearest
47510         for all computations.
47511         (__cos): Save and restore rounding mode and use round-to-nearest
47512         for all computations.
47513         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47514         <fenv.h>.
47515         (tan): Save and restore rounding mode and use round-to-nearest for
47516         all computations.
47517         * math/libm-test.inc (cos_test_tonearest): New function.
47518         (cos_test_towardzero): Likewise.
47519         (cos_test_downward): Likewise.
47520         (cos_test_upward): Likewise.
47521         (sin_test_tonearest): Likewise.
47522         (sin_test_towardzero): Likewise.
47523         (sin_test_downward): Likewise.
47524         (sin_test_upward): Likewise.
47525         (tan_test_tonearest): Likewise.
47526         (tan_test_towardzero): Likewise.
47527         (tan_test_downward): Likewise.
47528         (tan_test_upward): Likewise.
47529         (main): Call the new functions.
47530         * sysdeps/i386/fpu/libm-test-ulps: Update.
47531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47533         [BZ #10135]
47534         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47535         small n, then large n, before computing and testing k+n.
47536         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47537         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47538         Likewise.
47539         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47540         Likewise.
47541         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47542         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47543         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47544         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47545         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47546         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47547         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47548         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47549         * math/libm-test.inc (scalbn_test): Add more tests.
47550         (scalbln_test): Likewise.
47552         * manual/filesys.texi (mode_t): Describe constraints on size and
47553         signedness, not exact equivalence to a particular type.
47554         (ino_t): Likewise.
47555         (ino64_t): Likewise.
47556         (dev_t): Likewise.
47557         (nlink_t): Likewise.
47558         (blkcnt_t): Likewise.
47559         (blkcnt64_t): Likewise.
47560         * manual/llio.texi (off_t): Likewise.
47562         [BZ #3976]
47563         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47564         (__ieee754_exp): Save and restore rounding mode and use
47565         round-to-nearest for all computations.
47566         * math/libm-test.inc (exp_test_tonearest): New function.
47567         (exp_test_towardzero): Likewise.
47568         (exp_test_downward): Likewise.
47569         (exp_test_upward): Likewise.
47570         (main): Call the new functions.
47571         * sysdeps/i386/fpu/libm-test-ulps: Update.
47572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47574 2012-03-01  Chris Demetriou  <cgd@google.com>
47576         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47577         have predictable order.
47579 2012-03-01  David S. Miller  <davem@davemloft.net>
47581         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47583         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47584         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47585         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47586         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47588         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47589         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47590         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47592         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47593         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47594         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47595         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47596         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47598         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47600         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47601         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47602         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47604         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47605         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47606         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47607         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47608         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47609         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47610         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47611         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47612         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47613         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47614         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47615         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47616         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47617         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47618         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47619         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47620         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47621         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47622         * sysdeps/sparc/elf/configure: Regenerated.
47624 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47626         * configure.in (AS, LD): Require binutils 2.20 or later.
47627         * configure: Regenerated.
47628         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47629         as required minimum version.
47630         * INSTALL: Regenerated.
47632         [BZ #2541]
47633         [BZ #4108]
47634         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47635         before squaring exponent.
47636         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47637         bottom long double and 27 bits of top long double before squaring
47638         exponent.
47639         * math/libm-test.inc (erfc_test): Add more tests.
47640         * sysdeps/i386/fpu/libm-test-ulps: Update.
47641         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47644 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47646         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47647         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47648         containing bit-fields.
47649         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47650         * soft-fp/single.h (_FP_UNION_S): Likewise.
47651         * soft-fp/double.h (_FP_UNION_D): Likewise.
47653 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47655         [BZ #13786]
47656         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47657         not include ../strcmp.S.
47658         [USE_AS_STRNCASECMP_L]: Likewise.
47659         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47660         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47661         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47662         (__strncasecmp_l_ia32): Define as alias to
47663         __strncasecmp_l_nonascii.
47665         [BZ #5794]
47666         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47667         * sysdeps/i386/fpu/libm-test-ulps: Update.
47668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47670         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47673 2012-02-29  Jeff Law  <law@redhat.com>
47675         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47676         out of bounds read.
47678 2012-02-29  Marek Polacek  <polacek@redhat.com>
47680         [BZ #13706]
47681         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47682         * elf/Makefile: Add rules to run tst-unused-dep.out.
47684 2012-02-28  David S. Miller  <davem@davemloft.net>
47686         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47687         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47688         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47689         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47690         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47691         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47693 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47695         * math/libm-test.inc (llround_test): Move one test from
47696         lround_test.  Use TEST_f_L in moved test.
47697         (lround_test): Move misplaced test to llround_test.  Add testcase
47698         from bug 2561.
47700 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47702         * sysdeps/x86_64/fpu/e_expf.S: New file.
47703         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47705 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47707         [BZ #13637]
47708         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47709         of remain_len that may cause incomplete multi-byte character and
47710         false match.
47711         * posix/bug-regex33.c: New file.
47712         * posix/Makefile (tests): Add bug-regex33.
47714 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47716         * manual/macros.texi: New file.
47717         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47718         * manual/libc.texinfo: Include macros.texi.
47719         * manual/creatute.texi: Likewise.
47720         * manual/install.texi: Likewise.
47721         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47722         @glibcadj{} in references to the GNU C Library.
47723         * manual/charset.texi: Likewise.
47724         * manual/conf.texi: Likewise.
47725         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47726         when not using those macros.
47727         * manual/creature.texi: Likewise.
47728         * manual/crypt.texi: Likewise.
47729         * manual/errno.texi: Likewise.
47730         * manual/filesys.texi: Likewise.
47731         * manual/header.texi: Likewise.
47732         * manual/install.texi: Likewise.
47733         * manual/intro.texi: Likewise.
47734         * manual/io.texi: Likewise.
47735         * manual/job.texi: Likewise.
47736         * manual/lang.texi: Likewise.
47737         * manual/libc.texiinfo: Likewise.
47738         * manual/llio.texi: Likewise.
47739         * manual/locale.texi: Likewise.
47740         * manual/maint.texi: Likewise.
47741         * manual/math.texi: Likewise.
47742         * manual/memory.texi: Likewise.
47743         * manual/message.texi: Likewise.
47744         * manual/nss.texi: Likewise.
47745         * manual/pattern.texi: Likewise.
47746         * manual/process.texi: Likewise.
47747         * manual/resource.texi: Likewise.
47748         * manual/search.texi: Likewise.
47749         * manual/setjmp.texi: Likewise.
47750         * manual/signal.texi: Likewise.
47751         * manual/socket.texi: Likewise.
47752         * manual/startup.texi: Likewise.
47753         * manual/stdio.texi: Likewise.
47754         * manual/string.texi: Likewise.
47755         * manual/sysinfo.texi: Likewise.
47756         * manual/syslog.texi: Likewise.
47757         * manual/terminal.texi: Likewise.
47758         * manual/time.texi: Likewise.
47759         * manual/users.texi: Likewise.
47760         * INSTALL: Regenerated.
47761         * NOTES: Regenerated.
47762         * sysdeps/gnu/errlist.c: Regenerated.
47764 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47766         * include/dirent.h: Include <dirstream.h> before
47767         <dirent/dirent.h>.
47769 2012-02-28  David S. Miller  <davem@davemloft.net>
47771         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47772         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47773         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47774         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47776 2012-02-27  David S. Miller  <davem@davemloft.net>
47778         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47780         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47781         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47784         frame pointer instead of stack pointer relative arg slot.
47785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47786         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47787         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47789 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47791         [BZ #3992]
47792         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47794 2012-02-27  David S. Miller  <davem@davemloft.net>
47796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47797         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47798         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47799         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47800         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47801         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47802         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47803         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47805 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47807         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47808         later.  Allow versions 5-9.
47809         * configure: Regenerated.
47810         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47811         required minimum version and 4.6 as recommended version.  Do not
47812         mention bugs in GCC 2.7 and 2.8.
47813         * INSTALL: Regenerated.
47815 2012-02-27  David S. Miller  <davem@davemloft.net>
47817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47818         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47819         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47820         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47821         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47822         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47823         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47824         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47826         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47827         manipulate bits before adding and subtracting TWO112[sx].
47828         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47830 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47832         [BZ #13775]
47833         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47834         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47835         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47836         being in POSIX, because they are in 1003.1-2008.
47838         * rt/tst-aio.c: Include <fcntl.h>.
47839         * rt/tst-aio7.c: Likewise.
47840         * rt/tst-aio64.c: Likewise.
47842         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47844 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47846         * manual/install.texi (--with-headers): Describe headers as
47847         interface headers, not private headers.
47848         (Specific advice for GNU/Linux systems): Describe use of headers
47849         from "make headers_install", not private headers from older
47850         kernels.
47851         * INSTALL: Regenerated.
47852         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47853         Change to 2.6.19.
47854         * sysdeps/unix/sysv/linux/configure: Regenerated.
47856         * manual/llio.texi (fclean): Remove documentation.
47858         * manual/Makefile (libc-texi-generated): New variable.  Include
47859         version.texi.
47860         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47861         $(libc-texi-generated), not duplicated list of files.
47862         (version.texi, stamp-version): New rules.
47863         (realclean): Remove $(libc-texi-generated), not individual files
47864         from that list.  Do not remove dir-add.texinfo.
47865         * manual/libc.texinfo: Comment out uses of edition numbers and
47866         references to printed manual.  Remove last-updated dates.
47867         (EDITION): Comment out.
47868         (ISBN): Likewise.
47869         (VERSION, UPDATED): Remove.
47870         (version.texi): Include.
47872 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47874         * sysdeps/posix/spawni.c: Include <signal.h>.
47875         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47876         * sysdeps/pthread/aio_fsync.c: Likewise.
47878 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47880         * conform/Makefile (tests): Run only when not cross-compiling and
47881         when fast-check is not defined.
47883         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47884         * conform/data/limits.h-data: Fixes for POSIX2008.
47885         * conform/run-conformtest.sh: Run all tests.
47886         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47887         headers.
47888         * include/bits/dlfcn.h: Likewise.
47889         * include/langinfo.h: Likewise.
47890         * include/monetary.h: Likewise.
47891         * include/sys/poll.h: Likewise.
47893         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47894         for __USE_GNU.
47895         * posix/spawn.h: Define __need_sigset_t.
47896         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47897         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47898         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47899         to get sigevent_t only.
47900         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47901         only for __USE_GNU.
47902         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47903         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47904         process_vm_writev only for __USE_GNU.
47905         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47907         * conform/Makefile: For now ignore errors from run-conformtest.
47908         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47909         POSIX to avoid namespace pollution.  Don't prepend headers.
47910         * conform/data/aio.h-data: Fixes for POSIX testing.
47911         * conform/data/fcntl.h-data: Likewise.
47912         * conform/data/glob.h-data: Likewise.
47913         * conform/data/grp.h-data: Likewise.
47914         * conform/data/pthread.h-data: Likewise.
47915         * conform/data/pwd.h-data: Likewise.
47916         * conform/data/signal.h-data: Likewise.
47917         * conform/data/spawn.h-data: Likewise.
47918         * conform/data/stdio.h-data: Likewise.
47919         * conform/data/stdlib.h-data: Likewise.
47920         * conform/data/stropts.h-data: Likewise.
47921         * conform/data/sys/mman.h-data: Likewise.
47922         * conform/data/sys/stat.h-data: Likewise.
47923         * conform/data/sys/types.h-data: Likewise.
47924         * conform/data/sys/wait.h-data: Likewise.
47925         * conform/data/time.h-data: Likewise.
47926         * conform/data/unistd.h-data: Likewise.
47927         * conform/data/utime.h-data: Likewise.
47929         * io/sys/stat.h: fchmod was always in POSIX.
47930         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47931         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47932         * rt/aio.h: Define __need_timespec before including <time.h>.
47933         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47934         struct.  Add forward declaration of pthread_attr_t and use it in
47935         sigevent.
47936         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47937         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47938         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47939         always remove CLK_TCK definition.
47941 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47943         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47945 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47947         * conform/run-conformtest.sh: New file.
47948         * conform/Makefile: Run run-conformtest for tests.
47949         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47950         support.
47952         * conform/data/uchar.h-data: New file.
47953         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47954         * conform/data/arpa/inet.h-data: Likewise.
47955         * conform/data/assert.h-data: Likewise.
47956         * conform/data/complex.h-data: Likewise.
47957         * conform/data/cpio.h-data: Likewise.
47958         * conform/data/ctype.h-data: Likewise.
47959         * conform/data/dirent.h-data: Likewise.
47960         * conform/data/dlfcn.h-data: Likewise.
47961         * conform/data/errno.h-data: Likewise.
47962         * conform/data/fcntl.h-data: Likewise.
47963         * conform/data/float.h-data: Likewise.
47964         * conform/data/fmtmsg.h-data: Likewise.
47965         * conform/data/fnmatch.h-data: Likewise.
47966         * conform/data/ftw.h-data: Likewise.
47967         * conform/data/glob.h-data: Likewise.
47968         * conform/data/grp.h-data: Likewise.
47969         * conform/data/iconv.h-data: Likewise.
47970         * conform/data/inttypes.h-data: Likewise.
47971         * conform/data/langinfo.h-data: Likewise.
47972         * conform/data/libgen.h-data: Likewise.
47973         * conform/data/limits.h-data: Likewise.
47974         * conform/data/locale.h-data: Likewise.
47975         * conform/data/math.h-data: Likewise.
47976         * conform/data/monetary.h-data: Likewise.
47977         * conform/data/mqueue.h-data: Likewise.
47978         * conform/data/ndbm.h-data: Likewise.
47979         * conform/data/net/if.h-data: Likewise.
47980         * conform/data/netdb.h-data: Likewise.
47981         * conform/data/netinet/in.h-data: Likewise.
47982         * conform/data/nl_types.h-data: Likewise.
47983         * conform/data/poll.h-data: Likewise.
47984         * conform/data/pthread.h-data: Likewise.
47985         * conform/data/pwd.h-data: Likewise.
47986         * conform/data/regex.h-data: Likewise.
47987         * conform/data/sched.h-data: Likewise.
47988         * conform/data/search.h-data: Likewise.
47989         * conform/data/semaphore.h-data: Likewise.
47990         * conform/data/setjmp.h-data: Likewise.
47991         * conform/data/signal.h-data: Likewise.
47992         * conform/data/spawn.h-data: Likewise.
47993         * conform/data/stdarg.h-data: Likewise.
47994         * conform/data/stdio.h-data: Likewise.
47995         * conform/data/stdlib.h-data: Likewise.
47996         * conform/data/string.h-data: Likewise.
47997         * conform/data/strings.h-data: Likewise.
47998         * conform/data/stropts.h-data: Likewise.
47999         * conform/data/sys/ipc.h-data: Likewise.
48000         * conform/data/sys/mman.h-data: Likewise.
48001         * conform/data/sys/msg.h-data: Likewise.
48002         * conform/data/sys/resource.h-data: Likewise.
48003         * conform/data/sys/select.h-data: Likewise.
48004         * conform/data/sys/sem.h-data: Likewise.
48005         * conform/data/sys/shm.h-data: Likewise.
48006         * conform/data/sys/socket.h-data: Likewise.
48007         * conform/data/sys/stat.h-data: Likewise.
48008         * conform/data/sys/statvfs.h-data: Likewise.
48009         * conform/data/sys/time.h-data: Likewise.
48010         * conform/data/sys/timeb.h-data: Likewise.
48011         * conform/data/sys/times.h-data: Likewise.
48012         * conform/data/sys/types.h-data: Likewise.
48013         * conform/data/sys/uio.h-data: Likewise.
48014         * conform/data/sys/un.h-data: Likewise.
48015         * conform/data/sys/utsname.h-data: Likewise.
48016         * conform/data/sys/wait.h-data: Likewise.
48017         * conform/data/syslog.h-data: Likewise.
48018         * conform/data/tar.h-data: Likewise.
48019         * conform/data/termios.h-data: Likewise.
48020         * conform/data/utime.h-data: Likewise.
48021         * conform/data/utmpx.h-data: Likewise.
48022         * conform/data/varargs.h-data: Likewise.
48023         * conform/data/wchar.h-data: Likewise.
48024         * conform/data/wctype.h-data: Likewise.
48025         * conform/data/wordexp.h-data: Likewise.
48027         * include/stropts.h: New file.
48028         * include/uchar.h: New file.
48029         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48030         * include/assert.h: Likewise.
48031         * include/ctype.h: Likewise.
48032         * include/dirent.h: Likewise.
48033         * include/dlfcn.h: Likewise.
48034         * include/fcntl.h: Likewise.
48035         * include/fnmatch.h: Likewise.
48036         * include/glob.h: Likewise.
48037         * include/grp.h: Likewise.
48038         * include/libio.h: Likewise.
48039         * include/locale.h: Likewise.
48040         * include/math.h: Likewise.
48041         * include/net/if.h: Likewise.
48042         * include/netdb.h: Likewise.
48043         * include/netinet/in.h: Likewise.
48044         * include/pthread.h: Likewise.
48045         * include/pwd.h: Likewise.
48046         * include/regex.h: Likewise.
48047         * include/sched.h: Likewise.
48048         * include/search.h: Likewise.
48049         * include/setjmp.h: Likewise.
48050         * include/signal.h: Likewise.
48051         * include/stdio.h: Likewise.
48052         * include/stdlib.h: Likewise.
48053         * include/string.h: Likewise.
48054         * include/sys/cdefs.h: Likewise.
48055         * include/sys/mman.h: Likewise.
48056         * include/sys/msg.h: Likewise.
48057         * include/sys/resource.h: Likewise.
48058         * include/sys/select.h: Likewise.
48059         * include/sys/socket.h: Likewise.
48060         * include/sys/stat.h: Likewise.
48061         * include/sys/statvfs.h: Likewise.
48062         * include/sys/time.h: Likewise.
48063         * include/sys/times.h: Likewise.
48064         * include/sys/uio.h: Likewise.
48065         * include/sys/utsname.h: Likewise.
48066         * include/sys/wait.h: Likewise.
48067         * include/termios.h: Likewise.
48068         * include/time.h: Likewise.
48069         * include/ulimit.h: Likewise.
48070         * include/unistd.h: Likewise.
48071         * include/utime.h: Likewise.
48072         * include/wchar.h: Likewise.
48073         * include/wctype.h: Likewise.
48074         * include/wordexp.h: Likewise.
48076         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48078         * time/time.h: TIME_UTC must be a macro.
48079         Make timespec_get available for ISO C11 only as well.
48081 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48083         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48084         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48086 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48088         * configure.in: Use -o not -a in test for unsupported multi-arch.
48090 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48092         * manual/texinfo.tex: Update to version 2012-01-19.16.
48094 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48096         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48098 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48100         [BZ #13738]
48101         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48102         * manual/fdl-1.3.texi: New file.
48103         * manual/fdl-1.1.texi: File removed.
48105         [BZ #13738]
48106         * manual/libc.texinfo (FDL_VERSION): New @set.
48107         Use it for mention of FDL in cover text.
48108         (Documentation License): Use it in @include file name.
48110 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48111             Roland McGrath  <roland@hack.frob.com>
48113         [BZ #5461]
48114         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48115         (not LONG_LONG_MAX and LONG_LONG_MIN.
48116         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48117         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48118         name.
48119         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48121 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48123         [BZ #2547]
48124         [BZ #11365]
48125         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48126         manipulate bits before adding and subtracting TWO23[sx].
48127         * math/libm-test.inc (nearbyint_test): Add more tests.
48129 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48131         [BZ #2548]
48132         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48133         bits before adding and subtracting TWO23[sx].
48134         * math/libm-test.inc (rint_test): Add more tests.
48135         (rint_test_tonearest): Likewise.
48136         (rint_test_towardzero): Likewise.
48137         (rint_test_downward): Likewise.
48138         (rint_test_upward: Likewise.
48140 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48142         [BZ #10110]
48143         * include/stdc-predef.h: New file.  Extracted from features.h.
48144         * include/features.h: Include stdc-predef.h.
48145         * Makefile (headers): Add stdc-predef.h.
48146         * CONFORMANCE (Compiler limitations): Update.
48148 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48150         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48152 2012-02-21  David S. Miller  <davem@davemloft.net>
48154         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48155         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48157 2012-02-20  David S. Miller  <davem@davemloft.net>
48159         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48160         using a normal save/restore sequence, rather than allocating a
48161         dummy stack frame just to store a frame pointer and restore.
48162         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48164 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48166         * manual/install.texi: Fix stray word in line-wrapped comment.
48168 2012-02-20  David S. Miller  <davem@davemloft.net>
48170         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48171         both binutils and gcc support GOTDATA.
48173         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48174         "rd %pc" in the PIC register setup sequences.
48176         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48177         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48178         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48179         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48180         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48181         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48182         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48183         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48184         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48185         (SYSCALL_ERROR_HANDLER): Likewise.
48186         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48187         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48188         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48189         (SYSCALL_ERROR_HANDLER): Likewise.
48191         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48192         (HAVE_GCC_GOTDATA): New.
48193         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48194         relocation support in both binutils and gcc.
48195         * sysdeps/sparc/elf/configure: Regenerate.
48197         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48198         * sysdeps/sparc/sparc32/elf/configure: Delete.
48199         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48200         * sysdeps/sparc/sparc64/elf/configure: Delete.
48201         * sysdeps/sparc/elf/configure.in: New file.
48202         * sysdeps/sparc/elf/configure: Generate.
48204         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48205         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48206         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48207         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48208         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48210 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48212         * manual/install.texi: Do not mention specific glibc version
48213         numbers.
48214         * manual/libc.texinfo (VERSION, UPDATED): Update.
48215         (@copying): Use @copyright{} and range of years.
48217 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48219         [BZ #13695]
48220         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48221         [crti.S not in sysdirs] (generated): Do not append.
48222         [crti.S not in sysdirs] (omit-deps): Likewise.
48223         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48224         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48225         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48226         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48227         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48228         Likewise.
48229         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48230         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48231         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48232         * csu/defs.awk: Remove file.
48233         * sysdeps/generic/initfini.c: Likewise.
48234         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48235         variable.
48236         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48237         Likewise.
48239 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48241         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48242         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48243         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48244         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48245         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48246         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48247         <bits/epoll.h>.
48248         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48249         (__EPOLL_PACKED): Define to empty if not defined by
48250         <bits/epoll.h>.
48251         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48252         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48253         bits/epoll.h.
48255 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48257         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48258         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48259         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48260         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48261         <bits/timerfd.h>.
48262         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48263         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48264         bits/timerfd.h.
48266 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48268         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48269         in C locale.
48270         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48271         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48272         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48275 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48277         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48278         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48280 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48282         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48283         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48284         defined.
48285         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48286         Likewise.
48287         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48288         entry for 2.16.
48290 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48292         * math/w_acos.c: Use non-signaling floating-point comparisons.
48293         * math/w_acosf.c: Likewise.
48294         * math/w_acosh.c: Likewise.
48295         * math/w_acoshf.c: Likewise.
48296         * math/w_acoshl.c: Likewise.
48297         * math/w_acosl.c: Likewise.
48298         * math/w_asin.c: Likewise.
48299         * math/w_asinf.c: Likewise.
48300         * math/w_asinl.c: Likewise.
48301         * math/w_atanh.c: Likewise.
48302         * math/w_atanhf.c: Likewise.
48303         * math/w_atanhl.c: Likewise.
48304         * math/w_exp2.c: Likewise.
48305         * math/w_exp2f.c: Likewise.
48306         * math/w_exp2l.c: Likewise.
48307         * math/w_j0.c: Likewise.
48308         * math/w_j0f.c: Likewise.
48309         * math/w_j0l.c: Likewise.
48310         * math/w_j1.c: Likewise.
48311         * math/w_j1f.c: Likewise.
48312         * math/w_j1l.c: Likewise.
48313         * math/w_jn.c: Likewise.
48314         * math/w_jnf.c: Likewise.
48315         * math/w_log.c: Likewise.
48316         * math/w_log10.c: Likewise.
48317         * math/w_log10f.c: Likewise.
48318         * math/w_log10l.c: Likewise.
48319         * math/w_log2.c: Likewise.
48320         * math/w_log2f.c: Likewise.
48321         * math/w_log2l.c: Likewise.
48322         * math/w_logf.c: Likewise.
48323         * math/w_logl.c: Likewise.
48324         * math/w_sqrt.c: Likewise.
48325         * math/w_sqrtf.c: Likewise.
48326         * math/w_sqrtl.c: Likewise.
48327         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48328         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48329         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48330         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48331         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48333 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48335         [BZ #9739]
48336         * manual/string.texi (strnlen): Use correct parameter name in
48337         equivalent expression.
48339 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48341         [BZ #11174]
48342         * manual/users.texi (seteuid): Consistently use neweuid for
48343         argument name.
48345 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48347         [BZ #13704]
48348         * manual/nss.texi (Services in the NSS configuration): Correct
48349         list of services in example configuration file.
48351 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48353         [BZ #11322]
48354         * manual/arith.texi: Remove statements about negative zero
48355         behaving identically to zero.
48357 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48359         [BZ #5993]
48360         * manual/install.texi: Do not document upgrading from libc5.
48362 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48364         [BZ #4596]
48365         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48367 2012-02-18  David S. Miller  <davem@davemloft.net>
48369         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48370         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48371         %o7 across the call.
48372         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48373         instead.
48374         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48375         SETUP_PIC_REG_LEAF.
48376         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48377         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48378         * sysdeps/sparc/crtn.S: Likewise.
48380 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48382         * aout/Makefile: Remove.
48384 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48386         [BZ #13058]
48387         * manual/examples/argp-ex1.c (main): Format definition in GNU
48388         style.
48389         * manual/examples/argp-ex2.c (main): Likewise.
48390         * manual/examples/argp-ex3.c (main): Likewise.
48391         * manual/examples/argp-ex4.c (main): Likewise.
48392         * manual/examples/longopt.c (main): Use new-style prototype
48393         definition.
48394         * manual/examples/strncat.c (main): Specify return type and use
48395         (void) for arguments.
48396         * manual/examples/subopt.c (main): Use char **argv argument.
48398 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48400         [BZ #5077]
48401         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48402         rounding modes.
48404 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48406         [BZ #6907]
48407         * manual/string.texi (strchr): Change when strchrnul is
48408         recommended.
48410 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48412         [BZ #174]
48413         * manual/locale.texi (setlocale): Document LOCPATH.
48415 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48417         [BZ #10210]
48418         * manual/process.texi (execle): Move @dots{} before last argument.
48420 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48422         [BZ #12047]
48423         * manual/charset.texi (Generic Charset Conversion): Fix typo
48424         (LC_TYPE -> LC_CTYPE).
48426 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48428         [BZ #5805]
48429         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48430         (scalbnf): Likewise.
48431         (scalbnl): Likewise.
48432         (scalbln): Likewise.
48433         (scalblnf): Likewise.
48434         (scalblnl): Likewise.
48435         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48436         (vwarnx): Likewise.
48437         (verr): Likewise.
48438         (verrx): Likewise.
48439         * manual/filesys.texi (telldir): Use braces around return type.
48440         * manual/llio.texi (mmap): Add space after comma.
48441         (mmap64): Likewise.
48442         * manual/math.texi (jn): Use @var{} on parameter names.
48443         (jnf): Likewise.
48444         (jnl): Likewise.
48445         (yn): Likewise.
48446         (ynf): Likewise.
48447         (ynl): Likewise.
48448         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48449         line.
48450         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48451         "...".
48452         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48453         (sched_get_priority_max): Likewise.
48454         * manual/signal.texi (sigvec): Add space after comma.
48455         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48456         names.
48457         (if_indextoname): Likewise.
48458         (if_freenameindex): Likewise.
48459         (sendto): Use ',' instead of '.' in prototype.
48460         * manual/startup.texi (syscall): Use @dots{} instead of literal
48461         "...".
48462         * manual/stdio.texi (__fpending): Separate initial words of
48463         paragraph from @deftypefun line.
48464         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48465         "...".
48466         (vsyslog): Use @var{} on parameter names.
48467         * manual/terminal.texi (stty): Use @var{} on parameter names.
48468         * manual/users.texi (getutmp): Use @var{} on parameter names.
48469         (getutmpx): Likewise.
48471 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48473         [BZ #6884]
48474         * manual/stdio.texi (fopen): Fix typos in description of
48475         ",ccs=STRING".
48477 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48479         [BZ #4026]
48480         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48481         get clock_id definition.
48483 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48485         [BZ #4822]
48486         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48487         (madvise): Cast every argument to void on its own.
48489 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48491         [BZ #9902]
48492         * manual/startup.texi (Exit Status): Fix typo.
48494 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48496         [BZ #10140]
48497         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48498         * manual/examples/argp-ex2.c: Likewise.
48499         * manual/examples/argp-ex3.c: Likewise.
48501 2012-02-16  Richard Henderson  <rth@redhat.com>
48503         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48504         * sysdeps/s390/s390-32/initfini.c: Remove.
48505         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48506         * sysdeps/s390/s390-64/initfini.c: Remove.
48508 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48510         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48511         compiler output for sysdeps/generic/initfini.c.
48512         * sysdeps/sh/elf/initfini.c: Remove file.
48514 2012-02-16  David S. Miller  <davem@davemloft.net>
48516         [BZ #11494]
48517         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48519         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48520         * sysdeps/sparc/crti.S: New file.
48521         * sysdeps/sparc/crtn.S: New file.
48522         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48523         * sysdeps/sparc/sparc64/Makefile: Likewise.
48525 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48527         [BZ #3335]
48528         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48530 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48532         [BZ #4822]
48533         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48535         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48536         (write, read, close): Likewise.
48537         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48539 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48541         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48542         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48543         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48544         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48545         <bits/signalfd.h>.
48546         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48547         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48548         bits/signalfd.h.
48550 2012-02-14  Marek Polacek  <polacek@redhat.com>
48552         * sysdeps/x86_64/crti.S: New file.
48553         * sysdeps/x86_64/crtn.S: New file.
48554         * sysdeps/x86_64/elf/initfini.c: Remove file.
48556 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48558         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48559         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48560         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48561         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48562         <bits/inotify.h>.
48563         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48564         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48565         bits/inotify.h.
48567 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48569         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48570         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48571         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48572         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48573         <bits/eventfd.h>.
48574         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48575         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48576         bits/eventfd.h.
48578 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48580         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48581         __feraiseexcept instead of feraiseexcept.
48583         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48584         nanosleep invocations.
48585         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48586         strings, and add error checking for a nanosleep invocations.
48588 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48590         Replace FSF snail mail address with URLs, as per GNU coding standards.
48591         Most of the snail mail addresses were wrong anyway, and omitting
48592         them makes the source code easier to maintain.  Almost all of the
48593         changes are to license notices and to locale LC_IDENTIFICATION
48594         addresses, except for this one:
48595         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48596         not its snail mail address.
48598 2012-02-09  Richard Henderson  <rth@twiddle.net>
48600         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48601         of kernel-features.h.
48603         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48605 2012-02-08  Marek Polacek  <polacek@redhat.com>
48607         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48608         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48609         * sysdeps/gnu/_G_config.h: Likewise.
48610         * sysdeps/generic/_G_config.h: Likewise.
48612 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48614         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48615         tests.
48616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48618         * sysdeps/powerpc/powerpc32/crti.S: New file.
48619         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48620         * sysdeps/powerpc/powerpc64/crti.S: New file.
48621         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48623         * Makeconfig (have-initfini): Don't set.
48624         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48625         * configure.in (nopic_initfini): Don't substitute.
48626         * config.h.in (HAVE_INITFINI): Don't #undef.
48627         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48628         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48630 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48632         Support crti.S and crtn.S provided directly by architectures.
48633         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48634         [crti.S in sysdirs] (omit-deps): Likewise.
48635         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48636         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48637         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48638         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48639         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48640         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48641         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48642         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48643         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48644         compiler output for sysdeps/generic/initfini.c.
48645         * sysdeps/i386/elf/Makefile: Remove file.
48646         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48648 2012-02-07  Marek Polacek  <polacek@redhat.com>
48650         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48651         * sysdeps/gnu/_G_config.h: Likewise.
48652         * sysdeps/mach/hurd/_G_config.h: Likewise.
48654 2012-02-07  Marek Polacek  <polacek@redhat.com>
48656         * math/Makefile (tests): Add tst-CMPLX2.
48657         * math/tst-CMPLX2.c: New file.
48659 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48661         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48663         * math/libm-test.inc (jn_test): Add missing L suffix.
48665 2012-02-06  Marek Polacek  <polacek@redhat.com>
48667         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48668         * sysdeps/i386/fpu/e_powf.S: Likewise.
48669         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48670         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48671         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48672         * sysdeps/i386/fpu/e_pow.S: Likewise.
48673         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48674         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48675         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48676         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48677         * sysdeps/i386/fpu/e_log2.S: Likewise.
48678         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48679         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48680         * sysdeps/i386/fpu/e_powl.S: Likewise.
48681         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48682         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48683         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48684         * sysdeps/i386/fpu/e_logl.S: Likewise.
48685         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48686         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48687         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48688         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48689         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48690         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48691         * sysdeps/i386/fpu/e_log.S: Likewise.
48692         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48693         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48694         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48695         * sysdeps/i386/fpu/e_logf.S: Likewise.
48696         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48697         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48698         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48699         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48700         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48701         * sysdeps/i386/fpu/e_log10.S: Likewise.
48702         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48703         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48704         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48705         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48706         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48707         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48708         * sysdeps/i386/asm-syntax.h: Likewise.
48709         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48710         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48711         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48712         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48713         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48714         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48715         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48716         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48717         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48718         * sysdeps/powerpc/sysdep.h: Likewise.
48719         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48720         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48722 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48724         [BZ #411]
48725         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48727 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48729         * sysdeps/i386/sysdep.h: Include <features.h>.
48730         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48731         version.
48733 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48735         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48736         Define.
48737         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48738         LOAD_PIC_REG_STR.
48740 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48742         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48743         (SETUP_PIC_REG): Use GET_PC_THUNK.
48744         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48745         macro.
48747 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48749         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48750         for non-PIC compilation.
48751         (SETUP_PIC_REG): Add .p2align directive.
48752         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48753         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48754         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48755         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48756         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48757         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48758         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48759         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48760         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48761         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48762         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48763         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48764         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48765         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48766         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48767         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48768         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48769         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48770         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48771         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48772         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48773         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48774         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48775         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48776         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48777         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48778         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48779         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48780         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48781         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48782         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48783         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48784         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48785         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48786         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48787         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48788         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48789         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48790         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48791         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48792         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48794 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48796         * math/tst-CMPLX.c: Include <stdio.h>.
48798 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48800         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48801         float.
48802         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48803         * sysdeps/sparc/bits/mathdef.h: Likewise.
48805 2012-01-31  Marek Polacek  <polacek@redhat.com>
48807         * libio/libio.h: Don't define _PARAMS.
48808         * locale/programs/config.h: Don't define PARAMS.
48809         * stdlib/strtol_l.c: Likewise.
48810         (__strtol_l): Remove PARAMS from the prototype.
48812 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48814         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48815         names.  Just use the correct names.  Remove unnecessary wrapper
48816         functions.
48817         * malloc/arena.c: Likewise.
48818         * malloc/hooks.c: Likewise.
48820         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48821         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48822         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48824 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48826         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48827         into tail calls.
48828         (update_get_addr): New function.
48829         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48830         GET_ADDR_MODULE parameter.
48832 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48834         * crypt/cert.c: Remove __STDC__ conditionals.
48835         * crypt/crypt-entry.c: Likewise.
48836         * crypt/crypt_util.c: Likewise.
48837         * libio/filedoalloc.c: Likewise.
48838         * libio/fileops.c: Likewise.
48839         * libio/genops.c: Likewise.
48840         * libio/iofclose.c: Likewise.
48841         * libio/iofdopen.c: Likewise.
48842         * libio/iofopen.c: Likewise.
48843         * libio/iofopen64.c: Likewise.
48844         * libio/iogetdelim.c: Likewise.
48845         * libio/iopopen.c: Likewise.
48846         * libio/obprintf.c: Likewise.
48847         * libio/oldfileops.c: Likewise.
48848         * libio/oldiofclose.c: Likewise.
48849         * libio/oldiofdopen.c: Likewise.
48850         * libio/oldiofopen.c: Likewise.
48851         * libio/oldiopopen.c: Likewise.
48852         * libio/wfiledoalloc.c: Likewise.
48853         * libio/wgenops.c: Likewise.
48854         * locale/programs/xmalloc.c: Likewise.
48855         * misc/syslog.c: Likewise.
48856         * stdio-common/xbug.c: Likewise.
48857         * string/memchr.c: Likewise.
48858         * string/memcmp.c: Likewise.
48859         * string/memrchr.c: Likewise.
48860         * string/rawmemchr.c: Likewise.
48861         * sysdeps/posix/getcwd.c: Likewise.
48862         * time/strftime_l.c: Likewise.
48864 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48866         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48867         * config.make.in (config-cflags-sse2avx): Define.
48868         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48869         Fix typo.
48871 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48873         * scripts/config.guess: Update from upstream config git repository.
48874         * scripts/config.sub: Likewise.
48876 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48878         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48879         (EM_NUM): Update.
48880         (R_TILEPRO_*, R_TILEGX_*): New macros.
48882         * scripts/firstversions.awk: Fix bug in version range handling.
48884         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48886         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48888         * include/sys/epoll.h: New file.
48889         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48890         libc_hidden_def.
48892 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48894         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48895         Avoid unnecessary __WORDSIZE == 64 test.
48896         (fmaxf): Use VEX format if possible.
48897         (fmax): Likewise.
48898         (fminf): Likewise.
48899         (fmin): Likewise.
48901         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48902         * math/math_private.h: Remove libc_fegetround* and
48903         libc_fesetround*.
48904         * sysdeps/i386/configure.in: Check for -msse2avx.
48905         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48906         also if SSE2AVX is defined.
48907         Remove libc_fegetround* and libc_fesetround*.
48908         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48909         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48910         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48911         of HAS_YMM_USABLE.
48912         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48913         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48914         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48915         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48916         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48918         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48920 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48922         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48923         size is not set.
48924         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48926 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48928         [BZ #13618]
48929         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48930         relocation.
48931         * Makeconfig (libm): Define.
48932         * elf/Makefile: Add rules to build and run tst-relsort1.
48933         * elf/tst-relsort1.c: New file.
48934         * elf/tst-relsort1mod1.c: New file.
48935         * elf/tst-relsort1mod2.c: New file.
48937 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48939         * math/s_ldexp.c: Remove __STDC__ conditionals.
48940         * math/s_ldexpf.c: Likewise.
48941         * math/s_ldexpl.c: Likewise.
48942         * math/s_nextafter.c: Likewise.
48943         * math/s_nexttowardf.c: Likewise.
48944         * math/s_significand.c: Likewise.
48945         * math/s_significandf.c: Likewise.
48946         * math/s_significandl.c: Likewise.
48947         * math/w_jnl.c: Likewise.
48948         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48949         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48950         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48951         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48952         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48953         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48954         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48955         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48960         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48961         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48962         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48963         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48964         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48965         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48967         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48968         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48969         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48970         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48971         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48972         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48973         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48974         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48975         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48976         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48977         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48978         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48979         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48980         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48981         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48982         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48983         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48984         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48985         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48986         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48987         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48988         * sysdeps/ieee754/k_standard.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48998         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49000         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49001         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49002         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49020         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49021         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49022         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49023         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49024         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49028         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49029         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49030         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49031         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49032         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49034         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49036         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49037         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49038         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49041         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49042         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49043         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49044         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49045         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49046         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49048         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49049         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49050         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49051         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49053         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49054         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49055         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49056         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49057         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49058         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49059         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49061         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49062         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49063         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49064         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49065         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49066         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49067         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49068         * sysdeps/ieee754/s_matherr.c: Likewise.
49069         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49070         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49071         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49072         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49074 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49076         * crypt/md5.h: Remove __STDC__ conditionals.
49077         * libio/libioP.h: Likewise.
49078         * locale/programs/config.h: Likewise.
49079         * sysdeps/generic/sysdep.h: Likewise.
49080         * sysdeps/i386/asm-syntax.h: Likewise.
49081         * sysdeps/s390/asm-syntax.h: Likewise.
49082         * sysdeps/unix/sysdep.h: Likewise.
49083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49086 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49088         * libio/libio.h: Remove __STDC__ conditionals.
49089         * malloc/obstack.h: Likewise.
49090         * math/complex.h: Likewise.
49091         * math/math.h: Likewise.
49092         * sysdeps/generic/_G_config.h: Likewise.
49093         * sysdeps/gnu/_G_config.h: Likewise.
49094         * sysdeps/mach/hurd/_G_config.h: Likewise.
49095         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49096         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49097         * sysdeps/sparc/bits/mathdef.h: Likewise.
49099 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49101         [BZ #13583]
49102         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49103         Clean up HAS_* macros.
49104         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49105         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49106         possible.
49107         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49108         HAS_AVX.
49109         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49110         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49111         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49112         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49113         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49115 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49117         * elf/tst-unique3.cc (gets): Remove declaration.
49118         * elf/tst-unique3lib.cc (gets): Likewise.
49119         * elf/tst-unique3lib2.cc (gets): Likewise.
49120         * elf/tst-unique4.cc (gets): Likewise.
49122 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49124         * include/stdio.h: Add C++ protection.  Add gets declarations and
49125         definitions.
49126         * debug/tst-chk1.c: Don't declare gets here.
49127         * stdio-common/tst-gets.c: Likewise.
49129 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49131         * posix/glob: Remove directory.
49133 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49135         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49137 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49139         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49140         of the non-standard EPFNOSUPPORT.
49142 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49144         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49145         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49146         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49148 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49150         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49152 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49154         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49155         transient errors.
49156         * nscd/grpcache.c (cache_addgr): Likewise.
49157         * nscd/hstcache.c (cache_addhst): Likewise.
49158         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49159         * nscd/pwdcache.c (cache_addpw): Likewise.
49160         * nscd/servicescache.c (cache_addserv): Likewise.
49162 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49164         * malloc/malloc.c: Various cleanups.
49165         * malloc/hooks.c: Likewise.
49167         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49168         * stdlib/bug-fmtmsg1.c: New file.
49170         * stdlib/fmtmsg.c (init): Add missing unlock.
49171         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49173 2012-01-12  Marek Polacek  <polacek@redhat.com>
49175         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49176         and _GNU_SOURCE.
49178 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49180         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49181         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49182         macro to ensure uniqueness of label name.
49183         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49184         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49186 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49188         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49190         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49191         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49192         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49193         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49195 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49197         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49199         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49200         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49201         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49203         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49205         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49206         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49207         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49208         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49210         * math/bits/math-finite.h: Add ldexp support.
49212 2012-01-10  Marek Polacek  <polacek@redhat.com>
49214         * locale/programs/localedef.h (show_archive_content): Add noreturn
49215         attribute.
49217 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49219         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49221 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49223         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49225         * io/Makefile (headers): Add bits/poll2.h.
49227 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49230         typo #include statement.
49232 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49234         * include/sys/cdefs.h: Define __attribute_alloc_size.
49235         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49236         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49237         * elf/pldd.c: Likewise.
49238         * iconv/iconv_charmap.c: Likewise.
49239         * iconv/iconvconfig.c: Likewise.
49240         * iconv/strtab.c: Likewise.
49241         * locale/programs/locale.c: Likewise.
49242         * locale/programs/localedef.h: Likewise.
49243         * locale/programs/simple-hash.c: Likewise.
49244         * nscd/nscd.h: Likewise.
49245         * nss/makedb.c: Likewise.
49246         * sysdeps/generic/ldconfig.h: Likewise.
49247         * locale/programs/localedef.c: Remove xmalloc prototype.
49248         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49250 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49252         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49253         appropriate.
49255 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49257         * math/Makefile (tests): Add tst-CMPLX.
49258         * math/tst-CMPLX.c: New file.
49260         * math/complex.h (CMPLXL): Fix typo.
49262         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49263         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49264         GLIBC_2.16.
49265         * debug/tst-chk1.c: Add poll and ppoll tests.
49266         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49267         * include/sys/poll.h: Add hidden proto for ppoll.
49268         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49269         * sysdeps/mach/hurd/ppoll.c: Likewise.
49270         * io/ppoll.c: Likewise.
49271         * debug/poll_chk.c: New file.
49272         * debug/ppoll_chk.c: New file.
49273         * include/bits/poll2.h: New file.
49274         * io/bits/poll2.h: New file.
49276         [BZ #1350]
49277         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49279         * configure.in: static is always set to yes.  Remove.
49280         * config.make.in: Don't set build-static.
49281         * Makeconfig: Remove use of build-static.
49282         * dlfcn/Makefile: Likewise.
49283         * elf/Makefile: Likewise.
49284         * math/Makefile: Likewise.
49285         * misc/Makefile: Likewise.
49286         * nptl/Makefile: Likewise.
49287         * sysdeps/mach/hurd/Makefile: Likewise.
49289         * configure.in: PWD_P is not used anymore.
49290         * config.make.in: Remove PWD_P entry.
49292         * configure.in: Remove last remnants of RANLIB.
49293         No need to check for signed size_t anymore.
49294         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49295         and IA-64.
49296         Remove __builtin_expect test because we require at least gcc 3.4.
49297         * aclocal.m4: Likewise.
49299         * wcsmbs/mbrtoc16.c: Implement using towc function.
49300         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49301         * wcsmbs/wcsmbsload.c: Likewise.
49302         * iconv/gconv_simple.c: Likewise.
49303         * iconv/gconv_int.h: Likewise.
49304         * iconv/gconv_builtin.h: Likewise.
49305         * iconv/iconv_prog.c: Remove CHAR16 handling.
49307         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49309         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49311         * configure.in: Remove --with-elf and --enable-bounded options.
49312         Dont set base_machine for ia64.  More non-ELF conditions removed.
49313         Remove testing and setting of leading underscore information.
49314         * config.make.in (build-bounded): Set to no.
49315         * config.h.in: Remove NO_UNDERSCORES entry.
49316         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49317         them.
49318         * csu/start.c: Remove !NO_UNDERSCORE code.
49319         * locale/localeinfo.h: Likewise.
49320         * sysdeps/generic/machine-gmon.h: Likewise.
49321         * sysdeps/generic/sysdep.h: Likewise.
49322         * sysdeps/i386/sysdep.h: Likewise.
49323         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49324         * sysdeps/mach/sysdep.h: Likewise.
49325         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49326         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49327         * sysdeps/sh/sysdep.h: Likewise.
49328         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49329         * sysdeps/unix/i386/sysdep.S: Likewise.
49330         * sysdeps/unix/sparc/start.c: Likewise.
49331         * sysdeps/unix/sparc/sysdep.S: Likewise.
49332         * sysdeps/unix/sparc/sysdep.h: Likewise.
49333         * sysdeps/unix/start.c: Likewise.
49334         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49335         * sysdeps/x86_64/sysdep.h: Likewise.
49337 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49339         [BZ #13553]
49340         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49341         for non-gcc.
49342         * argp/argp-fmtstream.h: Use const instead __const.
49343         * argp/argp.h: Likewise.
49344         * assert/assert.h: Likewise.
49345         * bits/fenv.h: Likewise.
49346         * bits/sched.h: Likewise.
49347         * bits/sigset.h: Likewise.
49348         * bits/sigthread.h: Likewise.
49349         * catgets/nl_types.h: Likewise.
49350         * conform/data/pthread.h-data: Likewise.
49351         * crypt/crypt-private.h: Likewise.
49352         * crypt/crypt.h: Likewise.
49353         * crypt/crypt_util.c: Likewise.
49354         * ctype/ctype.h: Likewise.
49355         * debug/execinfo.h: Likewise.
49356         * debug/mbsnrtowcs_chk.c: Likewise.
49357         * debug/mbsrtowcs_chk.c: Likewise.
49358         * debug/wcsnrtombs_chk.c: Likewise.
49359         * debug/wcsrtombs_chk.c: Likewise.
49360         * debug/wcstombs_chk.c: Likewise.
49361         * dirent/dirent.h: Likewise.
49362         * dlfcn/dlfcn.h: Likewise.
49363         * elf/neededtest4.c: Likewise.
49364         * grp/grp.h: Likewise.
49365         * gshadow/gshadow.h: Likewise.
49366         * iconv/gconv.h: Likewise.
49367         * iconv/gconv_int.h: Likewise.
49368         * iconv/gconv_simple.c: Likewise.
49369         * iconv/iconv.h: Likewise.
49370         * iconv/loop.c: Likewise.
49371         * iconv/skeleton.c: Likewise.
49372         * include/aio.h: Likewise.
49373         * include/aliases.h: Likewise.
49374         * include/argz.h: Likewise.
49375         * include/arpa/inet.h: Likewise.
49376         * include/assert.h: Likewise.
49377         * include/dirent.h: Likewise.
49378         * include/dlfcn.h: Likewise.
49379         * include/execinfo.h: Likewise.
49380         * include/fcntl.h: Likewise.
49381         * include/fenv.h: Likewise.
49382         * include/glob.h: Likewise.
49383         * include/grp.h: Likewise.
49384         * include/libintl.h: Likewise.
49385         * include/mntent.h: Likewise.
49386         * include/netdb.h: Likewise.
49387         * include/pwd.h: Likewise.
49388         * include/rpc/netdb.h: Likewise.
49389         * include/sched.h: Likewise.
49390         * include/search.h: Likewise.
49391         * include/shadow.h: Likewise.
49392         * include/signal.h: Likewise.
49393         * include/stdio.h: Likewise.
49394         * include/stdlib.h: Likewise.
49395         * include/string.h: Likewise.
49396         * include/sys/socket.h: Likewise.
49397         * include/sys/stat.h: Likewise.
49398         * include/sys/statfs.h: Likewise.
49399         * include/sys/statvfs.h: Likewise.
49400         * include/sys/syslog.h: Likewise.
49401         * include/sys/time.h: Likewise.
49402         * include/sys/uio.h: Likewise.
49403         * include/time.h: Likewise.
49404         * include/unistd.h: Likewise.
49405         * include/utmp.h: Likewise.
49406         * include/wchar.h: Likewise.
49407         * include/wctype.h: Likewise.
49408         * inet/aliases.h: Likewise.
49409         * inet/arpa/inet.h: Likewise.
49410         * inet/netinet/ether.h: Likewise.
49411         * inet/netinet/in.h: Likewise.
49412         * intl/libintl.h: Likewise.
49413         * io/bits/fcntl2.h: Likewise.
49414         * io/fcntl.h: Likewise.
49415         * io/ftw.h: Likewise.
49416         * io/sys/poll.h: Likewise.
49417         * io/sys/stat.h: Likewise.
49418         * io/sys/statfs.h: Likewise.
49419         * io/sys/statvfs.h: Likewise.
49420         * io/utime.h: Likewise.
49421         * libio/bits/stdio.h: Likewise.
49422         * libio/bits/stdio2.h: Likewise.
49423         * libio/libio.h: Likewise.
49424         * libio/libioP.h: Likewise.
49425         * libio/stdio.h: Likewise.
49426         * locale/lc-ctype.c: Likewise.
49427         * locale/locale.h: Likewise.
49428         * login/utmp.h: Likewise.
49429         * malloc/arena.c: Likewise.
49430         * malloc/malloc.c: Likewise.
49431         * malloc/malloc.h: Likewise.
49432         * malloc/mcheck.c: Likewise.
49433         * malloc/mtrace.c: Likewise.
49434         * math/bits/mathcalls.h: Likewise.
49435         * math/fenv.h: Likewise.
49436         * math/math_private.h: Likewise.
49437         * misc/bits/error.h: Likewise.
49438         * misc/bits/syslog.h: Likewise.
49439         * misc/err.h: Likewise.
49440         * misc/error.h: Likewise.
49441         * misc/fstab.h: Likewise.
49442         * misc/mntent.h: Likewise.
49443         * misc/regexp.h: Likewise.
49444         * misc/search.h: Likewise.
49445         * misc/sgtty.h: Likewise.
49446         * misc/sys/mman.h: Likewise.
49447         * misc/sys/syslog.h: Likewise.
49448         * misc/sys/uio.h: Likewise.
49449         * misc/sys/xattr.h: Likewise.
49450         * misc/ttyent.h: Likewise.
49451         * nis/rpcsvc/ypclnt.h: Likewise.
49452         * nss/nss.h: Likewise.
49453         * posix/bits/unistd.h: Likewise.
49454         * posix/fnmatch.h: Likewise.
49455         * posix/glob.h: Likewise.
49456         * posix/sched.h: Likewise.
49457         * posix/spawn.h: Likewise.
49458         * posix/sys/wait.h: Likewise.
49459         * posix/unistd.h: Likewise.
49460         * posix/wordexp.h: Likewise.
49461         * pwd/pwd.h: Likewise.
49462         * resolv/netdb.h: Likewise.
49463         * resource/sys/resource.h: Likewise.
49464         * rt/aio.h: Likewise.
49465         * rt/bits/mqueue2.h: Likewise.
49466         * rt/mqueue.h: Likewise.
49467         * shadow/shadow.h: Likewise.
49468         * signal/signal.h: Likewise.
49469         * socket/send.c: Likewise.
49470         * socket/sendto.c: Likewise.
49471         * socket/sys/socket.h: Likewise.
49472         * stdio-common/printf.h: Likewise.
49473         * stdlib/bits/stdlib.h: Likewise.
49474         * stdlib/fmtmsg.h: Likewise.
49475         * stdlib/monetary.h: Likewise.
49476         * stdlib/stdlib.h: Likewise.
49477         * stdlib/ucontext.h: Likewise.
49478         * streams/stropts.h: Likewise.
49479         * string/argz.h: Likewise.
49480         * string/bits/string2.h: Likewise.
49481         * string/string.h: Likewise.
49482         * string/strings.h: Likewise.
49483         * sunrpc/rpc/auth.h: Likewise.
49484         * sunrpc/rpc/auth_des.h: Likewise.
49485         * sunrpc/rpc/clnt.h: Likewise.
49486         * sunrpc/rpc/netdb.h: Likewise.
49487         * sunrpc/rpc/pmap_clnt.h: Likewise.
49488         * sunrpc/rpc/xdr.h: Likewise.
49489         * sysdeps/generic/inttypes.h: Likewise.
49490         * sysdeps/generic/net/if.h: Likewise.
49491         * sysdeps/generic/sys/swap.h: Likewise.
49492         * sysdeps/gnu/net/if.h: Likewise.
49493         * sysdeps/gnu/utmpx.h: Likewise.
49494         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49495         * sysdeps/i386/i486/bits/string.h: Likewise.
49496         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49497         * sysdeps/s390/bits/string.h: Likewise.
49498         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49499         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49500         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49501         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49502         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49503         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49504         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49505         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49506         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49507         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49508         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49509         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49510         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49511         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49512         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49513         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49514         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49515         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49516         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49517         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49518         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49519         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49520         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49521         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49522         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49523         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49524         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49525         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49526         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49527         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49528         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49529         * sysvipc/sys/ipc.h: Likewise.
49530         * sysvipc/sys/msg.h: Likewise.
49531         * sysvipc/sys/sem.h: Likewise.
49532         * sysvipc/sys/shm.h: Likewise.
49533         * termios/termios.h: Likewise.
49534         * time/sys/time.h: Likewise.
49535         * time/time.h: Likewise.
49536         * wcsmbs/bits/wchar2.h: Likewise.
49537         * wcsmbs/uchar.h: Likewise.
49538         * wcsmbs/wchar.h: Likewise.
49539         * wctype/wctype.h: Likewise.
49541         [BZ #13551]
49542         * Makeconfig: Remove all but ELF support including AIX support.
49543         * Makerules: Likewise.
49544         * config.h.in: Likewise.
49545         * config.make.in: Likewise.
49546         * configure: Likewise.
49547         * configure.in: Likewise.
49548         * csu/Makefile: Likewise.
49549         * csu/version.c: Likewise.
49550         * debug/Makefile: Likewise.
49551         * dlfcn/Makefile: Likewise.
49552         * elf/Makefile: Likewise.
49553         * extra-lib.mk: Likewise.
49554         * iconv/Makefile: Likewise.
49555         * include/libc-symbols.h: Likewise.
49556         * include/shlib-compat.h: Likewise.
49557         * resolv/Makefile: Likewise.
49558         * resolv/res_libc.c: Likewise.
49559         * rt/Makefile: Likewise.
49560         * sysdeps/i386/asm-syntax.h: Likewise.
49561         * sysdeps/i386/sysdep.h: Likewise.
49562         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49563         * sysdeps/mach/sysdep.h: Likewise.
49564         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49565         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49566         * sysdeps/s390/asm-syntax.h: Likewise.
49567         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49568         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49569         * sysdeps/sh/sysdep.h: Likewise.
49570         * sysdeps/unix/sparc/sysdep.h: Likewise.
49571         * sysdeps/wordsize-32/divdi3.c: Likewise.
49572         * sysdeps/x86_64/sysdep.h: Likewise.
49574         * argp/Versions: Remove _argp_unlock_xxx.
49576         [BZ #13559]
49577         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49578         * abilist/libBrokenLocale.abilist: Likewise.
49579         * abilist/libanl.abilist: Likewise.
49580         * abilist/libc.abilist: Likewise.
49581         * abilist/libcrypt.abilist: Likewise.
49582         * abilist/libdl.abilist: Likewise.
49583         * abilist/libm.abilist: Likewise.
49584         * abilist/libnsl.abilist: Likewise.
49585         * abilist/libpthread.abilist: Likewise.
49586         * abilist/libresolv.abilist: Likewise.
49587         * abilist/librt.abilist: Likewise.
49588         * abilist/libthread_db.abilist: Likewise.
49589         * abilist/libutil.abilist: Likewise.
49590         * abilist/libnss_db.abilist: New file.
49592         * scripts/abilist.awk: Add support for indirect functions.
49594         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49596         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49598         * shlib-versions: Remove entries for ports architectures.
49600         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49601         files in ports.
49602         * elf/stackguard-macros.h: Remove support for IA-64.
49603         * elf/tst-auditmod1.c: Likewise.
49604         * sysdeps/generic/ldsodefs.h: Likewise.
49606         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49607         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49608         configure files.
49610         [BZ #13552]
49611         * configure.in: Remove --enable-omitfp support.
49612         * FAQ.in: Adjust.
49613         * config.make.in: Likewise.
49614         * Makeconfig: Likewise.
49615         * manual/install.texi: Likewise.
49617         In case anyone cares, the IA-64 architecture could move to ports.
49618         * sysdeps/ia64/*: Removed.
49619         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49620         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49622         [BZ #13555]
49623         * configure.in: Remove entries for unsupported architectures.
49625         [BZ #13533]
49626         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49627         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49628         routines.
49629         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49630         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49631         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49632         fall back to using wcrtomb.
49633         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49634         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49635         renaming.
49636         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49637         * wcsmbs/tst-c16c32-1.c: New file.
49639         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49640         local variable.
49642         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49644         * elf/tst-unique3.cc: Add explicit declaration of gets.
49645         * elf/tst-unique3lib.cc: Likewise.
49646         * elf/tst-unique3lib2.cc: Likewise.
49647         * elf/tst-unique4.cc: Likewise.
49649         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49651 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49653         [BZ #13566]
49654         * assert/assert.h (static_assert): Don't define for C++.
49655         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49656         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49658 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49660         * iconv/loop.c (single loop): Fix assertion in storing of
49661         remaining bytes.
49663         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49665 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49667         * posix/getconf.c: Update copyright year.
49668         * nss/getent.c: Likewise.
49669         * nss/makedb.c: Likewise.
49670         * iconv/iconvconfig.c: Likewise.
49671         * iconv/iconv_prog.c: Likewise.
49672         * elf/ldconfig.c: Likewise.
49673         * elf/pldd.c: Likewise.
49674         * elf/sotruss.ksh: Likewise.
49675         * catgets/gencat.c: Likewise.
49676         * csu/version.c: Likewise.
49677         * elf/ldd.bash.in: Likewise.
49678         * elf/sprof.c (print_version): Likewise.
49679         * locale/programs/locale.c: Likewise.
49680         * locale/programs/localedef.c: Likewise.
49681         * login/programs/pt_chown.c: Likewise.
49682         * nscd/nscd.c (print_version): Likewise.
49683         * debug/xtrace.sh: Likewise.
49684         * malloc/memusage.sh: Likewise.
49685         * malloc/mtrace.pl: Likewise.
49686         * debug/catchsegv.sh: Likewise.
49688 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49690         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49691         pure attribute.
49693 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49695         [BZ #13533]
49696         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49697         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49698         transformations.
49699         * iconv/gconv_int.h: Likewise.
49700         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49701         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49702         from libc for GLIBC_2.16.
49703         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49704         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49705         * wcsmbs/uchar.h: Really define mbstate_t.
49706         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49707         * wcsmbs/c16rtomb.c: New file.
49708         * wcsmbs/mbrtoc16.c: New file.
49709         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49710         for C/POSIX locale.
49711         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49712         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49714         * wcsmbs/wchar.h: Add missing __restrict.
49716 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49718         [BZ #13532]
49719         * time/Makefile (routines): Add timespec_get.
49720         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49721         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49722         timespec for ISO C11.
49723         * time/timespec_get.c: New file.
49724         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49725         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49727         [BZ #13531]
49728         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49729         * stdlib/stdlib.h: Declare aligned_alloc.
49730         * Versions.def: Add GLIBC_2.16 for libc.
49731         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49733         [BZ 13527]
49734         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49735         ISO C11.
49737         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49738         code.
49740         [BZ #13528]
49741         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49743         [BZ #13529]
49744         * assert/assert.h (static_assert): Define.
49746         * version.h: Update for 2.16 development version.
49748         [BZ #13526]
49749         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49750         _ISOC11_SOURCE.
49752         * version.h (RELEASE): Bump for 2.15 release.
49753         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49755         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49756         Patch by Marek Polacek <mpolacek@redhat.com>.
49758         * bits/byteswap.h: Protect long long constants with __extension__.
49759         * sysdeps/i386/bits/byteswap.h: Likewise.
49760         * sysdeps/ia64/bits/byteswap.h: Likewise.
49761         * sysdeps/s390/bits/byteswap.h: Likewise.
49762         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49764 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49766         [BZ #13540]
49767         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49768         destination buffer.
49769         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49771 2011-12-23  Marek Polacek  <polacek@redhat.com>
49773         * elf/dl-addr.c (determine_info): Add inline keyword.
49774         * elf/tst-auditmod4b.c (check_avx): Likewise.
49775         * elf/tst-auditmod6b.c (check_avx): Likewise.
49776         * elf/tst-auditmod6c.c (check_avx): Likewise.
49777         * elf/tst-auditmod7b.c (check_avx): Likewise.
49779 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49781         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49782         !__SSE_MATH__.
49784 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49786         [BZ #13540]
49787         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49788         processing for last bytes.
49790 2011-08-06  Bruno Haible  <bruno@clisp.org>
49792         [BZ #13061]
49793         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49794         U+0385, not to U+1FEE.
49796         [BZ #13062]
49797         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49798         entry for U+00A5 U+0301.
49800 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49802         [BZ #13166]
49803         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49804         buffer for the output is too small.
49806         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49807         optimization.
49809         [BZ #13185]
49810         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49811         SSE flags if possible.
49813 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49815         [BZ #13540]
49816         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49817         processing for last bytes.
49819 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49821         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49822         (syscall-list-default-options, syscall-list-default-condition)
49823         (syscall-list-includes): Define.
49824         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49825         list of ABIs and options and #if conditions for each ABI.  Do not
49826         handle common syscalls between ABIs specially.
49827         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49828         Remove.
49829         (syscall-list-variants, syscall-list-32bit-options)
49830         (syscall-list-32bit-condition, syscall-list-64bit-options)
49831         (syscall-list-64bit-condition): Define.
49832         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49833         (syscall-list-variants, syscall-list-32bit-options)
49834         (syscall-list-32bit-condition, syscall-list-64bit-options)
49835         (syscall-list-64bit-condition): Define.
49836         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49837         Remove.
49838         (syscall-list-variants, syscall-list-32bit-options)
49839         (syscall-list-32bit-condition, syscall-list-64bit-options)
49840         (syscall-list-64bit-condition): Define.
49841         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49842         Remove.
49843         (syscall-list-variants, syscall-list-32bit-options)
49844         (syscall-list-32bit-condition, syscall-list-64bit-options)
49845         (syscall-list-64bit-condition): Define.
49847 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49849         * locale/iso-639.def: Add brx entry.
49851         [BZ #13328]
49852         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49853         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49855         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49856         __feraiseexcept_renamed.
49858 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49860         [BZ #13538]
49861         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49862         EPOLLET with unsigned values.
49863         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49864         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49866         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49867         to large cancellation.
49868         * math/s_cacoshf.c: Likewise.
49869         * math/s_cacoshl.c: Likewise.
49871 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49873         [BZ #13305]
49874         [BZ #12786]
49875         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49876         * math/s_cacoshf.c: Likewise.
49877         * math/s_cacoshl.c: Likewise.
49879 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49881         [BZ #13439]
49882         * iconv/gconv.h: Define __GCONV_SWAP.
49883         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49884         * iconvdata/utf-16.c: Likewise.
49885         * iconvdata/utf-32.c: Likewise.
49887 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49889         [BZ #13524]
49890         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49891         numerator after shifting it by one limb.
49893 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49895         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49896         under [__USE_EXTERN_INLINES].
49898 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49900         [BZ #13446]
49901         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49903 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49905         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49906         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49907         optimized code.
49908         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49909         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49910         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49911         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49912         for strncasecmp/strncasecmp_l compilation.
49913         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49914         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49916 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49918         [BZ #13484]
49919         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49920         of __asm__.
49922 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49924         [BZ #13506]
49925         * time/tzfile.c (__tzfile_read): Check values from file header.
49927 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49929         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49930         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49931         * powerpc/powerpc32/dl-start.S: Likewise.
49932         * powerpc/powerpc32/elf/start.S: Likewise.
49933         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49934         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49935         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49936         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49937         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49938         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49939         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49940         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49941         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49942         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49943         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49944         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49945         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49946         * powerpc/powerpc32/memset.S: Likewise.
49947         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49948         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49949         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49950         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49951         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49952         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49953         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49954         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49955         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49956         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49957         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49958         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49959         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49961 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49963         * math/libm-test.inc: Added more nearbyint tests.
49964         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49965         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49966         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49967         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49969 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49971         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49972         FD_CLOEXEC.
49974 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49976         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49977         Add wcscpy-ssse3 wcscpy-c.
49978         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49979         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49980         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49981         * sysdeps/x86_64/wcschr.S: New file.
49982         * sysdeps/x86_64/wcsrchr.S: New file.
49983         * string/test-strcmp.c: Remove checking of wcscmp function for
49984         wrong alignments.
49985         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49986         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49987         wcsrchr-sse2 wcsrchr-c.
49988         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49989         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49990         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49991         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49992         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49993         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49994         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49995         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49996         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49997         * wcsmbc/wcschr.c (WCSCHR): New macro.
49999 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50001         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50002         * wcsmbs/test-wcsrchr.c: New file.
50003         * string/test-strrchr.c: Add wcsrchr support.
50004         (WIDE): New macro.
50005         * wcsmbs/test-wcscpy.c: New file.
50006         * string/test-strcpy.c: Add wcscpy support.
50007         (WIDE): New macro.
50009 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50011         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50012         the inner loop.
50014 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50016         [BZ #13472]
50017         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50019 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50021         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50022         Minor optimizations.
50024         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50025         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50026         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50028 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50030         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50031         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50032         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50033         for gcc to avoid warnings.
50034         * inet/Makefile (tests): Add tst-checks.
50035         * inet/tst-checks.c: New file.
50037         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50038         warning.
50040         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50041         __wmemcmp_sse2.
50043         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50044         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50046         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50048 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50050         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50051         problem.
50053         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50055 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50057         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50058         conditional on GCC version.
50059         (__arch_compare_and_exchange_val_8_acq)
50060         (__arch_compare_and_exchange_val_16_acq)
50061         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50062         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50063         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50065 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50067         * sysdeps/sh/backtrace.c: New file.
50069 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50071         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50072         parenthesis.
50074 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50076         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50077         falling back to utime.
50079 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50081         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50082         expectations for float.
50084 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50086         * locale/weight.h (findidx): Add parameter len.
50087         * locale/weightwc.h (findidx): Likewise.
50088         * posix/fnmatch_loop.c (FCT): Adjust caller.
50089         * posix/regcomp.c (build_equiv_class): Likewise.
50090         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50091         * posix/regexec.c (check_node_accept_bytes): Likewise.
50092         * string/strcoll_l.c (STRCOLL): Likewise.
50093         * string/strxfrm_l.c (STRXFRM): Likewise.
50095 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50097         * Makefile.in: Remove CVSOPT handling.
50098         * configure.in: Remove use of AC_REVISION.
50099         * iconvdata/Makefile (distribute): No need to filter out CVS.
50100         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50101         handling.
50103 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50105         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50106         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50107         [USE_AS_STRNCASECMP_L]: Likewise.
50108         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50109         NO_TLS_DIRECT_SEG_REFS.
50110         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50111         Fix argument offsets for non-PIC.
50112         [USE_AS_STRNCASECMP_L]: Likewise.
50113         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50114         NO_TLS_DIRECT_SEG_REFS.
50116 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50118         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50119         O_CLOEXEC.
50120         * locale/loadlocale.c (_nl_load_locale): Likewise.
50122 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50124         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50125         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50126         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50127         (SYSCALL_GETTIME): Set errno on error.
50129         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50130         count references to noai6ai_cached.
50132 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50134         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50136         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50137         FD_CLOEXEC for /proc/self/maps.
50139         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50140         FD_CLOEXEC for /proc/meminfo.
50142         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50143         gai.conf.
50145         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50146         FD_CLOEXEC for given file.
50148         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50150         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50151         FD_CLOEXEC for /etc/hosts.
50152         (_gethtent): Likewise.
50154         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50156         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50157         cancellation and set FD_CLOEXEC for /etc/netgroup.
50159         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50160         reading /etc/publickey.
50162         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50163         allow cancellation when reading /etc/group.
50165         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50166         cancellation.
50167         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50169         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50170         when using data file.
50172         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50174         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50175         (write_nis_obj): Use "c" and "e" in fopen.
50177         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50179         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50181         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50183         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50185         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50186         locale.alias.
50188         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50190         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50192         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50194         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50195         file parsing and set FD_CLOEXEC.
50197 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50199         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50201 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50203         * malloc/arena.c (arena_get2): Don't call reused_arena when
50204         _int_new_arena failed.
50206 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50208         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50209         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50210         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50211         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50212         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50213         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50214         to compile strcasecmp and strncasecmp.
50215         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50216         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50218         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50220 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50222         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50223         locale-defines.sym to gen-as-const-headers.
50224         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50225         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50226         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50227         to compile strcasecmp and strncasecmp.
50228         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50229         strcasecmp_l and strncasecmp_l.
50230         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50231         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50232         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50233         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50234         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50235         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50236         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50237         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50238         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50239         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50240         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50242 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50244         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50245         result of SYSDEP_GETTIME_CPU to retval.
50246         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50247         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50249         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50250         variable.
50252         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50253         mantissa words.
50254         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50256         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50257         from unused variable.
50259         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50260         DWARF definitions.
50261         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50262         for assembling.
50264         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50265         over namespaces.
50267         * sunrpc/rpc_prot.c (rejected): Fix case value.
50269         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50270         unsigned long long int to avoid warnings in shift.
50272         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50273         of use of trans.
50274         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50275         variable tmp.
50277         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50278         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50279         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50281         * nis/nis_table.c (nis_list): Use variable of correct type for
50282         result of __follow_path call.
50284 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50286         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50287         of math functions ceil, trunc, floor, round, and sqrt, when
50288         avaliable on the platform.
50289         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50290         name clash.
50291         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50292         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50293         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50295 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50297         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50298         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50300 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50302         * include/unistd.h: Fix __readlink return type.
50303         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50305 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50307         * stdlib/ucontext.h: Undo last change for makecontext.
50309 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50311         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50313         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50314         * setjmp/setjmp.h: Mark functions as non-leaf.
50315         * setjmp/bits/setjmp2.h: Likewise.
50316         * stdlib/ucontext.h: Likewise.
50318 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50320         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50321         (reused_arena): Don't check arena limit.
50322         (arena_get2): Atomically check arena limit.
50324 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50326         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50327         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50329         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50330         instructions.
50332 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50334         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50335         handler when locking.
50337         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50338         Fix size of allocated buffer.
50340 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50342         [BZ #10103]
50343         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50344         declarations for long double functions.
50345         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50347         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50349 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50351         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50352         installed.
50354         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50355         is disabled.
50357 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50359         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50361 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50363         * include/alloca.h (stackinfo_alloca_round): Define.
50364         (extend_alloca): Use it.
50365         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50366         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50367         here.
50369         * scripts/check-local-headers.sh: Ignore libaudit.h.
50371         * nscd/Makefile (extra-objs): Make recursively expanded.
50373 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50375         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50376         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50378         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50379         * posix/tst-rfc3484-2.c: Likewise.
50380         * posix/tst-rfc3484-3.c: Likewise.
50382         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50383         process_vm_writev.
50384         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50385         process_vm_writev.
50386         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50387         process_vm_writev from libc using GLIBC_2.15 version.
50389         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50391 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50393         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50394         stack usage.
50396 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50398         [BZ #13367]
50399         * nss/getent.c (initgroups_keys): Show error message in case no group
50400         names are given.
50402         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50403         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50404         __bump_nl_timestamp.
50405         * nscd/connections (nscd_init): When host database is served open
50406         netlink socket and request notification about configuration changes.
50407         (main_loop_poll): Track netlink file descriptor and bump timestamp
50408         in case data becomes available.
50409         (main_loop_epoll): Likewise.
50410         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50411         (database_pers_head): Add extra_data fileds.
50412         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50413         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50414         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50415         Adjust caller.
50416         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50417         in6ai data, call __free_in6ai.
50418         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50419         Add -DHAVE_NETLINK.
50420         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50421         interface information.  Reuse previous data if netlink timestamp
50422         is not changed.
50423         (__bump_nl_timestamp): New function.
50424         (__free_in6ai): New function.
50426 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50428         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50429         close_not_cancel_no_status here.
50430         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50432 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50434         [BZ #13276]
50435         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50436         return value.
50438         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50439         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50440         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50442 2011-07-03  Andreas Jaeger  <aj@suse.de>
50444         [BZ #10709]
50445         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50446         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50447         * math/libm-test.inc (sin_test): Add test case.
50449 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50451         [BZ #13337]
50452         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50453         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50455         * elf/chroot_canon.c (chroot_canon): Cleanups.
50457         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50459         [BZ #13335]
50460         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50461         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50463         * string/test-strchr.c: Make usable for strchrnul testing.
50464         * string/test-strchrnul.c: New file.
50465         * string/Makefile (strop-tests): Add strchrnul.
50467         * po/it.po: Update from translation team.
50468         * po/es.po: Likewise.
50470 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50472         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50473         the three constants needed as parameters.  Drop the others.
50474         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50475         __m128i_strloadu_tolower.
50476         Create and initialize variable zero and use it in all the places
50477         where _mm_setzero_si128 was used.
50479         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50480         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50481         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50482         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50483         anymore.
50484         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50485         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50486         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50487         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50488         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50489         __mpranred, __mptan.
50490         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50491         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50492         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50493         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50494         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50495         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50496         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50497         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50498         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50500 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50502         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50503         redefine if SHARED.
50504         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50506         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50507         wide char related routines to wcsmbs subdir.
50509 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50511         [BZ #13344]
50512         * misc/sys/cdefs.h (__THROWNL): Define.
50513         * posix/unistd.h: Use __THREADNL instead of __THREAD
50514         for memory synchronization functions.
50516 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50518         [BZ #13349]
50519         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50520         doesn't exist.
50521         * manual/stdio.texi (Obstack Streams): Node removed.
50523 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50525         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50526         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50527         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50529         * math/math_private.h (math_force_eval): Allow non-addressable
50530         arguments.
50531         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50533 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50535         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50536         file is not needed.
50538         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50539         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50540         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50541         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50542         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50543         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50544         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50545         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50546         Add AVX variants.
50547         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50548         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50549         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50550         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50551         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50552         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50553         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50554         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50555         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50556         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50557         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50558         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50559         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50560         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50561         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50562         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50563         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50564         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50565         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50567         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50568         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50570         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50571         place.  Use VEX encoding when compiling for AVX.
50573 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50575         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50576         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50578         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50580 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50582         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50583         useless if() expression.
50584         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50585         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50586         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50587         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50588         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50589         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50590         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50591         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50592         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50593         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50594         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50595         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50596         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50597         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50598         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50599         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50600         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50601         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50602         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50604         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50606 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50608         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50609         condition.
50610         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50612 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50614         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50615         .text section.  Avoid duplicate constants.
50616         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50617         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50618         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50619         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50620         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50621         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50622         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50623         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50624         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50625         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50626         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50627         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50628         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50629         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50630         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50631         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50632         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50633         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50634         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50635         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50636         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50637         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50638         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50639         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50640         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50641         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50642         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50643         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50644         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50645         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50646         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50647         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50648         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50649         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50650         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50651         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50652         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50653         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50654         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50655         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50656         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50657         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50658         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50659         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50660         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50662 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50664         * sysdeps/x86_64/dla.h: Move to ...
50665         * sysdeps/x86_64/fpu/dla.h: ...here.
50666         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50667         situations.  Use __builtin_fma only for gcc 4.6 and up.
50669         * config.make.in: Add have-mfma4 entry.
50670         * configure.in: Substitute libc_cv_cc_fma4.
50671         * math/Makefile (dbl-only-routines): Add sincostab.
50672         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50673         Use __sincostab not sincos.
50674         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50675         name is a macro.
50676         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50677         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50678         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50679         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50680         using __copysign.
50681         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50682         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50683         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50684         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50685         and __inv.
50686         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50687         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50688         __copysign.
50689         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50690         define aliases when function name is a macro.
50691         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50692         sysdeps/ieee754/dbl-64/sincos.tbl.
50693         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50694         fma4-enabled routines.
50695         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50696         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50697         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50698         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50699         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50700         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50701         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50702         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50703         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50704         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50705         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50706         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50707         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50708         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50709         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50710         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50711         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50712         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50713         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50714         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50715         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50716         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50717         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50718         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50719         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50720         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50721         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50722         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50723         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50724         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50726         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50727         rename.
50728         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50729         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50730         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50731         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50732         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50733         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50734         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50735         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50737 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50739         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50741 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50743         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50745         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50746         prediction.
50747         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50749         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50750         Remove unused variable magic_bits.
50751         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50753         * string/strnlen.c: Define and use STRNLEN macro.
50754         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50755         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50756         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50757         * wcsmbs/wcslen.c: Define and use WCSLEN.
50758         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50759         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50760         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50761         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50762         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50763         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50764         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50766 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50769         strnlen-sse2-no-bsf.
50770         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50771         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50772         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50773         Add strnlen support.
50774         (USE_AS_STRNLEN): New macro.
50775         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50776         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50777         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50778         * sysdeps/x86_64/wcslen.S: New file.
50780 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50782         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50783         XMM-moves are used for copying on small sizes.
50785 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50787         * wcsmbs/Makefile (strop-tests): Add wcschr.
50788         * wcsmbs/test-wcschr.c: New file.
50789         * string/test-strchr.c: Update.
50790         Add wcschr support.
50791         (WIDE): New macro.
50793 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50795         * wcsmbs/Makefile (strop-tests): Add wcslen.
50796         * wcsmbs/test-wcslen.c: New file.
50797         * string/test-strlen.c: Update.
50798         Add wcslen support.
50799         (WIDE): New macro.
50801 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50803         * po/it.po: Update from translation team.
50805 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50807         * sysdeps/x86_64/wcscmp.S: Update.
50808         Fix wrong comparison semantics.
50809         wcscmp shall use signed comparison not unsigned.
50810         Don't use substraction to avoid overflow bug.
50811         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50812         * wcsmbc/wcscmp.c: Likewise.
50813         * string/test-strcmp.c: Likewise.
50814         Add new tests to check cases with negative values.
50816 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50818         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50819         * sysdeps/x86_64/dla.h: ...here.  New file.
50820         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50821         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50822         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50823         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50824         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50825         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50826         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50827         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50828         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50830 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50832         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50833         __ynl_finite aliases.
50835 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50837         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50839         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50840         define DLA_FMA.
50841         [DLA_FMA] (EMULV): Use DLA_FMA.
50842         [DLA_FMA] (MUL12): Use EMULV.
50843         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50844         that are not needed.
50845         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50846         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50847         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50848         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50849         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50850         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50851         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50853 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50855         * math/s_nan.c: Undef __nan.
50856         * math/s_nanf.c: Undef __nanf.
50857         * math/s_nanl.c: Undef __nanl.
50858         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50859         "math_private.h".
50861 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50863         * math/s_catan.c: Add branch predictions.
50864         * math/s_catanf.c: Likewise.
50865         * math/s_catanh.c: Likewise.
50866         * math/s_catanhf.c: Likewise.
50867         * math/s_catanhl.c: Likewise.
50868         * math/s_catanl.c: Likewise.
50869         * math/s_cexp.c: Likewise.
50870         * math/s_cexpf.c: Likewise.
50871         * math/s_cexpl.c: Likewise.
50872         * math/s_clog.c: Likewise.
50873         * math/s_clog10.c: Likewise.
50874         * math/s_clog10f.c: Likewise.
50875         * math/s_clog10l.c: Likewise.
50876         * math/s_clogf.c: Likewise.
50877         * math/s_clogl.c: Likewise.
50878         * math/s_csqrt.c: Likewise.
50879         * math/s_csqrtf.c: Likewise.
50880         * math/s_csqrtl.c: Likewise.
50881         * math/s_ctanf.c: Likewise.
50882         * math/s_ctanh.c: Likewise.
50883         * math/s_ctanhf.c: Likewise.
50884         * math/s_ctanhl.c: Likewise.
50885         * math/s_ctanl.c: Likewise.
50887         * math/math_private.h: Define __nan, __nanf, __nanl.
50888         * math/s_cacosh.c: Include <math_private.h>.
50889         * math/s_cacoshl.c: Likewise.
50890         * math/s_casinh.c: Likewise.
50891         * math/s_casinhf.c: Likewise.
50892         * math/s_casinhl.c: Likewise.
50893         * math/s_ccos.c: Rely entire on ccosh.
50894         * math/s_ccosf.c: Rely entire on ccoshf.
50895         * math/s_ccosl.c: Rely entirely on ccoshl.
50896         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50897         Remove tests for FE_INVALID.
50898         * math/s_ccoshf.c: Likewise.
50899         * math/s_ccoshl.c: Likewise.
50900         * math/s_csin.c: Likewise.
50901         * math/s_csinf.c: Likewise.
50902         * math/s_csinh.c Likewise.
50903         * math/s_csinhf.c: Likewise.
50904         * math/s_csinhl.c: Likewise.
50905         * math/s_csinl.c: Likewise.
50906         * math/s_ctan.c: Likewise.
50907         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50908         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50909         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50911 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50913         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50914         compilation problems.
50916         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50917         __builtin_expect.
50919 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50921         * sysdeps/i386/configure.in: Test for -mfma4 option.
50922         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50923         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50924         COMMON_CPUID_INDEX_80000001.
50925         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50926         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50927         use it if FMA3 is not supported.
50928         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50930         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50931         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50933 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50935         [BZ #12892]
50936         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50937         it would create a cycle with a link time dependency.
50939 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50941         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50942         instruction.
50943         * string/Makefile (strop-tests): Add rawmemchr.
50944         * string/test-rawmemchr.c: New file.
50946         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50947         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50948         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50949         when compiling str{,n}casecmp and when AVX is available.  Hook up
50950         new optimized code in initializers.
50952 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50954         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50955         __feraiseexcept instead of feraiseexcept.
50957 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50959         * math/math_private.h: Define defaults for libc_fetestexcept and
50960         libc_feupdateenv.
50961         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50962         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50963         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50964         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50965         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50966         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50967         libc_fetestexcept and libc_feupdateenv.
50969         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50970         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50971         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50972         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50973         libc_feholdexcept_setround.
50975         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50976         Add s_nearbyint-c and s_nearbyintf-c.
50977         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50978         nearbyintf inlines.
50979         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50980         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50981         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50982         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50984         * math/math_private.h: Define defaults for libc_fegetround,
50985         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50986         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50987         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50988         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50989         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50990         standard functions.
50991         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50992         Remove comments and hacks for old compiler versions.
50993         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50994         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50995         libc_feholdexceptl.
50997 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50999         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51000         (__feraiseexcept_renamed): Add __NTH.
51001         (feraiseexcept): Add __NTH.  Rename local variables to fix
51002         namespace violations.
51004 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51006         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51008         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51010         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51011         recently added interfaces.
51012         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51014         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51015         about macro parameter expansion.
51017         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51018         __NO_MATH_INLINES is defined.  Cleanups.
51020         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51021         and __floorf is target has SSE4.1.
51022         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51023         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51024         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51025         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51027         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51028         name.
51029         (floorf): Likewise.
51031         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51033 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51035         * misc/sys/cdefs.h: Fix last change.
51037         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51038         database lookup.
51040 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51042         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51044         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51045         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51046         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51047         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51048         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51049         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51050         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51051         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51052         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51053         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51054         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51055         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51056         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51057         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51058         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51059         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51060         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51061         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51062         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51063         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51064         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51065         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51067         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51068         ceil, ceilf, floor, floorf.
51070         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51071         Perform IRELATIVE relocations last.
51073         * elf/do-rel.h: Add another parameter nrelative, replacing the
51074         local variable with the same name.  Change name of the function
51075         to end in Rel or Rela (uppercase).
51076         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51077         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51078         elf_dynamic_do_##reloc function.
51080 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51082         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51083         is sufficient, at least on modern CPUs.
51085         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51087         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51088         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51090         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51091         __expl_finite.
51092         * math/bits/math-finite.h: Add entries for exp.
51093         * math/e_expl.c: Add __*_finite alias.
51094         * sysdeps/i386/fpu/e_exp.S: Likewise.
51095         * sysdeps/i386/fpu/e_expf.S: Likewise.
51096         * sysdeps/i386/fpu/e_expl.c: Likewise.
51097         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51098         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51099         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51100         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51101         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51102         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51103         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51105         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51106         is sufficient, at least on modern CPUs.
51108         * ctype/ctype-info.c (__ctype_init): Define.
51109         * include/ctype.h (__ctype_init): Declare.
51110         (__ctype_b_loc): The variable is always initialized.
51111         (__ctype_toupper_loc): Likewise.
51112         (__ctype_tolower_loc): Likewise.
51113         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51114         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51116 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51118         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51120         * configure.in: Also look in $cxxmachine/include for C++ system
51121         headers.
51123 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51125         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51126         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51127         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51128         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51129         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51130         (USE_AS_WMEMCMP): New macro.
51131         Fixing indents.
51132         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51133         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51134         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51135         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51136         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51137         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51138         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51139         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51140         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51141         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51142         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51143         (USE_AS_WMEMCMP): New macro.
51144         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51145         * sysdeps/string/test-memcmp.c: Update.
51146         Fix simple_wmemcmp.
51147         Add new tests.
51148         * wcsmbs/wmemcmp.c: Update.
51149         (WMEMCMP): New macro.
51150         Fix overflow bug.
51152 2011-10-12  Andreas Jaeger  <aj@suse.de>
51154         [BZ #13268]
51155         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51157 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51159         * libio/iofwide.c (do_length): Avoid warning.
51161         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51163 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51165         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51167         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51168         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51169         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51170         * sysdeps/i386/i686/fpu/e_log.S: New file.
51171         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51172         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51174         * ctype/ctype.h: Add support for inlined isXXX functions when
51175         compiling C++ code.
51177 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51179         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51181         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51183 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51185         [BZ #13291]
51186         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51188 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51190         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51191         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51192         feraiseexcept.
51194         * sysdeps/x86_64/memrchr.S: Check for zero size.
51196         * string/stratcliff.c: Add memrchr tests.
51198 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51200         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51201         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51202         rawmemchr-sse2 rawmemchr-sse2-bsf.
51203         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51204         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51205         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51206         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51207         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51208         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51209         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51210         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51211         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51212         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51213         * string/memrchr.c (MEMRCHR): New macro.
51215 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51217         Add integration with gcc's -ffinite-math-only and optimize wrapper
51218         functions in libm.
51219         * Versions.def: Define GLIBC_2.15 version for libm.
51220         * math/Makefile (headers): Add bits/math-finite.h.
51221         * math/bits/math-finite.h: New file.
51222         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51223         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51224         * math/e_acoshl.c: Add __*_finite alias.
51225         * math/e_acosl.c: Likewise.
51226         * math/e_asinl.c: Likewise.
51227         * math/e_atan2l.c: Likewise.
51228         * math/e_atanhl.c: Likewise.
51229         * math/e_coshl.c: Likewise.
51230         * math/e_exp10.c: Likewise.
51231         * math/e_exp10f.c: Likewise.
51232         * math/e_exp10l.c: Likewise.
51233         * math/e_exp2l.c: Likewise.
51234         * math/e_fmodl.c: Likewise.
51235         * math/e_gammal_r.c: Likewise.
51236         * math/e_hypotl.c: Likewise.
51237         * math/e_j0l.c: Likewise.
51238         * math/e_j1l.c: Likewise.
51239         * math/e_jnl.c: Likewise.
51240         * math/e_lgammal_r.c: Likewise.
51241         * math/e_log10l.c: Likewise.
51242         * math/e_log2l.c: Likewise.
51243         * math/e_logl.c: Likewise.
51244         * math/e_powl.c: Likewise.
51245         * math/e_sinhl.c: Likewise.
51246         * math/e_sqrtl.c: Likewise.
51247         * math/e_scalb.c: Completely rewritten and optimized.
51248         * math/e_scalbf.c: Likewise.
51249         * math/e_scalbl.c: Likewise.
51250         * math/w_acos.c: Likewise.
51251         * math/w_acosf.c: Likewise.
51252         * math/w_acosl.c: Likewise.
51253         * math/w_acosh.c: Likewise.
51254         * math/w_acoshf.c: Likewise.
51255         * math/w_acoshl.c: Likewise.
51256         * math/w_asin.c: Likewise.
51257         * math/w_asinf.c: Likewise.
51258         * math/w_asinl.c: Likewise.
51259         * math/w_atan2.c: Likewise.
51260         * math/w_atan2f.c: Likewise.
51261         * math/w_atan2l.c: Likewise.
51262         * math/w_atanh.c: Likewise.
51263         * math/w_atanhf.c: Likewise.
51264         * math/w_atanhl.c: Likewise.
51265         * math/w_exp10.c: Likewise.
51266         * math/w_exp10f.c: Likewise.
51267         * math/w_exp10l.c: Likewise.
51268         * math/w_fmod.c: Likewise.
51269         * math/w_fmodf.c: Likewise.
51270         * math/w_fmodl.c: Likewise.
51271         * math/w_j0.c: Likewise.
51272         * math/w_j0f.c: Likewise.
51273         * math/w_j0l.c: Likewise.
51274         * math/w_j1.c: Likewise.
51275         * math/w_j1f.c: Likewise.
51276         * math/w_j1l.c: Likewise.
51277         * math/w_jn.c: Likewise.
51278         * math/w_jnf.c: Likewise.
51279         * math/w_log.c: Likewise.
51280         * math/w_logf.c: Likewise.
51281         * math/w_logl.c: Likewise.
51282         * math/w_log10.c: Likewise.
51283         * math/w_log10f.c: Likewise.
51284         * math/w_log10l.c: Likewise.
51285         * math/w_log2.c: Likewise.
51286         * math/w_log2f.c: Likewise.
51287         * math/w_log2l.c: Likewise.
51288         * math/w_pow.c: Likewise.
51289         * math/w_powf.c: Likewise.
51290         * math/w_powl.c: Likewise.
51291         * math/w_remainder.c: Likewise.
51292         * math/w_remainderf.c: Likewise.
51293         * math/w_remainderl.c: Likewise.
51294         * math/w_scalb.c: Likewise.
51295         * math/w_scalbf.c: Likewise.
51296         * math/w_scalbl.c: Likewise.
51297         * math/w_sqrt.c: Likewise.
51298         * math/w_sqrtf.c: Likewise.
51299         * math/w_sqrtl.c: Likewise.
51300         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51301         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51302         used.
51303         * math/math_private.h: Declare __kernel_standard_f.
51304         * math/w_cosh.c: Remove cruft and optimize a bit.
51305         * math/w_coshf.c: Likewise.
51306         * math/w_coshl.c: Likewise.
51307         * math/w_exp2.c: Likewise.
51308         * math/w_exp2f.c: Likewise.
51309         * math/w_exp2l.c: Likewise.
51310         * math/w_hypot.c: Likewise.
51311         * math/w_hypotf.c: Likewise.
51312         * math/w_hypotl.c: Likewise.
51313         * math/w_lgamma.c: Likewise.
51314         * math/w_lgamma_r.c: Likewise.
51315         * math/w_lgammaf.c: Likewise.
51316         * math/w_lgammaf_r.c: Likewise.
51317         * math/w_lgammal.c: Likewise.
51318         * math/w_lgammal_r.c: Likewise.
51319         * math/w_sinh.c: Likewise.
51320         * math/w_sinhf.c: Likewise.
51321         * math/w_sinhl.c: Likewise.
51322         * math/w_tgamma.c: Likewise.
51323         * math/w_tgammaf.c: Likewise.
51324         * math/w_tgammal.c: Likewise.
51325         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51326         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51327         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51328         Minor optimizations.  Pretty printing.  Remove cruft.
51329         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51330         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51331         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51332         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51333         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51334         * sysdeps/i386/fpu/e_asin.S: Likewise.
51335         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51336         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51337         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51338         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51339         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51340         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51341         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51342         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51343         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51344         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51345         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51346         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51347         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51348         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51349         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51350         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51351         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51352         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51353         * sysdeps/i386/fpu/e_log.S: Likewise.
51354         * sysdeps/i386/fpu/e_log10.S: Likewise.
51355         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51356         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51357         * sysdeps/i386/fpu/e_log2.S: Likewise.
51358         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51359         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51360         * sysdeps/i386/fpu/e_logf.S: Likewise.
51361         * sysdeps/i386/fpu/e_logl.S: Likewise.
51362         * sysdeps/i386/fpu/e_pow.S: Likewise.
51363         * sysdeps/i386/fpu/e_powf.S: Likewise.
51364         * sysdeps/i386/fpu/e_powl.S: Likewise.
51365         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51366         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51367         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51368         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51369         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51370         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51371         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51372         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51373         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51374         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51375         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51376         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51377         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51378         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51379         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51380         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51381         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51382         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51383         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51384         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51385         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51386         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51387         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51388         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51389         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51390         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51391         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51392         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51393         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51394         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51395         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51396         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51397         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51398         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51399         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51400         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51401         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51402         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51403         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51404         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51405         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51406         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51407         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51408         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51409         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51410         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51411         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51412         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51413         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51414         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51415         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51416         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51417         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51418         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51419         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51420         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51421         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51422         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51423         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51424         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51425         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51426         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51427         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51428         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51429         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51430         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51431         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51432         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51433         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51434         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51435         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51436         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51437         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51438         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51439         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51440         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51441         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51442         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51443         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51444         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51445         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51446         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51447         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51448         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51449         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51450         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51451         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51452         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51453         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51454         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51455         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51456         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51457         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51458         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51459         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51460         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51461         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51462         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51463         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51464         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51465         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51466         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51467         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51468         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51469         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51470         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51471         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51472         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51473         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51474         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51475         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51476         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51477         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51478         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51479         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51480         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51481         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51482         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51483         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51484         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51485         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51486         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51487         (__isnanf): Likewise.
51488         (__isinf_ns): Likewise.
51489         (__isinf_nsf): Likewise.
51490         (__finite): Likewise.
51491         (__finitef): Likewise.
51492         (__ieee754_sqrt): Define as macro.
51493         (__ieee754_sqrtf): Define as macro.
51494         (__ieee754_sqrtl): Define as macro.
51495         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51496         inlined copy.
51497         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51498         __FINITE_MATH_ONLY__ consistent.
51499         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51501 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51503         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51504         of rawmemchr.
51506         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51508 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51510         * po/ja.po: Update from translation team.
51512 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51514         * locale/programs/locarchive.c (prepare_address_space): New function.
51515         (create_archive, enlarge_archive, open_archive): Use it.
51517         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51518         inside [SHARED], where it is used.
51520         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51522         * nss/getent.c (netgroup_keys): Remove unused variable.
51523         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51525 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51527         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51528         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51529         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51530         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51531         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51532         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51533         * math/Makefile (libm-calls): Add s_isinf_ns.
51534         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51535         * math/multc3.c: Likewise.
51536         * math/s_casin.c: Likewise.
51537         * math/s_casinf.c: Likewise.
51538         * math/s_casinl.c: Likewise.
51539         * math/s_ccos.c: Likewise.
51540         * math/s_ccosf.c: Likewise.
51541         * math/s_ccosl.c: Likewise.
51542         * math/s_ctan.c: Likewise.
51543         * math/s_ctanf.c: Likewise.
51544         * math/s_ctanh.c: Likewise.
51545         * math/s_ctanhf.c: Likewise.
51546         * math/s_ctanhl.c: Likewise.
51547         * math/s_ctanl.c: Likewise.
51548         * math/w_fmod.c: Likewise.
51549         * math/w_fmodf.c: Likewise.
51550         * math/w_fmodl.c: Likewise.
51551         * math/w_remainder.c: Likewise.
51552         * math/w_remainderf.c: Likewise.
51553         * math/w_remainderl.c: Likewise.
51554         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51555         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51556         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51557         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51558         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51559         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51560         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51561         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51563         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51564         of the number.
51565         * stdio-common/printf_fphex.c: Likewise.
51566         * stdio-common/printf_size.c: Likewise.
51568         * math/e_exp10.c: Include math_private.h using <...> not "...".
51569         * math/e_exp10f.c: Likewise.
51570         * math/e_exp10l.c: Likewise.
51571         * math/e_exp2l.c: Likewise.
51572         * math/e_j0l.c: Likewise.
51573         * math/e_j1l.c: Likewise.
51574         * math/e_jnl.c: Likewise.
51575         * math/e_lgammal_r.c: Likewise.
51576         * math/e_rem_pio2l.c: Likewise.
51577         * math/e_scalb.c: Likewise.
51578         * math/e_scalbf.c: Likewise.
51579         * math/e_scalbl.c: Likewise.
51580         * math/k_cosl.c: Likewise.
51581         * math/k_sinl.c: Likewise.
51582         * math/k_tanl.c: Likewise.
51583         * math/s_cacoshf.c: Likewise.
51584         * math/s_catan.c: Likewise.
51585         * math/s_catanf.c: Likewise.
51586         * math/s_catanh.c: Likewise.
51587         * math/s_catanhf.c: Likewise.
51588         * math/s_catanhl.c: Likewise.
51589         * math/s_catanl.c: Likewise.
51590         * math/s_ccosh.c: Likewise.
51591         * math/s_ccoshf.c: Likewise.
51592         * math/s_ccoshl.c: Likewise.
51593         * math/s_cexp.c: Likewise.
51594         * math/s_cexpf.c: Likewise.
51595         * math/s_cexpl.c: Likewise.
51596         * math/s_clog.c: Likewise.
51597         * math/s_clog10.c: Likewise.
51598         * math/s_clog10f.c: Likewise.
51599         * math/s_clog10l.c: Likewise.
51600         * math/s_clogf.c: Likewise.
51601         * math/s_clogl.c: Likewise.
51602         * math/s_csin.c: Likewise.
51603         * math/s_csinf.c: Likewise.
51604         * math/s_csinh.c: Likewise.
51605         * math/s_csinhf.c: Likewise.
51606         * math/s_csinhl.c: Likewise.
51607         * math/s_csinl.c: Likewise.
51608         * math/s_csqrt.c: Likewise.
51609         * math/s_csqrtf.c: Likewise.
51610         * math/s_csqrtl.c: Likewise.
51611         * math/s_ctan.c: Likewise.
51612         * math/s_ctanf.c: Likewise.
51613         * math/s_ctanh.c: Likewise.
51614         * math/s_ctanhf.c: Likewise.
51615         * math/s_ctanhl.c: Likewise.
51616         * math/s_ctanl.c: Likewise.
51617         * math/s_ldexp.c: Likewise.
51618         * math/s_ldexpf.c: Likewise.
51619         * math/s_ldexpl.c: Likewise.
51620         * math/s_significand.c: Likewise.
51621         * math/s_significandf.c: Likewise.
51622         * math/s_significandl.c: Likewise.
51623         * math/w_acos.c: Likewise.
51624         * math/w_acosf.c: Likewise.
51625         * math/w_acosh.c: Likewise.
51626         * math/w_acoshf.c: Likewise.
51627         * math/w_acoshl.c: Likewise.
51628         * math/w_acosl.c: Likewise.
51629         * math/w_asin.c: Likewise.
51630         * math/w_asinf.c: Likewise.
51631         * math/w_asinl.c: Likewise.
51632         * math/w_atan2.c: Likewise.
51633         * math/w_atan2f.c: Likewise.
51634         * math/w_atan2l.c: Likewise.
51635         * math/w_atanh.c: Likewise.
51636         * math/w_atanhf.c: Likewise.
51637         * math/w_atanhl.c: Likewise.
51638         * math/w_cosh.c: Likewise.
51639         * math/w_coshf.c: Likewise.
51640         * math/w_coshl.c: Likewise.
51641         * math/w_dremf.c: Likewise.
51642         * math/w_exp10.c: Likewise.
51643         * math/w_exp10f.c: Likewise.
51644         * math/w_exp10l.c: Likewise.
51645         * math/w_exp2.c: Likewise.
51646         * math/w_exp2f.c: Likewise.
51647         * math/w_fmod.c: Likewise.
51648         * math/w_fmodf.c: Likewise.
51649         * math/w_fmodl.c: Likewise.
51650         * math/w_hypot.c: Likewise.
51651         * math/w_hypotf.c: Likewise.
51652         * math/w_hypotl.c: Likewise.
51653         * math/w_j0.c: Likewise.
51654         * math/w_j0f.c: Likewise.
51655         * math/w_j0l.c: Likewise.
51656         * math/w_j1.c: Likewise.
51657         * math/w_j1f.c: Likewise.
51658         * math/w_j1l.c: Likewise.
51659         * math/w_jn.c: Likewise.
51660         * math/w_jnf.c: Likewise.
51661         * math/w_jnl.c: Likewise.
51662         * math/w_lgamma.c: Likewise.
51663         * math/w_lgamma_r.c: Likewise.
51664         * math/w_lgammaf.c: Likewise.
51665         * math/w_lgammaf_r.c: Likewise.
51666         * math/w_lgammal.c: Likewise.
51667         * math/w_lgammal_r.c: Likewise.
51668         * math/w_log.c: Likewise.
51669         * math/w_log10.c: Likewise.
51670         * math/w_log10f.c: Likewise.
51671         * math/w_log10l.c: Likewise.
51672         * math/w_log2.c: Likewise.
51673         * math/w_log2f.c: Likewise.
51674         * math/w_log2l.c: Likewise.
51675         * math/w_logf.c: Likewise.
51676         * math/w_logl.c: Likewise.
51677         * math/w_pow.c: Likewise.
51678         * math/w_powf.c: Likewise.
51679         * math/w_powl.c: Likewise.
51680         * math/w_remainder.c: Likewise.
51681         * math/w_remainderf.c: Likewise.
51682         * math/w_remainderl.c: Likewise.
51683         * math/w_scalb.c: Likewise.
51684         * math/w_scalbf.c: Likewise.
51685         * math/w_scalbl.c: Likewise.
51686         * math/w_sinh.c: Likewise.
51687         * math/w_sinhf.c: Likewise.
51688         * math/w_sinhl.c: Likewise.
51689         * math/w_sqrt.c: Likewise.
51690         * math/w_sqrtf.c: Likewise.
51691         * math/w_sqrtl.c: Likewise.
51692         * math/w_tgamma.c: Likewise.
51693         * math/w_tgammaf.c: Likewise.
51694         * math/w_tgammal.c: Likewise.
51696         * po/ja.po: Update from translation team.
51698 2011-09-29  Andreas Jaeger  <aj@suse.de>
51700         [BZ #13179]
51701         * sunrpc/netname.c (netname2host): Fix logic.
51703         [BZ #6779]
51704         [BZ #6783]
51705         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51706         correctly.
51707         * math/w_remainder.c (__remainder): Likewise.
51708         * math/w_remainderf.c (__remainderf): Likewise.
51709         * math/libm-test.inc (remainder_test): Add test cases.
51711 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51713         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51714         sdiv_qrnnd.
51716 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51718         * string/test-memcmp.c: Avoid unncessary #defines.
51719         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51721 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51723         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51724         Use new sse2 version for core i3 - i7 as it's faster
51725         than sse42 version.
51726         (bit_Prefer_PMINUB_for_stringop): New.
51727         * sysdeps/x86_64/rawmemchr.S: Update.
51728         Replace with faster SSE2 version.
51729         * sysdeps/x86_64/memrchr.S: New file.
51730         * sysdeps/x86_64/memchr.S: Update.
51731         Replace with faster SSE2 version.
51733 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51735         * elf/dl-load.c (lose): Add cast to avoid warning.
51737 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51739         * po/ca.po: Update from translation team.
51741         * inet/getnetgrent_r.c: Hook up nscd.
51742         * nscd/Makefile (routines): Add nscd_netgroup.
51743         (nscd-modules): Add netgroupcache.
51744         (CFLAGS-netgroupcache.c): Define.
51745         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51746         (cache_search): Add const to second parameter.
51747         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51748         INNETGR.
51749         (dbs): Add netgrdb entry.
51750         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51751         (verify_persistent_db): Handle netgrdb.
51752         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51753         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51754         GETFDNETGR.
51755         (netgroup_response_header): Define.
51756         (innetgroup_response_header): Define.
51757         (datahead): Add netgroup_response_header and innetgroup_response_header
51758         elements.
51759         * nscd/nscd.conf: Add entries for netgroup cache.
51760         * nscd/nscd.h (dbtype): Add netgrdb.
51761         (_PATH_NSCD_NETGROUP_DB): Define.
51762         (netgroup_iov_disabled): Declare.
51763         (xmalloc, xcalloc, xrealloc): Move declarations here.
51764         (cache_search): Adjust prototype.
51765         Add netgroup-related prototypes.
51766         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51767         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51768         (__nscd_innetgr): Declare.
51769         * nscd/selinux.c (perms): Use access_vector_t as element type and
51770         add netgroup-related initializers.
51771         * nscd/netgroupcache.c: New file.
51772         * nscd/nscd_netgroup.c: New file.
51773         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51774         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51775         For four parameters use innetgr.
51776         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51777         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51778         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51779         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51781         * nscd/connections.c (register_traced_file): Don't register file
51782         for disabled databases.
51784 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51786         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51788         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51789         from tree and freeing node.
51791 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51793         * nss/nsswitch.c (__nss_database_lookup): Handle
51794         nss_parse_service_list out of memory case.
51796 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51798         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51799         out of memory case.
51801 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51803         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51804         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51805         pass it down.
51806         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51807         elf_machine_rela, elf_machine_lazy_rel.
51808         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51809         (ELF_DYNAMIC_DO_REL): Likewise.
51810         (ELF_DYNAMIC_DO_RELA): Likewise.
51811         (ELF_DYNAMIC_RELOCATE): Likewise.
51812         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51813         to ELF_DYNAMIC_DO_REL.
51814         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51815         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51816         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51817         elf_machine_rela.
51818         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51819         skip_ifunc, don't call ifunc function if non-zero.
51820         (elf_machine_rela): Likewise.
51821         (elf_machine_lazy_rel): Likewise.
51822         (elf_machine_lazy_rela): Likewise.
51823         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51824         (elf_machine_lazy_rel): Likewise.
51825         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51826         Likewise.
51827         (elf_machine_lazy_rel): Likewise.
51828         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51829         Likewise.
51830         (elf_machine_lazy_rel): Likewise.
51831         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51832         (elf_machine_lazy_rel): Likewise.
51833         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51834         (elf_machine_lazy_rel): Likewise.
51835         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51836         (elf_machine_lazy_rel): Likewise.
51837         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51838         (elf_machine_lazy_rel): Likewise.
51839         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51840         (elf_machine_lazy_rel): Likewise.
51841         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51842         (elf_machine_lazy_rel): Likewise.
51844 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51846         * nss/nss_files/files-init.c (_nss_files_init): Use static
51847         initialization for all the *_traced_file variables.
51849 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51851         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51853 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51855         [BZ #13226]
51856         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51858 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51860         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51861         Reread the line before reparsing it.
51863 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51865         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51867 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51868             Maxim Kuvyrkov  <maxim@codesourcery.com>
51869             Joseph Myers  <joseph@codesourcery.com>
51871         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51872         if needed for __stack_chk_guard.
51874 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51876         * sysdeps/posix/spawni.c (script_execute): Always define it.
51877         It will be optimized away if unused.
51878         (maybe_script_execute): New function.
51879         (__spawni): Call it.
51881         * Makerules: Don't include tls.make.
51882         (config-tls): Always set to thread.
51883         * tls.make.c: File removed.
51885 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51887         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51888         * config.make.in (CPPFLAGS-config): New substituted variable.
51890 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51892         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51894         [BZ #13192]
51895         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51896         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51898 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51900         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51901         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51902         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51903         (CALL_FAIL): Likewise.
51904         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51905         (CALL_FAIL): Macro removed.
51906         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51908 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51910         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51911         for __FINITE_MATH_ONLY__ == 1.
51913 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51915         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51916         __ieee754_sqrt instead of sqrt.
51917         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51918         __ieee754_sqrtf instead of sqrtf.
51919         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51920         __floorf instead of floorf.
51921         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51922         __floorf, __truncf instead of floorf, truncf.
51924 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51926         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51928         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51929         __extern_always_inline.
51930         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51931         32-bit.
51933 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51935         * elf/rtld.c (dl_main): Also relocate in dependency order when
51936         doing symbol dependency testing.
51938 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51940         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51941         Always define `refsym'.
51943 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51945         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51946         (__FD_ELT): Renamed from __FDELT.
51947         * misc/bits/select2.h (__FD_ELT): Likewise.
51948         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51949         __FD_MASK instead of __FDELT, __FDMASK.
51950         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51951         Likewise.
51952         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51953         Likewise.
51955         * elf/Makefile (gen-ldd): Fix pattern.
51957         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51958         (init_tls): Likewise.
51960 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51962         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51964 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51966         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51967         `struct cmsghdr *' instead of `void *'.
51968         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51969         Likewise.
51971 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51973         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51974         if non-absolute.
51975         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51976         ldd_rewrite_script.
51978 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51980         * configure.in: Remove --with-tls option.
51981         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51982         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51983         out in case it is missing.
51984         * sysdeps/ia64/elf/configure.in: Likewise.
51985         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51986         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51987         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51988         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51989         * sysdeps/sh/elf/configure.in: Likewise.
51990         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51991         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51992         * sysdeps/x86_64/elf/configure.in: Likewise.
51993         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51994         * sysdeps/mach/hurd/tls.h: Likewise.
51996         [BZ #13067]
51997         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51999         [BZ #13090]
52000         * configure.in: Fix use of AC_INIT.
52002         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52004 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52006         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52007         __set_errno.
52008         * malloc/hooks.c: Likewise.
52010         [BZ #11929]
52011         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52012         variables statically.
52013         (narenas): Initialize.
52014         (list_lock): Initialize.
52015         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52016         initializtion of main_arena and list_lock.  Small cleanups.
52017         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52018         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52019         Add initializers to main_arena and mp_.
52020         (malloc_state): Remove pagesize member.  Change all users to use
52021         GLRO(dl_pagesize).
52023         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52024         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52025         is always initialized.
52027         * malloc/malloc.c: Removed unused configurations and dead code.
52028         * malloc/arena.c: Likewise.
52029         * malloc/hooks.c: Likewise.
52030         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52032         * include/tls.h: Removed.  USE___THREAD must always be defined.
52033         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52034         * elf/dl-libc.c: Likewise.
52035         * elf/dl-tsd.c: Likewise.
52036         * include/errno.h: Likewise.
52037         * include/netdb.h: Likewise.
52038         * include/resolv.h: Likewise.
52039         * inet/herrno-loc.c: Likewise.
52040         * inet/herrno.c: Likewise.
52041         * malloc/arena.c: Likewise.
52042         * malloc/hooks.c: Likewise.
52043         * malloc/malloc.c: Likewise.
52044         * resolv/res-state.c: Likewise.
52045         * resolv/res_libc.c: Likewise.
52046         * sysdeps/i386/dl-machine.h: Likewise.
52047         * sysdeps/ia64/dl-machine.h: Likewise.
52048         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52049         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52050         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52051         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52052         * sysdeps/sh/dl-machine.h: Likewise.
52053         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52054         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52055         * sysdeps/unix/i386/sysdep.S: Likewise.
52056         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52057         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52058         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52059         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52060         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52061         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52062         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52063         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52064         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52065         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52066         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52067         * sysdeps/x86_64/dl-machine.h: Likewise.
52068         * tls.make.c: Likewise.
52070         * configure.in: Remove --with-__thread option.  Make tests for
52071         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52072         tls_model attribute fail if no support is available.  Remove
52073         USE_IN_LIBIO.
52074         * Makeconfig: Adjust for dropped configure option.  All features are
52075         now mandatory.
52076         * Makerules: Likewise.
52077         * Versions.def: Likewise.
52078         * argp/argp-fmtstream.c: Likewise.
52079         * argp/argp-fmtstream.h: Likewise.
52080         * argp/argp-help.c: Likewise.
52081         * assert/assert.c: Likewise.
52082         * config.h.in: Likewise.
52083         * config.make.in: Likewise.
52084         * configure: Likewise.
52085         * configure.in: Likewise.
52086         * csu/Versions: Likewise.
52087         * csu/init.c: Likewise.
52088         * elf/tst-audit2.c: Likewise.
52089         * elf/tst-tls10.c: Likewise.
52090         * elf/tst-tls10.h: Likewise.
52091         * elf/tst-tls11.c: Likewise.
52092         * elf/tst-tls12.c: Likewise.
52093         * elf/tst-tls14.c: Likewise.
52094         * elf/tst-tlsmod11.c: Likewise.
52095         * elf/tst-tlsmod12.c: Likewise.
52096         * elf/tst-tlsmod13.c: Likewise.
52097         * elf/tst-tlsmod13a.c: Likewise.
52098         * elf/tst-tlsmod14a.c: Likewise.
52099         * elf/tst-tlsmod15b.c: Likewise.
52100         * elf/tst-tlsmod16a.c: Likewise.
52101         * elf/tst-tlsmod16b.c: Likewise.
52102         * elf/tst-tlsmod7.c: Likewise.
52103         * elf/tst-tlsmod8.c: Likewise.
52104         * elf/tst-tlsmod9.c: Likewise.
52105         * gmon/gmon.c: Likewise.
52106         * grp/fgetgrent_r.c: Likewise.
52107         * grp/putgrent.c: Likewise.
52108         * hurd/fopenport.c: Likewise.
52109         * include/libc-symbols.h: Likewise.
52110         * include/tls.h: Likewise.
52111         * intl/gettextP.h: Likewise.
52112         * intl/loadinfo.h: Likewise.
52113         * locale/global-locale.c: Likewise.
52114         * locale/localeinfo.h: Likewise.
52115         * mach/devstream.c: Likewise.
52116         * malloc/arena.c: Likewise.
52117         * malloc/set-freeres.c: Likewise.
52118         * misc/err.c: Likewise.
52119         * misc/getttyent.c: Likewise.
52120         * misc/mntent_r.c: Likewise.
52121         * posix/getopt.c: Likewise.
52122         * posix/wordexp.c: Likewise.
52123         * pwd/fgetpwent_r.c: Likewise.
52124         * resolv/Versions: Likewise.
52125         * resolv/res_hconf.c: Likewise.
52126         * shadow/fgetspent_r.c: Likewise.
52127         * shadow/putspent.c: Likewise.
52128         * stdio-common/printf_fphex.c: Likewise.
52129         * stdio-common/tmpfile.c: Likewise.
52130         * stdlib/abort.c: Likewise.
52131         * stdlib/fmtmsg.c: Likewise.
52132         * sunrpc/auth_unix.c: Likewise.
52133         * sunrpc/clnt_perr.c: Likewise.
52134         * sunrpc/clnt_tcp.c: Likewise.
52135         * sunrpc/clnt_udp.c: Likewise.
52136         * sunrpc/clnt_unix.c: Likewise.
52137         * sunrpc/openchild.c: Likewise.
52138         * sunrpc/svc_simple.c: Likewise.
52139         * sunrpc/svc_tcp.c: Likewise.
52140         * sunrpc/svc_udp.c: Likewise.
52141         * sunrpc/svc_unix.c: Likewise.
52142         * sunrpc/xdr.c: Likewise.
52143         * sunrpc/xdr_array.c: Likewise.
52144         * sunrpc/xdr_rec.c: Likewise.
52145         * sunrpc/xdr_ref.c: Likewise.
52146         * sunrpc/xdr_stdio.c: Likewise.
52148 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52150         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52152 2011-07-03  Andreas Jaeger  <aj@suse.de>
52154         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52155         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52156         regenerate with gen-libm-tests.pl.
52158 2010-05-12  Petr Baudis  <pasky@suse.cz>
52160         [BZ #11589]
52161         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52162         around j0() zero points by switching to j1().
52163         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52164         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52165         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52166         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52168 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52170         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52171         instead of 0.
52172         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52173         instead of 0.
52174         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52175         Patch in part by Pavel Roskin <proski@gnu.org>.
52177         [BZ #13138]
52178         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52179         realloc.
52180         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52181         Free memory block if necessary.
52183         [BZ #12847]
52184         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52185         be NULL.  Don't lock in this case.
52187 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52189         * elf/elf.h (ELFOSABI_GNU): New macro.
52190         (ELFOSABI_LINUX): Define to that.
52192 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52194         * string/strncat.c (strncat): Undef the symbol in case it has been
52195         defined in bits/string.h.
52197 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52199         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52201         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52202         link map.
52204 2011-08-17  Andreas Jaeger  <aj@suse.de>
52206         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52208 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52209             Ian Lance Taylor  <iant@google.com>
52211         * math/libm-test.inc (lround_test): New testcase.
52212         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52214 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52216         * Makefile: Remove support for automatic cvs check-ins.
52217         * Makerules: Likewise.
52218         * config.make.in: Likewise.
52219         * configure.in: Likewise.
52220         * intl/Makefile: Likewise.
52221         * locale/Makefile: Likewise.
52222         * po/Makefile: Likewise.
52223         * posix/Makefile: Likewise.
52224         * sysdeps/gnu/Makefile: Likewise.
52225         * sysdeps/mach/hurd/Makefile: Likewise.
52226         * sysdeps/sparc/sparc32/Makefile: Likewise.
52228         [BZ #13118]
52229         * posix/Makefile (bug-regex32-ENV): Define.
52230         Patch by John Stanley <jpsinthemix@verizon.net>.
52232         * misc/Makefile (headers): Add bits/select2.h.
52233         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52234         * misc/bits/select2.h: New file.
52235         * include/bits/select2.h: New file.
52236         * debug/Makefile (routines): Add fdelt_chk.
52237         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52238         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52239         FD_ISSET.
52240         * debug/fdelt_chk.c: New file.
52242         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52243         * wcsmbs/test-wmemcmp.c: Likewise.
52244         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52245         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52247 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52249         * string/Makefile (strop-tests): Add memcmp.
52250         * string/test-wmemcmp.c: New file.
52251         * string/test-memcmp.c: Add wmemcmp support.
52253 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52255         [BZ #13153]
52256         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52257         2011-07-19 change.
52259         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52260         garbage value in a __mach_port_mod_refs call in the cases of the
52261         task-self and thread-self ports.
52263 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52265         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52267 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52269         * elf/dl-load.c (lose): Check for non-null L.
52271 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52273         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52275         * elf/dl-libc.c (dlerror_run): Pass back error code from
52276         dl_catch_error.
52278         [BZ #13123]
52279         * elf/dl-load.c (lose): Free l_origin if it is valid.
52281         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52282         names.
52283         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52284         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52285         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52286         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52287         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52288         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52290 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52292         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52293         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52294         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52295         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52296         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52297         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52298         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52299         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52300         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52301         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52303 2011-08-15  Alan Modra  <amodra@gmail.com>
52305         [BZ #13092]
52306         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52307         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52308         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52309         ppc_mcount to static-only-routines.
52310         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52311         __mcount_internal.
52312         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52313         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52315 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52317         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52318         for finite and infinity parameters.
52320 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52322         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52323         and add nop instructions for throughput optimization.
52324         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52326 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52328         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52329         aligned copy for power7 with vector-scalar instructions.
52330         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52332 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52334         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52335         AVX check.
52337 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52339         [BZ #13144]
52340         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52341         last change.
52343 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52345         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52346         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52347         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52348         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52349         clock_gettime.
52351 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52353         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52354         Forgot to demangle the pointer.
52356         * sysdeps/i386/sysdep.h: Define atom_text_section.
52357         * sysdeps/x86_64/sysdep.h: Likewise.
52358         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52359         section with atom_text_section.
52360         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52361         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52362         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52363         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52364         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52366         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52367         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52368         already be defined.  Change to take two parameters and don't assign
52369         result to variable.  Adjust all users.
52370         Define INTERNAL_GETTIME if not already defined.
52371         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52372         call.
52373         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52374         HAVE_CLOCK_GETTIME_VSYSCALL.
52375         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52377         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52378         gettimeofday vsyscall, just use time.
52380 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52383         <errno.h>.
52385 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52387         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52388         syscall on x86-64.
52389         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52390         syscall.
52391         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52392         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52393         syscall if possible.
52395 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52397         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52398         e_ident.  Don't pass to find_mapsXX.
52399         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52401 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52404         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52405         * sysdeps/x86_64/multiarch/strchr.S: Update.
52406         Check bit_slow_BSF bit.
52407         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52408         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52409         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52411 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52413         [BZ #13134]
52414         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52415         before glibc 2.15.
52416         (tryshell): Define.
52417         (__spawni): Change last parameter to be flag.  Test
52418         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52419         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52420         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52421         * posix/spawni.c: Likewise.
52422         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52423         * posix/spawnp.c: Likewise.  Change normal version to use
52424         SPAWN_XFLAGS_USE_PATH.
52425         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52426         SPAWN_XFLAGS_TRY_SHELL.
52428         [BZ #13150]
52429         * posix/glob.h: Remove gcc 1.x support.
52431         [BZ #13068]
52432         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52434 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52436         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52437         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52438         strrchr-sse2-bsf
52439         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52440         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52441         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52442         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52443         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52444         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52446 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52448         * sysdeps/x86_64/wcscmp.S: New file.
52450         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52451         wcscmp-c wcscmp-sse2
52452         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52453         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52454         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52455         * wcsmbs/wcscmp.c: Allow renaming.
52457 2011-09-05  David S. Miller  <davem@davemloft.net>
52459         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52460         stack slot, rather than the struct return pointer slot.
52461         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52462         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52464         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52466 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52468         * po/ja.po: Update from translation team.
52470         [BZ #13144]
52471         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52472         kernel in 64-bit binaries.
52474 2011-09-01  David S. Miller  <davem@davemloft.net>
52476         * elf/elf.h (HWCAP_SPARC_*): Move to..
52477         * sysdeps/sparc/sysdep.h: this new file and add new values.
52478         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52479         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52480         _DL_HWCAP_COUNT to 24.
52481         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52482         entries.
52483         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52484         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52485         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52486         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52487         instead of magic constants.
52488         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52490 2011-08-31  David S. Miller  <davem@davemloft.net>
52492         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52494         Reimplement to do errno handling inline.
52495         (SYSCALL_ERROR_HANDLER): New macro.
52496         (__SYSCALL_STRING): Do not do errno handling in asm.
52497         (__CLONE_SYSCALL_STRING): Delete.
52498         (__INTERNAL_SYSCALL_STRING): Delete.
52499         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52500         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52501         (PSEUDO): Reimplement to do errno handling inline.
52502         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52503         (SYSCALL_ERROR_HANDLER): New macro.
52504         (__SYSCALL_STRING): Do not do errno handling in asm.
52505         (__CLONE_SYSCALL_STRING): Delete.
52506         (__INTERNAL_SYSCALL_STRING): Delete.
52507         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52508         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52509         i386.
52510         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52511         (inline_syscall*): Add 'err' argument.
52512         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52513         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52514         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52515         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52517         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52518         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52520 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52522         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52524 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52526         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52527         directive.
52529 2011-08-24  David S. Miller  <davem@davemloft.net>
52531         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52533 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52535         * elf/Makefile: Add rules to build and run unload8 test.
52536         * elf/unload8.c: New file.
52537         * elf/unload8mod1.c: New file.
52538         * elf/unload8mod1x.c: New file.
52539         * elf/unload8mod2.c: New file.
52540         * elf/unload8mod3.c: New file.
52542         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52543         it wasn't used.
52545 2011-08-23  David S. Miller  <davem@davemloft.net>
52547         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52548         subtract stack bias.
52549         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52550         %sp not %fp in calculations.
52551         (_JMPBUF_UNWINDS_ADJ): Likewise.
52553         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52554         (aio_suspend): Call it to force an exception region around the
52555         AIO_MISC_WAIT() invocation.
52557 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52559         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52560         backslash.
52562 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52564         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52565         protection macro.
52566         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52567         and <dl-machine.h>.
52568         (Elf64_FuncDesc): Remove.
52570 2011-08-22  David S. Miller  <davem@davemloft.net>
52572         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52573         sigaltstack check, add missing cfi directives.
52574         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52575         missing cfi directives, and sigaltstack handling.
52577 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52579         [BZ #11724]
52580         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52581         object is seen twice.
52582         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52584         * elf/Makefile (distribute): Add tst-initorder2.c.
52585         (tests): Add tst-initorder2.
52586         (modules-names): Add tst-initorder2a tst-initorder2b
52587         tst-initorder2c tst-initorder2d.  Add rules to build them.
52588         ($(objpfx)tst-initorder2.out): New rule.
52589         * elf/tst-initorder2.c: New file.
52590         * elf/tst-initorder2.exp: New file.
52592 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52594         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52596         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52597         dependencies back to end of function.
52599         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52600         $(elfobjdir)/ld.so.
52602 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52604         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52605         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52606         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52607         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52608         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52609         of __vdso_gettimeofday.
52610         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52611         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52612         attribute_hidden.
52613         (_libc_vdso_platform_setup): Remove initialization of
52614         __vdso_gettimeofday and __vdso_time.
52616 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52618         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52619         and fgetc_unlocked.
52620         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52621         getc_unlocked.
52623         * elf/dl-open.c (add_to_global): Report additions to the global scope
52624         for LD_DEBUG=scopes.
52625         (dl_open_worker): Also print scope of newly loaded dependencies.
52626         (_dl_show_scope): Indicate if there is no scope.
52628         [BZ #13114]
52629         * stdio-common/Makefile (tests): Add bug24.
52630         * stdio-common/bug24.c: New file.
52632 2011-08-19  Andreas Jaeger  <aj@suse.de>
52634         [BZ #13114]
52635         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52636         non-existant file when using close-on-exec mode.
52638 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52640         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52641         the very first instruction.
52643         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52644         the CFI state in the end.
52645         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52646         inclusion of dl-trampoline.h.
52647         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52649 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52651         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52652         expectations for long double.
52654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52655         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52657 2011-08-14  David S. Miller  <davem@davemloft.net>
52659         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52660         artificual limit depends upon the system page size.
52662 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52664         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52665         * resolv/Makefile: Define CFLAGS-libresolv.
52667 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52669         * nss/makedb.c (compute_tables): Make variables used in nested
52670         function static.
52672 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52674         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52675         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52676         if buffer was too small.
52678         * elf/pldd.c (main): Attach to all threads in the process.
52679         Rewrite /proc handling to use *at functions.
52681 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52683         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52684         specifies first scope to show.
52685         (dl_open_worker): Update callers.  Move printing scope of new
52686         object to before the relocation.
52687         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52688         * sysdeps/generic/ldsodefs.h: Update declaration.
52690         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52691         string for the scope number.
52693 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52695         * nscd/servicescache.c (cache_addserv): Make sure written is always
52696         initialized.
52698 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52700         * sysdeps/i386/i486/bits/atomic.h
52701         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52702         statement expression, so as to suppress "set but not used" warning.
52703         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52705         * string/strncat.c (STRNCAT): Use prototype definition.
52707         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52708         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52709         -Iprograms here.
52710         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52711         (localedef-modules): Add localedef.
52712         (locale-modules): Add locale.
52714         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52715         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52716         to avoid a warning.
52718 2011-08-14  David S. Miller  <davem@davemloft.net>
52720         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52721         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52723 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52725         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52726         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52727         * elf/rtld.c (dl_main): Set l_name of vDSO.
52728         Call _dl_show_scope when DL_DEBUG_SCOPES.
52729         (process_dl_debug): Recognize scopes flag and also set it for all.
52730         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52731         Declare _dl_show_scope.
52733         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52734         (do_dlopen): Pass caller_dlopen to dl_open.
52735         (__libc_dlopen_mode): Initialize caller_dlopen.
52737         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52738         of libc.  Make tolower call locale-independent.  Optimize a bit by
52739         using isdigit instead of isalnum.
52740         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52742 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52744         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52745         was a dependency or dynamically loaded.
52747 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52749         * intl/l10nflist.c: Allow architecture-specific pop function.
52750         * sysdeps/x86_64/l10nflist.c: New file.
52752         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52753         classification.
52755 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52757         * include/dirent.h: Add libc_hidden_proto for scandirat and
52758         scandirat64.  Don't declare __scandirat64.
52759         * dirent/scandirat.c: Add libc_hidden_def.
52760         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52761         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52763 2011-08-10  David S. Miller  <davem@davemloft.net>
52765         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52766         enum.
52767         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52768         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52769         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52771 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52773         * Versions.def [libc]: Add GLIBC_2.15.
52774         * dirent/Makefile (routines): Add scandirat and scandirat64.
52775         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52776         GLIBC_2.15.
52777         * dirent/dirent.h: Declare scandirat and scandirat64.
52778         * dirent/scandirat.c: New file.
52779         * dirent/scandirat64.c: New file.
52780         * sysdeps/wordsize-64/scandirat.c: New file.
52781         * sysdeps/wordsize-64/scandirat64.c: New file.
52782         * dirent/opendir.c: Define opendirat.
52783         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52784         using scandirat.
52785         * dirent/scandir64.c: Adjust for scandir.c change.
52786         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52787         __scandirat64, and __scandir_cancel_handler.
52788         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52789         additional parameter and use openat instead of open (outside of ld.so).
52790         Add new __opendir as wrapper around __opendirat.
52791         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52792         here without requiring old scandirat implementation.
52794 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52796         * dirent/scandir.c (cancel_handler): Renamed to
52797         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52798         defined.  Adjust users.
52799         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52800         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52802 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52804         * string/test-string.h (IMPL): Use __STRING to expand name and then
52805         stringify it.
52807         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52808         of cleanups.
52810 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52812         * string/Makefile: Update.
52813         (strop-tests): Append strncat.
52814         * string/test-wcscmp.c: New file.
52815         New comprehensive test for wcscmp.
52816         * string/test-strcmp.c: Update.
52817         (WIDE): New define.
52819 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52821         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52822         line.
52824 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52826         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52827         encoding to ACE if AI_IDN.
52829 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52831         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52832         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52834 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52836         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52837         Fix overflow bug in strncat.
52838         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52840         * string/test-strncat.c: Update.
52841         Add new tests for checking overflow bugs.
52843 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52845         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52846         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52847         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52848         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52849         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52850         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52851         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52852         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52853         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52855         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52856         (USE_AS_STRCAT): Define.
52857         Add strcat and strncat support.
52858         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52860 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52862         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52863         __n bigger than INT_MAX+1.
52864         (__strncmp_g): Likewise.
52866 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52868         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52869         * libio/stido.h: Likewise.
52871         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52872         (AF_NFC): Define.
52873         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52874         (AF_NFC): Define.
52876         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52877         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52878         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52879         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52880         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52882         [BZ #13021]
52883         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52884         installed.
52886         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52887         typo.
52888         (_dl_x86_64_save_sse): Likewise.
52890 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52892         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52893         OSXSAVE.
52894         (_dl_x86_64_save_sse): Likewise.
52896         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52898         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52900 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52902         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52903         change.
52904         (_dl_x86_64_save_sse): Use correct AVX check.
52906 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52908         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52909         bug in strncpy/strncat.
52910         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52912 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52914         * string/tester.c (test_strcat): Add tests for different alignments
52915         of source and destination.
52916         (test_strncat): Likewise.
52918 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52920         [BZ #12852]
52921         * posix/glob.c (glob): Check passed in values before using them in
52922         expressions to avoid some overflows.
52923         (glob_in_dir): Likewise.
52925         [BZ #13007]
52926         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52927         check for AVX enablement so that we don't crash with old kernels and
52928         new hardware.
52929         * elf/tst-audit4.c: Add same checks here.
52930         * elf/tst-audit6.c: Likewise.
52932         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52934 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52936         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52938 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52940         * po/cs.po: Update from translation team.
52941         * po/bg.po: Likewise.
52943 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52945         * misc/sys/cdefs.h: Add support for const attribute.
52946         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52947         to gnu_dev_{major,minor,makedev} functions.
52949 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52951         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52953 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52955         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52956         strlen results.
52958 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52960         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52961         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52962         register in order to avoid conflicts with the soft frame pointer
52963         being held in r11 when necessary.
52964         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52965         (INTERNAL_VSYSCALL_NCS): Likewise.
52967 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52969         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52970         * elf/dl-fini.c (_dl_fini): Adjust caller.
52971         * elf/dl-close.c (_dl_close_worker): Likewise.
52972         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52974 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52976         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52977         "aux_cache->nlibs < 0".
52979         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52980         in the reload-count case.
52982 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52984         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52985         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52986         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52987         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52988         * sysdeps/x86_64/multiarch/strcat.S: New file.
52989         * sysdeps/x86_64/multiarch/strncat.S: New file.
52990         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52991         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52992         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52993         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52994         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52995         (USE_AS_STRCAT): Define.
52996         Add strcat and strncat support.
52997         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52998         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52999         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53000         * string/strncat.c: Update.
53001         (USE_AS_STRNCAT): Define.
53002         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53003         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53004         and i7.
53005         * sysdeps/x86_64/multiarch/init-arch.h
53006         (bit_Prefer_PMINUB_for_stringop): New.
53007         (index_Prefer_PMINUB_for_stringop): Likewise.
53008         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53009         bit_Prefer_PMINUB_for_stringop.
53011 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53013         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53014         buffer64.
53015         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53016         of casting of buffer.
53017         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53018         buffer32 and buffer64.
53019         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53020         writes instead of casting of buffer.
53021         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53022         buffer32.
53023         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53024         casting of buffer.
53026 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53028         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53030 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53032         * nscd/nscd.c (termination_handler): Don't do anything for a database
53033         if it has not yet been initialized.
53035 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53037         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53039 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53041         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53043 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53045         * po/nl.po: Update from translation team.
53046         * po/sv.po: Likewise.
53048 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53050         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53051         now disallowed by GCC.
53053         * configure.in (use-default-link): Default to yes if a test -shared
53054         link meets our qualifications.
53055         * configure: Regenerated.
53057         * config.make.in (output-format): New variable.
53058         * configure.in: Check for ld --print-output-format support.
53059         * configure: Regenerated.
53060         * Makerules ($(common-objpfx)format.lds)
53061         [$(output-format) != unknown]: Just use $(output-format),
53062         instead of the linker-script munging.
53064 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53066         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53067         of $(common-objpfx)shlib.lds.
53068         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53070         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53071         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53073         * configure.in (-z relro check): Adjust test code to add a large
53074         writable data section after it.
53075         * configure: Regenerated.
53077 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53079         * configure.in (-z relro check): Fix test code to make the variable
53080         truly const.
53081         * configure: Regenerated.
53083 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53085         * nscd/nscd.h (struct traced_file): Define.
53086         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53087         elements.  Add traced_files.
53088         (inotify_fd): Declare.
53089         (register_traced_file): Declare.
53090         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53091         (inotify_fd): Export.
53092         (resolv_conf_descr): Remove.
53093         (nscd_init): Move inotify descriptor creation to main.
53094         Don't register files for notification here.
53095         (register_traced_file): New function.
53096         (invalidate_cache): Don't use reset_res to determine whether to call
53097         res_init, go through the list of registered files.
53098         (main_loop_poll): The inotify descriptors are now stored in the
53099         structures for the traced files.
53100         (main_loop_epoll): Likewise
53101         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53102         to __nss_disable_nscd.
53103         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53104         for a database anymore.  Check the records for all the registered
53105         files instead.
53106         * nss/Makefile (libnss_files-routines): Add files-init.
53107         (libnss_db-routines): Add db-init.
53108         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53109         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53110         * nss/nss_db/db-init.c: New file.
53111         * nss/nss_files/files-init.c: New file.
53112         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53113         __nss_lookup_function.
53114         (__nss_lookup_function): Call nss_load_library.
53115         (nss_load_all_libraries): New function.
53116         (__nss_disable_nscd): Take parameter with callback function for files
53117         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53118         used for the cached services.
53119         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53120         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53121         options for features to all the files in nscd.
53123         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53125 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53127         * csu/elf-init.c (__libc_csu_init): Comment typo.
53129 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53131         * po/pl.po: Update from translation team.
53132         * po/ja.po: Likewise.
53133         * po/ru.po: Likewise.
53134         * po/ko.po: Likewise.
53135         * po/fr.po: Likewise.
53137 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53139         * configure.in (.ctors/.dtors header and trailer check):
53140         Use an empirical test on a built program.
53141         * configure: Regenerated.
53143         * configure.in (-z relro check): Use an empirical test on a built DSO.
53144         Detect, but do not require, on ia64.
53145         * configure: Regenerated.
53147         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53148         Update tests that use readelf to use $READELF instead.
53149         * configure: Regenerated.
53151 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53153         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53154         if the result is not used.
53156 2011-07-05  Andreas Jaeger  <aj@suse.de>
53158         [BZ#9696]
53159         * stdlib/tst-strtod.c: Add testcase.
53161 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53163         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53164         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53165         The latter has a higher limit.  Take additional parameter to pass to
53166         the new function.
53167         (__pathconf): Pass file to __statfs_link_max.
53168         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53169         __statfs_link_max.
53170         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53171         __statfs_link_max.
53173         [BZ #12868]
53174         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53175         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53176         Handle Lustre.
53177         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53178         (__statfs_filesize_max): Likewise.
53179         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53181 2011-07-05  Andreas Jaeger  <aj@suse.de>
53183         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53185 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53187         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53188         `status' variable.
53189         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53190         Likewise.
53192 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53194         * Makefile (strop-tests): Add strncat.
53195         * string/test-strncat.c: New file.
53197 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53199         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53201 2011-06-21  Andreas Jaeger  <aj@suse.de>
53203         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53204         Copy rule from iconvdata/Makefile.
53206 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53208         [BZ #12922]
53209         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53210         but no long options are defined, just return 'W'.
53212 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53214         [BZ #9696]
53215         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53217 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53219         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53220         netgroups to read.
53221         (innetgr): Likewise.
53223 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53225         * config.make.in (install_root): Default to $(DESTDIR).
53227 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53229         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53231 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53233         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53235         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53236         containing directory rather than embedding absolute directory names.
53238         * scripts/check-local-headers.sh: Rewritten using awk.
53239         Match by word, not by line.  Print error messages for matches.
53240         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53242         * Makerules [shlib-lds-flags empty]:
53243         ($(common-objpfx)libc_pic.opts): New target.
53244         ($(common-objpfx)libc_pic.os.clean): New target.
53245         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53247         * config.make.in (OBJCOPY): New variable.
53248         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53249         * configure: Regenerated.
53251         * config.make.in (use-default-link): New variable.
53252         * configure.in (use_default_link): Grok --with-default-link to set it.
53253         * configure: Regenerated.
53254         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53255         (shlib-lds, shlib-lds-flags): Define to empty.
53257         * Makerules (shlib-lds): New variable.
53258         (shlib-lds-flags): New variable.
53259         (build-shlib, build-moduile, build-module-asneeded): Use it.
53260         ($(common-objpfx)libc.so): Use $(shlib-lds).
53261         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53262         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53264         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53265         DT_FLAGS/DT_FLAGS_1 with zero flags.
53267         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53268         linker script munging.
53270 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53272         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53273         as 128-bit value.
53274         * crypt/sha512.c (sha512_process_block): Perform total addition using
53275         128-bit if possible.
53276         (__sha512_finish_ctx): Likewise.
53277         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53278         as 64-bit value.
53279         * crypt/sha256.c (SWAP64): Define.
53280         (sha256_process_block): Perform total addition using 64-bit if
53281         possible.
53282         (__sha256_finish_ctx): Likewise.
53284 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53286         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53287         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53288         * nscd/hstcache.c (cache_addhst): Likewise.
53289         * nscd/grpcache.c (cache_addgr): Likewise.
53290         * nscd/aicache.c (addhstaiX): Likewise
53291         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53293 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53295         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53296         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53297         * nscd/hstcache.c (cache_addhst): Likewise.
53298         * nscd/grpcache.c (cache_addgr): Likewise.
53299         * nscd/aicache.c (addhstaiX): Likewise
53301 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53303         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53304         domain only when needed.
53306 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53308         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53309         is always restored.
53311 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53313         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53314         are re-adding the entry.
53315         * nscd/servicescache.c (cache_addserv): Likewise.
53317 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53319         * sysdeps/generic/dl-irel.h: fix protection against multiple
53320         inclusions.
53321         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53323 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53325         [BZ #12935]
53326         * malloc/memusage.sh: Fix quoting in message.
53327         * debug/xtrace.sh: Likewise.
53329         * configure.in: Remove support for --experimental-malloc option, make
53330         it the default.
53331         * config.make.in: Likewise.
53332         * malloc/Makefile: Likewise.
53334 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53336         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53337         two-byte characters.
53339 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53341         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53342         AC_CACHE_CHECK invocation.
53343         * configure: Regenerated.
53345         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53347 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53349         [BZ #12350]
53350         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53351         bit from old_res_options.
53353         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53355         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53356         value type for setfct.
53358 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53360         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53361         __gettimeofday instead of gettimeofday.
53363 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53365         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53367 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53369         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53371         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53372         info.
53374 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53377         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53378         strcpy-sse2-unaligned strncpy-sse2-unaligned
53379         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53380         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53381         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53382         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53383         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53384         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53385         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53386         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53387         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53388         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53389         (STRCPY): Support SSE2 and SSSE3 versions.
53391 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53393         [BZ #12874]
53394         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53395         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53396         kernels which artificially limit size of requests.
53398 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53400         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53401         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53402         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53403         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53404         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53405         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53406         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53407         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53408         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53409         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53410         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53411         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53412         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53413         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53414         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53415         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53416         Enable unaligned load optimization for Intel Core i3, i5 and i7
53417         processors.
53418         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53419         Define.
53420         (index_Fast_Unaligned_Load): Define.
53421         (HAS_FAST_UNALIGNED_LOAD): Define.
53423 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53425         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53427 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53429         [BZ #12907]
53430         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53431         until it is clear that the information is realy needed.
53432         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53434 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53436         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53438 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53440         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53441         /sys/devices/system/cpu/online if it is usable.
53443         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53444         reading the information from the /proc filesystem to once a second.
53446 2011-06-21  Andreas Jaeger  <aj@suse.de>
53448         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53449         NULL after inclusion of kernel headers.
53451 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53453         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53454         calls to internal_setent.
53456         [BZ #12885]
53457         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53458         addresses using gethostbyname4_r ignore IPv4 addresses.
53460         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53461         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53463         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53465 2011-06-20  David S. Miller  <davem@davemloft.net>
53467         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53468         inclusions.
53469         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53471         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53472         (elf_irel): Use it.
53473         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53474         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53475         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53476         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53477         * sysdeps/x86_64/dl-irel.h: Likewise.
53479         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53480         * elf/dl-sym.c: Likewise.
53482 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53484         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53485         need to dereference resplen2.
53487 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53489         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53491 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53493         * Makeconfig: Define vardbdir and inst_vardbdir.
53494         * nss/Makefile: Add rules to install db-Makefile.
53496         * nss/nss_db/db-XXX.c: Cleanup.
53498         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53499         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53500         GLIBC_PRIVATE.
53501         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53502         * nss/makedb.c: Implement -g option to specify that value strings
53503         are generated and should not be added to table iterated over for
53504         get*ent calls.
53505         * nss/nss_db/db-initgroups.c: New file.
53507         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53508         interface.
53510         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53511         (internal_getgrouplist): Adjust to name change.
53512         Update use_initgroups_entry if this is not the first call.
53513         * nss/databases.def: Add initgroups entry.
53515         * nss/makedb.c (compute_tables): Check result of multiple hash table
53516         sizes to minimize maximum chain length.
53518 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53520         * Versions.def: Add entry for libnss_db.
53521         * shlib-versions: Likewise.
53522         * nss/Makefile: Add rules to build libnss_db.
53523         * nss/Versions: Add libnss_db information.  Organize libnss_files
53524         entries better.
53525         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53526         makedb progra.  Some minor improvements to generate smaller files.
53527         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53528         here from...
53529         * nss/makedb.c: ...here.
53530         Improve database format to be smaller and require less memory at
53531         runtime.
53532         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53533         db anymore.
53534         * nss/nss_db/db-netgrp.c: Likewise.
53535         * nss/nss_db/db-open.c: Likewise.
53536         * nss/nss_files/flies-XXX.x: Adjust comments.
53537         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53538         * nss/nss_files/files-grp.c: Likewise.
53539         * nss/nss_files/files-hosts.c: Likewise.
53540         * nss/nss_files/files-network.c: Likewise.
53541         * nss/nss_files/files-proto.c: Likewise.
53542         * nss/nss_files/files-pwd.c: Likewise.
53543         * nss/nss_files/files-rpc.c: Likewise.
53544         * nss/nss_files/files-service.c: Likewise.
53545         * nss/nss_files/files-sgrp.c: Likewise.
53546         * nss/nss_files/files-spwd.c: Likewise.
53547         * nss/nss_db/db-alias.c: Removed.
53548         * nss/nss_db/dummy-db.h: Removed.
53550 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53552         * nss/makedb.c: Rewritten to not use database library.
53553         * nss/Makefile: Update to build new makedb program.
53555 2011-06-14  Andreas Jaeger  <aj@suse.de>
53557         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53558         memset declaration.
53560 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53563         tmpbuf.
53565 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53567         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53568         * elf/Makefile ($(objpfx)ld.so): Likewise.
53570         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53571         Don't list ld.so twice in dependencies.
53573         * posix/bug-regex31.c: Include <stdlib.h>.
53575         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53577         * nis/nss_compat/compat-spwd.c
53578         (getspent_next_nss_netgr): Remove unused variable.
53579         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53581         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53582         nonmembers" output to use the right array.
53584         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53586         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53588         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53589         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53590         * catgets/gencat.c (read_input_file): Likewise.
53591         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53593         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53594         variable definition inside #if's controlling its use.
53596         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53598         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53600         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53602         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53603         unreachable code.
53605         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53607         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53608         * configure: Regenerated.
53610         * Makerules: Revert last change.
53611         * elf/Makefile: Likewise.
53613 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53615         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53616         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53617         (reloc-link): Likewise.
53619 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53621         * elf/Makefile: Add rules to build pldd.
53622         * elf/pldd.c: New file.
53623         * elf/pldd-xx.c: New file.
53625 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53627         * version.h: Update for 2.15 development version.
53629 2011-06-07  David S. Miller  <davem@davemloft.net>
53631         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53632         ifuncs.
53633         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53634         elf_machine_lazy_rel): Likewise.
53635         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53636         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53637         elf_machine_lazy_rel): Likewise.
53638         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53639         dl_hwcap via passed in argument.
53640         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53641         Likewise.
53643 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53645         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53647 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53649         [BZ #12849]
53650         * manual/fdl-1.1.texi: New file, verbatim from:
53651         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53652         * manual/lgpl-2.1.texi: New file, verbatim from:
53653         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53654         * manual/Makefile (licenses): New variable, list those new file names.
53655         (texis): Use it.
53656         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53658         * manual/fdl.texi: File removed.
53659         * manual/lesser.texi: File removed.
53660         * manual/libc.texinfo (Copying, Documentation License):
53661         Use new @include file names, put @appendix directive before @include.
53663 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53665         [BZ #12841]
53666         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53667         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53668         (mq_open): Add __NTH.
53670 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53672         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53673         Assume Intel Core i3/i5/i7 processor if AVX is available.
53675 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53677         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53678         typo.
53680 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53682         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53683         memory.  Use alloca_account.  Fix memory leak when retrying.
53685 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53687         * version.h (RELEASE): Bump for 2.14 release.
53688         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53690         * config.make.in (RANLIB): Remove entry.
53692 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53694         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53695         (libc.pot): Work around missing support for .ksh extension in xgettext.
53697         [BZ #12684]
53698         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53699         if both request failed.
53700         (send_dg): In case of server errors clear resplen or *resplen2.
53702         [BZ #12454]
53703         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53704         when there are multiple maps.
53705         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53706         (_dl_fini): Remove test here.
53708         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53710 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53712         [BZ #12350]
53713         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53714         bit from old_res_options.
53715         (gaih_inet): Likewise.
53717         [BZ #11099]
53718         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53719         as signed.
53721         * resolv/res_init.c (res_setoptions): Make the code more compact.
53723         [BZ #11558]
53724         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53725         set RES_USEVC.
53727         [BZ #11634]
53728         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53730         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53732         [BZ #11781]
53733         * malloc/malloc.h: Declare malloc hook variables as volatile.
53735         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53736         in last patch.
53738         [BZ #11799]
53739         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53740         raise in the comment.
53741         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53742         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53743         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53745 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53747         [BZ #12811]
53748         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53749         grow the buffers more if it already has to be sufficient.
53750         (build_wcs_upper_buffer): Likewise.
53751         * posix/regexec.c (check_matching): Likewise.
53752         (clean_state_log_if_needed): Likewise.
53753         (extend_buffers): Don't enlarge buffers beyond size of the input
53754         buffer.
53755         Patches mostly by Emil Wojak <emil@wojak.eu>.
53756         * posix/bug-regex32.c: New file.
53757         * posix/Makefile (tests): Add bug-regex32.
53759         * locale/findlocale.c (_nl_find_locale): Return right away if
53760         _nl_explode_name failed.
53761         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53763         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53765         * debug/xtrace.sh: Unify messages.
53766         * malloc/memusage.sh: Likewise.
53768         [BZ #12813]
53769         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53770         time symbol from vDSO.  Substitute with vsyscall if not available.
53771         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53772         __vdso_time.
53774         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53775         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53776         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53777         Add sendmmsg and internal_sendmmsg.
53778         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53779         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53780         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53782         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53783         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53784         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53786 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53788         [BZ #12813]
53789         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53790         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53791         available.
53792         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53793         __vdso_getcpu.
53795         [BZ #12814]
53796         * iconvdata/Makefile (tests): Add bug-iconv9.
53797         * iconvdata/bug-iconv9.c: New file.
53799 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53801         [BZ #12814]
53802         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53804 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53806         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53807         (struct user_regs_struct): Change intcs field back to cs.
53809 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53811         * po/ja.po: Update from translation team.
53813 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53815         [BZ #12795]
53816         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53817         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53819 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53821         * stdlib/longlong.h: Update from GCC.
53823 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53825         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53826         parameter name.
53827         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53828         Add parameter name.
53829         (__sysconf): Pass it down.
53831 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53833         [BZ #12671]
53834         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53835         some situations.
53836         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53837         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53838         add in in __libc_use_alloca calls.  Adjust callers.
53839         (glob): Use malloc in some situations.
53841         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53842         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53843         pltexit.
53845 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53847         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53848         and CLOCK_BOOTTIME_ALARM.
53850         [BZ #12782]
53851         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53852         is returned.
53854         * string/_strerror.c (__strerror_r): Print negative errors as signed
53855         numbers.
53857         [BZ #12777]
53858         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53859         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53860         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53862         * configure.in: Fix typo in redirection and correct removal of test
53863         files in two cases.
53865         [BZ #12788]
53866         * locale/setlocale.c (new_composite_name): Fix test to check for
53867         identical name of all categories.
53869         [BZ #12792]
53870         * libio/filedoalloc.c (local_isatty): New function.
53871         (_IO_file_doallocate): Use local_isatty.
53872         * stdio-common/perror.c (perror): In case a new stream is used
53873         forward the stream error.
53874         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53875         error flag.
53877 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53879         [BZ #11869]
53880         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53881         alloca.
53882         * include/alloca.h (extend_alloca_account): Define.
53884         [BZ #11857]
53885         * posix/regex.h: Fix comments with documentation of user-accessible
53886         fields after compilation and describe correct free'ing of pattern
53887         after re_compile_pattern.
53888         Patch by Reuben Thomas <rrt@sc3d.org>.
53890 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53892         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53893         and -mno-altivec to prevent the compiler from using Altivec and/or
53894         VSX instructions when the corresponding registers are not available.
53896 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53898         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53900 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53902         * libio/freopen.c (freopen): Use __dup2, not dup2.
53903         * libio/freopen64.c (freopen64): Likewise.
53905 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53907         [BZ #12775]
53908         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53909         * math/Makefile (tests): Add test-powl.
53910         (CFLAGS-test-powl.c): Define.
53911         * math/test-powl.c: New file.
53913 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53915         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53917 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53919         [BZ #11837]
53920         * iconvdata/gb18030.c: Update to GB18020-2005.
53922 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53924         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53925         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53926         Patch by Aharon Robbins <arnold@skeeve.com>.
53928         [BZ #11892]
53929         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53930         on the stack.
53932         [BZ #11895]
53933         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53934         through underflows.
53936         [BZ #12766]
53937         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53938         point to strings before performing equality test for error_one_per_line
53939         mode.
53941         [BZ #11697]
53942         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53944         [BZ #11820]
53945         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53946         (struct user_fpregs_struct): Avoid __uint*_t types.
53948         [BZ #6420]
53949         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53950         symbol info.  Use it instead of calling _dl_addr locally.
53951         (lock_and_info): New function.
53952         (tr_freehook): Call lock_and_info and pass symbol info as additional
53953         parameter to tr_where.
53954         (tr_mallochook): Likewise.
53955         (tr_reallochook): Likewise.
53956         (tr_memalignhook): Likewise.
53958         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53959         used and couldn't be at all thread-safe.
53961 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53963         * libio/freopen.c (freopen): Don't close old file descriptor
53964         before the new one is opened.  Instead dup the new file descriptor
53965         to the old one after the new stream is created.
53966         * libio/freopen64.c (freopen64): Likewise.
53967         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53968         * libio/fileops.c (_IO_new_file_close_it): Handle new
53969         _IO_FLAGS2_NOCLOSE flag.
53970         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53971         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53972         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53973         _IO_FLAGS2_NOCLOSE flag.
53974         * include/unistd.h: Add hidden_proto for dup3.
53975         Define __have_dup3.
53976         * io/dup3.c: Define hidden symbol.
53977         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53979         [BZ #7101]
53980         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53981         when an incomplete long option is used.
53982         * posix/tst-getopt_long1.c: New file.
53983         * posix/Makefile (tests): Add tst-getopt_long1.
53985         [BZ #10138]
53986         * scripts/config.guess: Update from autoconf-2.68.
53987         * scripts/config.sub: Likewise.
53989         [BZ #10157]
53990         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53991         tests into ...
53992         (has_cpuclock): ...this.  New function.
53993         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53994         macro here based on has_cpuclock code.
53996         [BZ #10149]
53997         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53998         First byte (not low byte) is now always NUL.
53999         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54001         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54002         Use non-cancelable interfaces.
54004         [BZ #9809]
54005         * locale/iso-639.def: Add entry for Sorani.
54007         [BZ #11901]
54008         * include/stdlib.h: Move include protection to the right place.
54009         Define abort_msg_s.  Declare __abort_msg with it.
54010         * stdlib/abort.c (__abort_msg): Adjust type.
54011         * assert/assert.c (__assert_fail_base): New function.  Majority
54012         of code from __assert_fail.  Allocate memory for __abort_msg with
54013         mmap.
54014         (__assert_fail): Now call __assert_fail_base.
54015         * assert/assert-perr.c: Remove bulk of implementation.  Use
54016         __assert_fail_base.
54017         * include/assert.hL Declare __assert_fail_base.
54018         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54019         mmap.
54020         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54022 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54024         [BZ #11952]
54025         [BZ #12453]
54026         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54027         until all modules are registered in the DTV.
54028         * elf/Makefile: Add rules to build and run tst-tls19.
54029         * elf/tst-tls19.c: New file.
54030         * elf/tst-tls19mod1.c: New file.
54031         * elf/tst-tls19mod2.c: New file.
54032         * elf/tst-tls19mod3.c: New file.
54033         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54035         [BZ #12083]
54036         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54037         correctly.
54039         [BZ #12601]
54040         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54041         two-byte sequence errors.
54042         * iconvdata/Makefile (tests): Add bug-iconv8.
54043         * iconvdata/bug-iconv8.c: New file.
54045         [BZ #12626]
54046         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54047         buf2 definition.
54049         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54051         [BZ #12432]
54052         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54053         (dummy_getcfa): New function.
54054         (init): Get _Unwind_GetCFA address, use dummy if not found.
54055         (backtrace_helper): In recursion check, also check whether CFA changes.
54056         (__backtrace): Completely initialize arg.
54058         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54059         storing incomplete byte sequence in state object.  Avoid testing for
54060         guaranteed too small input if we know there is enough data available.
54062 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54064         * Makeconfig (+link-pie): Indent.
54065         * Rules (binaries-pie): Define if $(have-fpie) and
54066         $(build-shared).
54067         (binaries-shared): Also filter out $(binaries-pie).
54068         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54069         * nscd/Makefile (others-pie): Add nscd.
54070         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54071         ($(objpfx)nscd): Remove command override.
54072         * login/Makefile (others-pie): Add pt_chown.
54073         ($(objpfx)pt_chown): Remove command override.
54074         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54075         remove command overrides.
54077 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54079         * libio/tst_putwc.c: Fix error messages.
54081         [BZ #12724]
54082         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54083         currently writing and seek to current position when not.
54084         * libio/Makefile (tests): Add bug-fclose1.
54085         * libio/bug-fclose1.c: New file.
54087 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54089         [BZ #12511]
54090         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54091         don't set DF_1_NODELETE here.
54092         (do_lookup_x): When entering new entry test for copy relocation
54093         and if necessary set DF_1_NODELETE flag.
54094         * elf/tst-unique4.cc: New file.
54095         * elf/tst-unique4.h: New file.
54096         * elf/tst-unique4lib.cc: New file.
54097         * elf/Makefile: Add rules to build and run tst-unique4.
54098         Patch by Piotr Bury <pbury@goahead.com>.
54100 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54102         [BZ #12052]
54103         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54105         [BZ #12625]
54106         * misc/mntent_r.c (addmntent): Flush the stream after the output
54108         [BZ #12393]
54109         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54110         (is_trusted_path_normalize): Skip initial colon.  Append slash
54111         to empty buffer.  Duplicate is_trusted_path code but allow
54112         constructed patch to be prefix.
54113         (is_dst): Allow $ORIGIN followed by /.
54114         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54115         Correct testing of result of is_trusted_path_normalize
54116         (decompose_rpath): Fix warning.
54118 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54120         [BZ #11257]
54121         * grp/initgroups.c (internal_getgrouplist): When we found the service
54122         list through the initgroups entry in nsswitch.conf do not always
54123         continue on a successful lookup.  Don't always use the
54124         __nss_group_database value if it is set.
54125         * nss/nsswitch.conf (initgroups): Change action for successful db
54126         lookup to continue for compatibility.
54128 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54130         [BZ #11532]
54131         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54132         and CP774 modules.
54133         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54134         and CP774 modules.
54135         * iconvdata/tst-tables.sh: Likewise.
54136         * iconvdata/cp770.c: New file.
54137         * iconvdata/cp771.c: New file.
54138         * iconvdata/cp772.c: New file.
54139         * iconvdata/cp773.c: New file.
54140         * iconvdata/cp774.c: New file.
54141         * iconvdata/testdata/CP770: New file.
54142         * iconvdata/testdata/CP770..UTF8: New file.
54143         * iconvdata/testdata/CP771: New file.
54144         * iconvdata/testdata/CP771..UTF8: New file.
54145         * iconvdata/testdata/CP772: New file.
54146         * iconvdata/testdata/CP772..UTF8: New file.
54147         * iconvdata/testdata/CP773: New file.
54148         * iconvdata/testdata/CP773..UTF8: New file.
54149         * iconvdata/testdata/CP774: New file.
54150         * iconvdata/testdata/CP774..UTF8: New file.
54152         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54153         END CHARMAP line.
54154         * iconvdata/gen-8bit-gap.sh: Likewise.
54155         * iconvdata/gen-8bit.sh: Likewise.
54157         * locale/iso-639.def: Add ary entry.
54159         [BZ #11258]
54160         * locale/C-translit.h.in: Add U20A1 transliteration.
54162         [BZ #12178]
54163         * locale/iso-639.def: Add wae entry.
54164         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54166         [BZ #12545]
54167         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54168         for n.
54170         [BZ #12711]
54171         * locale/C-translit.h.in: Add entry for U20B9.
54172         Patch by pravin.d.s@gmail.com.
54174 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54176         [BZ #12713]
54177         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54178         ENAMETOOLONG use generic getcwd.
54179         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54180         in rtld.  Use *stat64.
54181         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54182         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54183         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54184         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54185         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54186         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54187         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54188         __fstatat64 macros.
54189         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54190         * dirent/rewinddir.c: Add libc_hidden_def.
54191         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54192         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54194         * include/dirent.h (__alloc_dir): Add flags parameter.
54195         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54196         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54197         __alloc_dir.
54198         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54199         from fdopendir if O_CLOEXEC is already set.
54201 2011-03-15  Alan Modra  <amodra@gmail.com>
54203         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54204         l_tls_firstbyte_offset non-zero.  Save padding offset in
54205         l_tls_firstbyte_offset for later use.
54206         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54207         freeing static tls block.
54209 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54211         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54212         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54213         being defined by the kernel headers.
54215 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54217         [BZ #12734]
54218         * resolv/resolv.h: Define RES_NOTLDQUERY.
54219         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54220         no-tld-query and set RES_NOTLDQUERY.
54221         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54222         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54223         modern BIND to search name as TLD unless forbidden.
54225 2011-05-07  Petr Baudis  <pasky@suse.cz>
54226             Ulrich Drepper  <drepper@gmail.com>
54228         [BZ #12393]
54229         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54230         (is_trusted_path): ...to here.
54231         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54232         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54233         using is_trusted_path_normalize() in setuid scripts.
54235 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54237         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54238         __BEGIN/__END_DECLS.
54240 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54242         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54243         NSS_STATUS_NOTFOUND if no record was found.
54245 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54247         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54248         (headers-not-in-tirpc): Remove rpc/netdb.h
54249         * resolv/netdb.h: Revert last change.
54251 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54253         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54254         circular dependency between libgcc.a and libc.a.
54256 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54258         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54259         * nis/Makefile: Don't install rpcsvc/*.
54260         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54261         instead of <rpc/types.h>.
54262         (MAXHOSTNAMELEN): Define.
54264 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54266         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54268 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54270         [BZ #12714]
54271         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54272         gethostbyname4_r when IPv6 results are possible.
54274 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54276         [BZ #12723]
54277         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54278         _PC_PIPE_BUF handling.
54280 2011-04-30  Bruno Haible  <bruno@clisp.org>
54282         [BZ #12717]
54283         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54284         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54285         to 'int'.
54286         * inet/getnameinfo.c (getnameinfo): Likewise.
54288 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54290         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54291         to groups setting in database lookup.
54292         * nss/nsswitch.conf: Add initgroups entry.
54294 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54296         [BZ #12685]
54297         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54298         mode string.
54299         Patch by Eric Blake <eblake@redhat.com>.
54301 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54303         * sunrpc/Makefile (need-export-routines): Add svc_run.
54304         (routines): Remove svc_run.
54305         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54306         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54307         * sunrpc/svc_run.c (svc_run): Likewise.
54308         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54310 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54312         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54313         problem in reallocation in last patch.
54315 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54317         * sunrpc/Makefile: Move inclusion of Rules.
54319 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54321         * nss/nss_files/files-initgroups.c: New file.
54322         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54323         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54324         _nss_files_initgroups_dyn.
54326 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54328         * elf/elf.h (R_ARM_IRELATIVE): Define.
54330 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54332         * po/ru.po: Update from translation team.
54334 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54336         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54337         dependencies.
54339 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54341         [BZ #12653]
54342         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54343         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54344         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54345         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54346         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54348 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54350         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54351         differing bytes.
54352         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54353         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54354         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54356 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54358         [BZ #12420]
54359         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54360         storing it.
54361         * stdlib/bug-getcontext.c: New file.
54362         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54364 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54366         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54367         instructions into .machine "z9-109".
54368         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54369         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54371 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54373         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54374         between environment variables and auxiliary vector.
54376 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54378         * Makefile: Add rules to build linkobj/libc.so.
54379         * include/libc-symbols.h: Define libc_hidden_nolink.
54380         * include/rpc/auth.h: Mark functions which are to be hidden.
54381         * include/rpc/auth_des.h: Likewise.
54382         * include/rpc/auth_unix.h: Likewise.
54383         * include/rpc/clnt.h: Likewise.
54384         * include/rpc/des_crypt.h: Likewise.
54385         * include/rpc/key_prot.h: Likewise.
54386         * include/rpc/pmap_clnt.h: Likewise.
54387         * include/rpc/pmap_prot.h: Likewise.
54388         * include/rpc/pmap_rmt.h: Likewise.
54389         * include/rpc/rpc_msg.h: Likewise.
54390         * include/rpc/svc.h: Likewise.
54391         * include/rpc/svc_auth.h: Likewise.
54392         * include/rpc/xdr.h: Likewise.
54393         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54394         * nss/Makefile: Likewise.
54395         * sunrpc/Makefile: Don't install headers.  Build library with normal
54396         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54397         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54398         for the compat linking library.  Remove use of INTDEF/INTUSE.
54399         * sunrpc/auth_none.c: Likewise.
54400         * sunrpc/auth_unix.c: Likewise.
54401         * sunrpc/authdes_prot.c: Likewise.
54402         * sunrpc/authuxprot.c: Likewise.
54403         * sunrpc/clnt_gen.c: Likewise.
54404         * sunrpc/clnt_perr.c: Likewise.
54405         * sunrpc/clnt_raw.c: Likewise.
54406         * sunrpc/clnt_simp.c: Likewise.
54407         * sunrpc/clnt_tcp.c: Likewise.
54408         * sunrpc/clnt_udp.c: Likewise.
54409         * sunrpc/clnt_unix.c: Likewise.
54410         * sunrpc/des_crypt.c: Likewise.
54411         * sunrpc/des_soft.c: Likewise.
54412         * sunrpc/get_myaddr.c: Likewise.
54413         * sunrpc/key_call.c: Likewise.
54414         * sunrpc/key_prot.c: Likewise.
54415         * sunrpc/netname.c: Likewise.
54416         * sunrpc/pm_getmaps.c: Likewise.
54417         * sunrpc/pm_getport.c: Likewise.
54418         * sunrpc/pmap_clnt.c: Likewise.
54419         * sunrpc/pmap_prot.c: Likewise.
54420         * sunrpc/pmap_prot2.c: Likewise.
54421         * sunrpc/pmap_rmt.c: Likewise.
54422         * sunrpc/publickey.c: Likewise.
54423         * sunrpc/rpc_cmsg.c: Likewise.
54424         * sunrpc/rpc_common.c: Likewise.
54425         * sunrpc/rpc_dtable.c: Likewise.
54426         * sunrpc/rpc_prot.c: Likewise.
54427         * sunrpc/rpc_thread.c: Likewise.
54428         * sunrpc/rtime.c: Likewise.
54429         * sunrpc/svc.c: Likewise.
54430         * sunrpc/svc_auth.c: Likewise.
54431         * sunrpc/svc_authux.c: Likewise.
54432         * sunrpc/svc_raw.c: Likewise.
54433         * sunrpc/svc_run.c: Likewise.
54434         * sunrpc/svc_simple.c: Likewise.
54435         * sunrpc/svc_tcp.c: Likewise.
54436         * sunrpc/svc_udp.c: Likewise.
54437         * sunrpc/svc_unix.c: Likewise.
54438         * sunrpc/svcauth_des.c: Likewise.
54439         * sunrpc/xcrypt.c: Likewise.
54440         * sunrpc/xdr.c: Likewise.
54441         * sunrpc/xdr_array.c: Likewise.
54442         * sunrpc/xdr_float.c: Likewise.
54443         * sunrpc/xdr_intXX_t.c: Likewise.
54444         * sunrpc/xdr_mem.c: Likewise.
54445         * sunrpc/xdr_rec.c: Likewise.
54446         * sunrpc/xdr_ref.c: Likewise.
54447         * sunrpc/xdr_sizeof.c: Likewise.
54448         * sunrpc/xdr_stdio.c: Likewise.
54450 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54452         [BZ #12650]
54453         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54454         * sysdeps/ia64/dl-tls.h: Likewise.
54455         * sysdeps/powerpc/dl-tls.h: Likewise.
54456         * sysdeps/s390/dl-tls.h: Likewise.
54457         * sysdeps/sh/dl-tls.h: Likewise.
54458         * sysdeps/sparc/dl-tls.h: Likewise.
54459         * sysdeps/x86_64/dl-tls.h: Likewise.
54460         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54462 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54464         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54465         rpath element also skip the following colon.
54466         (expand_dynamic_string_token): Add is_path parameter and pass
54467         down to DL_DST_REQUIRED and _dl_dst_substitute.
54468         (decompose_rpath): Call expand_dynamic_string_token with
54469         non-zero is_path.  Ignore empty rpaths.
54470         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54471         with zero is_path.
54473 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54476         Make cancelable.
54478 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54480         [BZ #12655]
54481         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54482         Patch by Filipe David Manana <fdmanana@apache.org>.
54484 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54486         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54487         Maintain aligned stack.
54488         (CHECK_RSP): Remove unused macro.
54490 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54492         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54493         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54495 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54497         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54499         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54501 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54503         [BZ #12518]
54504         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54505         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54506         * sysdeps/x86_64/memmove.c: New file.
54507         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54508         (memcpy): Renamed to ...
54509         (__new_memcpy): This.
54510         (memcpy): Provide GLIBC_2_14 memcpy.
54511         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54512         (memcpy): Provide GLIBC_2_2_5 memcpy.
54514 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54516         [BZ #12631]
54517         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54519 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54521         * misc/syncfs.c: New file.
54522         * misc/Makefile (routines): Add syncfs.
54523         * posix/unistd.h: Declare syncfs.
54524         * sysdeps/unix/syscalls.list: Add syncfs.
54526 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54528         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54529         open_by_handle_at.
54530         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54531         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54532         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54533         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54534         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54535         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54536         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54538 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54540         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54541         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54542         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54543         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54544         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54545         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54546         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54548         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54549         sync_file_range.c with -fexceptions.
54550         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54551         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54552         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54553         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54554         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54555         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54556         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54557         sync_file_range as cancellation point
54558         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54559         now a wrapper around __call_sync_file_range with cancellation handling.
54560         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54561         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54562         function name to __call_sync_file_range.
54563         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54564         Add call_sync_file_range.
54566 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54568         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54569         bits/timex.h.
54571 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54573         * iconv/iconv.h: Fix typo in comment.
54574         * io/fcntl.h: Likewise.
54575         * libio/stdio.h: Likewise.
54576         * posix/spawn.h: Likewise.
54577         * posix/unistd.h: Likewise.
54578         * stdlib/stdlib.h: Likewise.
54579         * time/time.h: Likewise.
54580         * wcsmbs/wchar.h: Likewise.
54582         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54583         open_by_handle): Add.
54584         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54585         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54586         Augment a few comments.
54587         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54588         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54589         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54590         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54591         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54592         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54593         open_by_handle.
54595         * io/fcntl.h (AT_EMPTY_PATH): Define.
54597 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54599         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54600         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54601         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54602         to...
54603         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54604         * Versions.def: Add GLIBC_2.14.
54605         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54606         Export.
54608 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54610         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54611         round counter.
54612         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54614 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54616         [BZ #12597]
54617         * string/test-strncmp.c (do_page_test): New function.
54618         (check2): Likewise.
54619         (test_main): Call check2.
54620         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54622 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54624         [BZ #12587]
54625         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54626         Handle cache information in CPU leaf 4.
54627         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54629 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54631         [BZ #12583]
54632         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54633         character representation.
54634         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54636 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54638         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54639         END(__isnan) to END(__isnanf) to match function entry point/label
54640         EALIGN(__isnanf,...).
54642 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54644         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54646 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54648         [BZ #12510]
54649         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54650         copy from the symbol referenced in the relocation to initialize the
54651         used variable.
54652         Patch by Piotr Bury <pbury@goahead.com>.
54653         * elf/Makefile: Add rules to build and tst-unique3.
54654         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54655         * elf/tst-unique3.cc: New file.
54656         * elf/tst-unique3.h: New file.
54657         * elf/tst-unique3lib.cc: New file.
54658         * elf/tst-unique3lib2.cc: New file.
54660         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54662 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54664         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54665         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54666         to _start.
54668 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54670         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54671         to-be-loaded object along a path to loader is ld.so.
54673 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54674             Ulrich Drepper  <drepper@gmail.com>
54676         * sysdeps/x86_64/memset.S: After aligning destination, code
54677         branches to different locations depending on the value of
54678         misalignment, when multiarch is enabled. Fix this.
54680 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54682         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54683         Set _x86_64_preferred_memory_instruction for AMD processsors.
54684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54685         Set bit_Prefer_SSE_for_memop for AMD processors.
54687 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54689         * libio/fmemopen.c (fmemopen): Optimize a bit.
54691 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54693         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54695 2011-03-03  Roland McGrath  <roland@redhat.com>
54697         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54699 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54701         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54702         __bzero_ultra1 instead of __memset_ultra1.
54704 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54705             Ulrich Drepper  <drepper@gmail.com>
54707         [BZ #12509]
54708         * include/link.h (struct link_map): Add l_orig_initfini.
54709         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54710         returning unsuccessfully.
54711         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54712         close of a file loaded at startup, restore the original l_initfini
54713         list.
54714         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54715         list, store the pointer.
54716         * elf/Makefile ($(objpfx)noload-mem): New rule.
54717         (noload-ENV): Define.
54718         (tests): Add $(objpfx)noload-mem.
54719         * elf/noload.c: Include <memcheck.h>.
54720         (main): Call mtrace.  Close all opened handles.
54722 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54724         [BZ #12454]
54725         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54726         dependencies are missing.
54728 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54730         Fix __if_freereq crash: Unlike the generic version which uses free,
54731         Hurd needs munmap.
54732         * sysdeps/mach/hurd/ifreq.h: New file.
54734 2011-01-27  Petr Baudis  <pasky@suse.cz>
54735             Ulrich Drepper  <drepper@gmail.com>
54737         [BZ 12445]#
54738         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54739         to extend_alloca().
54740         * stdio-common/bug23.c: New file.
54741         * stdio-common/Makefile (tests): Add bug23.
54743 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54744             Ulrich Drepper  <drepper@gmail.com>
54746         [BZ #12489]
54747         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54748         before performing relro protection.  At old place add assertion
54749         to make sure nothing changed.
54751 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54752             Glauber de Oliveira Costa  <glommer@gmail.com>
54754         * elf/elf.h: Add new ARM TLS relocs.
54756 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54759         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54760         cast from r3.
54761         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54762         'tests' variable.
54763         * sysdeps/wordsize-64/tst-writev.c: New file.
54765 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54767         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54768         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54769         insns in _dl_start to prevent a TOC reference before relocs are
54770         resolved.
54772 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54774         [BZ #12469]
54775         * Makeconfig: Remove RANLIB definition.
54776         * Makerules: Don't use RANLIB.
54777         * aclocal.m4: Remove ranlib test.
54778         * configure.in: No need to check for ranlib.
54779         * elf/rtld-Rules: Don't use RANLIB.
54781 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54783         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54784         protection macro.
54785         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54786         inclusion protection macro.
54788         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54789         SIGRTMIN and SIGRTMAX and print information in that case only when
54790         SIGRTMIN is defined.
54792 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54794         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54795         arginfo fn returning -1.
54797         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54798         and thousands string is zero terminated.
54800 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54802         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54803         sysdeps/unix/sysv/linux/bits/socket.h.
54805 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54807         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54808         (__CPU_COUNT): Remove old macros.
54809         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54810         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54811         (__CPU_ALLOC, __CPU_FREE): Add macros.
54812         (__sched_cpualloc, __sched_cpufree): Add declarations.
54814 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54816         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54817         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54818         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54819         (readdhstai): Return value of addhstaiX call.
54820         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54821         (addgrbyX): Return value returned by cache_addgr.
54822         (readdgrbyname): Return value returned by addgrbyX.
54823         (readdgrbygid): Likewise.
54824         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54825         (addpwbyX): Return value returned by cache_addpw.
54826         (readdpwbyname): Return value returned by addhstbyX.
54827         (readdpwbyuid): Likewise.
54828         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54829         (addservbyX): Return value returned by cache_addserv.
54830         (readdservbyname): Return value returned by addservbyX:
54831         (readdservbyport): Likewise.
54832         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54833         (addhstbyX): Return value returned by cache_addhst.
54834         (readdhstbyname): Return value returned by addhstbyX.
54835         (readdhstbyaddr): Likewise.
54836         (readdhstbynamev6): Likewise.
54837         (readdhstbyaddrv6): Likewise.
54838         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54839         (readdinitgroups): Return value returned by addinitgroupsX.
54840         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54841         (prune_cache): Keep track of timeout value of re-added entries.
54842         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54843         * nscd/nscd.h: Adjust prototypes of readd* functions.
54845 2011-02-04  Roland McGrath  <roland@redhat.com>
54847         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54848         (nis_stats): Likewise.
54849         * nis/nis_modify.c (nis_modify): Likewise.
54850         * nis/nis_remove.c (nis_remove): Likewise.
54851         * nis/nis_add.c (nis_add): Likewise.
54853         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54855         * posix/fnmatch_loop.c: Add some consts.
54857         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54859 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54861         [BZ #12460]
54862         * config.make.in (config-cflags-novzeroupper): Define.
54863         * configure.in: Substitute libc_cv_cc_novzeroupper.
54864         * elf/Makefile (AVX-CFLAGS): Define.
54865         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54866         (CFLAGS-tst-auditmod4a.c): Likewise.
54867         (CFLAGS-tst-auditmod4b.c): Likewise.
54868         (CFLAGS-tst-auditmod6b.c): Likewise.
54869         (CFLAGS-tst-auditmod6c.c): Likewise.
54870         (CFLAGS-tst-auditmod7b.c): Likewise.
54871         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54873 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54875         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54876         function to the callback.
54877         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54879 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54881         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54882         of errno.
54884 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54886         [BZ #11724]
54887         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54888         of constructors.
54889         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54890         of destructors.
54891         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54893         [BZ #11724]
54894         * elf/Makefile: Add rules to build and run new test.
54895         * elf/tst-initorder.c: New file.
54896         * elf/tst-initorder.exp: New file.
54897         * elf/tst-initordera1.c: New file.
54898         * elf/tst-initordera2.c: New file.
54899         * elf/tst-initordera3.c: New file.
54900         * elf/tst-initordera4.c: New file.
54901         * elf/tst-initorderb1.c: New file.
54902         * elf/tst-initorderb2.c: New file.
54903         * elf/tst-order-a1.c: New file.
54904         * elf/tst-order-a2.c: New file.
54905         * elf/tst-order-a3.c: New file.
54906         * elf/tst-order-a4.c: New file.
54907         * elf/tst-order-b1.c: New file.
54908         * elf/tst-order-b2.c: New file.
54909         * elf/tst-order-main.c: New file.
54910         New test case by George Gensure <werkt0@gmail.com>.
54912 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54915         decoding ACE if AI_CANONIDN.
54917 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54919         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54921 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54923         * version.h (RELEASE): Bump for 2.13 release.
54924         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54926         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54928         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54929         MADV_NOHUGEPAGE.
54930         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54931         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54932         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54933         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54934         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54935         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54937         * posix/getconf.c: Update copyright year.
54938         * catgets/gencat.c: Likewise.
54939         * csu/version.c: Likewise.
54940         * debug/catchsegv.sh: Likewise.
54941         * debug/xtrace.sh: Likewise.
54942         * elf/ldconfig.c: Likewise.
54943         * elf/ldd.bash.in: Likewise.
54944         * elf/sprof.c (print_version): Likewise.
54945         * iconv/iconv_prog.c: Likewise.
54946         * iconv/iconvconfig.c: Likewise.
54947         * locale/programs/locale.c: Likewise.
54948         * locale/programs/localedef.c: Likewise.
54949         * malloc/memusage.sh: Likewise.
54950         * malloc/mtrace.pl: Likewise.
54951         * nscd/nscd.c (print_version): Likewise.
54952         * nss/getent.c: Likewise.
54954         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54955         PF_CAIF, and PF_ALG.
54956         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54958 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54960         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54961         (modules-names): Use them.
54962         (ifunc-test-modules, ifunc-pie-tests): Define.
54963         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54964         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54965         (test-extras): Likewise.
54966         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54967         $(compile-command.c).
54968         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54969         (all-built-dso): Define.
54970         (check-textrel.out, check-execstack.out): Depend on it.
54972         * configure.in: Don't override --enable-multi-arch.
54974 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54976         [BZ #6812]
54977         * nscd/hstcache.c (tryagain): Define.
54978         (cache_addhst): Return tryagain not notfound for temporary errors.
54979         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54980         failed.
54982 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54984         [BZ #10563]
54985         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54986         to make the syscall.
54987         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54989         [BZ #12378]
54990         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54991         and fall back to matching as normal character if the string ends before
54992         the matching ']' is found.  This is what POSIX requires.
54993         * posix/testfnm.c: Adjust test result.
54994         * posix/globtest.sh: Adjust test result.  Add new test.
54995         * posix/tst-fnmatch.input: Likewise.
54996         * posix/tst-fnmatch2.c: Add new test.
54998 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55000         * elf/Makefile (check-execstack): Revert last change.  Depend on
55001         check-execstack.h.
55002         (check-execstack.h): New target.
55003         (generated): Add check-execstack.h.
55004         * elf/check-execstack.c: Include "check-execstack.h".
55005         (main): Revert last change.
55006         (handle_file): Return zero if GNU_STACK is absent and
55007         DEFAULT_STACK_PERMS doesn't include PF_X.
55009 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55011         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55012         in child fails because the descriptor is already closed.
55013         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55014         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55015         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55017         [BZ #12397]
55018         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55019         syscall.
55021         [BZ #10484]
55022         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55023         temporary buffer used to handle multi lookups locally.
55024         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55026 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55028         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55029         loader is ld.so.
55031 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55033         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55034         alignment for SSE2.
55036 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55038         [BZ #12394]
55039         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55040         characters.  When rounding increased number of integer digits recompute
55041         number of groups.
55042         * stdio-common/tst-grouping.c: New file.
55043         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55045 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55047         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55048         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55050         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55051         void.
55052         * bits/select.h: Likewise.
55054 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55056         * po/ja.po: Update from translation team.
55058 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55060         [BZ #11155]
55061         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55062         implementation just like for lxstat, fxstatat, et al.
55064 2010-12-27  Jim Meyering  <meyering@redhat.com>
55066         [BZ #12348]
55067         * posix/regexec.c (build_trtable): Return failure indication upon
55068         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55070 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55072         [BZ #12201]
55073         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55074         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55075         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55076         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55078         [BZ #12207]
55079         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55081         [BZ #12204]
55082         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55083         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55085 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55087         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55088         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55089         script has SORT_BY_INIT_PRIORITY.
55090         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55091         NO_CTORS_DTORS_SECTIONS is defined.
55092         * elf/soinit.c: Likewise.
55093         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55094         NO_CTORS_DTORS_SECTIONS is defined.
55095         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55096         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55097         * sysdeps/sh/init-first.c: Likewise.
55098         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55100 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55102         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55103         always use the slow path.
55105 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55107         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55108         similar rule which adds the sysdep directories to the header search in
55109         order to pick up the correct platform stackinfo.h.
55110         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55111         perform test if it is, otherwise return successfully without testing.
55112         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55113         DEFAULT_STACK_PERMS define in stackinfo.h.
55114         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55115         defined in stackinfo.h.
55116         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55117         DEFAULT_STACK_PERMS defined in stackinfo.h.
55118         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55119         * sysdeps/ia64/stackinfo.h: Likewise.
55120         * sysdeps/s390/stackinfo.h: Likewise.
55121         * sysdeps/sh/stackinfo.h: Likewise.
55122         * sysdeps/sparc/stackinfo.h: Likewise.
55123         * sysdeps/x86_64/stackinfo.h: Likewise.
55124         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55125         PF_X for powerpc64.  Retain PF_X for powerpc32.
55127 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55129         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55130         accurately.
55131         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55132         GETDENTS_64BIT_ALIGNED.
55134 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55136         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55138 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55140         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55141         _GNU_SOURCE.
55143         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55144         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55145         Remove __restrict.
55146         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55147         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55149 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55151         [BZ #11655]
55152         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55153         are initialized.
55155 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55157         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55159 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55161         * po/it.po: Update from translation team.
55163 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55165         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55166         unused codes.
55168 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55170         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55172 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55174         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55175         specially.
55176         (gaih_getanswer_slice): Likewise.
55178 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55180         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55182 2010-05-31  Petr Baudis  <pasky@suse.cz>
55184         [BZ #11149]
55185         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55186         silently even in the chroot mode.
55188 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55190         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55191         last patch a bit.  Pretty printing
55193 2010-05-31  Petr Baudis <pasky@suse.cz>
55195         [BZ #10085]
55196         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55197         initialization of skip_initgroups_dyn.
55199 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55201         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55202         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55204 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55206         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55208 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55210         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55211         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55212         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55213         ($(objpfx)tst-fnmatch-mem): New rule.
55214         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55215         * posix/tst-fnmatch.c (main): Call mtrace.
55217 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55219         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55220         Support Intel processor model 6 and model 0x2c.
55222 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55224         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55225           signed comparison.
55227 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55229         [BZ #12205]
55230         * string/test-strncasecmp.c (check_result): New function.
55231         (do_one_test): Use it.
55232         (check1): New function.
55233         (test_main): Use it.
55234         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55235         Support strcasecmp and strncasecmp.
55237 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55239         [BZ #12194]
55240         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55241         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55243 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55245         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55246         IFUNC support.
55247         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55248         memset-x86-64.
55249         * sysdeps/x86_64/multiarch/bzero.S: New file.
55250         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55251         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55252         * sysdeps/x86_64/multiarch/memset.S: New file.
55253         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55254         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55255         Set bit_Prefer_SSE_for_memop for Intel processors.
55256         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55257         Define.
55258         (index_Prefer_SSE_for_memop): Define.
55259         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55261 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55263         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55264         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55266 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55268         [BZ #12191]
55269         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55270         (__x86_64_raw_data_cache_size_half): Likewise.
55271         (__x86_64_raw_shared_cache_size): Likewise.
55272         (__x86_64_raw_shared_cache_size_half): Likewise.
55274         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55275         (__x86_64_raw_data_cache_size_half): Likewise.
55276         (__x86_64_raw_shared_cache_size): Likewise.
55277         (__x86_64_raw_shared_cache_size_half): Likewise.
55278         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55279         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55280         and __x86_64_raw_shared_cache_size_half.  Round
55281         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55282         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55283         to multiple of 256 bytes.
55285 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55287         [BZ #12167]
55288         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55289         of inacessible symlinks.  Verify result of symlink before returning it.
55290         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55291         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55293 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55295         * math/math.h (isinf): Fix typo in comment.
55297 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55299         * po/da.po: Update from translation team.
55301 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55303         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55304         is added to the list.
55306 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55307             Ulrich Drepper  <drepper@gmail.com>
55309         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55310         the global list here.  Move code to...
55311         (_dl_add_to_namespace_list): ...here.  New function.
55312         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55313         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55314         * elf/dl-load.c (lose): Don't remove the element from the list.
55315         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55316         (_dl_map_object): Likewise.
55318 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55320         [BZ #12159]
55321         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55322         into all bytes of SSE register.
55323         Patch by Richard Li <richardpku@gmail.com>.
55325 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55327         [BZ #12140]
55328         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55329         perturbing.
55331 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55333         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55334         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55335         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55336         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55338         submachine.
55339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55341 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55343         * include/dlfcn.h (__RTLD_SECURE): Define.
55344         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55345         mode & __RTLD_SECURE instead.
55346         (open_path): Rename preloaded parameter to secure.
55347         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55348         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55349         * elf/dl-deps.c (openaux): Likewise.
55350         * elf/rtld.c (struct map_args): Remove is_preloaded.
55351         (map_doit): Don't use it.
55352         (dl_main): Likewise.
55353         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55354         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55356 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55358         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55359         (sysd-rules-targets): Remove duplicates.
55360         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55361         rtld-%.$o dependency.
55363 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55365         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55366         _dl_map_object do it.
55368 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55370         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55371         fast fma builtins, define the macros in the C99 standard.
55372         (FP_FAST_FMAF): Likewise.
55373         (FP_FAST_FMAL): Likewise.
55374         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55376         * bits/mathdef.h: Update copyright year.
55377         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55379 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55381         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55382         builtins, define the macros in the C99 standard.
55383         (FP_FAST_FMAF): Likewise.
55384         (FP_FAST_FMAL): Likewise.
55385         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55386         multiply/add.
55387         (FP_FAST_FMAF): Likewise.
55389 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55391         [BZ #3268]
55392         * math/libm-test.inc (fma_test): Some new testcases.
55393         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55394         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55395         y and infinite z.  Do multiplication by C already in long double.
55396         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55397         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55398         y and infinite z.  Do bitwise or of inexact bit into u.d.
55399         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55400         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55401         * sysdeps/i386/fpu/s_fma.S: Removed.
55402         * sysdeps/i386/fpu/s_fmal.S: Removed.
55404 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55406         [BZ #3268]
55407         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55408         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55409         computation is not scheduled after fetestexcept.  Fix value
55410         of minimum denormal long double.
55412 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55414         [BZ #3268]
55415         * math/libm-test.inc (fma_test): Add some more tests.
55416         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55417         correctly.
55419 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55421         * scripts/data/localplt-s390-linux-gnu.data: New file.
55422         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55424 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55426         [BZ #3268]
55427         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55428         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55429         instead of dbl-64.
55430         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55431         inlines.
55432         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55433         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55434         if one of x and y is very large and the other is subnormal.
55435         * sysdeps/s390/fpu/s_fmaf.c: New file.
55436         * sysdeps/s390/fpu/s_fma.c: New file.
55437         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55438         * sysdeps/powerpc/fpu/s_fma.S: New file.
55439         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55440         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55441         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55443 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55445         [BZ #3268]
55446         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55447         fma tests.
55448         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55449         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55450         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55451         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55452         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55453         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55454         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55456 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55458         [BZ #12078]
55459         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55460         * posix/bug-regex31.input: Add test case.
55462 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55464         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55465         * posix/bug-regex31.input: New file.
55467         [BZ #12078]
55468         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55469         (parse_sub_exp): Fix last change, use postorder.
55471         * posix/bug-regex31.c: New file.
55472         * posix/Makefile: Add rules to build and run bug-regex31.
55474         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55476         [BZ #12078]
55477         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55479         [BZ #12108]
55480         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55481         to have entries in sys_siglist.
55483         [BZ #12093]
55484         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55485         be NULL.
55487 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55489         [BZ #3268]
55490         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55491         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55492         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55493         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55494         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55495         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55496         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55497         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55498         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55499         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55500         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55501         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55502         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55503         * math/ftestexcept.c (fetestexcept): Likewise.
55504         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55505         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55506         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55507         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55508         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55509         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55510         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55512 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55514         [BZ #12107]
55515         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55516         newline.
55518 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55520         * string/bug-strstr1.c: New file.
55521         * string/Makefile: Add rules to build and run bug-strstr1.
55523 2010-10-05  Eric Blake  <eblake@redhat.com>
55525         [BZ #12092]
55526         * string/str-two-way.h (two_way_long_needle): Always clear memory
55527         when skipping input due to the shift table.
55529 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55531         [BZ #12005]
55532         * malloc/mcheck.c: Handle large requests.
55534         [BZ #12077]
55535         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55536         for strncmp and strncasecmp.
55537         * string/stratcliff.c: Add tests for strcmp and strncmp.
55538         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55540 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55542         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55543         __set_fpscr.
55545 2010-09-30  Andreas Jaeger  <aj@suse.de>
55547         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55548         (CGROUP_SUPER_MAGIC): Define.
55549         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55550         Handle btrfs and cgroup file systems.
55551         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55552         Likewise.
55554 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55556         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55557         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55559 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55561         [BZ #12067]
55562         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55563         trying to locate the ELF header.
55565 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55567         [BZ #11611]
55568         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55569         Mask out sign-bit copies when constructing f_fsid.
55571 2010-09-24  Petr Baudis <pasky@suse.cz>
55573         * debug/stack_chk_fail_local.c: Add missing licence exception.
55574         * debug/warning-nop.c: Likewise.
55576 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55578         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55579         implementing getdents64 using getdents syscall, set d_type if
55580         __ASSUME_GETDENTS32_D_TYPE.
55582 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55584         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55585         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55587 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55589         [BZ #12037]
55590         * posix/unistd.h: Undo change of feature selection for ftruncate from
55591         2010-01-11.
55593 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55595         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55596         detection.
55598 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55600         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55601         fanotify_mark.
55602         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55604 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55606         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55607         variables after CHECK_SP call.
55608         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55610 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55611             Ulrich Drepper  <drepper@redhat.com>
55613         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55614         re-relocationg ld.so.
55615         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55616         _dl_init_paths call.
55617         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55618         here anymore.
55620 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55622         * resolv/res_init.c (__res_vinit): Count the default server we added.
55624 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55625             Ulrich Drepper  <drepper@redhat.com>
55627         [BZ #11968]
55628         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55629         (____longjmp_chk): Use %ebx for saving value across system call.
55630         Add unwind info.
55632 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55634         * manual/Makefile: Don't mix pattern rules with normal rules.
55636 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55638         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55639         operation.
55640         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55641         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55642         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55643         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55644         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55645         Likewise.
55647 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55649         [BZ #11979]
55650         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55651         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55653 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55655         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55656         * sysdeps/x86_64/addmul_1.S: Likewise.
55657         * sysdeps/x86_64/lshift.S: Likewise.
55658         * sysdeps/x86_64/mul_1.S: Likewise.
55659         * sysdeps/x86_64/rshift.S: Likewise.
55660         * sysdeps/x86_64/sub_n.S: Likewise.
55661         * sysdeps/x86_64/submul_1.S: Likewise.
55663 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55665         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55666         Define __sched_param instead of SCHED_* and sched_param when
55667         <bits/sched.h> is included with __need_schedparam defined.
55668         * bits/sched.h [__need_schedparam]
55669         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55670         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55671         (__defined_schedparam): Define to 1.
55672         (__sched_param): New structure, identical to sched_param.
55673         (__need_schedparam): Undefine.
55675 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55677         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55678         (epoll_create1): Declare.
55680         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55682 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55684         [BZ #7066]
55685         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55686         shifting retval into place.
55688 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55690         * nis/rpcsvc/nis.h: Update copyright notice.
55691         * nis/rpcsvc/nis.x: Likewise.
55692         * nis/rpcsvc/nis_callback.h: Likewise.
55693         * nis/rpcsvc/nis_callback.x: Likewise.
55694         * nis/rpcsvc/nis_object.x: Likewise.
55695         * nis/rpcsvc/nis_tags.h: Likewise.
55696         * nis/rpcsvc/yp.h: Likewise.
55697         * nis/rpcsvc/yp.x: Likewise.
55698         * nis/rpcsvc/ypupd.h: Likewise.
55699         * nis/yp_xdr.c: Likewise.
55700         * nis/ypupdate_xdr.c: Likewise.
55702         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55703         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55704         (pmap_getport): Use __libc_rpc_getport.
55705         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55706         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55707         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55709 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55712         fanotify_mark.
55714 2010-08-27  Roland McGrath  <roland@redhat.com>
55716         * sysdeps/i386/i686/multiarch/Makefile
55717         (CFLAGS-varshift.c): New variable.
55719 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55721         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55722         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55724         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55726         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55728 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55730         * sysdeps/x86_64/strlen.S: Unroll the loop.
55731         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55732         strlen-sse2 strlen-sse2-bsf.
55733         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55734         __strlen_no_bsf if bit_Slow_BSF is set.
55735         (__strlen_sse42): Removed.
55736         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55737         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55739 2010-08-25  Roland McGrath  <roland@redhat.com>
55741         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55742         * sysdeps/x86_64/multiarch/varshift.c: New file.
55743         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55744         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55745         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55746         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55748 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55750         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55751         strlen-sse2 strlen-sse2-bsf.
55752         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55753         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55754         (__strlen_sse2): Removed.
55755         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55756         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55757         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55758         bit_Slow_BSF for Atom.
55759         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55760         (index_Slow_BSF): Define.
55761         (HAS_SLOW_BSF): Define.
55763 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55765         [BZ #10851]
55766         * resolv/res_init.c (__res_vinit): When no server address at all
55767         is given default to loopback.
55769 2010-08-24  Roland McGrath  <roland@redhat.com>
55771         * configure.in: Remove config-name.h generation.
55772         * configure: Regenerated.
55773         * config-name.in: File removed.
55774         * scripts/config-uname.sh: New file.
55775         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55776         ($(objdir)config-name.h): New target.
55778         * sunrpc/rpc_parse.h: Avoid nested comment.
55780 2010-08-24  Richard Henderson  <rth@redhat.com>
55781             Ulrich Drepper  <drepper@redhat.com>
55782             H.J. Lu  <hongjiu.lu@intel.com>
55784         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55785         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55786         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55787         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55788         _mm_alignr_epi8 with _mm_loadu_si128.
55789         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55790         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55791         (__m128i_shift_right): Removed.
55792         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55793         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55794         * sysdeps/x86_64/multiarch/varshift.h: New file.
55795         * sysdeps/x86_64/multiarch/varshift.S: New file.
55797 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55799         * configure.in: Move assembler checks to before sysdep dir checking.
55801 2010-08-20  Petr Baudis  <pasky@suse.cz>
55803         * LICENSES: Sync the sunrpc license.
55805 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55807         * sunrpc/auth_des.c: Update copyright notice once again.
55808         * sunrpc/auth_none.c: Likewise.
55809         * sunrpc/auth_unix.c: Likewise.
55810         * sunrpc/authdes_prot.c: Likewise.
55811         * sunrpc/authuxprot.c: Likewise.
55812         * sunrpc/bindrsvprt.c: Likewise.
55813         * sunrpc/clnt_gen.c: Likewise.
55814         * sunrpc/clnt_perr.c: Likewise.
55815         * sunrpc/clnt_raw.c: Likewise.
55816         * sunrpc/clnt_simp.c: Likewise.
55817         * sunrpc/clnt_tcp.c: Likewise.
55818         * sunrpc/clnt_udp.c: Likewise.
55819         * sunrpc/clnt_unix.c: Likewise.
55820         * sunrpc/des_crypt.c: Likewise.
55821         * sunrpc/des_soft.c: Likewise.
55822         * sunrpc/get_myaddr.c: Likewise.
55823         * sunrpc/getrpcport.c: Likewise.
55824         * sunrpc/key_call.c: Likewise.
55825         * sunrpc/key_prot.c: Likewise.
55826         * sunrpc/openchild.c: Likewise.
55827         * sunrpc/pm_getmaps.c: Likewise.
55828         * sunrpc/pm_getport.c: Likewise.
55829         * sunrpc/pmap_clnt.c: Likewise.
55830         * sunrpc/pmap_prot.c: Likewise.
55831         * sunrpc/pmap_prot2.c: Likewise.
55832         * sunrpc/pmap_rmt.c: Likewise.
55833         * sunrpc/rpc/auth.h: Likewise.
55834         * sunrpc/rpc/auth_unix.h: Likewise.
55835         * sunrpc/rpc/clnt.h: Likewise.
55836         * sunrpc/rpc/des_crypt.h: Likewise.
55837         * sunrpc/rpc/key_prot.h: Likewise.
55838         * sunrpc/rpc/netdb.h: Likewise.
55839         * sunrpc/rpc/pmap_clnt.h: Likewise.
55840         * sunrpc/rpc/pmap_prot.h: Likewise.
55841         * sunrpc/rpc/pmap_rmt.h: Likewise.
55842         * sunrpc/rpc/rpc.h: Likewise.
55843         * sunrpc/rpc/rpc_des.h: Likewise.
55844         * sunrpc/rpc/rpc_msg.h: Likewise.
55845         * sunrpc/rpc/svc.h: Likewise.
55846         * sunrpc/rpc/svc_auth.h: Likewise.
55847         * sunrpc/rpc/types.h: Likewise.
55848         * sunrpc/rpc/xdr.h: Likewise.
55849         * sunrpc/rpc_clntout.c: Likewise.
55850         * sunrpc/rpc_cmsg.c: Likewise.
55851         * sunrpc/rpc_common.c: Likewise.
55852         * sunrpc/rpc_cout.c: Likewise.
55853         * sunrpc/rpc_dtable.c: Likewise.
55854         * sunrpc/rpc_hout.c: Likewise.
55855         * sunrpc/rpc_main.c: Likewise.
55856         * sunrpc/rpc_parse.c: Likewise.
55857         * sunrpc/rpc_parse.h: Likewise.
55858         * sunrpc/rpc_prot.c: Likewise.
55859         * sunrpc/rpc_sample.c: Likewise.
55860         * sunrpc/rpc_scan.c: Likewise.
55861         * sunrpc/rpc_scan.h: Likewise.
55862         * sunrpc/rpc_svcout.c: Likewise.
55863         * sunrpc/rpc_tblout.c: Likewise.
55864         * sunrpc/rpc_util.c: Likewise.
55865         * sunrpc/rpc_util.h: Likewise.
55866         * sunrpc/rpcinfo.c: Likewise.
55867         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55868         * sunrpc/rpcsvc/key_prot.x: Likewise.
55869         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55870         * sunrpc/rpcsvc/mount.x: Likewise.
55871         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55872         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55873         * sunrpc/rpcsvc/rex.x: Likewise.
55874         * sunrpc/rpcsvc/rstat.x: Likewise.
55875         * sunrpc/rpcsvc/rusers.x: Likewise.
55876         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55877         * sunrpc/rpcsvc/spray.x: Likewise.
55878         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55879         * sunrpc/rtime.c: Likewise.
55880         * sunrpc/svc.c: Likewise.
55881         * sunrpc/svc_auth.c: Likewise.
55882         * sunrpc/svc_authux.c: Likewise.
55883         * sunrpc/svc_raw.c: Likewise.
55884         * sunrpc/svc_run.c: Likewise.
55885         * sunrpc/svc_simple.c: Likewise.
55886         * sunrpc/svc_tcp.c: Likewise.
55887         * sunrpc/svc_udp.c: Likewise.
55888         * sunrpc/svc_unix.c: Likewise.
55889         * sunrpc/svcauth_des.c: Likewise.
55890         * sunrpc/xcrypt.c: Likewise.
55891         * sunrpc/xdr.c: Likewise.
55892         * sunrpc/xdr_array.c: Likewise.
55893         * sunrpc/xdr_float.c: Likewise.
55894         * sunrpc/xdr_mem.c: Likewise.
55895         * sunrpc/xdr_rec.c: Likewise.
55896         * sunrpc/xdr_ref.c: Likewise.
55897         * sunrpc/xdr_sizeof.c: Likewise.
55898         * sunrpc/xdr_stdio.c: Likewise.
55900         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55901         handling.
55903 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55905         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55907 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55909         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55910         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55911         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55912         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55913         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55914         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55915         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55916         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55917         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55918         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55919         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55920         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55921         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55922         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55924 2010-07-26  Anton Blanchard  <anton@samba.org>
55926         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55927         * malloc/arena.c (heap_trim): Likewise.
55929 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55931         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55932         here.  Not...
55933         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55934         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55936 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55938         * sysdeps/i386/elf/Makefile: New file.
55940 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55942         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55943         from fanotify_init.
55944         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55945         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55947 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55949         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55950         of strncasecmp_l.
55951         * sysdeps/multiarch/strcmp.S: Likewise.
55953 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55955         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55956         strncase_l-nonascii.
55957         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55958         Add strncase_l-ssse3.
55959         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55960         * sysdeps/x86_64/strcmp.S: Likewise.
55961         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55962         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55963         * sysdeps/x86_64/strncase.S: New file.
55964         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55965         * sysdeps/x86_64/strncase_l.S: New file.
55966         * string/Makefile (strop-tests): Add strncasecmp.
55967         * string/test-strncasecmp.c: New file.
55969         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55970         warning.
55972         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55973         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55975 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55977         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55979 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55981         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55982         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55983         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55985 2010-05-01  Alan Modra  <amodra@gmail.com>
55987         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55988         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55989         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55990         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55991         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55992         tidying.  Don't tail-call __sigjmp_save for static lib.
55993         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55994         save location.
55995         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55996         (CALL_MCOUNT): Add eh info, and nop after bl.
55997         (TAIL_CALL_SYSCALL_ERROR): New macro.
55998         (PSEUDO_RET): Use it.
55999         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56000         Correct save location of integer regs and cr.
56001         (_dl_profile_resolve): Correct cr save location.  Delete nops
56002         after bl when SHARED.  Reduce cfi size a little by better
56003         placement of cfi directives.
56004         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56005         make a stack frame.  Instead use parm save area as a temp.
56006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56007         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56009         Don't make a stack frame for parent, use parm save area.
56010         Increase child stack frame to 112 bytes.  Don't save unused reg,
56011         and adjust reg usage.  Set up cfi on error recovery and
56012         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56014         (__makecontext): Add dummy nop after jump to exit.
56015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56016         Use correct parm save area and cr save, reduce stack frame.
56017         Correct cfi for possible PSEUDO_RET frame setup.
56018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56019         Branch to local label emitted by PSEUDO_RET rather than
56020         __syscall_error.
56022 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56024         [BZ #11904]
56025         * locale/programs/locale.c (print_assignment): New function.
56026         (show_locale_vars): Use it.
56028 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56030         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56031         field.
56032         (struct statfs64): Likewise.
56033         (_STATFS_F_FLAGS): Define.
56034         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56035         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56036         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56037         (ST_VALID): Define locally.
56038         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56039         __statvfs_getflags, use the provided value.
56040         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56041         __ASSUME_STATFS_F_FLAGS.
56043         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56045         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56046         Add sys/fanotify.h.
56047         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56048         fanotify_mask for GLIBC_2.13.
56049         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56050         fanotify_init and fanotify_mark.
56051         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56052         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56054         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56055         Add prlimit.
56056         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56057         prlimit64 for GLIBC_2.13.
56058         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56059         prlimit64.
56060         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56061         syscall.
56062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56063         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56064         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56065         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56066         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56067         add prlimit alias.
56068         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56070         [BZ #11903]
56071         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56072         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56074         * nss/Makefile: Add rules to build and run tst-nss-test1.
56075         * shlib-versions: Add entry for libnss_test1.
56076         * nss/nss_test1.c: New file.
56077         * nss/tst-nss-test1.c: New file.
56079         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56080         (__nss_configure_lookup): Set appropriate entry in
56081         __nss_configure_lookup to true.
56082         * nss/nsswitch.h: Define enum with indeces of databases in
56083         databases and __nss_database_custom arrays.  Declare
56084         __nss_database_custom.
56085         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56086         to avoid using nscd when custom rules are installed.
56087         * nss/getXXbyYY_r.c: Likewise.
56088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56090         * nss/nss_files/files-parse.c: Whitespace fixes.
56092 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56094         [BZ #11883]
56095         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56096         * posix/fnmatch_loop.c: Likewise.
56098 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56100         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56101         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56102         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56103         * Versions.def [GLIBC_2.13]: Add.
56105 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56107         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56108         Also fail if tpwd after pwuid call is NULL.
56110 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56112         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56113         when converting to ms.
56115 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56117         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56118         EOPNOTSUPP errors with ENOTTY.
56119         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56120         EOPNOTSUPP errors with ENOTTY.
56122 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56124         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56125         Add strcasecmp_l-ssse3.
56126         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56127         strcasecmp.
56128         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56129         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56130         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56132 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56134         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56136         * string/Makefile (strop-tests): Add strcasecmp.
56137         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56138         strcasecmp_l-nonascii.
56139         (gen-as-const-headers): Add locale-defines.sym.
56140         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56141         * sysdeps/x86_64/strcasecmp.S: New file.
56142         * sysdeps/x86_64/strcasecmp_l.S: New file.
56143         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56144         * sysdeps/x86_64/locale-defines.sym: New file.
56145         * string/test-strcasecmp.c: New file.
56147         * string/test-strcasestr.c: Test both ends of the range of characters.
56148         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56150 2010-07-29  Roland McGrath  <roland@redhat.com>
56152         [BZ #11856]
56153         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56155 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56157         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56158         for ld.so.
56160 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56162         * manual/memory.texi (Malloc Tunable Parameters): Document
56163         M_PERTURB.
56165 2010-07-26  Roland McGrath  <roland@redhat.com>
56167         [BZ #11840]
56168         * configure.in (-fgnu89-inline check): Set and substitute
56169         gnu89_inline, not libc_cv_gnu89_inline.
56170         * configure: Regenerated.
56171         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56173 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56175         * string/test-strnlen.c: New file.
56176         * string/Makefile (strop-tests): Add strnlen.
56177         * string/tester.c (test_strnlen): Add a few more test cases.
56178         * string/tst-strlen.c: Better error reporting.
56180         * sysdeps/x86_64/strnlen.S: New file.
56182 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56184         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56185         lower-latency instructions.
56187 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56189         * string/test-strcasestr.c: New file.
56190         * string/test-strstr.c: New file.
56191         * string/Makefile (strop-tests): Add strstr and strcasestr.
56192         * string/str-two-way.h: Don't undefine MAX.
56193         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56195 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56197         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56198         strcasestr-nonascii.
56199         (CFLAGS-strcasestr-nonascii.c): Define.
56200         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56201         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56202         Remove unused attribute.
56204 2010-07-20  Roland McGrath  <roland@redhat.com>
56206         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56207         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56208         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56209         like LD_HWCAP_MASK can disable hwcaps.
56211 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56213         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56215 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56217         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56218         call in strcasestr.
56219         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56220         __strcasestr_sse42_nonascii.
56221         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56222         strcasestr-nonascii.c.
56223         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56225 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56227         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56228         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56229         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56230         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56232 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56234         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56235         fcntl.
56237 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56239         [BZ #11577]
56240         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56241         dl_signal_cerror.
56243 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56245         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56246         _PC_PIPE_BUF using F_GETPIPE_SZ.
56248 2010-07-05  Roland McGrath  <roland@redhat.com>
56250         * manual/arith.texi (Rounding Functions): Fix rint description
56251         implicit in round description.
56253 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56255         * elf/Makefile: Fix linking for a few tests to make recent linker
56256         happy.
56258 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56260         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56261         $(common-objpfx)libc_nonshared.a.
56263 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56265         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56266         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56267         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56268         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56269         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56270         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56271         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56272         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56287         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56288         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56289         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56290         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56291         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56292         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56293         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56294         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56295         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56296         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56297         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56298         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56314 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56316         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56317         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56318         * string/memmove.c (memmove): Renamed to ...
56319         (MEMMOVE): ...this.  Default to memmove.
56320         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56321         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56322         (END_CHK): Define.
56323         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56324         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56325         mempcpy-ssse3-back memmove-ssse3-back.
56326         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56327         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56328         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56329         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56330         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56331         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56332         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56333         * sysdeps/x86_64/multiarch/memmove.c: New file.
56334         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56335         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56336         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56337         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56338         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56339         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56340         Define.
56341         (index_Fast_Copy_Backward): Define.
56342         (HAS_ARCH_FEATURE): Define.
56343         (HAS_FAST_REP_STRING): Define.
56344         (HAS_FAST_COPY_BACKWARD): Define.
56346 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56348         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56349         Restore proper fallback handling.
56351 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56353         [BZ #11701]
56354         * posix/group_member.c (__group_member): Correct checking loop.
56356         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56357         OOM in getpwuid_r correctly.  Return error number when the caller
56358         should return, otherwise -1.
56359         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56360         call returning > 0 value.
56361         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56363 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56365         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56366         libc_nonshared.a from targets in modules-names.
56368 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56370         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56371         requires it.
56373 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56375         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56376         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56377         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56378         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56380 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56382         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56384 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56386         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56387         and F_GETPIPE_SZ.
56388         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56389         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56390         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56391         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56392         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56393         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56395 2010-06-14  Roland McGrath  <roland@redhat.com>
56397         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56399 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56401         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56402         __REDIRECT followed by __THROW.
56403         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56404         * posix/getopt.h (getopt): Likewise.
56406 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56408         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56409         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56410         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56411         in AT_FLAGS.
56412         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56413         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56415 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56417         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56419 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56421         [BZ #11640]
56422         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56423         Properly check family and model.
56425 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56427         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56429 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56431         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56433 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56435         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56436         symbol reference.
56438 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56440         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56441         symbol reference.
56443 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56445         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56446         and internal_recvmmsg.
56447         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56448         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56449         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56450         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56452         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56453         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56454         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56456 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56458         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56460 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56462         POWER7 optimizations.
56463         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56464         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56466 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56468         * version.h: Update for 2.13 development version.
56470 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56472         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56473         exceptions.  Return 0.
56475 2010-05-07  Roland McGrath  <roland@redhat.com>
56477         * elf/ldconfig.c (main): Add a const.
56479 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56481         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56482         (args_options): Add no-idn option.
56483         (ahosts_keys_int): Add idn_flags to ai_flags.
56484         (parse_option): Handle 'i' option to clear idn_flags.
56486         * malloc/malloc.c (_int_free): Possible race in the most recently
56487         added check.  Only act on the data if no current modification
56488         happened.
56490 See ChangeLog.17 for earlier changes.