hurd: fix compilation of signal.h in C++
[glibc.git] / ChangeLog
blobf8e36ed10417b8c236082b275d06397483e6ad81
1 2015-02-07  Richard Braun  <rbraun@sceen.net>
3         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
4         sigstate.
5         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
7 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
10         priority against unexistent AIO_PRIO_DELTA_MAX.
11         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
12         instead of int.
13         * misc/fchflags.c (fchflags): Likewise.
14         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
15         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
16         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
17         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
18         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
19         Declare macros.
20         [__USE_MISC] (chflags, fchflags): Declare functions.
21         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
22         EINVAL when nfds is greater than FD_SETSIZE.
23         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
24         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
25         45.
26         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
27         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
28         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
29         MACH_RCV_TIMED_OUT.
30         * hurd/hurd/signal.h (_hurd_self_sigstate): Explicit cast from void *
31         to struct hurd_sigstate **.
33         [BZ #4719]
34         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
35         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
36         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
37         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
38         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
39         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
41 2015-02-06  Roland McGrath  <roland@hack.frob.com>
43         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
44         Use sfi_breg on ldr.
45         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
46         Likewise.
48         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
49         it's defined.
50         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
51         Test SIGSETXID only if it's defined.
53         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
55         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
56         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
58         * nptl/tst-align2.c: Moved ...
59         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
60         * nptl/Makefile (tests): Remove tst-align2.
61         * sysdeps/unix/sysv/linux/Makefile
62         [$(subdir) = nptl] (tests): Add tst-align-clone.
63         * nptl/tst-getpid1.c: Moved ...
64         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
65         * nptl/tst-getpid2.c: Moved ...
66         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
67         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
68         * sysdeps/unix/sysv/linux/Makefile
69         [$(subdir) = nptl] (tests): ... here.
70         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
71         * sysdeps/unix/sysv/linux/Makefile
72         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
74         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
75         Drop trailing \n from perror argument.  Use return rather than exit.
77         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
78         on [SA_SIGINFO].
79         * nptl/tst-cancel21.c (do_test): Likewise.
80         * debug/tst-backtrace6.c: Include <signal.h> first thing.
81         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
82         [!SA_SIGINFO]: Make it a stub test.
84         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
85         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
87         * posix/tst-getlogin.c: Move to ...
88         * login/tst-getlogin.c: ... here.
89         * posix/Makefile (tests): Move tst-getlogin to ...
90         * login/Makefile (tests): ... here.
92         * libio/tst-atime.c (do_test): Move local variables SV and E
93         inside [ST_NOATIME] conditional.
95         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
97         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
99         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
100         (wait_code): New function replaces macro.
101         Call nanosleep rather than syscall.
103         * nptl/pt-system.c: Rewritten.  Put everything under
104         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
105         Use IFUNC to redirect when possible.
107         * nptl/pt-longjmp.c: Rewritten.  Put everything under
108         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
109         Use IFUNC to redirect when possible.
111         * nptl/pt-fork.c: Rewritten.  Put everything under
112         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
113         Use IFUNC to redirect when possible.
114         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
116         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
117         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
118         unconditionally nowadays.  This included the only reference to
119         __vdso_clock_gettime that appears outside libc proper.
120         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
121         Remove version set (containing only __vdso_clock_gettime).
122         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
123         Add attribute_hidden.
124         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
125         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
126         libc_hidden_data_def.
127         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
128         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
130         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
131         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
132         setrpcent, and getrpcport to ...
133         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
134         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
135         getrpcbynumber_r, and getrpcent_r to ...
136         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
137         * inet/getrpcbyname.c: Moved ...
138         * sunrpc/getrpcbyname.c: ... here.
139         * inet/getrpcbyname_r.c: Moved ...
140         * sunrpc/getrpcbyname_r.c: ... here.
141         * inet/getrpcbynumber.c: Moved ...
142         * sunrpc/getrpcbynumber.c: ... here.
143         * inet/getrpcbynumber_r.c: Moved ...
144         * sunrpc/getrpcbynumber_r.c: ... here.
145         * inet/getrpcent.c: Moved ...
146         * sunrpc/getrpcent.c: ... here.
147         * inet/getrpcent_r.c: Moved ...
148         * sunrpc/getrpcent_r.c: ... here.
149         * inet/Makefile (routines): Move those to ...
150         * sunrpc/Makefile (routines): ... here.
151         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
152         the $(subdirs) list.
153         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
154         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
155         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
156         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
158         * elf/Makefile (routines): Include $(all-dl-routines), not just
159         $(dl-routines).
160         (rtld-routines): Likewise.  Use = rather than :=.
161         * sysdeps/aarch64/Makefile [$(subdir) = elf]
162         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
163         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
164         * sysdeps/arm/Makefile: Likewise.
165         * sysdeps/i386/Makefile: Likewise.
166         * sysdeps/x86_64/Makefile: Likewise.
167         * sysdeps/hppa/Makefile [$(subdir) = elf]
168         (sysdep_routines, sysdep-rtld-routines): Don't add
169         $(sysdep-dl-routines) to these.
170         * sysdeps/ia64/Makefile: Likewise.
171         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
172         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
173         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
174         Don't add dl-static to these; sysdep-dl-routines alone is enough.
175         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
176         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
177         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
178         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
179         * sysdeps/powerpc/Makefile [$(subdir) = elf]
180         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
181         these; sysdep-dl-routines alone is enough.
183 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
185         [BZ #17932]
186         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
187         where multiplication results in zero and third argument is finite
188         and nonzero.
189         * math/auto-libm-test-in: Add more tests of fma.
190         * math/auto-libm-test-out: Regenerated.
192         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
193         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
194         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
195         (_FP_CMP_EQ): Likewise.
196         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
198         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
199         extra argument CHECK_NAN.  Redefine as wrapper around
200         _FP_EXTEND_CNAN.
202 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
204         * version.h (RELEASE): Set to "stable".
205         (VERSION): Set to "2.21"
206         * include/features.h (__GLIBC_MINOR__): Set to 21.
208         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
210 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
211             Paul Eggert  <eggert@cs.ucla.edu>
213         [BZ #16618]
214         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
215         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
216         size in bytes. Store needed elements in wpmax. Use needed size
217         in bytes for extend_alloca.
219 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
221         * manual/install.texi: Latest tested versions are GCC 4.9.2,
222         binutls 2.25, and texinfo 5.2.
223         * INSTALL: Regenerate.
224         * sysdeps/nios2/configure: Regenerate.
225         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
226         * manual/contrib.texi: Update.
227         * po/be.po: Update.
228         * po/bg.po: Update.
229         * po/ca.po: Update.
230         * po/cs.po: Update.
231         * po/da.po: Update.
232         * po/de.po: Update.
233         * po/el.po: Update.
234         * po/eo.po: Update.
235         * po/es.po: Update.
236         * po/fi.po: Update.
237         * po/fr.po: Update.
238         * po/gl.po: Update.
239         * po/hr.po: Update.
240         * po/hu.po: Update.
241         * po/ia.po: Update.
242         * po/id.po: Update.
243         * po/it.po: Update.
244         * po/ja.po: Update.
245         * po/ko.po: Update.
246         * po/lt.po: Update.
247         * po/nb.po: Update.
248         * po/nl.po: Update.
249         * po/pl.po: Update.
250         * po/pt_BR.po: Update.
251         * po/ru.po: Update.
252         * po/rw.po: Update.
253         * po/sk.po: Update.
254         * po/sl.po: Update.
255         * po/sv.po: Update.
256         * po/tr.po: Update.
257         * po/uk.po: Update.
258         * po/vi.po: Update.
259         * po/zh_CN.po: Update.
260         * po/zh_TW.po: Update.
262         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
263         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
264         * sysdeps/hppa/dl-irel.h: Remove #warning.
265         * sysdeps/hppa/entry.h: Provide prototype for
266         __canonicalize_funcptr_for_compare and cast argument.
267         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
268         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
269         * sysdeps/hppa/sotruss-lib.c: New file.
270         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
271         (atomic_compare_and_exchange_val_acq): Use __typeof__.
272         (atomic_compare_and_exchange_bool_acq): Likewise.
273         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
274         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
276         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
277         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
278         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
280 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
282         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
283         called function in non-PIC case.
285 2015-01-31  David S. Miller  <davem@davemloft.net>
287         * sysdeps/sparc/sparc32/bits/atomic.h
288         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
289         unlock not after it.
290         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
291         volatile register usage warnings from the compiler.
293         * sysdeps/sparc/nptl/sem_init.c: Delete.
294         * sysdeps/sparc/nptl/sem_post.c: Delete.
295         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
296         * sysdeps/sparc/nptl/sem_wait.c: Delete.
297         * sysdeps/sparc/sparc32/sem_init.c: New file.
298         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
299         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
300         padding explicitly initialized.
301         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
302         padding for in-semaphore spinlock.
303         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
304         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
305         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
306         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
307         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
308         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
309         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
310         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
311         version.
312         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
313         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
315 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
317         [BZ #17801]
318         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
319         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
320         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
321         New.
322         (index_AVX_Fast_Unaligned_Load): Likewise.
323         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
324         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
325         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
326         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
327         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
328         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
329         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
330         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
331         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
333 2015-01-29  Andreas Schwab  <schwab@suse.de>
335         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
337 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
339         [BZ #17892]
340         * nscd/nscd_stat.c (send_stats): Initialize DATA.
342 2015-01-28  Martin Sebor  <msebor@redhat.com>
344         * math/README.libm-test: Clarify. Add "How to read the test output."
346 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
348         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
349         Define to 0.
351 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
353         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
354         (__HAVE_64B_ATOMICS): Define to 0.
356 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
358         [BZ #17885]
359         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
360         value to set as new flag.
362         [BZ #16576]
363         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
364         and use _ARCH_PPCSQ instead.
365         (__ieee754_sqrt): Likewise.
366         (__ieee754_sqrtf): Likewise.
367         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
368         _ARCH_PPCSQ is defined.
369         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
370         fsqrt instruction.
371         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
372         _ARCH_PPCSQ is defined.
373         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
374         fsqrts instruction.
375         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
377 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
379         * iconv/loop.c: Suppress array out of bound warning caused by GCC
380         bug (GCC BZ #64739).
382 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
384         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
385         Mark _retval as used.
386         (lll_futex_wake_unlock): Likewise.
387         (lll_futex_timed_wait_requeue_pi): Likewise.
389         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
390         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
391         register variables.
393         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
394         libm_hidden_def.
396         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
397         (__bswap_64): Mark as __always_inline.
399 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
401         [BZ #15378]
402         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
403         when none of the search directories exist.
405 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
407         [BZ #17869]
408         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
409         power8 in .machine directive.
411         [BZ #17868]
412         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
413         set dependency from opd value.
415 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
417         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
418         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
419         architecture.
421 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
423         [BZ #17870]
424         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
425         with uint64_t.
426         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
427         (uint64_t) 1.
428         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
429         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
430         Replace 1UL with (uint64_t) 1.
431         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
432         int with uint64_t.
434 2015-01-23  Roland McGrath  <roland@hack.frob.com>
436         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
437         (if_freenameindex): Likewise.
439         * resource/getrlimit64.c: Add missing libc_hidden_def.
441 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
443         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
444         __label__.
445         (_FP_FMA): Likewise.
446         (_FP_TO_INT_ROUND): Likewise.
447         (_FP_FROM_INT): Likewise.
449 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
451         [BZ #16418]
452         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
453         Make code racy and cancel safe.
455 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
457         * sysdeps/arm/unwind-resume.h: Fix copyright year.
458         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
459         attribution.
461         * pwd/tst-getpw.c: Rewrite.
463         [BZ #17702]
464         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
465         (modules-names): Add moddummy1 and moddummy2.
466         ($(objpfx)tst-rec-dlopen): Define.
467         * dlfcn/moddummy1.c: New file.
468         * dlfcn/moddummy2.c: New file.
469         * dlfcn/tst-rec-dlopen.c: New file.
470         * elf/dl-cache.c (_dl_load_cache_lookup):
471         Return char*. Copy result with alloca/strcpy/strdup.
472         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
473         returns char*. Free cached. If not saving realname
474         free cached.
475         * elf/dl-open.c (dl_open_worker): Do not assert that
476         _r_debug->r_state is RT_CONSISTENT.
477         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
478         returns char*.
480 2015-01-21  Torvald Riegel  <triegel@redhat.com>
481             Carlos O'Donell  <carlos@redhat.com>
483         [BZ #12674]
484         * nptl/sem_waitcommon.c: New file.
485         * nptl/sem_wait.c: Include sem_waitcommon.c.
486         (__sem_wait_cleanup, do_futex_wait): Remove.
487         (__new_sem_wait): Adapt.
488         (__new_sem_trywait): New function.
489         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
490         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
491         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
492         (sem_timedwait): Adapt.
493         * nptl/sem_post.c (__new_sem_post): Adapt.
494         (futex_wake): New function.
495         (__old_sem_post): Add release MO fence.
496         * nptl/sem_open.c (sem_open): Adapt.
497         * nptl/sem_init.c (__new_sem_init): Adapt.
498         (futex_private_if_supported): New function.
499         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
500         (__old_sem_getvalue): Add using previous code.
501         * sysdeps/nptl/internaltypes.h: Adapt.
502         * nptl/tst-sem13.c (do_test): Adapt.
503         * nptl/tst-sem11.c (main): Adapt.
504         * nptl/sem_trywait.c: Remove.
505         * nptl/DESIGN-sem.txt: Remove.
506         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
507         (gen-as-const-headers): Remove structsem.sym.
508         * nptl/structsem.sym: Remove.
509         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
510         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
511         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
512         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
513         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
514         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
515         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
516         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
517         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
518         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
519         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
520         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
521         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
522         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
523         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
524         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
525         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
526         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
527         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
528         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
529         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
530         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
532 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
534         * INSTALL: Regenerated.
536         * po/libc.pot: Regenerated.
538 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
539             Sandra Loosemore  <sandra@codesourcery.com>
540             Andrew Jenner  <andrew@codesourcery.com>
541             Joseph Myers  <joseph@codesourcery.com>
542             Nathan Sidwell  <nathan@codesourcery.com>
544         * NEWS: Mention new Nios II port.
545         * sysdeps/nios2/Implies: New file.
546         * sysdeps/nios2/Makefile: New file.
547         * sysdeps/nios2/Subdirs: New file.
548         * sysdeps/nios2/Versions: New file.
549         * sysdeps/nios2/__longjmp.S: New file.
550         * sysdeps/nios2/abort-instr.h: New file.
551         * sysdeps/nios2/backtrace.c: New file.
552         * sysdeps/nios2/bits/endian.h: New file.
553         * sysdeps/nios2/bits/fenv.h: New file.
554         * sysdeps/nios2/bits/link.h: New file.
555         * sysdeps/nios2/bits/setjmp.h: New file.
556         * sysdeps/nios2/bsd-_setjmp.S: New file.
557         * sysdeps/nios2/bsd-setjmp.S: New file.
558         * sysdeps/nios2/configure: New generated file.
559         * sysdeps/nios2/configure.ac: New file.
560         * sysdeps/nios2/crti.S: New file.
561         * sysdeps/nios2/crtn.S: New file.
562         * sysdeps/nios2/dl-init.c: New file.
563         * sysdeps/nios2/dl-machine.h: New file.
564         * sysdeps/nios2/dl-sysdep.h: New file.
565         * sysdeps/nios2/dl-tls.h: New file.
566         * sysdeps/nios2/dl-trampoline.S: New file.
567         * sysdeps/nios2/gccframe.h: New file.
568         * sysdeps/nios2/gmp-mparam.h: New file.
569         * sysdeps/nios2/jmpbuf-offsets.h: New file.
570         * sysdeps/nios2/jmpbuf-unwind.h: New file.
571         * sysdeps/nios2/ldsodefs.h: New file.
572         * sysdeps/nios2/libc-tls.c: New file.
573         * sysdeps/nios2/libm-test-ulps: New file.
574         * sysdeps/nios2/machine-gmon.h: New file.
575         * sysdeps/nios2/math-tests.h: New file.
576         * sysdeps/nios2/math_private.h: New file.
577         * sysdeps/nios2/memusage.h: New file.
578         * sysdeps/nios2/nptl/Makefile: New file.
579         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
580         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
581         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
582         * sysdeps/nios2/nptl/pthreaddef.h: New file.
583         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
584         * sysdeps/nios2/nptl/tls.h: New file.
585         * sysdeps/nios2/preconfigure: New file.
586         * sysdeps/nios2/s_fma.c: New file.
587         * sysdeps/nios2/s_fmaf.c: New file.
588         * sysdeps/nios2/setjmp.S: New file.
589         * sysdeps/nios2/sfp-machine.h: New file.
590         * sysdeps/nios2/sotruss-lib.c: New file.
591         * sysdeps/nios2/stackguard-macros.h: New file.
592         * sysdeps/nios2/stackinfo.h: New file.
593         * sysdeps/nios2/start.S: New file.
594         * sysdeps/nios2/sysdep.h: New file.
595         * sysdeps/nios2/tls-macros.h: New file.
596         * sysdeps/nios2/tst-audit.h: New file.
597         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
598         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
599         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
600         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
601         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
602         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
603         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
604         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
605         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
606         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
607         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
608         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
609         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
610         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
611         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
612         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
613         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
614         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
615         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
616         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
617         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
618         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
619         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
620         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
621         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
622         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
623         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
624         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
625         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
626         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
627         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
628         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
629         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
630         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
631         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
632         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
633         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
634         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
635         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
636         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
637         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
638         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
639         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
640         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
642 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
644         [BZ #17844]
645         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
646         (getutent): Use weak_alias in non SHARED case
647         and default_symbol_version in SHARED case.
648         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
649         (getutent_r, pututline): Likewise.
650         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
651         (getutid): Likewise.
652         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
653         (getutid_r): Likewise.
654         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
655         (getutline): Likewise.
656         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
657         (getutline_r): Likewise.
658         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
659         (updwtmp): Likewise.
661 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
663         [BZ #17848]
664         * sysdeps/s390/s390-32/memcmp.S
665         (memcmp_g5): Rename to __memcmp_g5.
666         * sysdeps/s390/s390-32/memcpy.S
667         (memcpy_g5): Rename to __memcpy_g5.
668         Jump to __memcpy_mvcle instead of memcpy_mvcle.
669         (memcpy_mvcle) Rename to __memcpy_mvcle.
670         * sysdeps/s390/s390-32/memset.S
671         (memset_g5): Rename to __memset_g5.
672         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
673         (IFUNC_RESOLVE): Prefix ifunc-resolve function
674         and use prefixed functions.
675         * sysdeps/s390/s390-32/multiarch/memcmp.S
676         (memcmp_z196): Rename to __memcmp_z196.
677         (memcmp_z10): Rename to __memcmp_z10.
678         (memcmp): Set alias to __memcmp_g5.
679         (bcmp): Set alias to __memcmp_g5.
680         * sysdeps/s390/s390-32/multiarch/memcpy.S
681         (memcpy_z196): Rename to __memcpy_z196.
682         Jump to __memcpy_mvcle instead of memcpy_mvcle.
683         (memcpy_z10): Rename to __memcpy_z10.
684         Jump to __memcpy_mvcle instead of memcpy_mvcle.
685         (memcpy): Set alias to __memcpy_g5.
686         * sysdeps/s390/s390-32/multiarch/memset.S
687         (memset_z196): Rename to __memset_z196.
688         Jump to __memset_mvcle instead of memset_mvcle.
689         (memset_z10): Rename to __memset_z10.
690         Jump to __memset_mvcle instead of memset_mvcle.
691         (memset_mvcle) Rename to __memset_mvcle.
692         (memset): Set alias to __memset_g5.
693         * sysdeps/s390/s390-64/memcmp.S
694         (memcmp_z900): Rename to __memcmp_z900.
695         * sysdeps/s390/s390-64/memcpy.S
696         (memcpy_z900): Rename to __memcpy_z900.
697         Jump to __memcpy_mvcle instead of memcpy_mvcle.
698         (memcpy_mvcle) Rename to __memcpy_mvcle.
699         * sysdeps/s390/s390-64/memset.S
700         (memset_z900): Rename to __memset_z900.
701         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
702         (IFUNC_RESOLVE): Prefix ifunc-resolve function
703         and use prefixed functions.
704         * sysdeps/s390/s390-64/multiarch/memcmp.S
705         (memcmp_z196): Rename to __memcmp_z196.
706         (memcmp_z10): Rename to __memcmp_z10.
707         (memcmp): Set alias to __memcmp_z900.
708         (bcmp): Set alias to __memcmp_z900.
709         * sysdeps/s390/s390-64/multiarch/memcpy.S
710         (memcpy_z196): Rename to __memcpy_z196.
711         Jump to __memcpy_mvcle instead of memcpy_mvcle.
712         (memcpy_z10): Rename to __memcpy_z10.
713         Jump to __memcpy_mvcle instead of memcpy_mvcle.
714         (memcpy): Set alias to __memcpy_z900.
715         * sysdeps/s390/s390-64/multiarch/memset.S
716         (memset_z196): Rename to __memset_z196.
717         Jump to __memset_mvcle instead of memset_mvcle.
718         (memset_z10): Rename to __memset_z10.
719         Jump to __memset_mvcle instead of memset_mvcle.
720         (memset_mvcle) Rename to __memset_mvcle.
721         (memset): Set alias to __memset_z900.
723 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
725         [BZ #17748]
726         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
727         __fesetenv instead of fesetenv.
729 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
731         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
732         macro.
734 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
736         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
737         regression on LE.
739         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
740         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
741         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
742         strncmp-power8 object.
743         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
744         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
745         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
746         * NEWS: Update.
748 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
749             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
751         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
752         trailing byte check.
754 2015-01-13  David S. Miller  <davem@davemloft.net>
756         * include/signal.h (__sigreturn): Guard with __USE_MISC.
758 2015-01-13  Roland McGrath  <roland@hack.frob.com>
760         * login/logout.c (logout): Use memset rather than bzero.
761         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
762         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
763         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
764         (_gethtbyaddr): Likewise.
765         * locale/programs/simple-hash.c (bcopy): Macro removed.
767 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
769         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
770         Add strcmp-power8 object.
771         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
772         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
773         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
774         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
775         __strcmp_power8 implementation.
776         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
777         * NEWS: Update.
779         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
780         Add strncpy-power8 and stpncpy-power8 objects.
781         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
782         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
783         implementations.
784         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
785         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
786         __stpncpy_power8 implementation.
787         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
788         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
789         __strncpy_power8 implementation.
790         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
791         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
792         * NEWS: Update.
794         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
795         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
796         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
798         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
799         strncat-power8 object.
800         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
801         __strcat_power8 implementation.
802         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
803         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
804         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
805         optimized strcat for power8.
807         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
808         strcpy-power8 and stpcpy-power8 objects.
809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
810         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
811         implementations.
812         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
813         multiarch stpcpy implementation for POWER8.
814         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
815         multiarch strcpy implementation for POWER8.
816         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
817         __strcpy_power8 function.
818         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
819         stpcpy for POWER8.
820         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
821         strcpy for POWER8.
822         * NEWS: Update.
824 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
826         [BZ #16009]
827         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
828         weights and rules. Use do_xfrm_cached if data fits in cache,
829         do_xfrm otherwise.  Moved former main loop to...
830         * (do_xfrm_cached): New function.
831         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
832         find_idx, find_position and stack_push.
833         * (find_idx): New function.
834         * (find_position): Likewise.
835         * localedata/sort-test.sh: Added test run for do_xfrm.
836         * localedata/xfrm-test.c (main): Added command line option
837         -nocache to run the test with strings that are too large for
838         the STRXFRM cache.
840 2015-01-13  Torvald Riegel  <triegel@redhat.com>
842         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
843         variable to lll_futex_wake call, not the value itself.
845 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
847         [BZ #17803]
848         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
849         twom64.  Adjust value to 0x1p-64L.
850         (__scalblnl): Only return standard underflowing result for K <=
851         -64 not K <= -63; adjust exponent for underflowing result by 64
852         not 63.
853         * math/libm-test.inc (scalbn_test_data): Add more tests.
854         (scalbln_test_data): Likewise.
856         [BZ #17834]
857         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
858         0x1p63L.
859         (__scalblnl): Get new exponent of adjusted subnormal value from ES
860         not HX.
861         * math/libm-test.inc (scalbn_test_data): Add more tests.
862         (scalbln_test_data): Likewise.
864 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
865             Stefani Seibold  <stefani@seibold.net>
867         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
868         (sysdep_routines): Add dl-vdso here, ...
869         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
870         (sysdep_routines): ... not here.
871         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
872         fallback when vDSO is not presented.
873         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
874         Define with libc_hidden_proto/libc_hidden_data_def definitions.
875         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
876         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
877         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
878         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
879         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
880         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
881         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
882         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
883         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
884         fallback configurable symbol when vDSO is not available.
885         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
886         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
887         be able to redefine fallback symbol when vDSO is not available.
888         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
889         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
891 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
893         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
894         (TLS_INIT_TP): Add tm_capable initialization.
895         (TLS_DEFINE_INIT_TP): Likewise.
896         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
897         TCB.
898         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
899         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
900         calculation.
901         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
902         transactoion is lock elision is built and TCB tm_capable is set.
903         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
905         (INTERNAL_SYSCALL_NCS): Likewise.
906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
907         (INTERNAL_SYSCALL_NCS): Likewise.
908         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
910         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
911         for powerpc.
912         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
913         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
914         and remove it for 32 bits case.
915         [pthread_rwlock_t] (__rwelision): New field for lock elision.
916         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
917         initialization.
918         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
919         Disable lock elision with rdlocks if elision is not available.
921         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
922         (sysdep_routines): Add lock elision objects.
923         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
924         [pthread_mutex_t] (__spins): Rework to add lock elision field.
925         [pthread_mutex_t] (__elision): Add field.
926         [__PTHREAD_SPINS]: Adjust to init lock elision field.
927         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
928         elision definitions for powerpc.
929         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
930         implementation of lock elision for powerpc.
931         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
932         implementation of timed lock elision for powerpc.
933         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
934         implementation of trylock with lock elision for powerpc.
935         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
936         implementaion of unlock for lock elision for powerpc.
937         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
938         automatic enable lock elision for mutexes.
939         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
940         transaction execution definitions for powerpc.
941         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
942         definitions.
943         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
944         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
945         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
946         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
947         * NEWS: Update.
949 2015-01-09  Roland McGrath  <roland@hack.frob.com>
951         * sysdeps/posix/shm-directory.c: Use <> rather than ""
952         for #include of <shm-directory.h>.
954 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
956         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
957         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
959 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
961         [BZ #17791]
962         * NEWS: Mention bug fix.
963         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
964         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
965         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
967 2015-01-09  Torvald Riegel <triegel@redhat.com>
969         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
971 2015-01-09  Torvald Riegel <triegel@redhat.com>
973         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
975 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
977         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
978         pointer and cast to uintptr_t.
980 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
982         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
983         removed.
984         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
986 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
988         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
989         of 0.
991 2015-01-08  Roland McGrath  <roland@hack.frob.com>
993         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
994         <nptl/pthreadP.h> instead.
995         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
997         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
998         already defined.
999         [__SIGRTMIN] (init): Function removed.
1000         [__SIGRTMIN] (initialized): Variable removed.
1001         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1002         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1003         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1004         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1005         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1006         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1007         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1008         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1009         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1010         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1011         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1012         * sysdeps/nptl/allocrtsig.c: New file.
1013         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1014         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1015         * sysdeps/generic/testrtsig.h: File removed.
1017         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1018         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1020         * nptl/nptl-init.c (pthread_functions): Conditionalize
1021         .ptr__nptl_setxid initialization on [SIGSETXID].
1023         * sysdeps/nptl/sys/procfs.h: New file.
1024         * nptl_db/Makefile (headers): Add it.
1025         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1027         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1028         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1029         * nptl/pthread_attr_setaffinity.c: Include it.
1030         * nptl/pthread_setattr_default_np.c: Likewise.
1031         * nptl/check-cpuset.h: New file.
1033 2015-01-08  Richard Henderson  <rth@redhat.com>
1035         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1036         (CFLAGS-tst-execstack-prog.c): Likewise.
1037         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1039 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1040             Sandra Loosemore  <sandra@codesourcery.com>
1041             Andrew Jenner  <andrew@codesourcery.com>
1042             Joseph Myers  <joseph@codesourcery.com>
1043             Nathan Sidwell  <nathan@codesourcery.com>
1045         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1046         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1047         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1048         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1049         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1050         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1051         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1052         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1053         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1054         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1055         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1056         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1057         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1058         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1059         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1060         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1061         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1063 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1065         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1066         timespec struct member in syscall macro.
1067         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1068         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1069         first timeval struct member in syscall macro.
1070         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1072 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1074         [BZ #17748]
1075         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1076         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1077         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1078         __feupdateenv and define as weak alias of __feupdateenv.  Use
1079         libm_hidden_weak.
1080         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1081         libm_hidden_def.
1082         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1083         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1084         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1085         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1086         libm_hidden_def.
1087         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1088         __feupdateenv and define as weak alias of __feupdateenv.  Use
1089         libm_hidden_weak.
1090         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1091         libm_hidden_def.
1092         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1093         __feupdateenv and define as weak alias of __feupdateenv.  Use
1094         libm_hidden_weak.
1095         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1096         libm_hidden_def.
1097         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1098         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1099         (__feupdateenv): Likewise.
1100         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1101         __feupdateenv and define as weak alias of __feupdateenv.  Use
1102         libm_hidden_weak.
1103         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1104         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1105         libm_hidden_def.
1106         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1107         function.
1108         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1109         libm_hidden_def.
1110         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1111         __feupdateenv instead of feupdateenv.
1112         (default_libc_feupdateenv_test): Likewise.
1113         (libc_feresetround_ctx): Likewise.
1115 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1117         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1118         prototype.
1120 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1122         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1123         COLL_SYM in a couple of places to avoid uninitialized variable
1124         wanings on tilegx gcc 4.8.2.
1126 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1128         * sysdeps/aarch64/strcpy.S: New file.
1129         * sysdeps/aarch64/stpcpy.S: New file.
1130         * NEWS: Updated.
1132 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1134         * sysdeps/aarch64/strrchr.S: New file.
1135         * NEWS: Updated.
1137 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1139         [BZ #17658]
1140         * stdlib/setenv.c: Fix memory leak when setting large,
1141         duplicate string.
1143 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1145         [BZ #17273]
1146         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1147         and tabs from buffer before parsing fstab entry.
1148         * misc/tst-mntent.c (main): Add test for mount entry with
1149         trailing spaces and tabs.
1151 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1153         [BZ #17748]
1154         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1155         * math/fesetround.c (fesetround): Rename to __fesetround and
1156         define as weak alias of __fesetround.  Use libm_hidden_weak.
1157         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1158         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1159         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1160         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1161         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1162         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1163         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1164         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1165         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1166         __fesetround_inline.
1167         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1168         __fesetround_inline instead of __fesetround.
1169         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1170         __fesetround and define as weak alias of __fesetround.  Use
1171         libm_hidden_weak.  Call __fesetround_inline instead of
1172         __fesetround.
1173         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1174         __fesetround and define as weak alias of __fesetround.  Use
1175         libm_hidden_weak.
1176         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1177         Likewise.
1178         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1179         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1180         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1181         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1182         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1183         __fesetround and define as weak alias of __fesetround.  Use
1184         libm_hidden_weak.
1185         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1186         __fesetround instead of fesetround.
1187         (default_libc_feholdexcept_setround): Likewise.
1188         (libc_feholdsetround_ctx): Likewise.
1189         (libc_feholdsetround_noex_ctx): Likewise.
1191         [BZ #17748]
1192         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1193         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1194         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1195         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1196         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1197         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1198         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1199         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1200         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1201         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1202         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1203         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1204         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1205         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1206         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1207         libm_hidden_def.
1208         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1209         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1210         Likewise.
1211         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1212         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1213         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1214         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1215         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1216         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1217         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1218         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1219         __fesetenv instead of fesetenv.
1220         (libc_feresetround_noex_ctx): Likewise.
1221         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1222         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1223         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1224         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1225         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1226         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1227         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1228         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1229         (__feupdateenv): Likewise.
1230         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1231         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1232         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1233         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1235 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1237         [BZ #17806]
1238         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1239         addresses have been freed.
1241 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1243         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1244         and nservall.
1246 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1248         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1249         Clean up check_pf allocation pattern. addresses
1251 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1253         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1254         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1255         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1256         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1257         * nptl/pthread_join.c (pthread_join): Likewise.
1258         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1259         * sysdeps/posix/waitid.c (__waitid): Likewise.
1260         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1261         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1262         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1263         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1264         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1265         Likewise.
1266         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1267         (__libc_pread64): Likewise.
1268         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1269         (__libc_pwrite): Likewise.
1270         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1271         (__libc_pwrite64): Likewsie.
1272         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1273         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1274         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1275         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1276         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1277         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1278         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1280         Likewise.
1281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1282         (__libc_pread64): Likewise.
1283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1284         Likewise.
1285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1286         (__libc_pwrite64): Likewise.
1287         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1288         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1289         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1290         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1291         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1292         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1293         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1294         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1295         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1296         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1297         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1298         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1299         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1300         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1301         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1302         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1303         Likewise.
1305 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1307         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1308         (CFLAGS-test-double.c): Likewise.
1309         (CFLAGS-test-ldouble.c): Likewise.
1310         (CPPFLAGS-test-ifloat.c): Likewise.
1311         (CPPFLAGS-test-idouble.c): Likewise.
1312         (CPPFLAGS-test-ildoubl.c): Likewise.
1313         (CFLAGS-test-test-fenv.c): Remove variable.
1314         (CFLAGS-test-misc.c): Likewise.
1316 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1318         [BZ #17797]
1319         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1320         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1321         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1322         CLOCKS_PER_SEC == 1000000.
1323         * time/clocktest.c (main): Replace %ld with %jd and cast to
1324         intmax_t.
1326 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1328         * sysdeps/generic/unwind-resume.h: New file.
1329         * sysdeps/gnu/unwind-resume.c: Include it.
1330         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1331         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1332         argument list.
1333         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1334         global rather than static.
1335         (_Unwind_Resume): Update user.
1336         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1337         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1338         rather than static.  Add __attribute__ ((cold)).
1339         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1340         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1341         * sysdeps/arm/arm-unwind-resume.S: New file.
1342         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1343         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1344         * sysdeps/arm/Makefile [$(subdir) = csu]
1345         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1346         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1347         Add rt-arm-unwind-resume.
1348         [$(subdir) = nptl]
1349         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1350         Add pt-arm-unwind-resume.
1351         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1352         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1354 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1356         [BZ #17748]
1357         * include/fenv.h (__feholdexcept): Declare.  Use
1358         libm_hidden_proto.
1359         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1360         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1361         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1362         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1363         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1364         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1365         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1366         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1367         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1368         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1369         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1370         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1371         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1372         (feholdexcept): Likewise.
1373         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1374         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1375         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1376         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1377         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1378         __feholdexcept instead of feholdexcept.
1379         (default_libc_feholdexcept_setround): Likewise.
1381 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1383         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1384         to avoid using stl/str to align destination.
1386 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1388         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1390 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1392         [BZ #17796]
1393         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1394         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1395         Define as weak alias not strong alias.
1397 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1399         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1400         bltzal with addiupc.
1401         (RTLD_START): Ditto.
1403 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1405         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1406         for __vdso_* functions in declarations.
1407         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1408         definitions.
1409         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1410         INTERNAL_VSYSCALL): Use struct return types to check for error.
1412         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1413         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1414         function with cast from llround().
1415         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1416         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1417         Define.
1419 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1421         [BZ #17793]
1422         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1423         Define as weak alias not strong alias.
1425         [BZ #17635]
1426         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1427         ...
1428         * ctype/ctype-extn.c: ... here.
1429         (__isblank_l): Move to ...
1430         * ctype/ctype-c99_l.c: ... here.  New file.
1431         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1432         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1433         Remove variable.
1434         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1435         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1436         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1437         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1438         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1440         [BZ #17777]
1441         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1442         (posix_fadvise64): Define as weak alias not strong alias.
1443         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1444         (posix_fallocate64): Likewise.
1445         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1446         Remove variable.
1447         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1448         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1449         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1450         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1451         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1453 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1455         [BZ #16191]
1456         * NEWS: Mention bug fix.
1457         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1458         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1459         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1460         (HOST_STACK_END_ADDR): Likewise.
1462 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1464         [BZ #17748]
1465         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1466         * math/fegetround.c (fegetround): Rename to __fegetround and
1467         define as weak alias of __fegetround.  Use libm_hidden_weak.
1468         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1469         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1470         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1471         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1472         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1473         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1474         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1475         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1476         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1477         Undefine after rather than before function definition; use
1478         parentheses around function name in definition.
1479         (__fegetround): Also undefine macro after function definition.
1480         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1481         __fegetround and define as weak alias of __fegetround.  Use
1482         libm_hidden_weak.  Do not undefine as macro.
1483         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1484         Likewise.
1485         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1486         __fegetround and define as weak alias of __fegetround.  Use
1487         libm_hidden_weak.
1488         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1489         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1490         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1491         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1492         __fegetround and define as weak alias of __fegetround.  Use
1493         libm_hidden_weak.
1494         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1495         __fegetround instead of fegetround.
1497         [BZ #17782]
1498         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1499         Condition macro definition on [__USE_MISC].
1501         [BZ #17781]
1502         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1503         (struct sigaction): Change type of sa_flags field to int.
1505         [BZ #17780]
1506         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1507         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1508         __glibc_reserved0.
1510         * nptl/version.c (banner): Use single year in copyright notice.
1512         * NEWS: Update copyright dates.
1513         * catgets/gencat.c (print_version): Likewise.
1514         * csu/version.c (banner): Likewise.
1515         * debug/catchsegv.sh: Likewise.
1516         * debug/pcprofiledump.c (print_version): Likewise.
1517         * debug/xtrace.sh (do_version): Likewise.
1518         * elf/ldconfig.c (print_version): Likewise.
1519         * elf/ldd.bash.in: Likewise.
1520         * elf/pldd.c (print_version): Likewise.
1521         * elf/sotruss.sh: Likewise.
1522         * elf/sprof.c (print_version): Likewise.
1523         * iconv/iconv_prog.c (print_version): Likewise.
1524         * iconv/iconvconfig.c (print_version): Likewise.
1525         * locale/programs/locale.c (print_version): Likewise.
1526         * locale/programs/localedef.c (print_version): Likewise.
1527         * login/programs/pt_chown.c (print_version): Likewise.
1528         * malloc/memusage.sh (do_version): Likewise.
1529         * malloc/memusagestat.c (print_version): Likewise.
1530         * malloc/mtrace.pl: Likewise.
1531         * manual/libc.texinfo: Likewise.
1532         * nptl/version.c (banner): Likewise.
1533         * nscd/nscd.c (print_version): Likewise.
1534         * nss/getent.c (print_version): Likewise.
1535         * nss/makedb.c (print_version): Likewise.
1536         * posix/getconf.c (main): Likewise.
1537         * scripts/test-installation.pl: Likewise.
1538         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1540 2015-01-02  Will Newton  <will.newton@linaro.org>
1542         * sysdeps/arm/armv7/configure: Removed.
1543         * sysdeps/arm/armv7/configure.ac: Likewise.
1545 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1547         * All files with FSF copyright notices: Update copyright dates
1548         using scripts/update-copyrights.
1549         * intl/plural.c: Regenerated.
1550         * locale/programs/charmap-kw.h: Likewise.
1551         * locale/programs/locfile-kw.h: Likewise.
1553 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1555         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1557 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1559         [BZ #17748]
1560         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1561         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1562         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1563         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1564         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1565         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1566         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1567         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1568         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1569         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1570         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1571         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1572         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1573         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1574         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1575         libm_hidden_def.
1576         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1577         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1578         Likewise.
1579         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1580         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1581         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1582         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1583         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1584         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1585         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1586         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1587         __fegetenv instead of fegetenv.
1588         (libc_feholdsetround_noex_ctx): Likewise.
1590 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1592         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1593         (Elf_MIPS_ABIFlags_v0): New structure.
1594         (EF_MIPS_FP64): Define.
1595         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1596         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1597         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1598         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1599         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1600         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1601         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1602         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1603         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1604         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1605         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1606         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1607         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1608         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1609         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1610         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1611         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1612         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1613         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1614         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1615         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1616         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1617         field.
1618         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1619         EF_MIPS_FP64.
1620         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1621         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1622         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1623         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1624         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1625         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1626         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1627         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1628         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1629         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1630         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1631         record the current FP ABI extension.
1632         (mips-mode-switch): Define to show if kernel headers support mode
1633         switching.
1634         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1635         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1636         supported SYSV ABI version to 3.
1637         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1638         feature.
1640 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1641             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1643         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1644         path.
1645         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1647 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1649         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1650         __fegetround and redefine to call __fegetround.  Remove condition
1651         on [!__NO_MATH_INLINES].
1652         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1653         function.
1654         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1655         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1656         Remove macro.
1657         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1658         instead of <fenv_libc.h>.
1659         (__llrintl): Call fegetround instead of __fegetround.
1660         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1661         instead of <fenv_libc.h>.
1662         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1663         (__lrintl): Call fegetround instead of __fegetround.
1664         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1665         instead of <fenv_libc.h>.
1666         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1667         (__rintl): Call fegetround instead of __fegetround.
1669 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1671         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1672         arrays.
1674 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1676         [BZ #17775]
1677         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1678         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1679         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1681 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1683         * sysdeps/i386/tls-macros.h: Include <features.h>.
1684         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1685         (TLS_IE): Likewise.
1686         (TLS_LD): Likewise.
1687         (TLS_GD): Likewise.
1688         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1689         define for GCC >= 5.0.
1691 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1693         * math/test-fenv.c (test_single_exception, set_single_exc,
1694         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1695         feexcp_mask_test, feenable_test, fe_single_test): Add
1696         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1697         case where they are not used.
1698         * math/libm-test.inc: Likewise.
1699         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1700         unused in the absence of FP rounding/exception support.
1701         * stdio-common/tst-printf-round.c: Likewise.
1702         * stdlib/tst-strtod-round.c: Likewise.
1703         * stdlib/tst-strtod-underflow.c: Likewise.
1705 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1707         [BZ #17723]
1708         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1709         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1710         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1711         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1712         libm_hidden_weak.
1713         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1714         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1715         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1716         libm_hidden_def.
1717         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1718         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1719         libm_hidden_weak.
1720         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1721         Likewise.
1722         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1723         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1724         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1725         libm_hidden_weak.
1726         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1727         libm_hidden_def.
1728         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1729         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1730         (__feraiseexcept): Likewise.
1731         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1732         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1733         libm_hidden_weak.
1734         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1735         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1736         libm_hidden_def.
1737         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1738         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1739         Use libm_hidden_def.
1740         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1741         libm_hidden_def.
1742         (feraiseexcept): Define as weak not strong alias.  Use
1743         libm_hidden_weak.
1744         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1745         New inline function.  Factored out of ...
1746         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1747         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1748         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1749         feraiseexcept.
1750         * math/w_acos.c (__acos): Likewise.
1751         * math/w_asin.c (__asin): Likewise.
1752         * math/w_ilogb.c (__ilogb): Likewise.
1753         * math/w_j0.c (y0): Likewise.
1754         * math/w_j1.c (y1): Likewise.
1755         * math/w_jn.c (yn): Likewise.
1756         * math/w_log.c (__log): Likewise.
1757         * math/w_log10.c (__log10): Likewise.
1758         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1759         * sysdeps/aarch64/fpu/math_private.h
1760         (libc_feupdateenv_test_aarch64): Likewise.
1761         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1762         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1763         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1764         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1765         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1766         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1767         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1768         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1769         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1770         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1772 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1774         [BZ #17732]
1775         * io/test-utime.c (main): Replace %ld with %jd and cast to
1776         intmax_t.
1777         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1778         * nptl/tst-mutex5.c: Include <stdint.h>.
1779         (do_test): Replace %ld with %jd and cast to intmax_t.
1780         * posix/tst-regex.c (run_test): Likewise.
1781         (run_test_backwards): Likewise.
1782         * rt/tst-clock.c: Include <stdint.h>.
1783         (clock_test): Replace %ld with %jd and cast to intmax_t.
1784         * rt/tst-cpuclock1.c: Include <stdint.h>.
1785         (do_test): Replace %lu with %ju and cast to uintmax_t.
1786         * rt/tst-cpuclock2.c: Include <stdint.h>.
1787         (do_test): Replace %lu with %ju and cast to uintmax_t.
1788         * rt/tst-mqueue1.c: Include <stdint.h>.
1789         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1790         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1791         intmax_t.
1792         * rt/tst-mqueue4.c (do_test): Likewise.
1793         * rt/tst-timer4.c: Include <stdint.h>.
1794         (check_ts): Replace %ld with %jd and cast to intmax_t.
1795         (do_test): Likewise.
1796         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1797         and cast to intmax_t.
1798         * sysdeps/pthread/tst-timer.c (main): Likewise.
1799         * time/clocktest.c (main): Likewise.
1800         * time/tst-posixtz.c (do_test): Likewise.
1801         * timezone/tst-timezone.c (main): Likewise.
1803 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1804             H.J. Lu  <hongjiu.lu@intel.com>
1806         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1807         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1808         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1809         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1810         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1811         version if bit_Fast_Unaligned_Load is set.
1812         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1813         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1814         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1815         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1816         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1817         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1818         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1819         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1820         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1821         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1822         to 4.
1823         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1824         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1825         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1826         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1828 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1830         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1831         instead of #if to avoid a Wundef warning.
1832         * stdlib/tst-limits.c (do_test): Likewise.
1834         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1835         parallel other exception macros.
1836         (fegetenv): Convert from macro to extern inline so that it applies
1837         retroactively to inline functions already seen by the compiler.
1838         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1840         * posix/Makefile (before-compile): Use $(objpfx) for
1841         posix-conf-vars-def.h.
1843 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1845         * posix/getconf.c (main): Use size_t for type of I.
1846         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1847         NSPEC.
1849         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1850         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1851         * posix/posix-envs.def: Likewise.
1852         * sysdeps/posix/sysconf.c: Likewise.
1853         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1854         (specs): Remove array.
1855         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1856         array.
1858         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1859         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1860         (__sysconf): Use CONF_IS_* macros.
1862         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1863         ($(objpfx)posix-conf-vars-def.h): New target.
1864         * posix/posix-conf-vars.list: New file.
1865         * posix/posix-conf-vars.h: New file.
1866         * posix/confstr.c: Include posix-conf-vars.h.
1867         (confstr): Use CONF_IS_* macros.
1868         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1869         CONF_IS_* macros.
1870         * scripts/gen-posix-conf-vars.awk: New file.
1872 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1874         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1875         fegetround): Add no-op macros to avoid linknamespace issues.
1877         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1878         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1880         * sysdeps/unix/sysv/linux/tile/sysdep.h
1881         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1882         assembly-specific section to avoid a redefinition warning.
1884         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1885         long before casting to pointer to avoid a cast warning.
1887 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1889         * sysdeps/tile/tilegx/Implies: New file.
1891 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1893         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1895 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1897         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1899 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1901         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1902         not define.
1903         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1904         <kernel-features.h>.
1905         (__utimes) [__NR_utimes]: Make code unconditional.
1906         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1907         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1908         (__ASSUME_UTIMES): Do not undefine.
1909         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1910         (__ASSUME_UTIMES): Likewise.
1911         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1912         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1913         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1914         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1916 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1918         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1920 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1922         [BZ #17747]
1923         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1924         alias to weak alias for j0l, y0l.
1925         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1926         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1928         [BZ #17746]
1929         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1930         conversion.
1932 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1934         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1935         to zero if not already defined.
1937 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1939         [BZ #17724]
1940         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1941         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1942         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1943         (char *) casts added.
1944         * sysdeps/ieee754/k_standardf.c: New file.
1945         * sysdeps/ieee754/k_standardl.c: Likewise.
1946         * math/Makefile (libm-support): Remove k_standard.
1947         (libm-calls): Add k_standard.
1949 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1951         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1952         Optimize to avoid an unnecessary FPCR read.
1954 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1956         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1957         Optimize to reduce FPCR/FPSR accesses.
1959 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1961         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1962         Call libc_fetestexcept_aarch64.
1964 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1966         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1967         Call libc_fesetround_aarch64.
1969 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1971         [BZ #17733]
1972         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1973         (__bind): Do not define as weak alias.
1974         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1975         define.
1976         (__getsockname): Do not define as weak alias.
1978 2014-12-22  Will Newton  <will.newton@linaro.org>
1980         * manual/install.texi: Document that we require bison 2.7
1981         or above.
1982         * INSTALL: Regenerate.
1983         * configure.ac: Use AC_CHECK_PROG_VER instead of
1984         AC_PATH_PROG when checking for bison and check for
1985         version 2.7 or above.
1986         * configure: Regenerate.
1988 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1990         [BZ #17745]
1991         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1992         * sysdeps/tile/ffsll.c (ffsll): To here.
1994         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1996 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1998         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1999         if not defined.
2000         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2001         definition.
2002         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2003         hidden ___tls_get_addr.
2004         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2005         hidden __tls_get_addr.
2006         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2007         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2008         Likewise.
2010 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2012         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2013         _dl_init call.
2015 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2017         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2018         from "call _dl_init@PLT".
2019         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2021 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2023         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2024         guarantees.
2026 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2028         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2030 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2032         [BZ #17744]
2033         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2034         strnlen.
2036 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2038         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2039         of multu on MIPSr6.
2040         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2041         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2042         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2043         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2044         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2046 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2048         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2049         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2050         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2051         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2052         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2053         mips32r6/mips64r6.
2054         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2056 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2058         * string/strncat.c (STRNCAT): Simplify implementation.
2060 2014-12-19  David S. Miller  <davem@davemloft.net>
2062         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2063         access the quad as both a long double and as a series of 4 words.
2065         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2066         link_map->l_info array access.
2068 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2070         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2072         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2073         * math/atest-exp2.c (TIMEOUT): Likewise.
2074         * math/atest-sincos.c (TIMEOUT): Likewise.
2076 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2078         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2079         -Wno-error with -fno-builtin-lround.
2081 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2083         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2084         Contains futex constants and functions moved over from ...
2085         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2086         <lowlevellock-futex.h>.
2087         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2088         (lll_timedwait_tid): Add comments and parentheses around macro
2089         arguments.
2091 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2093         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2094         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2095         (__lll_private_flag): Remove.
2096         (lll_futex_wait): Likewise.
2097         (lll_futex_timed_wait): Likewise.
2098         (lll_futex_wake): Likewise.
2099         (lll_futex_requeue): Likewise.
2100         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2101         (__lll_timedwait_tid): Spell out argument names.
2102         (lll_timedwait_tid): Add comments and parentheses around macro
2103         arguments.
2104         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2105         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2107 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2109         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2110         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2111         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2112         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2113         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2114         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2115         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2116         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2117         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2118         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2119         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2120         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2121         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2122         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2123         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2124         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2125         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2126         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2127         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2129 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2131         * sysdeps/x86_64/x32/Makefile: New file.
2133 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2135         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2136         1L with (mp_limb_t) 1.
2138 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2140         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2141         * nptl/libc_pthread_init.c: ... here.
2142         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2143         * nptl/register-atfork.c: ... here.
2145         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2146         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2147         Use assert_perror to check its return value.
2148         (__gai_create_helper_thread): Likewise.
2150         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2152         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2154 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2156         [BZ #17725]
2157         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2158         __profil_counter.
2159         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2160         Likewise.
2161         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2162         Likewise.
2163         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2164         Likewise.
2165         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2166         (profil_counter): Likewise.
2167         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2168         (profil_counter): Likewise.
2169         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2170         Likewise.
2171         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2172         Likewise.
2173         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2174         (profil_counter): Likewise.
2175         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2176         Likewise.
2177         [!__profil_counter] (profil_counter): Define as weak alias of
2178         __profil_counter.
2179         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2180         (profil_counter): Rename to __profil_counter.
2181         [!__profil_counter] (profil_counter): Define as weak alias of
2182         __profil_counter.
2183         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2184         (profil_counter): Rename to __profil_counter.
2185         [!__profil_counter] (profil_counter): Define as weak alias of
2186         __profil_counter.
2187         * sysdeps/posix/profil.c: Update comment referring to
2188         profil_counter.
2189         (__profil): Use __profil_counter instead of profil_counter.
2190         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2191         __profil_counter.  Use __profil_counter_ushort and
2192         __profil_counter_uint in definitions.
2193         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2194         instead of profil_counter_uint and profil_counter_ushort.
2196         [BZ #17722]
2197         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2198         define as weak alias of __inet_makeaddr.
2199         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2200         as weak alias of __inet_addr.
2201         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2202         as weak alias of __inet_pton.  Use libc_hidden_weak.
2203         * include/arpa/inet.h (__inet_pton): Declare.  Use
2204         libc_hidden_proto.
2205         (inet_makeaddr): Don't use libc_hidden_proto.
2206         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2207         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2208         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2209         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2210         Remove variable.
2211         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2212         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2214 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2216         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2218 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2220         * stdio-common/bug-vfprintf-nargs.c (do_test):
2221         Cast value to intptr_t to avoid format warning
2222         for usage with PRIdPTR printing macro.
2224 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2226         * libio/tst-widetext.c (do_test):
2227         Use format type %td instead of %Zd for ptrdiff_t
2228         in order to avoid format warning.
2230 2014-12-17  Andreas Schwab  <schwab@suse.de>
2232         * nscd/mem.c (gc): Add size_t cast to match printf format.
2234 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2236         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2237         (init): Apply PTR_MANGLE to pointers before storing them.
2238         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2239         before using them.
2241 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2243         [BZ #17719]
2244         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2245         define as weak alias of __memrchr.
2246         (__memrchr): Do not define as strong alias of memrchr.
2247         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2248         Remove variable.
2249         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2250         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2251         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2253         [BZ #17717]
2254         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2255         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2256         (if_indextoname): Rename to __if_indextoname and define as weak
2257         alias of __if_indextoname.  Use libc_hidden_weak.
2258         (if_freenameindex): Rename to __if_freenameindex and define as
2259         weak alias of __if_freenameindex.
2260         (if_nameindex): Rename to __if_nameindex and define as weak alias
2261         of __if_nameindex.
2262         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2263         __if_nametoindex and define as weak alias of __if_nametoindex.
2264         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         (if_indextoname): Rename to __if_indextoname and define as weak
2270         alias of __if_indextoname.  Use libc_hidden_weak.
2271         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2272         __if_nametoindex and define as weak alias of __if_nametoindex.
2273         Use libc_hidden_weak.
2274         (if_freenameindex): Rename to __if_freenameindex and define as
2275         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2276         (if_nameindex_netlink): Use __if_freenameindex instead of
2277         if_freenameindex.
2278         (if_nameindex): Rename to __if_nameindex and define as weak alias
2279         of __if_nameindex.  Use libc_hidden_weak.
2280         (if_indextoname): Rename to __if_indextoname and define as weak
2281         alias of __if_indextoname.  Use libc_hidden_weak.
2282         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2283         libc_hidden_proto.
2284         [!_ISOMAC] (__if_freenameindex): Likewise.
2285         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2286         if_nametoindex.
2287         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2288         variable.
2289         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2290         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2291         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2292         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2293         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2294         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2295         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2297         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2298         Remove variable.
2299         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2300         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2302 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2304         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2305         subscript above bounds'
2307         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2308         bounds.
2310 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2312         * libio/tst-fopenloc.c: Use test-skeleton.c.
2314         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2315         (entry): Rename to ITEM.
2316         (do_test, comp): Adjust.
2318         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2320 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2322         * string/tester.c: Include <libc-internal.h>.
2323         (test_memset): Ignore -Wmemset-transposed-args.
2325 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2327         * misc/tst-mntent2.c (do_test): Fix warning.
2329 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2331         * elf/tst-unique4lib.cc(a): Mark as used.
2333 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2335         [BZ #17630]
2336         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2337         names.
2339 2014-12-16  Allan McRae  <allan@archlinux.org>
2341         * stdio-common/Makefile (tests): Re-add bug26.
2343 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2345         [BZ #17657]
2346         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2347         static array.
2349 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2351         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2352         (__lll_lock_wait): Likewise.
2353         (__lll_timedlock_wait): Likewise.
2354         (__lll_timedwait_tid): Likewise.
2355         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2356         (__lll_robust_timedlock_wait): Likewise.
2357         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2358         (lll_cond_trylock): Likewise.
2359         (__lll_lock): Likewise.
2360         (__lll_robust_lock): Likewise.
2361         (__lll_cond_lock): Likewise.
2362         (lll_robust_cond_lock): Likewise.
2363         (__lll_timedlock): Likewise.
2364         (__lll_robust_timedlock): Likewise.
2365         (__lll_unlock): Likewise.
2366         (__lll_robust_unlock): Likewise.
2367         (lll_wait_tid): Likewise.
2368         (lll_timedwait_tid): Likewise.
2370 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2372         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2374 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2376         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2378 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2380         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2381         * stdio-common/tst-sprintf.c: Likewise.
2383 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2385         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2387 2014-12-15  Jeff Law  <law@redhat.com>
2389         [BZ #16617]
2390         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2391         on the heap.  (CVE-2012-3406)
2392         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2393         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2394         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2396 2014-12-15  Will Newton  <will.newton@linaro.org>
2398         * manual/install.texi: Bump required version of texinfo
2399         to 4.7 from 4.5.
2400         * INSTALL: Regenerated.
2401         * configure.ac: Check for makeinfo version 4.7 and above.
2402         * configure: Regenerated.
2404 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2406         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2407         PREFIX, string constant to insert between directory and name.
2408         * sysdeps/posix/shm_open.c: Update caller.
2409         * sysdeps/posix/shm_unlink.c: Likewise.
2410         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2411         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2412         (SEM_SHM_PREFIX): New macro.
2413         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2414         [$(have-thread-library) = no].
2415         * nptl/Makefile (libpthread-routines): Add shm-directory.
2416         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2417         * sysdeps/nptl/shm-directory.h: New file.
2418         * sysdeps/posix/shm-directory.c
2419         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2420         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2421         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2422         INTERNAL_SYSCALL.
2423         (__where_is_shmfs): Function removed.
2424         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2425         Variables removed.
2426         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2427         Use SHM_GET_NAME.
2428         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2430         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2431         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2432         unconditional for use inside libpthread.
2433         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2435 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2437         * nptl/pthread_getaffinity.c: New file.
2438         * nptl/pthread_setaffinity.c: New file.
2439         * nptl/pthread_getname.c: New file.
2440         * nptl/pthread_setname.c: New file.
2442         * nptl/pthread_create.c (START_THREAD_DEFN)
2443         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2445 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2446             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2448         * resolv/res_send.c (send_vc): Disable warning resplen may
2449         be used uninitialized.
2451 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2453         * nptl/tst-mutex6.c
2454         (ATTR_NULL): New define checks ATTR against NULL.
2455         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2456         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2458 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2460         [BZ #17581]
2461         * malloc/hooks.c
2462         (mem2mem_check): Revert my previous change.
2463         (malloc_check_get_size): Revert my previous change.
2464         (mem2chunk_check): Revert my previous change.
2466 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2468         * sysdeps/posix/shm-directory.c: New file.
2469         * sysdeps/posix/shm-directory.h: New file.
2470         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2471         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2472         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2473         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2474         Transmute EPERM to EACCES.
2475         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2476         from ...
2477         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2478         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2480 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2482         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2483         pointer and cast to uintptr_t.
2484         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2485         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2486         Add cast to avoid warning.
2487         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2489 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2491         * nptl/semaphore.h: Move to ...
2492         * sysdeps/pthread/semaphore.h: ... here.
2493         * Makefile (installed-headers): Change nptl/semaphore.h to
2494         sysdeps/pthread/semaphore.h.
2496 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2498         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2499         generated error format strings.
2501         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2502         -Wformat-extra-args warnings for scanf formats.
2503         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2504         test of zero-length format (duh).
2505         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2506         corner-case scanf format test.
2507         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2508         generated fprintf format string.
2509         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2510         corner-case sprintf format tests.
2511         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2512         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2513         -Wformat-extra-args warnings throughout.
2514         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2515         (CFLAGS-scanf4.c): Likewise.
2516         (CFLAGS-scanf7.c): Likewise.
2517         (CFLAGS-tst-sprintf.c): Likewise.
2518         (CFLAGS-tst-printf.c): Likewise.
2519         (CFLAGS-tst-printfsz.c): Likewise.
2521 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2523         * include/cpio.h: New file.
2524         * include/fmtmsg.h: Likewise.
2526         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2527         corresponding format argument to size_t.
2528         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2529         arguments.
2530         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2531         corresponding format argument to size_t.
2532         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2533         arguments.
2534         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2535         corresponding format argument to size_t.
2536         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2537         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2538         (CFLAGS-tst-mbswcs2.c): Likewise.
2539         (CFLAGS-tst-mbswcs3.c): Likewise.
2540         (CFLAGS-tst-mbswcs4.c): Likewise.
2541         (CFLAGS-tst-mbswcs5.c): Likewise.
2542         (CFLAGS-tst-trans.c): Likewise
2544 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2546         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2547         rather than assuming they won't contain any '%'s.
2549 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2551         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2552         inhibit_loop_to_libcall to avoid recursive calls.
2553         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2554         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2556 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2558         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2559         prototype.
2561 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2563         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2564         integer value instead of boolean.
2566 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2568         * malloc/malloc.c: Fix powerof2 check.
2570 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2572         * locale/programs/locfile.h (maybe_swap_uint32):
2573         Remove inline and add unused attribute.
2575 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2577         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2578         Truncating assembler expression to a .long expression.
2580 2014-12-11  Andreas Schwab  <schwab@suse.de>
2582         * elf/rtld.c (struct map_args): Constify str member.
2583         (do_preload): Constify fname argument.
2585 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2587         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2588         constants definition.
2590 2014-12-11  Andreas Schwab  <schwab@suse.de>
2592         [BZ #16657]
2593         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2594         FORCE_ELISION instead of DO_ELISION.
2595         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2596         Remove.
2597         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2598         Likewise.
2600         * iconvdata/gconv-modules: Remove duplicate entry.
2602 2014-12-11  Will Newton  <will.newton@linaro.org>
2604         Merge gettext 0.19.3 into intl/.
2606         This involves a number of cosmetic changes to comments
2607         and ANSI function definitions and prototypes throughout
2608         all the files. The gettext copyright header is used but
2609         with the date ranges taken from the glibc copy.
2611         * NEWS: Add gettext merge to 2.21.
2612         * intl/bindtextdom.c: Switch to gettext copyright.
2613         Use ANSI definitions and prototypes.
2614         Use gl_* locking primitives rather than __libc_* ones.
2615         Use __builtin_expect rather than __glibc_likely/unlikely.
2616         * intl/dcgettext.c: Switch to gettext copyright.
2617         Use ANSI definitions and prototypes.
2618         * intl/dcigettext.c: Switch to gettext copyright.
2619         Use ANSI definitions and prototypes.
2620         (INTDIV0_RAISES_SIGFPE): New define.
2621         Use gl_* locking primitives rather than __libc_* ones.
2622         Include eval-plural.h instead of plural-eval.c.
2623         Use __builtin_expect rather than __glibc_likely/unlikely.
2624         * intl/dcngettext.c: Switch to gettext copyright.
2625         Use ANSI definitions and prototypes.
2626         * intl/dgettext.c: Likewise.
2627         * intl/dngettext.c: Likewise.
2628         * intl/plural-eval.c: Renamed to...
2629         * intl/eval-plural.h: ...this.
2630         * intl/explodename.c: Switch to gettext copyright.
2631         Use ANSI definitions and prototypes.
2632         (_nl_explode_name): Use strchr instead of __rawmemchr.
2633         * intl/finddomain.c: Switch to gettext copyright.
2634         Use ANSI definitions and prototypes.
2635         Use gl_* locking primitives rather than __libc_* ones.
2636         (_nl_find_domain): Use malloc rather than alloca for
2637         allocation of temporary locale name.
2638         * intl/gettext.c: Switch to gettext copyright.
2639         Use ANSI definitions and prototypes.
2640         * intl/gettextP.h: Switch to gettext copyright.
2641         Use ANSI definitions and prototypes.
2642         Use gl_* locking primitives rather than __libc_* ones.
2643         * intl/gmo.h: Switch to gettext copyright.
2644         (struct sysdep_string): Move struct segment_pair outside of
2645         struct definition.
2646         * intl/hash-string.c: Use ANSI definitions and prototypes.
2647         * intl/hash-string.h: Switch to gettext copyright.
2648         Use ANSI definitions and prototypes.
2649         * intl/l10nflist.c: Switch to gettext copyright.
2650         Use ANSI definitions and prototypes.
2651         (_nl_normalize_codeset): Avoid integer overflow.
2652         * intl/loadinfo.h: Switch to gettext copyright.
2653         Use ANSI definitions and prototypes.
2654         (LIBINTL_DLL_EXPORTED): New define.
2655         (PATH_SEPARATOR): New define.
2656         * intl/loadmsgcat.c: Switch to gettext copyright.
2657         * intl/localealias.c: Switch to gettext copyright.
2658         Use ANSI definitions and prototypes.
2659         (_nl_expand_alias): Use PATH_SEPARATOR.
2660         * intl/ngettext.c: Switch to gettext copyright.
2661         Use ANSI definitions and prototypes.
2662         * intl/plural-exp.c: Likewise.
2663         * intl/plural-exp.h: Switch to gettext copyright.
2664         Use ANSI definitions and prototypes.
2665         (struct expression): Move definition of enum operator outside
2666         of struct definition.
2667         * intl/plural.c: Regenerate.
2668         * intl/plural.y: Switch to gettext copyright.
2669         Use ANSI definitions and prototypes.
2670         Port to bison 3.0.
2671         * intl/textdomain.c: Switch to gettext copyright.
2672         Use ANSI definitions and prototypes.
2673         Use gl_* locking primitives rather than __libc_* ones.
2675 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2677         * debug/warning-nop.c: Add used atrribute.
2679 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2681         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2683         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2684         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2685         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2687 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2688             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2690         [BZ #17634]
2691         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2692         Undefine after defining function.  Define as weak alias of
2693         __wcschr.  Use libc_hidden_weak.
2694         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2695         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2696         (libc_hidden_def): Also define __GI___wcschr alias.
2697         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2698         __wcschr and define as weak alias of __wcschr.
2699         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2700         __wcschr.
2701         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2702         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2703         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2704         libc_hidden_weak.  Do not use libc_hidden_def.
2705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2706         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2707         __GI___wcschr alias.
2708         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2709         [IS_IN (libc)] (wcschr): Define as macro expanding to
2710         __redirect_wcschr.
2711         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2712         [IS_IN (libc)] (__wcschr_power6): Likewise.
2713         [IS_IN (libc)] (__wcschr_power7): Likewise.
2714         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2715         instead of wcschr.
2716         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2717         __libc_wcschr.
2718         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2719         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2720         __wcschr and define as weak alias of __wcschr.  Use
2721         libc_hidden_builtin_def.
2722         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2723         as weak alias of __wcschr.  Use libc_hidden_weak.
2724         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2725         wcschr.
2726         * time/era.c (_nl_init_era_entries): Likewise.
2727         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2728         variable.
2729         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2730         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2732 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2734         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2735         format for long int variable.
2737 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2739         [BZ #10672]
2740         * manual/search.texi: (Array Sort Function): Remove claim how to make
2741         qsort stable.
2743 2014-12-10  Andreas Schwab  <schwab@suse.de>
2745         [BZ #12847]
2746         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2747         user-controlled locks.
2749 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2751         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2752         register.
2754 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2756         * configure.ac (--disable-werror): New configure option.
2757         (enable_werror): New AC_SUBST.
2758         * configure: Regenerated.
2759         * config.make.in (enable-werror): New variable.
2760         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2761         -Wno-error=undef.
2762         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2763         * manual/install.texi (Configuring and compiling): Document
2764         --disable-werror.
2765         * INSTALL: Regenerated.
2766         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2767         (CFLAGS-tst-chk2.c): Likewise.
2768         (CFLAGS-tst-chk3.c): Likewise.
2769         (CFLAGS-tst-chk4.cc): Likewise.
2770         (CFLAGS-tst-chk5.cc): Likewise.
2771         (CFLAGS-tst-chk6.cc): Likewise.
2772         (CFLAGS-tst-lfschk1.c): Likewise.
2773         (CFLAGS-tst-lfschk2.c): Likewise.
2774         (CFLAGS-tst-lfschk3.c): Likewise.
2775         (CFLAGS-tst-lfschk4.cc): Likewise.
2776         (CFLAGS-tst-lfschk5.cc): Likewise.
2777         (CFLAGS-tst-lfschk6.cc): Likewise.
2779         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2780         (main): Disable -Wdeprecated-declarations around calls to
2781         register_printf_function.
2783         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2784         (do_test): Disable -Wdiv-by-zero around some calls to
2785         fwrite_unlocked and fread_unlocked.
2787         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2788         (DIAG_POP_NEEDS_COMMENT): Likewise.
2789         (_DIAG_STR1): Likewise.
2790         (_DIAG_STR): Likewise.
2791         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2792         * stdio-common/bug21.c: Include <libc-internal.h>.
2793         (do_test): Disable -Wformat around call to sscanf.
2794         * stdio-common/scanf14.c: Include <libc-internal.h>.
2795         (main): Disable -Wformat around some calls to scanf functions.
2797 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2799         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2801 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2803         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2804         stack variable alignment.
2806 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2808         [BZ #17682]
2809         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2810         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2811         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2812         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2813         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2814         __getrlimit instead of getrlimit.
2815         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2816         __gettimeofday instead of gettimeofday.
2817         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2818         Likewise.
2819         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2820         Likewise.
2821         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2822         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2823         Remove variable.
2824         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2825         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2827 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2829         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2830         for wide-character tests.
2832 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2834         * io/openat64.c: #include <libc-internal.h>
2835         (__openat64): Prototypify.  Use ignore_value on MODE.
2836         * io/openat.c: Likewise.
2837         * misc/reboot.c: #include <libc-internal.h>
2838         (reboot): Prototypify.  Use ignore_value on HOWTO.
2839         * misc/ptrace.c: #include <libc-internal.h>
2840         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2842 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2844         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2845         XPG4, UNIX98 and XOPEN2K.
2846         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2847         Remove variable.
2848         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2850 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2852         * libio/fileops.c: Use ISO C style for function definitions.
2853         * libio/iofopen.c: Likewise.
2854         * libio/wfileops.c: Likewise.
2856         [BZ #17653]
2857         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2858         offset on EOF.
2859         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2860         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2861         (fgets_func): Function pointer to fgets and fgetws.
2862         (do_ftell_test): Add test to verify ftell value after read
2863         EOF.
2864         (do_test): Set fgets_func.
2866         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2867         O_TRUNC flag for w and w+ modes.
2868         (do_rewind_test): Likewise.
2869         (do_ftell_test): Likewise.
2870         (do_write_test): Likewise.
2872         [BZ #17647]
2873         * libio/fileops.c (do_ftell): Seek only when there are
2874         unflushed writes.
2875         * libio/wfileops.c (do_ftell_wide): Likewise.
2876         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2877         test case.
2878         (do_one_test): Call it.
2880 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2882         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2883         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2884         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2885         Remove variable.
2886         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2887         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2888         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2890 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2892         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2893         Remove variable.
2894         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2896         [BZ #17668]
2897         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2898         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2899         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2900         __freeifaddrs.  Use libc_hidden_weak.
2901         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2902         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2903         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2904         __freeifaddrs.  Use libc_hidden_weak.
2905         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2906         __getifaddrs and define as weak alias of __getifaddrs.  Use
2907         libc_hidden_weak.
2908         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2909         __freeifaddrs.  Use libc_hidden_weak.
2910         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2911         Remove variable.
2912         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2913         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2915 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2917         [BZ #17601]
2918         * sysdeps/mips/start.S (__start): Use indirect jump to call
2919         __libc_start_main.
2921 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2923         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2925         * nptl/tst-mutex1.c: Include <stdbool.h>.
2926         [!ATTR] (ATTR_NULL): New macro.
2927         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2928         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2929         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2931         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2932         to char *.
2934         [BZ #17665]
2935         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2936         Change conditional to [__USE_MISC].
2938         [BZ #17664]
2939         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2940         fgets_unlocked.
2941         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2942         __fgets_unlocked.
2943         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2944         fgets_unlocked.
2945         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2946         Remove variable.
2947         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2948         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2949         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2950         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2951         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2952         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2953         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2954         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2955         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2957         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2959 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2961         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2962         Remove strpbrk objects.
2963         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2964         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2965         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2966         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2967         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2968         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2970         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2971         Remove strcspn objects.
2972         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2973         (__libc_ifunc_impl_list): Remove strcspn implementation.
2974         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2975         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2976         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2977         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2979         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2980         Remove strspn objetcs.
2981         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2982         (__libc_ifunc_impl_list): Remove strspn implementation.
2983         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2984         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2985         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2986         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2988 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2990         [BZ #17581]
2991         * malloc/hooks.c
2992         (mem2mem_check): Add a terminator to the chain of checking blocks.
2993         (malloc_check_get_size): Use it here.
2994         (mem2chunk_check): Ditto.
2996 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2998         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2999         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3001 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3003         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3005         * nptl/nptl-init.c: Include libc-internal.h.
3006         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3008         * elf/ldconfig.c (search_dir): Expand comment.
3010 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3012         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3013         variable.
3014         (linknamespace-symlist-stdlibs-tests): Likewise.
3015         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3016         instead of $(objpfx)symlist-stdlibs.
3017         (linknamespace-libs-isoc): New variable.
3018         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3019         (linknamespace-libs-ISO): New variable.
3020         (linknamespace-libs-ISO99): Likewise.
3021         (linknamespace-libs-ISO11): Likewise.
3022         (linknamespace-libs-XPG3): Likewise.
3023         (linknamespace-libs-XPG4): Likewise.
3024         (linknamespace-libs-POSIX): Likewise.
3025         (linknamespace-libs-UNIX98): Likewise.
3026         (linknamespace-libs-XOPEN2K): Likewise.
3027         (linknamespace-libs-POSIX2008): Likewise.
3028         (linknamespace-libs-XOPEN2K8): Likewise.
3029         ($(objpfx)symlist-stdlibs): Replace by
3030         $(linknamespace-symlist-stdlibs-tests).  Use
3031         $(linknamespace-libs-$*) as set of libraries.
3032         ($(linknamespace-header-tests)): Update dependencies.  Use
3033         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3034         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3035         * conform/linknamespace.pl: Remove comment about considering
3036         definitions of symbols from irrelevant libraries.
3038 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3040         [BZ #13862]
3041         * elf/dl-tls.c: Include <atomic.h>.
3042         (oom): Remove #ifdef SHARED/#endif.
3043         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3044         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3045         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3046         big enough.
3047         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3048         * nptl/Makefile (tests): Add tst-stack4.
3049         (modules-names): Add tst-stack4mod.
3050         ($(objpfx)tst-stack4): New.
3051         (tst-stack4mod.sos): Likewise.
3052         ($(objpfx)tst-stack4.out): Likewise.
3053         ($(tst-stack4mod.sos)): Likewise.
3054         (clean): Likewise.
3055         * nptl/tst-stack4.c: New file.
3056         * nptl/tst-stack4mod.c: Likewise.
3058 2014-11-27  J. Brown  <jb999@gmx.de>
3060         * sysdeps/x86/bits/string.h: Add recent CPUs.
3062 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3064         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3065         sigblock.
3067         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3068         feof.
3070         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3071         variable.
3073 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3075         * nscd/connections.c: Include libc-internal.h because of macro
3076         usage ignore_value.
3078 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3080         * string/bits/string3.h (__warn_memset_zero_len): Don't
3081         declare for gcc newer than 5.0.
3082         (memset): Don't test for zero-length __LEN for gcc newer than
3083         5.0.
3085 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3087         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3088         size_t for %zu format.
3090         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3091         difference, not %ju.
3093 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3095         * include/libc-internal.h (ignore_value): New macro.
3096         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3097         with ignore_value.
3099         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3100         definition.
3102         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3103         pthread_cleanup_push to void *.
3105         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3106         Undefine.
3108         [BZ #16619]
3109         [BZ #16740]
3110         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3111         instead of 1L << 52.
3113         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3114         * libio/bug-rewind2.c (do_test): Likewise.
3116         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3117         * debug/test-strcpy_chk-ifunc.c: Likewise.
3118         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3119         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3120         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3121         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3122         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3123         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3124         * Rules [$(multi-arch) = no] (tests): Do not filter out
3125         $(tests-ifunc).
3126         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3127         * debug/Makefile (tests-ifunc): Remove variable.
3128         (tests): Do not add $(tests-ifunc).
3129         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3130         (tests): Do not add $(tests-ifunc).
3131         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3132         [TEST_IFUNC]: Remove conditionals.
3133         * string/test-string.h (TEST_IFUNC): Remove macro.
3134         [TEST_IFUNC]: Remove conditionals.
3136         * string/test-strchr.c [!WIDE] (L): New macro.
3137         [WIDE] (L): Likewise.
3138         (check1): Use CHAR instead of char.  Use L on string and character
3139         constants.
3141 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3143         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3144         tests.
3145         * sysdeps/powerpc/bits/atomic.h
3146         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3147         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3148         (atomic_exchange_and_add_acq): Likewise.
3149         (atomic_exchange_and_add_rel): Likewise.
3150         * sysdeps/powerpc/powerpc32/bits/atomic.h
3151         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3152         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3153         * sysdeps/powerpc/powerpc64/bits/atomic.h
3154         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3155         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3157 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3159         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3160         Change synchronization of __sched_fifo_min_prio and
3161         __sched_fifo_max_prio.
3162         * nptl/pthread_mutexattr_getprioceiling.c
3163         (pthread_mutexattr_getprioceiling): Likewise.
3164         * nptl/pthread_mutexattr_setprioceiling.c
3165         (pthread_mutexattr_setprioceiling): Likewise.
3166         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3167         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3168         Likewise.
3170 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3172         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3173         void.
3175 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3177         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3178         third argument const.
3180 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3182         fnmatch: work around GCC compiler warning bug with uninit var
3183         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3184         This works around a bug with x86-64 GCC 4.9.2 and earlier
3185         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3186         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3187         used uninitialized in this function [-Wmaybe-uninitialized]".
3189 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3191         * posix/bug-regex31.c (main): Return RES not 0.
3193 2014-11-25  Anton Blanchard <anton@samba.org>
3195         * sysdeps/powerpc/bits/atomic.h
3196         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3198 2014-11-24  Sterling Augustine  <saugustine@google.com>
3200         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3202 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3204         [BZ #17608]
3205         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3207 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3209         [BZ #17633]
3210         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3211         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3212         variable.
3213         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3214         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3216 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3218         * string/strncpy.c (strncpy): Improve performance by using memset.
3220 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3222         * string/strcpy.c (strcpy):
3223         Improve performance by using strlen and memcpy.
3225 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3227         * string/strcoll_l.c (get_next_seq): __always_inline.
3228         * string/strcoll_l.c (do_compare): __always_inline.
3230 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3232         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3233         defined.
3234         * include/mqueue.h: Likewise.
3235         * include/stdlib.h: Likewise.
3237         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3238         (get_null_defines): Adjust.
3239         * sunrpc/Makefile: Adjust comment.
3240         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3241         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3242         (CFLAGS-interp.c): Likewise.
3243         (CFLAGS-ldconfig.c): Likewise.
3244         (CPPFLAGS-.os): Likewise.
3245         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3246         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3247         * extra-modules.mk (extra-modules.mk): Likewise.
3248         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3249         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3250         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3251         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3252         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3253         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3254         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3255         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3256         * iconvdata/Makefile (CPPFLAGS): Likewise.
3257         (cpp-srcs-left): Add libof for all iconvdata routines.
3258         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3259         * include/assert.h: Likewise.
3260         * include/ctype.h: Likewise.
3261         * include/errno.h: Likewise.
3262         * include/libc-symbols.h: Likewise.
3263         * include/math.h: Likewise.
3264         * include/netdb.h: Likewise.
3265         * include/resolv.h: Likewise.
3266         * include/stdio.h: Likewise.
3267         * include/stdlib.h: Likewise.
3268         * include/string.h: Likewise.
3269         * include/sys/stat.h: Likewise.
3270         * include/wctype.h: Likewise.
3271         * intl/l10nflist.c: Likewise.
3272         * libidn/idn-stub.c: Likewise.
3273         * libio/libioP.h: Likewise.
3274         * nptl/libc_multiple_threads.c: Likewise.
3275         * nptl/pthreadP.h: Likewise.
3276         * posix/regex_internal.h: Likewise.
3277         * resolv/res_hconf.c: Likewise.
3278         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3279         * sysdeps/arm/memmove.S: Likewise.
3280         * sysdeps/arm/sysdep.h: Likewise.
3281         * sysdeps/generic/_itoa.h: Likewise.
3282         * sysdeps/generic/symbol-hacks.h: Likewise.
3283         * sysdeps/gnu/errlist.awk: Likewise.
3284         * sysdeps/gnu/errlist.c: Likewise.
3285         * sysdeps/i386/i586/memcpy.S: Likewise.
3286         * sysdeps/i386/i586/memset.S: Likewise.
3287         * sysdeps/i386/i686/memcpy.S: Likewise.
3288         * sysdeps/i386/i686/memmove.S: Likewise.
3289         * sysdeps/i386/i686/mempcpy.S: Likewise.
3290         * sysdeps/i386/i686/memset.S: Likewise.
3291         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3292         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3293         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3294         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3295         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3296         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3297         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3298         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3299         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3300         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3301         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3302         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3303         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3304         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3305         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3306         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3307         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3308         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3309         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3310         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3311         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3312         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3313         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3314         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3315         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3316         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3317         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3318         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3319         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3320         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3321         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3322         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3323         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3324         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3325         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3326         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3327         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3328         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3329         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3330         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3331         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3332         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3333         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3334         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3335         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3336         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3337         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3338         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3339         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3340         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3341         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3342         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3343         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3344         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3345         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3346         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3347         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3348         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3349         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3350         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3351         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3352         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3353         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3354         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3355         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3356         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3357         * sysdeps/posix/closedir.c: Likewise.
3358         * sysdeps/posix/opendir.c: Likewise.
3359         * sysdeps/posix/readdir.c: Likewise.
3360         * sysdeps/posix/rewinddir.c: Likewise.
3361         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3362         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3363         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3364         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3365         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3366         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3367         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3368         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3369         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3370         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3371         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3372         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3373         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3374         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3375         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3376         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3377         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3378         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3379         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3380         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3381         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3382         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3383         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3384         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3385         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3386         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3387         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3388         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3389         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3390         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3391         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3392         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3393         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3394         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3395         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3396         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3397         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3398         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3399         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3400         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3401         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3402         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3403         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3404         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3405         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3406         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3407         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3408         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3409         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3410         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3411         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3412         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3413         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3414         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3415         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3416         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3417         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3418         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3419         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3420         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3421         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3422         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3423         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3424         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3425         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3426         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3427         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3428         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3429         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3430         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3431         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3432         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3433         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3434         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3435         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3436         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3437         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3438         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3439         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3440         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3441         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3442         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3443         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3444         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3445         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3446         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3447         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3448         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3449         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3450         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3451         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3452         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3453         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3454         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3455         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3456         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3457         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3458         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3459         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3460         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3461         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3462         * sysdeps/unix/alpha/sysdep.S: Likewise.
3463         * sysdeps/unix/alpha/sysdep.h: Likewise.
3464         * sysdeps/unix/make-syscalls.sh: Likewise.
3465         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3466         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3467         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3468         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3469         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3470         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3471         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3472         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3473         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3474         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3475         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3476         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3477         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3478         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3479         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3480         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3481         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3482         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3483         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3484         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3485         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3486         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3487         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3488         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3489         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3490         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3491         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3494         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3495         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3496         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3497         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3498         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3499         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3500         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3501         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3502         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3503         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3504         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3505         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3506         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3507         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3508         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3509         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3510         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3511         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3512         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3513         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3515         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3516         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3517         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3518         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3519         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3520         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3521         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3522         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3523         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3524         * sysdeps/x86_64/memcpy.S: Likewise.
3525         * sysdeps/x86_64/memmove.c: Likewise.
3526         * sysdeps/x86_64/memset.S: Likewise.
3527         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3528         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3529         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3530         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3531         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3532         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3533         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3534         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3535         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3536         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3537         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3538         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3539         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3540         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3541         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3542         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3543         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3544         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3545         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3546         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3547         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3548         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3549         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3550         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3551         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3552         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3553         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3554         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3555         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3556         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3557         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3558         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3559         * sysdeps/x86_64/strcmp.S: Likewise.
3561         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3563         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3564         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3565         * elf/rtld-Rules: Likewise.
3566         * elf/setup-vdso.h: Likewise.
3567         * include/assert.h: Likewise.
3568         * include/bits/stdlib-float.h: Likewise.
3569         * include/errno.h: Likewise.
3570         * include/sys/stat.h: Likewise.
3571         * include/unistd.h: Likewise.
3572         * sysdeps/aarch64/setjmp.S: Likewise.
3573         * sysdeps/alpha/setjmp.S: Likewise.
3574         * sysdeps/arm/__longjmp.S: Likewise.
3575         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3576         * sysdeps/arm/setjmp.S: Likewise.
3577         * sysdeps/arm/sysdep.h: Likewise.
3578         * sysdeps/generic/_itoa.h: Likewise.
3579         * sysdeps/generic/dl-sysdep.h: Likewise.
3580         * sysdeps/generic/ldsodefs.h: Likewise.
3581         * sysdeps/i386/dl-tls.h: Likewise.
3582         * sysdeps/i386/setjmp.S: Likewise.
3583         * sysdeps/m68k/setjmp.c: Likewise.
3584         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3585         * sysdeps/mach/hurd/opendir.c: Likewise.
3586         * sysdeps/posix/getcwd.c: Likewise.
3587         * sysdeps/posix/opendir.c: Likewise.
3588         * sysdeps/posix/profil.c: Likewise.
3589         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3590         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3591         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3592         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3593         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3594         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3595         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3596         * sysdeps/s390/dl-tls.h: Likewise.
3597         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3598         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3599         * sysdeps/sh/sh3/setjmp.S: Likewise.
3600         * sysdeps/sh/sh4/setjmp.S: Likewise.
3601         * sysdeps/unix/alpha/sysdep.h: Likewise.
3602         * sysdeps/unix/arm/sysdep.S: Likewise.
3603         * sysdeps/unix/i386/sysdep.S: Likewise.
3604         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3605         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3606         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3607         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3608         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3609         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3610         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3611         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3612         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3613         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3614         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3615         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3616         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3619         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3620         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3621         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3622         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3623         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3624         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3625         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3626         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3627         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3628         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3629         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3630         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3631         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3632         * sysdeps/x86_64/setjmp.S: Likewise.
3634         * include/math.h: Use IS_IN instead of IS_IN_libm.
3635         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3636         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3637         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3638         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3639         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3640         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3641         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3642         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3643         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3644         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3645         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3646         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3647         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3648         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3649         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3650         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3651         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3652         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3653         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3654         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3655         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3656         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3657         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3658         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3659         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3660         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3661         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3662         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3663         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3664         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3665         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3666         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3667         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3669         Likewise.
3670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3671         Likewise.
3672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3673         Likewise.
3674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3675         Likewise.
3676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3677         Likewise.
3678         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3679         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3680         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3681         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3682         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3683         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3689         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3690         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3691         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3692         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3693         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3694         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3695         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3696         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3697         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3698         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3699         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3700         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3701         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3702         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3703         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3704         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3706         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3707         * nptl/pthreadP.h: Likewise.
3708         * nptl_db/structs.def: Likewise.
3709         * sysdeps/arm/sysdep.h: Likewise.
3710         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3711         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3712         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3713         * sysdeps/unix/alpha/sysdep.h: Likewise.
3714         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3715         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3716         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3717         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3718         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3719         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3720         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3721         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3722         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3723         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3724         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3725         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3726         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3727         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3730         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3731         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3732         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3733         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3734         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3735         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3736         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3737         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3738         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3739         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3741         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3742         * nptl/pthreadP.h: Likewise.
3743         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3744         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3745         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3746         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3747         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3748         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3749         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3750         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3751         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3752         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3753         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3754         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3756         Likewise.
3757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3758         Likewise.
3759         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3760         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3761         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3762         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3763         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3764         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3765         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3766         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3768         * dlfcn/dladdr.c: Use IS_IN.
3769         * dlfcn/dladdr1.c: Likewise.
3770         * dlfcn/dlclose.c: Likewise.
3771         * dlfcn/dlerror.c: Likewise.
3772         * dlfcn/dlinfo.c: Likewise.
3773         * dlfcn/dlmopen.c: Likewise.
3774         * dlfcn/dlopen.c: Likewise.
3775         * dlfcn/dlsym.c: Likewise.
3776         * dlfcn/dlvsym.c: Likewise.
3778         * include/ifaddrs.h: Use IS_IN.
3779         * inet/check_pf.c: Likewise.
3780         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3781         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3783         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3784         IS_IN_ldconfig.
3785         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3786         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3788         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3789         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3790         IS_IN (libc).
3792         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3794         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3795         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3796         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3797         * include/libc-symbols.h (IS_IN_LIB): New macro.
3798         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3799         * include/netdb.h: Likewise.
3800         * include/stap-probe.h: Remove all uses of IN_LIB.
3802         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3803         instead of IN_MODULE.
3804         * include/libc-symbols.h (IN_MODULE): Define using
3805         MODULE_NAME.
3806         (PASTE_NAME, PASTE_NAME1): New macros.
3807         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3808         of IN_LIB.
3809         (STAP_PROBE_ASM): Likewise.
3811 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3813         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3814         __mach_init in dlopened libc.
3816 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3818         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3819         * sysdeps/arm/preconfigure: Regenerate.
3821 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3823         * nptl/pthread_create.c (__pthread_create_2_1): Set
3824         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3825         when copying values from IATTR into PD.
3827 2014-11-21  Will Newton  <will.newton@linaro.org>
3828             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3830         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3831         Refactor inline-asm.  Also add comment.
3833         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3834         ElfW macro instead of hardcoded Elf64 types.
3835         (la_aarch64_gnu_pltenter): Likewise.
3836         * sysdeps/aarch64/dl-machine.h
3837         (elf_machine_runtime_setup): Use ElfW(Addr).
3839         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3840         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3841         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3842         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3843         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3844         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3845         (R_AARCH64_TLS_DTPMOD): This.
3846         (R_AARCH64_TLS_DTPREL64): Rename to ...
3847         (R_AARCH64_TLS_DTPREL): This.
3848         (R_AARCH64_TLS_TPREL64): Rename to ...
3849         (R_AARCH64_TLS_TPREL): This.
3850         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3851         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3852         R_AARCH64_TLS_TPREL64.
3853         (elf_machine_rela): Likewise.
3855 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3857         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3858         by setting it to 0.  64b atomics are not supported currently.
3860 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3862         [BZ #16469]
3863         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3864         search domain names.
3866 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3868         [BZ #16469]
3869         * NEWS: Update.
3870         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3871         trailing dot.
3872         * posix/tst-getaddrinfo5.c: New.
3873         * posix/Makefile (tests): Add it.
3875 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3877         [BZ #14498]
3878         * NEWS: Fixed.
3879         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3880         after parsing line but before break_if_match.
3881         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3882         if there is a protocol mismatch.
3884 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3886         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3887         because the potential race is on the user-supplied stream.
3889 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3891         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3892         string literal if not passed a buffer.
3893         * manual/job.texi (ctermid): Update reasoning, note deviation
3894         from posix, suggest mtasurace when not passed a buffer, for
3895         future non-preliminary safety notes.
3897 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3899         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3900         of not passing it a buffer.
3901         Reported by Peng Haitao.
3903 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3905         * manual/Makefile ($(objpfx)stamp-summary): Require
3906         check-safety.sh to pass.
3907         * manual/check-safety.sh: Wish for verification that every
3908         @deftypefn and @deftypefun is followed by a @safety remark.
3910 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3912         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3914         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3915         PTHREAD_CANCEL_ASYNCHRONOUS.
3916         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3917         send SIGCANCEL.
3919         * nptl/default-sched.h: New file.
3920         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3921         * nptl/pthread_create.c: Include it.
3922         (__pthread_create_2_1): Use collect_default_sched instead of making
3923         Linux syscalls here directly.
3925 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3927         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3928         __pthread_once): Use C11 atomics.
3930 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3932         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3934 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3936         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3937         atomic_thread_fence_acquire, atomic_thread_fence_release,
3938         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3939         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3940         atomic_compare_exchange_weak_relaxed,
3941         atomic_compare_exchange_weak_acquire,
3942         atomic_compare_exchange_weak_release,
3943         atomic_exchange_acquire, atomic_exchange_release,
3944         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3945         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3946         atomic_fetch_and_acquire,
3947         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3949 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3951         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3952         USE_ATOMIC_COMPILER_BUILTINS): Define.
3953         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3954         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3955         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3956         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3957         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3958         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3959         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3960         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3961         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3962         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3963         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3964         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3965         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3966         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3967         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3968         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3969         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3970         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3971         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3972         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3973         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3974         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3975         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3976         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3977         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3978         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3979         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3980         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3981         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3982         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3983         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3984         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3985         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3986         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3987         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3988         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3989         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3990         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3991         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3992         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3994 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3996         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3997         the sched_priority value here.  It was already checked when the user
3998         called pthread_attr_setschedparam.
4000         * nptl/tst-bad-schedattr.c: New file.
4001         * nptl/Makefile (tests): Add it.
4003 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4004             Florian Weimer  <fweimer@redhat.com>
4005             Joseph Myers  <joseph@codesourcery.com>
4006             Adam Conrad  <adconrad@0c3.net>
4007             Andreas Schwab  <schwab@suse.de>
4008             Brooks  <bmoses@google.com>
4010         [BZ #17625]
4011         * wordexp-test.c (__dso_handle): Add prototype.
4012         (__register_atfork): Likewise.
4013         (__app_register_atfork): New function.
4014         (registered_forks): New global.
4015         (register_fork): New function.
4016         (test_case): Add 3 new tests for WRDE_CMDSUB.
4017         (main): Call __app_register_atfork.
4018         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4019         fork count is non-zero fail the test.
4020         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4021         is set.
4022         (parse_dollars): Remove check for WRDE_NOCMD.
4023         (parse_dquote): Likewise.
4025 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4027         * Makeconfig (built-modules): List non-library modules to be
4028         built.
4029         (module-cppflags): Include libc-modules.h for
4030         everything except shlib-versions.v.i.
4031         (CPPFLAGS): Use it.
4032         (before-compile): Add libc-modules.h.
4033         ($(common-objpfx)libc-modules.h,
4034         $(common-objpfx)libc-modules.stmp): New targets.
4035         (common-generated): Add libc-modules.h and libc-modules.stmp.
4036         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4037         * include/libc-symbols.h: Don't include libc-modules.h.
4038         * include/libc-modules.h: Remove file.
4039         * scripts/gen-libc-modules.awk: New script to generate
4040         libc-modules.h.
4041         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4042         Depend on libc-modules.stmp.
4044         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4046         * Makeconfig (in-module): Get value of libof set for the
4047         translation unit.
4048         (CPPFLAGS): Use $(in-module).
4049         * Makerules: Don't suffix routine names for nonlib.
4050         * include/libc-modules.h: New file.
4051         * include/libc-symbols.h: Include libc-modules.h
4052         (IS_IN): New macro to replace IS_IN_* macros.
4053         * elf/Makefile: Set libof-* for each routine.
4054         * elf/rtld-Rules: Likewise.
4055         * extra-modules.mk: Likewise.
4056         * iconv/Makefile: Likewise.
4057         * iconvdata/Makefile: Likewise.
4058         * locale/Makefile: Likewise.
4059         * malloc/Makefile: Likewise.
4060         * nss/Makefile: Likewise.
4061         * sysdeps/gnu/Makefile: Likewise.
4062         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4063         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4064         * sysdeps/s390/s390-64/Makefile: Likewise.
4065         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4066         CPPFLAGS for nscd instead of nonlib.
4068 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4070         * nptl/createthread.c: New file.
4072         * nptl/createthread.c: Moved ...
4073         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4075         * nptl/createthread.c: Add proper top-line comment.
4076         (do_clone): Folded into ...
4077         (create_thread): ... here.  Take new arguments STOPPED_START and
4078         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4079         increment __nptl_threads, do event-reporting logic, do
4080         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4081         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4082         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4083         just send SIGCANCEL.
4084         * nptl/pthread_create.c: Forward-declare create_thread before
4085         including createthread.c.
4086         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4087         declaration, and new macro START_THREAD_SELF to replace argument.
4088         Remove return statement.
4089         (report_thread_creation): New function.
4090         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4091         synchronization logic, and __nptl_nthreads increment here, around
4092         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4093         PD->parent_cancelhandling here, before create_thread.  When
4094         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4095         __deallocate_stack, and ENOMEM translation here.
4097 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4099         [BZ #17616]
4100         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4101         (mptwo): Rename to __mptwo.
4102         (__inv): Use __mptwo instead of mptwo.
4103         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4104         (mptwo): Rename to __mptwo.
4105         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4106         of mpone and __mptwo instead of mptwo.
4107         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4108         instead of mpone.
4109         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4110         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4111         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4112         of mpone and __mptwo instead of mptwo.
4113         (__mpranred): Use __mpone instead of mpone.
4114         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4115         variable.
4116         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4117         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4118         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4119         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4120         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4121         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4122         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4123         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4124         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4125         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4126         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4127         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4128         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4129         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4130         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4131         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4132         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4133         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4134         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4136 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4138         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4139         replace BSD Handler xref with BSD Signal Handling.
4141 2014-11-17  Richard Henderson  <rth@redhat.com>
4143         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4144         (_FP_PACK_RAW_2): Remove.
4145         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4146         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4147         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4148         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4149         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4150         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4151         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4152         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4153         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4154         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4155         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4156         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4157         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4158         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4159         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4160         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4162 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4164         * signal/signal.h [__USE_MISC]
4165         (struct sigvec): Remove type.
4166         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4167         (sigvec): Remove declaration.
4168         * sysdeps/posix/sigvec.c: Moved ...
4169         * signal/sigvec.c: ... here, replacing old file.
4170         (struct sigvec): New type, copied from old signal.h definition.
4171         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4172         (__sigvec): Convert definition to prototype.
4173         (sigvec): Replace weak_alias with compat_symbol.
4174         * signal/Versions (libc: GLIBC_2.21): New version set.
4175         * include/signal.h: Remove __sigvec declaration.
4176         * sysdeps/unix/bsd/sigvec.c: Remove file.
4177         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4178         * manual/signal.texi (BSD Handler): Remove subsection.
4179         Move siginterrupt up to ...
4180         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4181         (Blocking in BSD): Fold subsection into its parent.
4182         * NEWS: Mention sigvec removal.
4184 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4186         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4187         (DLA_FMS): Make definition conditional only on [__FMA4__].
4188         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4189         definition.
4191         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4192         Make definition conditional only on [PROF].
4193         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4194         definition.
4195         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4196         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4198         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4199         !__GNUC__].
4200         * include/signal.h (__sigpause): Move declaration above call to
4201         libc_hidden_proto.
4202         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4203         variable.
4204         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4205         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4207 2014-11-14  David S. Miller  <davem@davemloft.net>
4209         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4210         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4212 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4214         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4215         * configure: Regenerated.
4216         * manual/install.texi (Tools for Compilation): Document a
4217         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4218         compiler verified to work.
4219         * INSTALL: Regenerated.
4221         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4222         redeclare with asm name.
4223         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4224         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4225         including <string.h>.
4226         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4227         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4228         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4229         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4230         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4231         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4232         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4234 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4236         * stdlib/strtol.c (__strtol): Use prototype definition.
4238         [BZ #17594]
4239         * stdlib/strtol.c (SYM__): New macro.
4240         (SYM__1): Likewise.
4241         (__strtol): Likewise.
4242         (strtol): Rename to __strtol and define as weak alias of
4243         __strtol.  Use libc_hidden_weak.
4245 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4247         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4248         Use numbered labels in inline assembly.
4250 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4252         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4253         Add setjmp LIBC_PROBE.
4254         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4255         Likewise.
4256         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4257         Add longjmp, longjmp_target LIBC_PROBE.
4258         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4259         Likewise.
4261 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4263         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4264         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4265         to get rid of unused variable warning.
4267 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4269         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4270         Check for unwind_backtrace ==  NULL only in SHARED case.
4271         (__backchain_backtrace): Compile only in SHARED case.
4272         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4273         Likewise.
4274         (__backchain_backtrace): Declare as static.
4276 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4278         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4279         (__libc_multiple_threads_ptr): Variable moved ...
4280         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4282 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4284         * conform/GlibcConform.pm: New file.
4285         * conform/conformtest.pl: Use GlibcConform module.
4286         * conform/linknamespace.pl: New file.
4287         * conform/list-header-symbols.pl: Likewise.
4288         * conform/Makefile (linknamespace-symlists-base): New variable.
4289         (linknamespace-symlists-tests): Likewise.
4290         (linknamespace-header-base): Likewise.
4291         (linknamespace-header-tests): Likewise.
4292         (tests-special): Add new tests.
4293         ($(linknamespace-symlists-tests)): New rule.
4294         (linknamespace-libs): New variable.
4295         ($(objpfx)symlist-stdlibs): New rule.
4296         ($(linknamespace-header-tests)): Likewise.
4297         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4298         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4299         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4300         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4301         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4302         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4303         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4304         (test-xfail-ISO/math.h/linknamespace): Likewise.
4305         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4306         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4307         (test-xfail-ISO/time.h/linknamespace): Likewise.
4308         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4309         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4310         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4311         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4312         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4313         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4314         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4315         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4316         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4317         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4318         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4319         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4320         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4321         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4322         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4323         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4324         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4325         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4326         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4327         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4328         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4329         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4330         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4331         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4332         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4333         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4334         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4335         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4336         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4337         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4338         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4339         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4340         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4341         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4342         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4343         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4344         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4345         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4346         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4347         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4348         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4349         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4350         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4351         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4352         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4353         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4354         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4355         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4356         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4357         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4358         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4359         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4360         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4361         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4362         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4363         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4364         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4365         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4366         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4367         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4368         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4369         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4370         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4371         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4372         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4373         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4374         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4375         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4376         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4377         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4378         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4379         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4380         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4381         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4382         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4383         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4384         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4385         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4386         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4387         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4388         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4389         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4390         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4391         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4392         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4393         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4394         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4395         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4396         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4397         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4398         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4399         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4400         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4401         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4402         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4403         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4404         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4405         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4406         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4407         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4408         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4409         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4410         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4411         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4412         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4413         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4414         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4415         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4416         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4417         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4418         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4419         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4420         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4421         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4422         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4423         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4424         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4425         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4426         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4427         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4428         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4429         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4430         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4431         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4432         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4433         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4434         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4435         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4436         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4437         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4438         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4439         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4440         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4441         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4442         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4443         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4444         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4445         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4446         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4447         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4448         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4449         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4450         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4451         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4452         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4453         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4454         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4455         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4456         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4457         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4459         [BZ #17589]
4460         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4461         of fgets_unlocked.
4463         [BZ #17585]
4464         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4465         (memmem): Rename to __memmem and define as weak alias of
4466         __memmem.  Use libc_hidden_weak.
4467         (__memmem): Use libc_hidden_def.
4468         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4469         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4470         memmem.
4472         [BZ #17582]
4473         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4474         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4475         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4476         and define as weak alias of __fgets_unlocked.  Use
4477         libc_hidden_weak.
4478         (__fgets_unlocked): Use libc_hidden_def.
4479         * include/stdio.h (__fgets_unlocked): Declare.  Use
4480         libc_hidden_proto.
4481         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4482         __fgets_unlocked instead of fgets_unlocked.
4483         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4484         (GET_NPROCS_CONF_PARSER): Likewise.
4485         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4486         (GET_NPROCS_CONF_PARSER): Likewise.
4488         [BZ #17574]
4489         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4490         weak alias of __wmemset.  Use libc_hidden_weak.
4491         (__wmemset): Use libc_hidden_def.
4492         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4493         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4494         of wmemset.
4496         [BZ #17573]
4497         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4498         with asm name __mempcpy.
4499         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4501         [BZ #17572]
4502         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4503         and define as weak alias of __rawmemchr.
4504         (__rawmemchr): Do not define as strong alias of rawmemchr.
4506         [BZ #17571]
4507         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4508         alias of __qsort_r.
4509         (qsort): Call __qsort_r instead of qsort_r.
4510         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4511         (__qsort_r): Declare.  Call libc_hidden_proto.
4512         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4513         instead of qsort_r.
4514         * nscd/gai.c (__qsort_r): Define to qsort_r.
4515         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4516         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4517         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4519         [BZ #17570]
4520         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4521         define as weak alias of __malloc_info.
4523         [BZ #17584]
4524         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4525         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4526         (__rewinddir): Use libc_hidden_def.
4527         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4528         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4529         (__rewinddir): Use libc_hidden_def.
4530         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4531         weak alias of __rewinddir.  Don't use libc_hidden_def.
4532         (__rewinddir): Use libc_hidden_def.
4533         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4534         (__rewinddir): Use libc_hidden_proto.
4535         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4536         rewinddir.
4537         (__getcwd): Use __rewinddir instead of rewinddir.
4539         [BZ #17583]
4540         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4541         alias of __fileno.  Use libc_hidden_weak.
4542         (__fileno): Use libc_hidden_def.
4543         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4544         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4545         alias of __ftello.
4546         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4547         __ftello.
4548         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4549         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4550         libc_hidden_def.
4551         (fread_unlocked): Don't use libc_hidden_ver.
4552         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4553         and define as weak alias of __fread_unlocked.  Don't use
4554         libc_hidden_def.
4555         (__fread_unlocked): Use libc_hidden_def.
4556         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4557         (ftello): Don't use libc_hidden_proto.
4558         (__ftello): Declare.  Use libc_hidden_proto.
4559         (fread_unlocked): Don't use libc_hidden_proto.
4560         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4561         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4562         and __ftello instead of fileno, fread_unlocked and ftello.
4564 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4566         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4567         GOT12.
4568         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4569         Likewise.
4570         (_dl_start_user): Likewise.
4571         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4573 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4574             Siddhesh Poyarekar  <siddhesh@redhat.com>
4576         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4577         Move argv and envp down instead of moving argc up.
4578         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4580 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4582         [BZ #17506]
4583         * test-skeleton.c (main): Return successful if one of
4584         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4585         * string/tst-strcoll-overflow.c: Define expected status.
4587 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4589         [BZ #17475]
4590         * locale/iso-639.def: Define Bhili and Tulu language codes.
4592 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4594         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4596 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4598         [BZ #17555]
4599         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4601 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4603         * configure.ac: Updated check of minimal required version to
4604         2.22.
4605         * manual/install.texi (Tools for Compilation): Updated version
4606         number.
4607         * configure: Regenerated.
4608         * INSTALL: Likewise.
4610 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4612         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4613         __tls_get_addr.
4615 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4617         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4618         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4619         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4620         libc_hidden_weak.
4621         (waitpid): Define as alias of __waitpid.
4622         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4623         __waitpid.
4624         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4625         libc_hidden_weak.
4626         (waitpid): Define as alias of __waitpid.
4627         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4628         __libc_waitpid alias.
4629         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4630         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4631         Likewise.
4632         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4633         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4634         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4635         alias.
4636         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4637         __waitpid.
4638         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4639         libc_hidden_weak.
4640         (waitpid): Define as alias of __waitpid.
4642 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4644         * manual/llio.texi: Add comment that write safety has been
4645         fixed in Linux.
4647         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4648         (localplt-build-dso): Add elf/ld.so.
4649         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4650         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4651         and free for ld.so.
4652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4653         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4655         Likewise.
4656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4657         Likewise.
4658         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4659         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4660         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4661         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4662         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4663         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4664         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4665         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4666         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4667         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4668         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4670 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4672         [BZ #14132]
4673         * include/libc-symbols.h (INTUSE): Remove macro.
4674         (INTDEF): Likewise.
4675         (INTVARDEF): Likewise.
4676         (_INTVARDEF): Likewise.
4677         (INTDEF2): Likewise.
4678         (INTVARDEF2): Likewise.
4679         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4680         rtld_hidden_def instead of INTVARDEF.
4681         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4682         (_dl_starting_up_internal): Remove declaration.
4683         (_dl_starting_up): Use rtld_hidden_proto.
4684         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4685         declaration.
4686         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4687         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4688         _dl_starting_up.
4689         * elf/dl-writev.h (_dl_writev): Likewise.
4690         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4691         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4692         _dl_starting_up_internal.
4694 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4696         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4697         test-skeleton.c.
4699 2014-11-05  Will Newton  <will.newton@linaro.org>
4701         * benchtests/Makefile: (bench-malloc): Add malloc thread
4702         scalability benchmark.
4703         * benchtests/bench-malloc-threads.c: New file.
4705 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4707         * sysdeps/aarch64/strchrnul.S: New file.
4709 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4711         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4712         definition.
4713         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4714         Likwise.
4715         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4716         Likewise.
4717         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4718         Likewise.
4719         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4720         Likewise.
4721         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4722         Likewise.
4724 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4726         * catgets/test-gencat.c: Use test-skeleton.c.
4727         * catgets/tst-catgets.c: Likewise.
4728         * csu/tst-empty.c: Likewise.
4729         * elf/tst-audit2.c: Likewise.
4730         * elf/tst-global1.c: Likewise.
4731         * elf/tst-pathopt.c: Likewise.
4732         * elf/tst-piemod1.c: Likewise.
4733         * elf/tst-tls10.c: Likewise.
4734         * elf/tst-tls11.c: Likewise.
4735         * elf/tst-tls12.c: Likewise.
4736         * gnulib/tst-gcc.c: Likewise.
4737         * iconvdata/tst-e2big.c: Likewise.
4738         * iconvdata/tst-loading.c: Likewise.
4739         * iconv/tst-iconv1.c: Likewise.
4740         * iconv/tst-iconv2.c: Likewise.
4741         * inet/test-inet6_opt.c: Likewise.
4742         * inet/tst-gethnm.c: Likewise.
4743         * inet/tst-network.c: Likewise.
4744         * inet/tst-ntoa.c: Likewise.
4745         * intl/tst-codeset.c: Likewise.
4746         * intl/tst-gettext2.c: Likewise.
4747         * intl/tst-gettext3.c: Likewise.
4748         * intl/tst-ngettext.c: Likewise.
4749         * intl/tst-translit.c: Likewise.
4750         * io/test-stat.c: Likewise.
4751         * libio/test-fmemopen.c: Likewise.
4752         * libio/tst-freopen.c: Likewise.
4753         * libio/tst-sscanf.c: Likewise.
4754         * libio/tst-ungetwc1.c: Likewise.
4755         * libio/tst-ungetwc2.c: Likewise.
4756         * libio/tst-widetext.c: Likewise.
4757         * localedata/tst-ctype.c: Likewise.
4758         * localedata/tst-digits.c: Likewise.
4759         * localedata/tst-leaks.c: Likewise.
4760         * localedata/tst-mbswcs1.c: Likewise.
4761         * localedata/tst-mbswcs2.c: Likewise.
4762         * localedata/tst-mbswcs3.c: Likewise.
4763         * localedata/tst-mbswcs4.c: Likewise.
4764         * localedata/tst-mbswcs5.c: Likewise.
4765         * localedata/tst-setlocale.c: Likewise.
4766         * localedata/tst-trans.c: Likewise.
4767         * localedata/tst-wctype.c: Likewise.
4768         * localedata/tst-xlocale1.c: Likewise.
4769         * login/tst-grantpt.c: Likewise.
4770         * malloc/tst-calloc.c: Likewise.
4771         * malloc/tst-malloc.c: Likewise.
4772         * malloc/tst-mallocstate.c: Likewise.
4773         * malloc/tst-mcheck.c: Likewise.
4774         * malloc/tst-mtrace.c: Likewise.
4775         * malloc/tst-obstack.c: Likewise.
4776         * math/atest-exp2.c: Likewise.
4777         * math/atest-exp.c: Likewise.
4778         * math/atest-sincos.c: Likewise.
4779         * math/test-matherr.c: Likewise.
4780         * math/test-misc.c: Likewise.
4781         * math/test-powl.c: Likewise.
4782         * math/tst-definitions.c: Likewise.
4783         * misc/tst-dirname.c: Likewise.
4784         * misc/tst-efgcvt.c: Likewise.
4785         * misc/tst-fdset.c: Likewise.
4786         * misc/tst-hsearch.c: Likewise.
4787         * misc/tst-mntent2.c: Likewise.
4788         * nptl/tst-sem7.c: Likewise.
4789         * nptl/tst-sem8.c: Likewise.
4790         * nptl/tst-sem9.c: Likewise.
4791         * nss/test-netdb.c: Likewise.
4792         * posix/tst-fnmatch.c: Likewise.
4793         * posix/tst-getlogin.c: Likewise.
4794         * posix/tst-gnuglob.c: Likewise.
4795         * posix/tst-mmap.c: Likewise.
4796         * pwd/tst-getpw.c: Likewise.
4797         * resolv/tst-inet_ntop.c: Likewise.
4798         * rt/tst-timer.c: Likewise.
4799         * stdio-common/test-fseek.c: Likewise.
4800         * stdio-common/test-popen.c: Likewise.
4801         * stdio-common/test-vfprintf.c: Likewise.
4802         * stdio-common/tst-cookie.c: Likewise.
4803         * stdio-common/tst-fileno.c: Likewise.
4804         * stdio-common/tst-gets.c: Likewise.
4805         * stdio-common/tst-obprintf.c: Likewise.
4806         * stdio-common/tst-perror.c: Likewise.
4807         * stdio-common/tst-sprintf2.c: Likewise.
4808         * stdio-common/tst-sprintf3.c: Likewise.
4809         * stdio-common/tst-sprintf.c: Likewise.
4810         * stdio-common/tst-swprintf.c: Likewise.
4811         * stdio-common/tst-tmpnam.c: Likewise.
4812         * stdio-common/tst-unbputc.c: Likewise.
4813         * stdio-common/tst-wc-printf.c: Likewise.
4814         * stdlib/tst-environ.c: Likewise.
4815         * stdlib/tst-fmtmsg.c: Likewise.
4816         * stdlib/tst-limits.c: Likewise.
4817         * stdlib/tst-rand48-2.c: Likewise.
4818         * stdlib/tst-rand48.c: Likewise.
4819         * stdlib/tst-random2.c: Likewise.
4820         * stdlib/tst-random.c: Likewise.
4821         * stdlib/tst-strtol.c: Likewise.
4822         * stdlib/tst-strtoll.c: Likewise.
4823         * stdlib/tst-tls-atexit.c: Likewise.
4824         * stdlib/tst-xpg-basename.c: Likewise.
4825         * string/test-ffs.c: Likewise.
4826         * string/tst-bswap.c: Likewise.
4827         * string/tst-inlcall.c: Likewise.
4828         * string/tst-strtok.c: Likewise.
4829         * string/tst-strxfrm.c: Likewise.
4830         * sysdeps/x86_64/tst-audit10.c: Likewise.
4831         * sysdeps/x86_64/tst-audit3.c: Likewise.
4832         * sysdeps/x86_64/tst-audit4.c: Likewise.
4833         * sysdeps/x86_64/tst-audit5.c: Likewise.
4834         * time/tst-ftime_l.c: Likewise.
4835         * time/tst-getdate.c: Likewise.
4836         * time/tst-mktime3.c: Likewise.
4837         * time/tst-mktime.c: Likewise.
4838         * time/tst-posixtz.c: Likewise.
4839         * time/tst-strptime2.c: Likewise.
4840         * time/tst-strptime3.c: Likewise.
4841         * wcsmbs/tst-btowc.c: Likewise.
4842         * wcsmbs/tst-mbrtowc.c: Likewise.
4843         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4844         * wcsmbs/tst-wchar-h.c: Likewise.
4845         * wcsmbs/tst-wcpncpy.c: Likewise.
4846         * wcsmbs/tst-wcrtomb.c: Likewise.
4847         * wcsmbs/tst-wcsnlen.c: Likewise.
4848         * wcsmbs/tst-wcstof.c: Likewise.
4850 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4852         [BZ #14132]
4853         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4854         INTDEF.
4855         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4856         declaration.
4857         (_dl_mcount): Use rtld_hidden_proto.
4858         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4859         _dl_mcount.
4860         * elf/rtld.c (_rtld_global_ro): Likewise.
4862         [BZ #14132]
4863         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4864         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4865         of _dl_init_internal.
4866         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4867         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4868         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4869         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4870         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4871         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4872         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4873         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4874         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4875         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4876         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4877         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4878         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4879         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4880         * sysdeps/tile/dl-start.S (_start): Likewise.
4881         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4882         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4884         [BZ #14132]
4885         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4886         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4887         (rtld_progname): Make macro definition unconditional.
4888         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4889         INTDEF.
4890         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4891         (dl_main): Likewise.
4892         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4893         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4894         instead of _dl_argv_internal.
4895         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4896         __GI__dl_argv instead of INTUSE(_dl_argv).
4897         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4898         __GI__dl_argv instead of _dl_argv_internal.
4900         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4901         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4902         macro.
4903         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4904         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4905         New macro.
4906         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4907         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4908         macro.
4909         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4910         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4912 2014-11-04  Andreas Schwab  <schwab@suse.de>
4914         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4916 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4918         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4919         mtvsrd instruction in binary form.
4921 2014-11-03  Andreas Schwab  <schwab@suse.de>
4923         [BZ #17522]
4924         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4925         for less than MB_LEN_MAX use a local buffer of that size.
4926         * libio/tst-fputws.c: New file.
4927         * libio/Makefile (tests): Add tst-fputws.
4929 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4931         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4932         the size of the fpu_fr.fpu_dregs[] array.
4934 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4936         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4937         (__nanosleep): Do not define as alias.
4938         (nanosleep): Define as alias of __nanosleep.
4939         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4940         __libc_nanosleep name.
4942 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4944         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4945         install.texi in comment.
4947 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4949         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4950         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4951         ... add here and use lwsync or sync ...
4952         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4953         ... and add here using lwsync.
4955 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4957         * elf/dl-machine-reject-phdr.h: New file.
4958         * elf/dl-load.c: #include that.
4959         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4960         if that returned true.
4962 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4964         [BZ #17496]
4965         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4966         gen-as-const-headers chunk.  Add a big scare comment after the last
4967         safe place to touch before-compile.
4969 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4971         * manual/install.texi (Tools for Compilation): Update autoconf
4972         version requirements.
4973         * INSTALL: Regenerated.
4975         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4976         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4977         (__libc_pselect): Likewise.
4979         [BZ #14138]
4980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4985 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4987         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4988         correct barrier instruction.
4989         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4990         Likewise.
4991         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4992         Likewise.
4994 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4996         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4997         after defining inlines.  Instead, just use parens to defeat macro
4998         expansion of __isctype in its declaration.
5000 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5002         * include/sys/uio.h (__libc_readv): Remove declaration.
5003         (__libc_writev): Likewise.
5004         * misc/readv.c (__libc_readv): Rename to __readv.
5005         (__readv): Do not define as alias.
5006         (readv): Define as alias of __readv.
5007         * misc/writev.c (__libc_writev): Rename to __writev.
5008         (__writev): Do not define as alias.
5009         (writev): Define as alias of __writev.
5010         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5011         (__readv): Do not define as alias.
5012         (readv): Define unconditionally as alias of __readv.
5013         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5014         (__writev): Do not define as alias.
5015         (writev): Define unconditionally as alias of __writev.
5016         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5017         name.
5018         (writev): Do not define __libc_writev name.
5020 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5022         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5023         (convert_charseq): New function, broken out of ...
5024         (use_from_charmap): ... here.  Call it.
5025         (use_to_charmap): Use convert_charseq and free instead of duplicating
5026         its code with a variable-length stack struct.
5028 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5030         * include/fcntl.h (__libc_creat): Remove declaration.
5031         * io/creat.c (__libc_creat): Rename to creat.
5032         (creat): Do not define as alias.
5033         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5034         of creat instead of __libc_creat.
5035         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5036         to creat.
5037         (creat): Do not define as alias.
5038         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5039         __libc_creat.
5040         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5041         __libc_creat name.
5042         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5043         Likewise.
5045 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5047         * manual/llio.texi: Add comments discussing why write() may be
5048         considered MT-unsafe on Linux.
5050 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5052         * dl-load.c (local_strdup): Remove.
5053         (expand_dynamic_string_token): Use __strdup.
5054         (decompose_rpath): Likewise.
5055         (_dl_map_object): Likewise.
5057 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5059         [BZ #14132]
5060         * sysdeps/generic/unwind-dw2-fde.c
5061         (__register_frame_info_bases_internal): Do not declare.
5062         (__register_frame_info_table_bases_internal): Likewise.
5063         (__deregister_frame_info_bases_internal): Likewise.
5064         (__register_frame_info_bases): Declare and use hidden_proto before
5065         definition.  Use hidden_def instead of INTDEF.
5066         (__register_frame_info_table_bases): Likewise.
5067         (__deregister_frame_info_bases): Likewise.
5068         (__register_frame_info): Do not use INTUSE.
5069         (__register_frame): Likewise.
5070         (__register_frame_info_table): Likewise.
5071         (__register_frame_table): Likewise.
5072         (__deregister_frame_info): Likewise.
5073         (__deregister_frame): Likewise.
5075 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5077         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5078         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5079         not undefine.
5080         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5081         Likewise.
5082         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5083         Likewise.
5085 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5087         [BZ #14138]
5088         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5089         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5090         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5091         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5092         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5093         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5094         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5095         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5096         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5097         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5098         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5099         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5100         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5101         syscall.
5102         (setfsuid): Likewise.
5103         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5104         (setfsuid): Likewise.
5105         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5106         (setfsuid): Likewise.
5107         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5108         Likewise.
5109         (setfsuid): Likewise.
5110         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5111         (setfsuid): Likewise.
5112         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5113         Likewise.
5114         (setfsuid): Likewise.
5116 2014-10-27  Andreas Schwab  <schwab@suse.de>
5118         [BZ #17501]
5119         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5120         check for Slow_SSE4_2 feature bit.
5121         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5122         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5123         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5124         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5126 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5128         * configure.ac: Validate compiler version with a empirical test of
5129         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5130         $CC -v output.
5131         * configure: Regenerated.
5133         * inet/htons.c (htons): Prototypify.
5134         * inet/htonl.c (htonl): Likewise.
5136 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5138         * string/strncat.c (strncat): Improve performance by using strlen.
5140 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5142         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5144 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5146         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5147         Call libc_fetestexcept_aarch64.
5149 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5151         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5152         Call libc_feholdexcept_aarch64.
5154 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5156         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5157         Call get_rounding_mode.
5159 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5161         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5162         Simplify logic.
5164 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5166         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5167         Simplify logic.
5169 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5171         [BZ #14138]
5172         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5173         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5174         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5175         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5176         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5177         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5178         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5179         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5180         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5181         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5182         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5183         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5184         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5185         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5186         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5187         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5188         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5189         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5190         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5191         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5192         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5193         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5194         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5195         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5196         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5197         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5198         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5199         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5200         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5201         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5202         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5203         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5204         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5205         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5206         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5207         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5208         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5209         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5210         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5211         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5212         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5213         syscall.
5214         (geteuid): Likewise.
5215         (getgid): Likewise.
5216         (getuid): Likewise.
5217         (getresgid): Likewise.
5218         (getresuid): Likewise.
5219         (getgroups): Likewise.
5220         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5221         (geteuid): Likewise.
5222         (getgid): Likewise.
5223         (getuid): Likewise.
5224         (getresgid): Likewise.
5225         (getresuid): Likewise.
5226         (getgroups): Likewise.
5227         * sysdeps/unix/sysv/linux/m68k/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/s390/s390-32/syscalls.list (getegid):
5235         Likewise.
5236         (geteuid): Likewise.
5237         (getgid): Likewise.
5238         (getuid): Likewise.
5239         (getresgid): Likewise.
5240         (getresuid): Likewise.
5241         (getgroups): Likewise.
5242         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5243         (geteuid): Likewise.
5244         (getgid): Likewise.
5245         (getuid): Likewise.
5246         (getresgid): Likewise.
5247         (getresuid): Likewise.
5248         (getgroups): Likewise.
5249         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5250         Likewise.
5251         (geteuid): Likewise.
5252         (getgid): Likewise.
5253         (getuid): Likewise.
5254         (getgroups): Likewise.
5256         [BZ #14138]
5257         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5258         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5259         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5260         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5261         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5262         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5263         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5264         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5265         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5266         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5267         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5268         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5269         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5270         __chown.
5271         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5272         (lchown): Likewise.
5273         (fchown): Likewise.
5274         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5275         Likewise.
5276         (lchown): Likewise.
5277         (fchown): Likewise.
5278         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5279         (lchown): Likewise.
5280         (fchown): Likewise.
5281         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5282         Likewise.
5283         (lchown): Likewise.
5284         (fchown): Likewise.
5286 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5288         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5289         Simplify logic.
5291 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5293         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5294         Cleanup logic.
5296 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5298         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5299         Remove unused include.
5301 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5303         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5304         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5305         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5306         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5308 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5309             Helge Deller <deller@gmx.de>
5311         [BZ #17508]
5312         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5313         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5314         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5316 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5318         [BZ #14132]
5319         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5320         Remove macro definition.
5321         (__ashrdi3_v_glibc20): Likewise.
5322         (__lshrdi3_v_glibc20): Likewise.
5323         (__cmpdi2_v_glibc20): Likewise.
5324         (__ucmpdi2_v_glibc20): Likewise.
5325         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5326         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5327         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5328         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5329         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5330         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5332 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5334         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5335         old GNU extension [0] syntax.
5336         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5337         alloca rather than an array member with variable length.
5338         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5339         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5340         (parse_opt): ... here.  Likewise use alloca there.
5341         Validate the -i argument before checking for rootness.
5342         (send_shutdown): New function, broken out of ...
5343         (parse_opt): ... here.
5345 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5347         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5348         macro to get at the _rt_local_ro field.
5349         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5350         ([PIC] case) or _dl_hwcap ([!PIC] case).
5351         * sysdeps/arm/setjmp.S: Likewise.
5353         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5354         * sysdeps/arm/configure.ac: New check to define it.
5355         * sysdeps/arm/configure: Regenerated.
5356         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5357         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5358         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5359         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5360         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5361         Use move/movt pair instead of a load.
5362         (LDST_GLOBAL): Macro removed.
5363         (LDR_GLOBAL): New macro replaces it.
5364         (LDR_HIDDEN): New macro.
5365         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5366         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5368         * setjmp/tst-setjmp-static.c: New file.
5369         * setjmp/Makefile (tests): Add it.
5370         (tests-static): New variable.
5372 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5374         [BZ #17485]
5375         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5377 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5379         [BZ #14132]
5380         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5382 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5384         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5386 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5388         * io/fts.c (dirent_not_directory): New function.
5389         (fts_build): Call it.
5391 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5393         * nptl/version.c (__nptl_main): Use normal __write rather than
5394         INTERNAL_SYSCALL.
5395         (banner): Update copyright years.
5397         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5398         gettimeofday.
5399         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5400         * nptl/pthread_cond_timedwait.c: Likewise.
5401         * nptl/pthread_mutex_timedlock.c: Likewise.
5402         * nptl/sem_timedwait.c: Likewise.
5404         * sysdeps/nptl/bits/libc-lock.h
5405         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5406         (__libc_lock_init_recursive): Return void, not 0.
5407         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5408         (__libc_rwlock_init): Likewise.
5409         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5411 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5413         [BZ #15215]
5414         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5415         (__pthread_once_slow): ... here.
5416         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5417         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5419 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5421         [BZ #15215]
5422         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5423         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5424         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5425         * nptl/pthread_once.c (__pthread_once): Likewise.
5426         Update comments.
5428 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5430         [BZ #14138]
5431         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5432         name.
5433         (writev): Use __libc_writev as strong name.
5434         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5435         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5437 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5439         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5441         * sysdeps/i386/nptl/tls.h
5442         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5443         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5444         New macros.
5445         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5446         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5447         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5448         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5449         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5450         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5452         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5453         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5454         on [__NR_futex].
5455         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5456         broken out of ...
5457         (__pthread_mutex_init): ... here.  Call it.
5458         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5459         Conditionalize PI cases on [__NR_futex].
5460         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5461         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5462         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5464         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5465         conditional on [SIGSETXID].
5466         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5467         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5468         is defined.  Likewise for SIGSETXID.
5469         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5470         Conditionalize definitions on [SIGSETXID].
5471         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5472         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5473         unblocking on [SIGCANCEL].
5475         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5476         [__NR_set_robust_list].
5478 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5480         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5481         (do_compare): Likewise.
5483 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5485         [BZ #15884]
5486         * string/strcoll_l.c: Don't include stdio.h.
5487         (coll_seq): Remove members idxarr and rulearr.
5488         (get_next_seq_cached): Remove function.
5489         (get_next_seq): Likewise.
5490         (get_next_seq_nocache): Rename to get_next_seq.
5491         (do_compare): Remove function.
5492         (do_compare_nocache): Rename to do_compare.
5493         (STRCOLL): Remove weight and rules cache.
5495 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5497         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5498         * sysdeps/arm/sfp-machine.h: ... to here.
5499         * sysdeps/arm/Implies: Remove arm/soft-fp.
5501 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5503         * conform/data/sys/utsname.h-data (*_t): Allow.
5504         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5505         [POSIX] (WEXITED): Do not expect constant.
5506         [POSIX] (WSTOPPED): Likewise.
5507         [POSIX] (WNOHANG): Likewise.
5508         [POSIX] (WNOWAIT): Likewise.
5509         [POSIX] (siginfo_t): Do not expect type or elements.
5510         [POSIX] (pid_t): Do not expect type.
5511         [POSIX] (signal.h): Do not allow header.
5512         [POSIX] (sys/resource.h): Likewise.
5513         [POSIX] (si_*): Do not allow pattern.
5514         [POSIX] (W*): Likewise.
5515         [POSIX] (P_*): Likewise.
5516         [POSIX] (BUS_*): Likewise.
5517         [POSIX] (CLD_*): Likewise.
5518         [POSIX] (FPE_*): Likewise.
5519         [POSIX] (ILL_*): Likewise.
5520         [POSIX] (POLL_*): Likewise.
5521         [POSIX] (SEGV_*): Likewise.
5522         [POSIX] (SI_*): Likewise.
5523         [POSIX] (TRAP_*): Likewise.
5524         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5525         variable.
5527 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5529         [BZ #12926]
5530         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5531         infinite loop when __recvmsg returns 0.
5533 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5535         * CANCEL-FCT-WAIVE: Remove file.
5536         * CANCEL-FILE-WAIVE: Likewise.
5538         [BZ #14132]
5539         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5540         instead of INTVARDEF.
5541         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5542         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5543         rtld_hidden_data_def instead of INTVARDEF.
5544         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5545         * elf/dl-deps.c (expand_dst): Likewise.
5546         * elf/dl-load.c (_dl_dst_count): Likewise.
5547         (_dl_dst_substitute): Likewise.
5548         (decompose_rpath): Likewise.
5549         (_dl_init_paths): Likewise.
5550         (open_path): Likewise.
5551         (_dl_map_object): Likewise.
5552         * elf/rtld.c (dl_main): Likewise.
5553         (process_dl_audit): Likewise.
5554         (process_envvars): Likewise.
5555         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5556         Remove declaration.
5557         (__libc_enable_secure): Use rtld_hidden_proto.
5559 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5561         * elf/dl-load.c
5562         (add_path): New function broken out of _dl_rtld_di_serinfo.
5563         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5565 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5567         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5568         parentheses around macro arguments.
5569         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5570         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5571         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5572         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5573         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5574         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5575         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5576         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5579         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5580         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5581         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5582         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5583         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5584         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5585         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5586         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5587         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5588         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5589         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5590         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5591         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5592         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5593         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5594         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5597         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5598         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5599         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5600         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5601         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5602         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5603         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5604         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5605         Likewise.
5606         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5607         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5608         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5609         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5610         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5611         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5612         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5613         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5614         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5615         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5616         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5617         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5618         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5619         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5620         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5621         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5622         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5623         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5624         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5625         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5626         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5627         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5628         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5629         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5630         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5631         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5632         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5633         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5634         (_FP_FRAC_SRS_1): Likewise.
5635         (_FP_FRAC_CLZ_1): Likewise.
5636         (_FP_MUL_MEAT_1_imm): Likewise.
5637         (_FP_MUL_MEAT_1_wide): Likewise.
5638         (_FP_MUL_MEAT_1_hard): Likewise.
5639         (_FP_SQRT_MEAT_1): Likewise.
5640         (_FP_FRAC_ASSEMBLE_1): Likewise.
5641         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5642         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5643         (__FP_CLZ_2): Likewise.
5644         (_FP_MUL_MEAT_2_wide): Likewise.
5645         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5646         (_FP_MUL_MEAT_2_gmp): Likewise.
5647         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5648         (_FP_SQRT_MEAT_2): Likewise.
5649         (_FP_FRAC_ASSEMBLE_2): Likewise.
5650         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5651         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5652         (_FP_FRAC_CLZ_4): Likewise.
5653         (_FP_MUL_MEAT_4_wide): Likewise.
5654         (_FP_MUL_MEAT_4_gmp): Likewise.
5655         (_FP_SQRT_MEAT_4): Likewise.
5656         (_FP_FRAC_ASSEMBLE_4): Likewise.
5657         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5658         * soft-fp/op-common.h (_FP_CMP): Likewise.
5659         (_FP_CMP_EQ): Likewise.
5660         (_FP_CMP_UNORD): Likewise.
5661         (_FP_TO_INT): Likewise.
5662         (_FP_FROM_INT): Likewise.
5663         [!__FP_CLZ] (__FP_CLZ): Likewise.
5664         (_FP_DIV_HELP_imm): Likewise.
5665         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5666         Likewise.
5667         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5668         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5669         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5670         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5671         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5672         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5673         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5674         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5675         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5677         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5678         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5679         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5680         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5681         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5682         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5683         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5684         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5685         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5686         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5687         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5688         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5689         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5690         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5692         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5696         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5697         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5698         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5699         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5700         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5701         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5702         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5703         (FP_UNPACK_RAW_SP): Likewise.
5704         (FP_PACK_RAW_S): Likewise.
5705         (FP_PACK_RAW_SP): Likewise.
5706         (FP_UNPACK_S): Likewise.
5707         (FP_UNPACK_SP): Likewise.
5708         (FP_UNPACK_SEMIRAW_S): Likewise.
5709         (FP_UNPACK_SEMIRAW_SP): Likewise.
5710         (FP_PACK_S): Likewise.
5711         (FP_PACK_SP): Likewise.
5712         (FP_PACK_SEMIRAW_S): Likewise.
5713         (FP_PACK_SEMIRAW_SP): Likewise.
5714         (_FP_SQRT_MEAT_S): Likewise.
5715         (FP_CMP_S): Likewise.
5716         (FP_CMP_EQ_S): Likewise.
5717         (FP_CMP_UNORD_S): Likewise.
5718         (FP_TO_INT_S): Likewise.
5719         (FP_FROM_INT_S): Likewise.
5721         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5723         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5724         (FP_EX_INVALID_IMZ): Likewise.
5725         (FP_EX_INVALID_IMZ_FMA): Likewise.
5726         (FP_EX_INVALID_ISI): Likewise.
5727         (FP_EX_INVALID_ZDZ): Likewise.
5728         (FP_EX_INVALID_IDI): Likewise.
5729         (FP_EX_INVALID_SQRT): Likewise.
5730         (FP_EX_INVALID_CVI): Likewise.
5731         (FP_EX_INVALID_VC): Likewise.
5732         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5733         "invalid" exceptions.
5734         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5735         (_FP_ADD_INTERNAL): Likewise.
5736         (_FP_MUL): Likewise.
5737         (_FP_FMA): Likewise.
5738         (_FP_DIV): Likewise.
5739         (_FP_CMP_CHECK_NAN): Likewise.
5740         (_FP_SQRT): Likewise.
5741         (_FP_TO_INT): Likewise.
5742         (FP_EXTEND): Likewise.
5744 2014-10-09  Allan McRae  <allan@archlinux.org>
5746         * po/fr.po: Update French translation from translation project.
5748 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5750         [BZ #14132]
5751         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5752         of INTDEF.
5753         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5754         (__cxa_atexit): Use libc_hidden_proto.
5755         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5757         [BZ #14132]
5758         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5759         declaration.
5760         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5761         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5762         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5763         [!_ISOMAC] (__iswctype_internal): Likewise.
5764         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5765         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5766         alias.
5767         (fcntl): Remove __fcntl_internal alias.
5768         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5769         __connect_internal alias.
5770         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5771         Likewise.
5773         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5774         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5775         FP_DENORM_ZERO.
5776         (_FP_CHECK_FLUSH_ZERO): New macro.
5777         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5778         (_FP_CMP): Likewise.
5779         (_FP_CMP_EQ): Likewise.
5780         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5781         FP_DENORM_ZERO.
5782         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5783         (FP_TRUNC): Likewise.
5785         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5786         treated as invalid conversion, not as normal exponent.
5788         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5789         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5790         (_FP_CMP_EQ): Likewise.
5791         (_FP_CMP_UNORD): Likewise.
5792         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5793         (FP_CMP_EQ_D): Likewise.
5794         (FP_CMP_UNORD_D): Likewise.
5795         * soft-fp/extended.h (FP_CMP_E): Likewise.
5796         (FP_CMP_EQ_E): Likewise.
5797         (FP_CMP_UNORD_E): Likewise.
5798         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5799         (FP_CMP_EQ_Q): Likewise.
5800         (FP_CMP_UNORD_Q): Likewise.
5801         * soft-fp/single.h (FP_CMP_S): Likewise.
5802         (FP_CMP_EQ_S): Likewise.
5803         (FP_CMP_UNORD_S): Likewise.
5804         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5805         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5806         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5807         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5808         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5809         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5810         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5811         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5812         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5813         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5814         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5815         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5816         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5817         to FP_CMP_Q.
5818         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5819         FP_CMP_Q.
5820         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5821         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5822         FP_CMP_EQ_Q.
5823         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5824         FP_CMP_Q.
5825         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5826         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5827         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5828         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5829         FP_CMP_EQ_Q.
5830         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5831         FP_CMP_Q.
5832         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5833         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5834         FP_CMP_EQ_Q.
5835         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5836         FP_CMP_Q.
5837         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5838         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5839         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5840         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5841         FP_CMP_EQ_Q.
5843         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5844         a subnormal result, set the underflow exception if trapping on
5845         underflow is enabled.
5846         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5847         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5848         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5849         redefine to 0.
5850         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5851         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5852         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5853         * soft-fp/extendxftf2.c (__extendxftf2): Use
5854         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5856         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5857         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5858         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5859         FP_HANDLE_EXCEPTIONS.
5860         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5861         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5862         FP_HANDLE_EXCEPTIONS.
5863         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5864         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5865         FP_HANDLE_EXCEPTIONS.
5866         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5867         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5868         FP_HANDLE_EXCEPTIONS.
5870 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5872         [BZ #14132]
5873         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5874         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5875         use INTUSE.
5876         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5877         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5878         Remove alias.
5879         (__adjtimex): Define using libc_hidden_ver.
5880         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5881         Remove declaration.
5882         (ntp_gettime): Call __adjtimex directly.
5883         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5884         Remove declaration.
5885         (ntp_gettimex): Call __adjtimex directly.
5886         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5887         __adjtimex_internal alias.
5889 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5891         [BZ #17460]
5892         * nscd/nscd.c (more_help): Rewrite list of tables collection
5893         using xstrdup and asprintf.
5895         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5897 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5898             Roland McGrath  <roland@hack.frob.com>
5900         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5901         (do_lookup_unique): ... local function 'enter' here; update callers.
5903 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5905         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5906         compat_symbol calls on [SHARED].
5907         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5908         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5909         Remove.
5910         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5911         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5912         (oldsetrlimit): Remove.
5913         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5915         (lchown): New syscall entry.
5916         (oldsetrlimit): Remove.
5917         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5918         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5919         (oldsetrlimit): Remove.
5920         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5922         [BZ #14138]
5923         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5924         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5925         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5926         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5927         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5928         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5929         (fchown): Likewise.
5930         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5931         (fchown): Likewise.
5932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5933         Likewise.
5935 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5937         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5938         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5939         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5940         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5941         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5942         Likewise.
5943         (__old_sem_post): Likewise.
5945 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5947         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5948         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5949         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5950         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5951         Use INLINE_VSYSCALL macro.
5952         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5953         __vdso_clock_gettime.
5954         * sysdeps/unix/sysv/linux/tile/init-first.c
5955         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5956         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5957         __vdso_clock_gettime.
5959         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5960         to set up frame more cleanly.
5962         * sysdeps/tile/memcmp.c: New file.
5964         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5966         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5967         * sysdeps/tile/tilegx/strcasestr.c: New file.
5968         * sysdeps/tile/tilegx/strnlen.c: New file.
5969         * sysdeps/tile/tilegx/strstr.c: New file.
5971         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5973 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5975         * nptl/tst-setuid3.c: Write errors to stdout.
5977 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5979         * elf/dl-deps.c
5980         (preload): New functions broken out of _dl_map_object_deps.
5981         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5983 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5985         [BZ #14138]
5986         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5987         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5989 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5991         * sysdeps/mips/strcmp.S: New.
5993 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5995         [BZ #14138]
5996         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5997         (linkat): Likewise.
5998         (mkdirat): Likewise.
5999         (readlinkat): Likewise.
6000         (renameat): Likewise.
6001         (symlinkat): Likewise.
6002         (unlinkat): Likewise.
6003         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6004         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6005         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6006         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6007         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6008         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6009         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6011 2014-09-30  Will Newton  <will.newton@linaro.org>
6013         * math/math.h: Define long double math functions if
6014         _LIBC_TEST is defined.
6015         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6017         * localedata/Makefile: Move assignment to tests-special
6018         into an ifdef testing run-built-tests.
6019         * timezone/Makefile: Likewise.
6021 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6023         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6024         with $(BASH) not $(SHELL).
6026 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6027             Matthew LeGendre  <legendre1@llnl.gov>
6029         [BZ #17411]
6030         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6031         l_reloc_result.
6033 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6035         * stdio-common/printf_fp.c
6036         (hack_digit): New function, broken out of ...
6037         (__printf_fp): ... local function here.  Update call sites.
6038         hack_digit now takes an additional parameter that is a pointer
6039         to a struct of the referenced locals.  Those locals moved inside
6040         the struct and references updated.
6042 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6044         * aclocal.m4: Require autoconf 2.69.
6045         * configure: Regenerated.
6046         * sysdeps/aarch64/configure: Likewise.
6047         * sysdeps/alpha/configure: Likewise.
6048         * sysdeps/arm/armv7/configure: Likewise.
6049         * sysdeps/arm/configure: Likewise.
6050         * sysdeps/ia64/configure: Likewise.
6051         * sysdeps/mach/configure: Likewise.
6052         * sysdeps/mips/configure: Likewise.
6053         * sysdeps/s390/configure: Likewise.
6054         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6057         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6058         file.
6059         * sysdeps/ia64/configure.ac: Likewise.
6061 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6064         specify symbol version for ld.so.  Do not include entry for
6065         libpthread.
6066         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6067         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6068         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6070         [BZ #14171]
6071         * Makeconfig [$(build-shared) = yes]
6072         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6073         makefiles.
6074         [$(build-shared) = yes && $(soversions.mk-done) = t]
6075         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6076         [$(build-shared) = yes && $(soversions.mk-done) = t]
6077         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6078         to Makerules.
6079         [$(build-shared) = yes && $(soversions.mk-done) = t]
6080         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6081         here.
6082         [$(build-shared) = yes && $(soversions.mk-done) = t]
6083         (common-generated): Don't append gnu/lib-names.h and
6084         gnu/lib-names.stmp here.
6085         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6086         (lib-names-h-abi): New variable.
6087         [$(build-shared) = yes && $(soversions.mk-done) = t]
6088         (lib-names-stmp-abi): Likewise.
6089         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6090         abi-variants] (before-compile): Append
6091         $(common-objpfx)$(lib-names-h-abi).
6092         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6093         abi-variants] (common-generated): Append gnu/lib-names.h.
6094         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6095         abi-variants] (install-others-nosubdir): Depend on
6096         $(inst_includedir)/$(lib-names-h-abi).
6097         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6098         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6099         [$(build-shared) = yes && $(soversions.mk-done) = t]
6100         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6101         [$(build-shared) = yes && $(soversions.mk-done) = t]
6102         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6103         [$(build-shared) = yes && $(soversions.mk-done) = t]
6104         (common-generated): Append $(lib-names-h-abi) and
6105         $(lib-names-stmp-abi).
6106         * scripts/lib-names.awk: Do not handle multi being set.
6107         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6108         Remove variable.
6109         (abi-lp64_be-ld-soname): Likewise.
6110         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6111         Likewise.
6112         (abi-hard-ld-soname): Likewise.
6113         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6114         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6115         Remove variable.
6116         (abi-o32_hard-ld-soname): Likewise.
6117         (abi-o32_soft_2008-ld-soname): Likewise.
6118         (abi-o32_hard_2008-ld-soname): Likewise.
6119         (abi-n32_soft-ld-soname): Likewise.
6120         (abi-n32_hard-ld-soname): Likewise.
6121         (abi-n32_soft_2008-ld-soname): Likewise.
6122         (abi-n32_hard_2008-ld-soname): Likewise.
6123         (abi-n64_soft-ld-soname): Likewise.
6124         (abi-n64_hard-ld-soname): Likewise.
6125         (abi-n64_soft_2008-ld-soname): Likewise.
6126         (abi-n64_hard_2008-ld-soname): Likewise.
6127         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6128         Likewise.
6129         (abi-64-v2-ld-soname): Likewise.
6130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6131         ld.so entries.
6132         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6133         variable.
6134         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6135         entry.
6136         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6137         variable.
6138         (abi-64-ld-soname): Likewise.
6139         (abi-x32-ld-soname): Likewise.
6140         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6141         entry.
6142         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6144 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6146         [BZ #14138]
6147         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6148         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6149         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6150         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6151         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6152         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6153         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6154         syscall entry for GLIBC_2.2 symbol version.
6155         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6156         Likewise.
6157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6158         (setrlimit): Likewise.
6159         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6160         Likewise.
6162 2014-09-23  Will Newton  <will.newton@linaro.org>
6164         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6165         _LINUX_ARM_SYSDEP_H include guard too.
6166         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6167         define.
6169 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6171         * sysdeps/unix/sysv/linux/eventfd.c:
6172         Make first argument unsigned.
6173         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6174         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6176 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6178         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6179         * socket/sys/socket.h: Likewise
6180         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6182 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6184         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6186 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6188         * time/tst-ftime.c: New test.
6189         * time/Makefile (tests): Add tst-ftime.
6191 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6193         * soft-fp/extended.h: Fix comment formatting.
6194         * soft-fp/op-1.h: Likewise.
6195         * soft-fp/op-2.h: Likewise.
6196         * soft-fp/op-4.h: Likewise.
6197         * soft-fp/op-8.h: Likewise.
6198         * soft-fp/op-common.h: Likewise.
6199         * soft-fp/soft-fp.h: Likewise.
6201         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6203 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6205         [BZ #6652]
6206         * Makeconfig (soversions-default-setname): Remove variable.
6207         ($(common-objpfx)soversions.i): Don't pass default_setname to
6208         soversions.awk.
6209         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6210         oldest_abi to abi-versions.awk.
6211         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6212         * config.make.in (oldest-abi): Remove variable.
6213         * configure.ac (--enable-oldest-abi): Remove configure option.
6214         * configure: Regenerated.
6215         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6216         text.
6217         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6218         * scripts/soversions.awk: Do not handle default_setname variable.
6219         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6220         variable.
6221         * sysdeps/mach/hurd/configure: Regenerated.
6222         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6223         variable.
6224         * sysdeps/unix/sysv/linux/configure: Regenerated.
6226 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6228         * elf/Makefile (CFLAGS-interp.c): Remove.
6229         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6230         path string.
6231         * elf/interp.c: Include generated runtime-linker.h
6233         * Makerules (lib%.so): Don't include $(+interp) in
6234         prerequisites.
6235         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6236         * dlfcn/eval.c: Remove file.
6238         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6239         macros.
6241         [BZ #17266]
6242         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6243         4.2 and newer.
6245         [BZ #17370]
6246         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6248 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6249             Jakub Jelinek  <jakub@redhat.com>
6251         [BZ #17266]
6252         * libio/stdio.h: Check definition of __fortify_function
6253         instead of __extern_always_inline to include bits/stdio2.h.
6254         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6255         check if __extern_always_inline is defined.
6256         [__USE_MISC || __USE_XOPEN]: Likewise.
6257         [__USE_ISOC99] Likewise.
6258         * misc/sys/cdefs.h (__fortify_function): Define only if
6259         __extern_always_inline is defined.
6260         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6261         __extern_always_inline and __extern_inline only for g++-4.3
6262         and newer or a compatible gcc.
6264 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6266         [BZ #17371]
6267         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6268         last change to handle zero prefix length.
6270 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6272         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6273         _SC_REGEX_VERSION.
6275         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6276         _POSIX_RAW_SOCKETS.
6278 2014-09-13  Allan McRae  <allan@archlinux.org>
6280         * po/ru.po: Update Russian translation from translation project.
6282 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6284         * locale/programs/locale.c (show_locale_vars): Inline local function
6285         into its sole call site.  Clean up some style nits.
6286         (print_item): New function, broken out of ...
6287         (show_info): ... local function here.  Clean up style nits.
6289         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6290         out of ...
6291         (set_class_defaults): ... local function set_default here.
6292         Define set_default as a macro locally to pass constant parameters.
6293         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6294         rather than a shared local.
6296         * stdlib/rpmatch.c (try): New function, broken out of ...
6297         (rpmatch): ... local function here.  Also, prototypify definition.
6299 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6301         * scripts/soversions.awk: Do not handle configuration names.
6302         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6303         vendor and os variables to soversions.awk.
6304         * configure.ac: Do not modify gnu-* host_os.
6305         * configure: Regenerated
6306         * shlib-versions: Remove first column with configuration names.
6307         * nptl/shlib-versions: Likewise.
6308         * nptl_db/shlib-versions: Likewise.
6309         * sysdeps/hppa/shlib-versions: Likewise.
6310         * sysdeps/m68k/shlib-versions: Likewise.
6311         * sysdeps/mach/hurd/shlib-versions: Likewise.
6312         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6313         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6314         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6315         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6316         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6317         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6318         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6319         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6321         Likewise.
6322         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6323         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6324         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6325         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6326         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6327         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6328         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6329         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6332         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6334         Regenerated.
6335         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6337         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6339         * shlib-versions: Remove OS-specific entries.  Moved to files in
6340         sysdeps.
6341         * sysdeps/mach/hurd/shlib-versions: New file.
6342         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6344         * nptl/shlib-versions: Remove architecture-specific entries.
6345         Moved to files in sysdeps.
6346         * shlib-versions: Likewise.
6347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6348         file.
6349         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6350         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6351         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6352         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6354         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6355         (UDP_NO_CHECK6_RX): Likewise.
6357 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6359         * sysdeps/posix/sysconf.c (__sysconf): Spell
6360         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6362 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6364         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6365         loading.
6366         * iconv/Versions (__gconv_transliterate): Export for use from
6367         gconv modules.
6368         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6369         (struct __gconv_trans_data, __gconv_trans_fct,
6370         __gconv_trans_context_fct, __gconv_trans_query_fct,
6371         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6372         definitions.
6373         (struct __gconv_step_data): Remove __trans member.
6374         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6375         longer hidden.  Remove unused trans_data argument.
6376         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6377         (__gconv_translit_find): Remove declaration.
6378         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6379         prototype.
6380         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6381         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6382         trans_data argument.  Add hidden definition.
6383         (__gconv_translit_find): Remove.
6384         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6385         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6386         * iconv/skeleton.c: Remove transliteration initialization.
6387         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6388         __gconv_step_data initialization.
6389         * libio/iofwide.c (__libio_translit_): Remove.
6390         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6391         * wcsmbs/btowc.c (__btowc): Likewise.
6392         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6393         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6394         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6395         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6396         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6397         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6398         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6399         * wcsmbs/wctob.c (wctob): Likewise.
6401 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6403         [BZ #16194]
6404         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6405         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6406         register usage.
6407         * sysdeps/x86/Makefile: Adjust.
6409 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6410             Roland McGrath  <roland@hack.frob.com>
6412         * locale/weight.h: Add include guard.
6413         (findidx): Make static rather than auto; take new parameters
6414         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6415         * locale/weightwc.h: Likewise.
6416         * posix/fnmatch_loop.c
6417         (FCT): Change type of EXTRA from int32_t to wint_t.
6418         Don't include either header inside the function.
6419         Call FINDIDX rather than findidx, and pass new arguments.
6420         #undef FINDIDX at the end of the file.
6421         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6422         FINDIDX before including fnmatch_loop.c for the non-wide version.
6423         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6424         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6425         for the wide version.
6426         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6427         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6428         Pass new arguments to findidx.
6429         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6430         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6431         Don't #include it inside the function.  Pass new arguments to findidx.
6432         * posix/regex_internal.h
6433         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6434         (re_string_elem_size_at): Don't #include it inside the function.
6435         Pass new arguments to findidx.
6436         * string/strcoll_l.c: #include WEIGHT_H at top level.
6437         (get_next_seq): Don't #include it inside the function.
6438         Pass new arguments to findidx.
6439         (get_next_seq_nocache): Likewise.
6440         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6441         (STRXFRM): Don't #include it inside the function.
6442         Pass new arguments to findidx.
6444 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6446         [BZ #17344]
6447         * malloc/malloc.c (unlink): Turn asserts into a call to
6448         malloc_printerr.
6450 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6452         [BZ #17370]
6453         * libio/wfileops (do_ftell_wide): Free OUT.
6455 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6457         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6459 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6461         [BZ #17363]
6462         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6463         group if the current group is empty.
6465 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6467         * benchtests/bench-memset.c (test_main): Add more test from size
6468         from 32 to 512 bytes.
6469         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6470         Add POWER8 memset object.
6471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6472         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6473         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6474         implementation.
6475         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6476         Likewise.
6477         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6478         multiarch POWER8 memset optimization.
6479         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6480         POWER8 memset optimization.
6482         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6483         Remove bzero multiarch objects.
6484         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6485         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6486         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6487         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6488         Remove define.
6489         [__bzero]: Redefine to specific name.
6490         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6491         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6492         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6493         define.
6494         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6495         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6497 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6499         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6500         warnings into errors.
6502         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6503         __cxa_thread_atexit_impl prototype.
6505 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6507         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6508         Fix capitalization of error message.
6510 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6512         * sysdeps/mips/preconfigure: Modify ABI tests.
6514 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6516         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6518 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6519             Carlos O'Donell  <carlos@systemhalted.org>
6521         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6522         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6523         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6524         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6525         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6526         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6527         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6528         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6529         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6530         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6531         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6532         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6533         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6534         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6535         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6536         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6537         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6538         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6539         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6540         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6541         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6542         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6543         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6544         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6545         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6546         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6547         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6548         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6549         Deconditionalize the code that was previously under [RESET_PID].
6550         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6551         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6552         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6553         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6554         include sysdep.h.
6556 2014-09-08  Allan McRae  <allan@archlinux.org>
6558         * version.h (RELEASE): Set to "development".
6559         (VERSION): Set to "2.20.90"
6561 2014-09-07  Allan McRae  <allan@archlinux.org
6563         * version.h (RELEASE): Set to "stable".
6564         (VERSION): Set to "2.20"
6565         * include/features.h (__GLIBC_MINOR__): Set to 20.
6567         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6568         Liebler.
6570         * po/ko.po: Update Korean translation from translation project.
6572 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6574         [BZ #17354]
6575         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6576         macro for handling signed relocations.
6578 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6580         [BZ #17325]
6581         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6582         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6583         assert.
6584         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6585         * iconvdata/ibm935.c (BODY): Likewise.
6586         * iconvdata/ibm937.c (BODY): Likewise.
6587         * iconvdata/ibm939.c (BODY): Likewise.
6588         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6589         assert.
6590         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6591         script.
6592         * iconvdata/run-iconv-test.sh: New test loop for checking for
6593         decoder crashers.
6595 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6597         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6598         libm_hidden_ver.
6600 2014-09-01  Allan McRae  <allan@archlinux.org>
6602         * po/eo.po: Update Esperanto translation from translation project.
6604         * po/ca.po: Update Catalan translation from translation project.
6606 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6608         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6609         __proc_dostop call.
6611 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6613         [BZ #17319]
6614         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6615         to call set_thread_area instead of hand written asm.
6616         (__NR_set_thread_area): Removed define.
6617         (TLS_FLAG_WRITABLE): Likewise.
6618         (__ASSUME_SET_THREAD_AREA): Remove check.
6619         (TLS_EBX_ARG): Remove define.
6620         (TLS_LOAD_EBX): Likewise.
6622 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6624         Simplify atomicity of socket creation in bind.
6626         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6627         looking up the name after linking the file.
6629 2014-08-27  Allan McRae  <allan@archlinux.org>
6631         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6633 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6635         [BZ #17187]
6636         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6637         trans_compare, open_translit, __gconv_translit_find):
6638         Remove module loading code.
6640 2014-08-26  Allan McRae  <allan@archlinux.org>
6642         * po/vi.po: Update Vietnamese translation from translation project.
6644         * po/uk.po: Update Ukrainian translation from translation project.
6646         * po/fr.po: Update French translation from translation project.
6648         * po/ru.po: Update Russian translation from translation project.
6650         * po/pl.po: Update Polish translation from translation project.
6652         * po/cs.po: Update Czech translation from translation project.
6654         * po/de.po: Update German translation from translation project.
6656         * po/bg.po: Update Bulgarian translation from translation project.
6658         * po/sv.po: Update Sweedish translation from translation project.
6660         * po/nl.po: Update Dutch translation from translation project.
6662         * po/es.po: Update Spanish translation from translation project.
6664 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6666         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6668         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6669         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6670         (CPPFLAGS-iconvconfig): Likewise.
6671         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6673         * include/libc-symbols.h: Remove unnecessary check for
6674         NOT_IN_libc.
6675         * nptl/pthreadP.h: Likewise.
6676         * sysdeps/aarch64/setjmp.S: Likewise.
6677         * sysdeps/alpha/setjmp.S: Likewise.
6678         * sysdeps/arm/sysdep.h: Likewise.
6679         * sysdeps/i386/setjmp.S: Likewise.
6680         * sysdeps/m68k/setjmp.c: Likewise.
6681         * sysdeps/posix/getcwd.c: Likewise.
6682         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6683         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6684         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6685         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6686         * sysdeps/sh/sh3/setjmp.S: Likewise.
6687         * sysdeps/sh/sh4/setjmp.S: Likewise.
6688         * sysdeps/unix/alpha/sysdep.h: Likewise.
6689         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6690         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6691         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6692         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6695         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6696         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6697         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6698         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6699         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6700         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6701         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6702         * sysdeps/x86_64/setjmp.S: Likewise.
6704 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6706         [BZ #17263]
6707         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6708         <stdint.h>.
6709         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6710         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6712 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6714         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6716         [BZ #17262]
6717         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6718         and __x86_64__ when disabling x87 inline functions.
6720 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6722         [BZ #17259]
6723         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6724         asm statement with __cpuid_count.
6726 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6728         * configure.ac: Change __ehdr_start code to dereference the struct.
6729         Run readelf on the output to look for relocations.
6730         * configure: Regenerated.
6732 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6734         [BZ #17261]
6735         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6736         value to 0.
6737         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6739 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6741         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6743 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6745         [BZ #16892]
6746         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6747         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6749 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6751         * malloc/malloc.c: Fix typo in comment.
6753 2014-08-09  Allan McRae  <allan@archlinux.org>
6755         * Regenerate libc.po.
6757 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6759         * intl/tst-gettext2.sh: Check every lang file for creation.
6761 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6763         * sysdeps/aarch64/fpu/math_private.h
6764         (libc_feholdsetround_noex_aarch64_ctx): New function.
6766 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6768         * sysdeps/arm/armv6/strcpy.S (strcpy):
6769         Fix performance issue in misaligned cases.
6771 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6773         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6774         Move definition from termios.h.
6775         (struct termio): Likewise.
6776         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6777         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6778         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6779         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6780         Likewise.
6781         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6782         Move definition to ioctl-types.h
6783         (struct termio): Likewise.
6784         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6785         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6786         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6787         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6788         Likewise.
6790 2014-08-05  Richard Henderson  <rth@redhat.com>
6792         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6793         exceptions.
6794         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6795         Add fraiseexcpt.
6796         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6797         Use __feraiseexcept.
6798         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6799         Protect libm symbols with IS_IN_libm.
6801         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6803 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6805         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6807 2014-08-04  Will Newton  <will.newton@linaro.org>
6809         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6810         file.
6812 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6814         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6815         variants for each function.
6817 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6819         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6820         appended ...
6821         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6822         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6823         appended ...
6824         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6825         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6826         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6827         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6828         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6829         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6830         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6831         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6832         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6833         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6834         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6836         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6842         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6843         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6844         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6845         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6846         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6847         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6848         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6849         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6850         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6851         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6852         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6853         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6854         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6855         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6856         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6857         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6858         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6859         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6860         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6861         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6862         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6863         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6864         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6865         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6866         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6867         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6868         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6869         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6870         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6871         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6872         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6873         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6874         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6875         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6876         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6877         Update #include.
6878         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6879         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6881 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6883         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6884         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6885         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6886         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6887         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6888         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6890 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6892         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6893         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6894         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6895         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6897 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6899         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6900         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6901         (__libc_vfork): Define function under this name.
6902         (__vfork): Define as an alias.
6903         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6904         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6906 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6908         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6909         that was previously under [RESET_PID].
6910         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6912 2014-08-04  Andreas Schwab  <schwab@suse.de>
6914         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6916 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6918         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6919         (main): Likewise.
6921 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6923         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6925 2014-08-01  Richard Henderon  <rth@redhat.com>
6927         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6928         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6929         typo in exact zero test.
6930         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6931         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6932         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6934 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6936         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6937         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6938         * sysdeps/arm/sysdep.h: ... here.
6939         [!__ASSEMBLER__]: Include <stdint.h>.
6941 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6943         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6944         (HAVE_WCTYPE_H): Likewise.
6945         (HAVE_ISWCTYPE): Likewise.
6946         (ENABLE_NLS): Likewise.
6947         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6948         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6950         * posix/regex_internal.c: Check if DEBUG is defined and is
6951         set.
6953         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6954         (HAVE_MBSRTOWCS): Likewise.
6955         * posix/fnmatch.c: Include string.h unconditionally.
6957 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6959         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6960         reversal.
6962 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6964         * sysdeps/generic/safe-fatal.h: New file.
6965         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6966         * nptl/forward.c: Include it.
6967         (__pthread_unwind): Use __safe_fatal as default action, rather
6968         than a bogus use of INTERNAL_SYSCALL that could never work.
6970         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6971         * configure.ac (libc_cv_builtin_trap): New test.
6972         * configure: Regenerated.
6973         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6974         (ABORT_INSTRUCTION): Define using __builtin_trap.
6976         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6977         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6978         * sysdeps/nptl/nptl-signals.h: New file.
6979         * nptl/pthreadP.h: Include <nptl-signals.h>.
6981 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6983         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6984         (ONE_DIRECTION): Define.
6985         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6986         (ONE_DIRECTION): Define.
6987         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6988         (ONE_DIRECTION): Define.
6990 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6992         * sysdeps/s390/Makefile: Delete file.
6993         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6994         * sysdeps/s390/__longjmp.c: Delete file.
6995         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6996         Remove fields __flags and __reserved.
6997         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6998         and add versioning.
6999         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7000         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7001         * sysdeps/s390/rtld-setjmp.S: Likewise.
7002         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7003         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7004         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7005         * sysdeps/s390/s390-32/setjmp.S: ... here.
7006         Add versioning.
7007         (__sigsetjmp): Remove setting __flags field.
7008         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7009         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7010         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7011         * sysdeps/s390/s390-64/setjmp.S: ... here.
7012         Add versioning.
7013         (__sigsetjmp): Remove setting __flags field.
7014         * sysdeps/s390/setjmp.S: Delete file.
7015         * sysdeps/s390/sigjmp.c: Likewise.
7016         * sysdeps/s390/v1-longjmp.c: Likewise.
7017         * sysdeps/s390/v1-setjmp.h: Likewise.
7018         * sysdeps/s390/v1-sigjmp.c: Likewise.
7019         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7020         Remove v1-longjmp_chk.
7021         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7022         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7023         Include debug/longjmp_chk.c and add versioning.
7024         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7025         Include nptl/pt-longjmp.c and add versioning.
7026         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7027         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7028         Include __longjmp.c.
7029         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7030         Move to ...
7031         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7032         (__getcontext): Remove setting __flags field.
7033         Add versioning.
7034         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7035         Don't restore upper high grps.
7036         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7037         Likewise.
7038         (__swapcontext): Remove setting uc_flags field.
7039         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7040         Delete file.
7041         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7042         Include __longjmp.c.
7043         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7044         Move to ...
7045         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7046         (__getcontext): Remove setting __flags field.
7047         Add versioning.
7048         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7049         (__swapcontext): Remove setting uc_flags field.
7050         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7051         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7052         Remove fields uc_high_gprs and __reserved.
7053         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7054         New file with reverted content.
7055         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7056         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7057         Regenerated.
7058         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7059         Regenerated.
7061 2014-07-31  Andreas Schwab  <schwab@suse.de>
7063         * config.h.in (HAVE_IFUNC): Define to 0.
7064         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7065         definedness.
7067 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7069         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7070         memmove-avx-unaligned, memcpy-avx-unaligned and
7071         mempcpy-avx-unaligned.
7072         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7073         Add tests for AVX memcpy functions.
7074         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7075         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7076         memcpy_chk.
7077         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7078         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7079         memmove_chk.
7080         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7081         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7082         mempcpy_chk.
7083         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7084         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7085         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7087 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7089         [BZ #17213]
7090         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7091         powerpc64le.
7093 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7095         [BZ #16839]
7096         * manual/llio.texi: Add section about open file description locks.
7097         * manual/examples/ofdlocks.c: Example of open file description
7098         lock usage.
7099         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7100         F_OFD_SETLK, and F_OFD_SETLKW.
7102 2014-07-23  Allan McRae  <allan@archlinux.org>
7104         * po/es.po: Update Spanish translation from translation project.
7106 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7108         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7110 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7112         [BZ #17078]
7113         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7114         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7115         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7117 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7119         [BZ #17088]
7120         * math/fesetenv.c (__fesetenv)
7121         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7122         * math/feupdateenv.c (__feupdateenv)
7123         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7125         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7126         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7127         (__ASSUME_SOCKETCALL): Do not define.
7129         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7130         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7131         (__ASSUME_SOCKETCALL): Do not define.
7132         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7133         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7134         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7135         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7136         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7137         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7138         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7139         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7141         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7142         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7143         (__ASSUME_SOCKETCALL): Do not define.
7144         (__ASSUME_IPC64): Define unconditionally.
7145         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7146         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7147         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7148         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7149         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7150         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7151         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7152         Likewise.
7154         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7155         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7156         (__ASSUME_SOCKETCALL): Do not define.
7157         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7158         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7159         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7160         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7161         (__ASSUME_REQUEUE_PI): Define unconditionally.
7162         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7163         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7164         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7165         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7166         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7167         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7169         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7170         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7171         (__ASSUME_SOCKETCALL): Do not define.
7172         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7173         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7174         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7175         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7176         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7177         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7179         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7180         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7181         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7182         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7183         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7184         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7185         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7186         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7187         (__ASSUME_GETCPU_SYSCALL): Likewise.
7189         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7190         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7191         cases for individual architectures.
7192         * sysdeps/gnu/configure: Regenerated.
7193         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7194         LIBC_SLIBDIR_RTLDDIR.
7195         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7196         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7197         LIBC_SLIBDIR_RTLDDIR.
7198         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7200         LIBC_SLIBDIR_RTLDDIR.
7201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7202         Regenerated.
7203         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7204         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7205         file.
7206         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7207         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7208         file.
7209         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7210         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7211         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7212         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7214         * sysdeps/aarch64/shlib-versions: Move to ...
7215         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7216         * sysdeps/alpha/shlib-versions: Move to ...
7217         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7218         * sysdeps/arm/shlib-versions: Move to ...
7219         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7220         * sysdeps/hppa/shlib-versions: Move all contents except for
7221         libgcc_s entry to ...
7222         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7223         entry from ...
7224         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7225         * sysdeps/ia64/shlib-versions: Move to ...
7226         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7227         entry from ...
7228         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7229         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7230         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7231         * sysdeps/microblaze/shlib-versions: Move to ...
7232         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7233         * sysdeps/mips/shlib-versions: Move to ...
7234         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7235         entry from ...
7236         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7237         * sysdeps/tile/shlib-versions: Move to ...
7238         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7239         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7240         from ...
7241         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7242         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7243         entry from ...
7244         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7246 2014-07-17  Will Newton  <will.newton@linaro.org>
7248         * sysdeps/arm/bits/atomic.h
7249         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7250         (__arch_compare_and_exchange_bool_16_int): Likewise.
7251         (__arch_compare_and_exchange_bool_64_int): Likewise.
7253         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7254         into an #else block.
7256 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7258         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7259         just Linux configurations.  Test empirically that the compiler sets
7260         __ARM_EABI__, rather than using the tuple to decide.
7261         * sysdeps/arm/preconfigure: Regenerated.
7262         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7263         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7264         contents appended ...
7265         * sysdeps/arm/configure.ac: ... here.
7266         * sysdeps/arm/configure: Regenerated.
7268 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7270         * nptl/pthread_kill.c: New file.
7271         * nptl/pthread_sigmask.c: New file.
7272         * nptl/pthread_sigqueue.c: New file.
7274         * sysdeps/nptl/lowlevellock.h: New file.
7275         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7276         * sysdeps/nptl/lowlevellock-futex.h: New file.
7278         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7279         Remove dead declarations.
7281 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7283         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7284         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7285         config-cflags-avx2.
7286         * sysdeps/x86_64/configure.ac: Likewise.
7287         * sysdeps/i386/configure: Regenerated.
7288         * sysdeps/x86_64/configure: Likewise.
7289         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7290         memset-avx2 only if config-cflags-avx2 is yes.
7291         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7292         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7293         defined.
7294         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7295         only if HAVE_AVX2_SUPPORT is defined.
7296         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7298 2014-07-14  Alan Modra  <amodra@gmail.com>
7300         [BZ #17153]
7301         * elf/elf.h (DT_PPC64_NUM): Correct value.
7302         * NEWS: Add to fixed bug list.
7304 2014-07-13  Jim Meyering  <meyering@fb.com>
7306         [BZ 17150]
7307         regex: don't deref NULL upon heap allocation failure
7308         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7309         failure in one more place.
7310         To trigger the segfault, configure grep -with-included-regex,
7311         build it, and run these commands:
7312         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7314 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7316         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7318 2014-07-11  Richard Henderson  <rth@redhat.com>
7320         * sysdeps/aarch64/libm-test-ulps: Update.
7322 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7324         [BZ #17135]
7325         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7326         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7327         (__nptl_setxid): Initialize error member.  Call
7328         __nptl_setxid_error.
7329         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7330         * nptl/descr.h (struct xid_command): Add error member.
7331         * nptl/tst-setuid3.c: New file.
7332         * nptl/Makefile (tests): Add it.
7334 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7336         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7337         New define.
7338         (__lll_trylock): Use __lll_base_trylock.
7339         (__lll_cond_trylock): Likewise.
7341 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7343         * nptl/pthread_create.c (start_thread): Use atomic_or and
7344         lll_futex_wake directly rather than lll_robust_dead.
7345         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7346         (lll_robust_dead): Macro removed.
7347         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7348         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7349         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7350         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7351         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7352         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7353         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7354         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7355         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7356         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7357         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7358         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7359         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7360         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7361         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7363         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7364         Use atomic_compare_and_exchange_val_acq directly rather than
7365         lll_robust_trylock.
7366         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7367         (__lll_robust_trylock, lll_robust_trylock): Removed.
7368         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7369         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7370         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7371         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7372         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7373         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7374         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7375         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7376         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7377         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7378         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7379         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7380         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7381         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7383 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7385         * manual/locale.texi (Locale Names): New section documenting
7386         locale name syntax.  Adjust menu and node chaining accordingly.
7387         (Choosing Locale): Reference Locale Names, Locale Categories.
7388         Mention setting LC_ALL=C.  Reflect that name syntax is now
7389         documented.
7390         (Locale Categories): New section title.  Reference Locale Names.
7391         LC_ALL is an environment variable, but not a category.
7392         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7393         description, now in Locale Name.  Reference that section.  Locale
7394         name syntax is now documented.
7396 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7398         [BZ #17137]
7399         * locale/findlocale.c (name_present, valid_locale_name): New
7400         functions.
7401         (_nl_find_locale): Use the loc_name variable to store name
7402         candidates.  Call name_present and valid_locale_name to check and
7403         validate locale names.  Return an error if the locale is invalid.
7405 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7407         * locale/setlocale.c (setlocale): Use strdup for allocating
7408         composite name copy.
7410 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7412         Sync up with gnulib.
7413         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7414         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7415         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7416         and _GL_ARG_NONNULL.
7417         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7418         [!_LIBC]: Include code for Windows and Cygwin.
7419         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7420         Include prototype for int strerror_r.
7421         [!_LIBC] (is_open): New function.
7422         (flush_stdout): New function.
7423         (print_errno_message): Use it.
7424         (error): Likewise.
7425         (error_at_line): Likewise.
7426         (error_tail) Add function attribute macros.  Use
7427         __builtin_expect.
7429         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7431         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7433         * io/ftw.c: Include sys/param.h unconditionally.
7435         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7437         [BZ #17125]
7438         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7439         libc_freeres_ptr.
7440         (freecache): New function to free CACHE on exit.
7442         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7443         initialization.
7445 2014-07-09  David S. Miller  <davem@davemloft.net>
7447         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7449         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7450         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7451         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7452         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7453         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7454         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7455         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7456         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7457         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7458         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7459         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7460         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7461         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7463 2014-07-09  Andreas Schwab  <schwab@suse.de>
7465         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7466         output.
7467         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7468         (do_test): Likewise.
7470         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7472 2014-07-09  Will Newton  <will.newton@linaro.org>
7474         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7475         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7476         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7477         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7478         * sysdeps/hppa/start.S (_start): Likewise.
7480 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7482         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7484         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7485         defined.
7487 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7489         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7490         after checking that it is non-NULL.
7492         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7494 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7496         * sysdeps/powerpc/memmove.c: Remove file.
7497         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7498         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7499         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7500         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7501         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7502         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7503         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7504         string memmove instead of removed powerpc one.
7506         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7507         [weak_alias]: Fix compiler warning due trailing data.
7508         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7509         [weak_alias]: Likewise.
7510         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7511         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7513         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7514         (__libc_ifunc_impl_list): Add memmove functions.
7516 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7518         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7519         Remove code.
7520         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7521         Likewise
7522         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7523         Likewise
7524         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7525         Likewise
7526         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7527         Likewise
7528         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7529         Likewise
7530         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7531         Likewise
7532         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7533         Likewise
7534         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7535         Likewise
7536         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7537         Likewise
7538         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7539         Likewise
7540         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7541         Likewise
7542         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7543         Likewise
7544         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7545         Likewise
7546         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7547         Likewise
7548         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7549         Likewise
7550         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7551         Likewise
7553 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7555         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7556         to avoid alignment traps in non-cacheable memory.
7557         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7559         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7560         multiarch objects.
7561         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7562         file: multiarch power7 memmove.
7563         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7564         multiarch default memmove.
7565         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7566         multiarch memove for powerpc32/power4.
7568         * string/bcopy.c: Use full path to include memmove.c.
7569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7570         multiarch objects.
7571         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7572         bcopy for powerpc64.
7573         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7574         bcopy for powerpc64.
7575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7576         and memmove implementations.
7577         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7578         optimized multiarch memmove for POWER7/powerpc64.
7579         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7580         default multiarch memmove for powerpc64.
7581         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7582         multiarch for powerpc64.
7583         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7584         for POWER7/powerpc64.
7585         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7586         memmove for POWER7/powerpc64.
7588         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7589         glibc default one.
7591         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7592         __ELF_NATIVE_CLASS equal to 64.
7594 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7596         * sysdeps/nptl/lowlevellock.h: File removed.
7598         * NEWS: NPTL is no longer an add-on!
7599         * nptl/internaltypes.h: Moved ...
7600         * sysdeps/nptl/internaltypes.h: ... here.
7601         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7602         * sysdeps/nptl/fork.c: Likewise.
7603         * sysdeps/nptl/gai_misc.h: Likewise.
7604         * sysdeps/nptl/librt-cancellation.c: Likewise.
7605         * sysdeps/nptl/jmp-unwind.c: Likewise.
7606         * sysdeps/nptl/setxid.h: Likewise.
7607         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7608         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7609         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7610         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7611         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7612         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7613         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7614         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7615         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7616         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7617         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7618         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7619         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7620         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7621         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7622         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7623         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7624         * nptl/Makeconfig: Moved ...
7625         * sysdeps/nptl/Makeconfig: ... here.
7626         * nptl/configure: File removed.
7627         * nptl/ANNOUNCE: File removed.
7628         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7629         * sysdeps/unix/sysv/linux/configure: Regenerated.
7631         * nptl/Makefile (routines): Add libc_pthread_init,
7632         libc_multiple_threads, register-atfork and unregister-atfork.
7633         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7634         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7635         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7636         pthread-pi-defines.sym, structsem.sym.
7637         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7638         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7639         [$(subdir) = nptl] (tests): Add tst-setgetname.
7640         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7641         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7642         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7643         [!LIBC_SIGACTION]: Remove aliases.
7644         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7645         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7646         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7647         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7648         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7649         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7650         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7651         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7652         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7653         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7654         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7655         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7656         __libc_allocate_rtsig_private.
7657         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7658         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7659         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7660         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7661         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7662         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7663         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7664         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7665         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7666         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7667         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7668         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7669         * nptl/internaltypes.h: ... here.
7670         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7671         * sysdeps/nptl/jmp-unwind.c: ... here.
7672         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7673         * nptl/libc-lowlevellock.c: ... here.
7674         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7675         * nptl/libc_multiple_threads.c: ... here.
7676         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7677         * nptl/libc_pthread_init.c: ... here.
7678         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7679         * nptl/lowlevelbarrier.sym: ... here.
7680         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7681         * nptl/lowlevelcond.sym: ... here.
7682         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7683         * nptl/lowlevellock.c: ... here.
7684         * nptl/lowlevellock.h: Moved ...
7685         * sysdeps/nptl/lowlevellock.h: ... here.
7686         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7687         * nptl/lowlevelrobustlock.c: ... here.
7688         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7689         * nptl/lowlevelrobustlock.sym: ... here.
7690         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7691         * nptl/lowlevelrwlock.sym: ... here.
7692         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7693         * nptl/pt-fork.c: ... here.
7694         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7695         * nptl/pthread-pi-defines.sym: ... here.
7696         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7697         * nptl/pthread_attr_getaffinity.c: ... here.
7698         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7699         * nptl/pthread_attr_setaffinity.c: ... here.
7700         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7701         * nptl/pthread_mutex_cond_lock.c: ... here.
7702         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7703         Update #include.
7704         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7705         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7706         * nptl/pthread_once.c: ... here, replacing old file.
7707         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7708         * nptl/pthread_yield.c: ... here.
7709         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7710         * nptl/register-atfork.c: ... here.
7711         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7712         * nptl/sem_post.c: ... here.
7713         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7714         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7715         * nptl/sem_timedwait.c: ... here.
7716         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7717         * nptl/sem_trywait.c: ... here.
7718         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7719         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7720         * nptl/sem_wait.c: ... here.
7721         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7722         * nptl/structsem.sym: ... here.
7723         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7724         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7725         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7726         * nptl/unregister-atfork.c: ... here.
7727         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7728         * nptl/unwindbuf.sym: ... here.
7729         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7730         * sysdeps/nptl/fork.c: ... here.
7731         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7732         * sysdeps/nptl/fork.h: ... here.
7733         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7734         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7735         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7737         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7738         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7739         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7740         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7741         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7742         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7743         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7744         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7745         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7746         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7747         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7748         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7749         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7750         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7751         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7752         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7753         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7754         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7755         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7756         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7757         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7758         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7759         * sysdeps/unix/sysv/linux/raise.c: ... here.
7760         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7761         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7762         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7763         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7764         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7765         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7766         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7767         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7768         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7769         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7770         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7771         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7772         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7773         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7774         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7776 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7778         * sysdeps/generic/memcopy.h: Add comment for
7779         MEMCPY_OK_FOR_FWD_MEMMOVE.
7781 2014-07-04  Will Newton  <will.newton@linaro.org>
7783         * string/memchr.c: Merge from gnulib.
7784         [_LIBC]: Remove conditionals.
7785         (__ptr_t): Remove define.
7786         (LONG_MAX_32_BITS): Likewise.
7787         (LONG_MAX): Likewise.
7788         (MEMCHR): Use ANSI prototype and optimize algorithm.
7790         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7792 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7794         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7795         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7797         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7798         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7799         in a bare environment with no <stdlib.h> installed.
7800         * sysdeps/nptl/configure: Regenerated.
7802         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7804         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7805         AC_EGREP_CPP for kernel header checks, so they only succeed if
7806         including <linux/version.h> actually works right.
7807         * sysdeps/unix/sysv/linux/configure: Regenerated.
7809         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7810         value so it's not diagnosed as unused.
7812         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7813         thing) with "ifeq ($(subdir),rt)".
7815 2014-07-03  Richard Henderson  <rth@redhat.com>
7817         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7818         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7819         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7821         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7822         (math_force_eval): New.
7824         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7825         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7827         * sysdeps/alpha/fpu/s_round.c: Remove file.
7828         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7830         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7831         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7832         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7833         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7834         (_dl_start, print_statistics): Likewise.
7835         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7836         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7838         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7839         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7840         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7841         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7842         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7843         (HP_SMALL_TIMING_AVAIL): Define.
7844         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7845         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7846         (HP_SMALL_TIMING_AVAIL): Define.
7847         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7848         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7850         * sysdeps/aarch64/hp-timing.h: New file.
7852         * sysdeps/generic/hp-timing.h: Remove dead comment.
7853         * sysdeps/generic/hp-timing-common.h: New file.
7854         * sysdeps/alpha/hp-timing.h: Include it.
7855         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7856         * sysdeps/i386/i686/hp-timing.h: Likewise.
7857         * sysdeps/ia64/hp-timing.h: Likewise.
7858         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7859         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7860         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7861         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7862         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7863         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7864         (hp_timing_t): New.
7866         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7867         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7868         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7869         * elf/rtld.c (_dl_start_final): Likewise.
7870         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7871         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7872         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7873         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7874         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7875         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7876         (HP_TIMING_DIFF_INIT): Remove.
7877         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7878         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7879         (HP_TIMING_DIFF_INIT): Remove.
7880         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7881         * sysdeps/i386/i686/hp-timing.c: Remove file.
7882         * sysdeps/x86_64/hp-timing.c: Remove file.
7883         * sysdeps/ia64/hp-timing.c: Remove file.
7884         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7885         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7886         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7887         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7889         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7890         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7891         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7892         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7893         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7894         (HP_TIMING_ACCUM): Remove.
7895         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7896         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7897         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7899         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7900         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7901         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7902         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7903         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7904         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7905         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7906         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7908         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7910 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7912         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7914 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7916         Sync up with gettext.
7917         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7918         [_MSC_VER]: Include malloc.h
7919         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7920         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7921         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7922         TEMP_FAILURE_RETRY.  Cast return of alloca.
7923         [!_LIBC] Call gl_rwlock_init.
7924         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7926 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7928         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7929         before checking its value.
7931 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7933         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7935         * debug/memcpy_chk.c: Don't include pagecopy.h.
7936         * debug/mempcpy_chk.c: Likewise.
7937         * string/memcpy.c: Likewise.
7938         * string/memmove.c: Likewise.
7939         * sysdeps/powerpc/memmove.c: Likewise.
7940         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7941         definition of PAGE_COPY_FWD_MAYBE here...
7942         * sysdeps/generic/pagecopy.h: ... from here.
7943         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7945 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7946             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7948         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7949         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7950         optimizations.
7951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7952         (__libc_ifunc_impl_list): Likewise.
7953         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7954         multiarch strcat for PPC64.
7955         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7956         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7958 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7960         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7962 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7964         * intl/loadmsgcat.c: Remove declaration of
7965         get_sysdep_segment_value.
7966         (get_sysdep_segment_value): Use ISO C style.
7967         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7968         semicolon.  Fix typo and formatting in comment.
7969         (_nl_unload_domain): Use ISO C style.
7971         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7973 2014-07-02  Will Newton  <will.newton@linaro.org>
7975         * malloc/obstack.c: Merge from gnulib master.
7976         [HAVE_CONFIG_H]: Remove conditional code.
7977         [!_LIBC]: Include config.h.
7978         [!ELIDE_CODE]: Don't include inttypes.h, include
7979         stdint.h unconditionally.
7980         (print_and_abort): Mark as _Noreturn.
7981         (_obstack_allocated_p): Mark as __attribute_pure__.
7982         (obstack_free): Rename to __obstack_free.
7983         [!__attribute__]: Remove conditional code.
7984         * malloc/obstack.h: Merge from gnulib master.
7985         [__cplusplus]: Move conditional down.
7986         [!__attribute_pure__]: Define __attribute_pure__ here
7987         if it is not already defined.
7988         (_obstack_memory_used): Mark as __attribute_pure__.
7989         [!__obstack_free]: Define as obstack_free.
7990         [__GNUC__]: Remove check for ancient NeXT gcc.
7992 2014-07-02  Will Newton  <will.newton@linaro.org>
7993             Paul Eggert  <eggert@cs.ucla.edu>
7995         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7997 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7999         * resolv/gethnamaddr.c: Add comment warning that the file is
8000         not maintained.
8002 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8004         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8005         entries.
8007         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8008         entry for aio_cancel and aio_cancel64.
8009         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8010         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8011         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8012         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8013         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8014         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8015         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8016         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8017         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8018         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8019         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8020         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8021         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8023 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8025         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8026         * nptl/pthread_mutex_lock.c: Likewise.
8027         * nptl/pthread_mutex_timedlock.c: Likewise.
8028         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8030 2014-07-01  Richard henderson  <rth@redhat.com>
8032         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8033         (__isnan, __isnanl): Remove.
8034         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8036         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8038 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8040         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8042 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8044         * resolv/nss_dns/dns-host.c (getanswer_r)
8045         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8047 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8049         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8050         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8051         undefine.
8052         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8053         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8055 2014-07-01  Roland McGrath <roland@hack.frob.com>
8057         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8058         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8060         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8061         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8063         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8064         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8065         ... here.
8066         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8067         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8069         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8070         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8071         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8072         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8074         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8075         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8076         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8077         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8078         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8079         Moved ...
8080         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8081         ... here.
8082         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8083         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8084         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8085         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8086         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8087         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8088         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8089         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8090         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8091         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8092         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8093         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8094         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8095         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8096         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8097         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8098         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8099         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8100         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8101         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8102         ... here.
8103         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8104         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8105         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8106         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8107         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8108         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8109         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8110         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8112 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8114         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8115         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8116         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8117         Add sysdep.
8119 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8123 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8125         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8126         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8128         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8130         * sysdeps/arm/libm-test-ulps: Regenerated.
8132 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8133             Roland McGrath <roland@hack.frob.com>
8135         * test-skeleton.c (signal_handler): Kill the whole process group
8136         before killing the child individually.
8137         (main): Report any failure on `setpgid'.
8139 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8141         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8142         from _TLS_H to _ARM_NPTL_TLS_H.
8143         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8144         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8146 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8148         [BZ #16539]
8149         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8150         (__expm1l): Return argument unchanged when small but not
8151         subnormal.
8153         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8154         include macro name.
8155         (_FP_UNPACK_RAW_1_P): Likewise.
8156         (_FP_PACK_RAW_1): Likewise.
8157         (_FP_PACK_RAW_1_P): Likewise.
8158         (_FP_MUL_MEAT_1_wide): Likewise.
8159         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8160         (_FP_MUL_MEAT_1_hard): Likewise.
8161         (_FP_DIV_MEAT_1_imm): Likewise.
8162         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8163         (_FP_DIV_MEAT_1_udiv): Likewise.
8164         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8165         (_FP_UNPACK_RAW_2): Likewise.
8166         (_FP_UNPACK_RAW_2_P): Likewise.
8167         (_FP_PACK_RAW_2): Likewise.
8168         (_FP_PACK_RAW_2_P): Likewise.
8169         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8170         (_FP_MUL_MEAT_2_wide): Likewise.
8171         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8172         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8173         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8174         (_FP_MUL_MEAT_2_gmp): Likewise.
8175         (_FP_DIV_MEAT_2_udiv): Likewise.
8176         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8177         (_FP_FRAC_SRL_4): Likewise.
8178         (_FP_FRAC_SRST_4): Likewise.
8179         (_FP_FRAC_SRS_4): Likewise.
8180         (_FP_UNPACK_RAW_4): Likewise.
8181         (_FP_UNPACK_RAW_4_P): Likewise.
8182         (_FP_PACK_RAW_4): Likewise.
8183         (_FP_PACK_RAW_4_P): Likewise.
8184         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8185         (_FP_MUL_MEAT_4_wide): Likewise.
8186         (_FP_MUL_MEAT_4_gmp): Likewise.
8187         (umul_ppppmnnn): Likewise.
8188         (_FP_DIV_MEAT_4_udiv): Likewise.
8189         (__FP_FRAC_ADD_4): Likewise.
8190         (__FP_FRAC_SUB_3): Likewise.
8191         (__FP_FRAC_SUB_4): Likewise.
8192         (__FP_FRAC_DEC_3): Likewise.
8193         (__FP_FRAC_DEC_4): Likewise.
8194         (__FP_FRAC_ADDI_4): Likewise.
8195         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8196         (_FP_FRAC_SRL_8): Likewise.
8197         (_FP_FRAC_SRS_8): Likewise.
8199         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8200         include macro name.
8201         (FP_UNPACK_RAW_EP): Likewise.
8202         (FP_PACK_RAW_E): Likewise.
8203         (FP_PACK_RAW_EP): Likewise.
8204         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8205         (_FP_ISSIGNAN): Likewise.
8206         (_FP_ADD_INTERNAL): Likewise.
8207         (_FP_FMA): Likewise.
8208         (_FP_CMP): Likewise.
8209         (_FP_SQRT): Likewise.
8210         (_FP_TO_INT): Likewise.
8211         (_FP_FROM_INT): Likewise.
8212         (FP_EXTEND): Likewise.
8213         (_FP_DIV_MEAT_N_loop): Likewise.
8215 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8217         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8218         throughout.
8220 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8222         [BZ #17097]
8223         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8224         result with correct sign in case of exponents that produce
8225         overflow except for X very close to 1.
8227 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8229         mktime: merge #if/#ifdef usage from glibc
8230         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8231         as that works with both Glibc's and Gnulib's style.
8232         See thread starting at Siddhesh Poyarekar's bug report at:
8233         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8235 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8237         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8238         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8239         * sysdeps/tile/tilegx/memmove.c: Remove file.
8241 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8243         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8244         abi-name definition.
8245         * scripts/soversions.awk: Do not handle or generate ABI lines.
8246         * shlib-versions: Remove ABI entries.
8247         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8248         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8250 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8252         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8253         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8254         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8255         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8256         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8257         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8258         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8259         Moved ...
8260         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8261         ... here.
8262         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8263         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8264         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8265         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8266         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8267         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8268         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8269         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8271         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8272         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8273         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8274         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8275         Moved ...
8276         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8277         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8278         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8279         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8280         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8281         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8282         Moved ...
8283         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8284         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8285         Moved ...
8286         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8287         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8288         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8289         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8290         Moved ...
8291         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8292         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8293         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8295         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8296         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8297         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8298         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8299         Moved ...
8300         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8301         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8302         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8303         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8304         Moved ...
8305         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8306         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8307         Moved ...
8308         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8309         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8310         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8311         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8312         Moved ...
8313         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8314         ... here.
8315         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8316         Identical file removed.
8317         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8318         Moved ...
8319         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8320         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8321         Identical file removed.
8322         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8323         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8324         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8325         Moved ...
8326         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8327         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8328         Identical file removed.
8329         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8330         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8331         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8332         Identical file removed.
8333         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8334         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8335         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8336         Identical file removed.
8337         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8338         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8339         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8340         Identical file removed.
8341         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8342         Moved ...
8343         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8344         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8345         Identical file removed.
8346         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8347         Moved ...
8348         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8349         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8350         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8351         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8352         Identical file removed.
8353         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8354         Moved ...
8355         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8356         ... here.
8357         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8358         Identical file removed.
8359         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8360         Moved ...
8361         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8362         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8363         Identical file removed.
8364         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8365         Moved ...
8366         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8367         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8368         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8369         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8370         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8371         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8372         Moved ...
8373         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8374         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8375         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8377         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8378         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8379         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8380         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8381         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8383 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8385         [BZ #17092]
8386         * nscd/nscd.c (monitor_child): Return exit status of child
8387         instead of return value from wait syscall.
8389 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8391         * configure.ac (libc_commonpagesize): Remove variable.
8392         (libc_relro_required): Likewise.
8393         (libc_cv_z_relro): Remove configure test.
8394         * configure: Regenerated.
8395         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8396         variable.
8397         (libc_relro_required): Likewise.
8398         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8399         (libc_relro_required): Likewise.
8400         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8401         (libc_relro_required): Likewise.
8402         * sysdeps/arm/preconfigure: Regenerated.
8403         * sysdeps/ia64/preconfigure: Remove file.
8404         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8405         variable.
8406         (libc_relro_required): Likewise.
8408         [BZ #16561]
8409         [BZ #16562]
8410         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8411         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8412         recompute overflowing results in original rounding mode.
8413         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8414         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8415         recompute overflowing results in original rounding mode.
8416         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8417         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8418         recompute overflowing results in original rounding mode.
8419         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8420         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8421         recompute overflowing results in original rounding mode.
8422         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8423         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8424         recompute overflowing results in original rounding mode.
8425         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8426         (libc_feholdsetround_ctx): New macro.
8427         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8428         * sysdeps/i386/fpu/libm-test-ulps: Update.
8429         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8431 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8433         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8434         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8435         corresponding .cpsetup call.
8437 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8439         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8440         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8441         * sysdeps/arm/Makefile [$(subdir) = csu]
8442         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8443         (static-only-routines): Add aeabi_read_tp here.
8444         (shared-only-routines): Add libc-aeabi_read_tp here.
8445         (CFLAGS-libc-start.c): Add -fexceptions here.
8446         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8447         (sysdep_routines, static-only-routines, shared-only-routines):
8448         Don't add to these here.
8449         (CFLAGS-libc-start.c): Likewise.
8451         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8452         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8453         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8454         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8455         * sysdeps/arm/Makefile [$(subdir) = rt]
8456         (librt-sysdep_routines, librt-shared-only-routines):
8457         Append rt-aeabi_unwind_cpp_pr1 here.
8458         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8459         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8460         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8461         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8462         Append nptl-aeabi_unwind_cpp_pr1 here.
8463         (tests): Filter out tst-cleanupx4 here.
8464         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8465         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8466         Don't do those here.
8468 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8470         * scripts/list-sources.sh: Do not handle ports specially.
8472 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8474         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8475         * sysdeps/arm/feupdateenv.c: Likewise.
8477         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8479 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8481         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8482         trailing whitespace removed.
8483         * scripts/config.guess: Update to version 2014-03-23.
8484         * scripts/config.sub: Update to version 2014-05-01
8485         * scripts/install-sh: Update to version 2013-12-25.23.
8486         * scripts/move-if-change: Update from gnulib.
8488 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8490         * debug/memmove_chk.c: Remove pagecopy.h include.
8492 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8494         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8495         identical to gnulib mktime.
8497 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8499         * configure.ac: Do not test for machine being rs6000.  Do not test
8500         for powerpc*-*soft.
8501         * configure: Regenerated.
8503         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8504         test.
8505         * configure: Regenerated.
8506         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8507         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8508         Remove configure test.
8509         * sysdeps/arm/configure: Regenerated.
8510         * sysdeps/nptl/configure.ac: Do not check
8511         libc_cv_asm_cfi_directives.
8512         * sysdeps/nptl/configure: Regenerated.
8513         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8514         * sysdeps/x86_64/nptl/configure: Remove generated file.
8515         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8516         unconditional.
8517         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8519 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8521         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8522         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8523         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8524         it is defined.
8526         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8527         instead of whether it is defined.
8528         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8529         * sysdeps/hppa/dl-machine.h: Likewise.
8530         * sysdeps/ia64/dl-machine.h: Likewise.
8531         * sysdeps/m68k/dl-machine.h: Likewise.
8532         * sysdeps/microblaze/dl-machine.h: Likewise.
8533         * sysdeps/mips/dl-machine.: Likewise.
8534         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8535         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8536         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8537         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8538         * sysdeps/sh/dl-machine.h: Likewise.
8539         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8540         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8541         * sysdeps/tile/dl-machine.h: Likewise.
8542         * sysdeps/x86_64/dl-machine.h: Likewise.
8544         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8545         code.
8546         (verify_persistent_db): Likewise.
8548 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8551         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8553         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8555         Moved ...
8556         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8557         ... here.
8558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8559         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8560         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8561         Identical file removed.
8562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8563         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8565         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8566         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8567         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8568         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8569         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8570         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8571         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8572         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8573         Moved ...
8574         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8576         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8577         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8578         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8580         Moved ...
8581         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8583         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8585         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8587         Identical file removed.
8588         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8589         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8591         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8592         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8593         Moved ...
8594         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8595         ... here.
8596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8597         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8598         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8599         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8600         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8601         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8602         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8603         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8604         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8605         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8606         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8607         Moved ...
8608         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8610         Moved ...
8611         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8612         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8613         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8615         Moved ...
8616         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8618         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8620         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8621         folded into ...
8622         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8623         * sysdeps/unix/sysv/linux/s390/Versions
8624         (libpthread: GLIBC_2.19): New version set.
8625         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8626         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8627         (librt: GLIBC_2.3.3): New version set.
8628         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8629         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8630         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8631         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8632         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8633         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8634         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8635         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8636         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8638         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8639         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8640         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8641         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8642         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8643         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8644         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8645         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8646         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8647         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8648         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8649         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8650         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8651         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8652         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8653         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8654         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8655         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8656         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8657         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8658         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8659         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8660         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8661         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8662         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8663         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8664         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8665         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8666         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8667         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8668         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8669         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8670         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8671         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8672         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8675         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8676         (__libc_vfork): Define the function under this name.
8677         [!NOT_IN_libc] (__vfork): Make this an alias.
8678         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8679         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8680         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8681         (__libc_vfork): Define the function under this name.
8682         [!NOT_IN_libc] (__vfork): Make this an alias.
8683         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8684         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8685         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8686         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8687         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8688         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8690         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8691         code that was previously under [RESET_PID].
8692         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8693         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8694         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8696         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8697         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8698         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8699         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8700         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8701         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8702         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8703         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8704         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8705         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8706         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8707         Moved ...
8708         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8709         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8710         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8711         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8712         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8713         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8714         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8715         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8716         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8717         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8718         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8719         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8720         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8721         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8722         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8723         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8724         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8725         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8726         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8727         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8728         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8729         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8730         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8731         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8732         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8733         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8734         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8735         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8736         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8738 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8740         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8741         that was previously under [RESET_PID].
8742         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8744 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8746         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8747         not undefine and redefine.
8748         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8749         [O_CLOEXEC]: Make code unconditional.
8750         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8751         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8752         <kernel-features.h>.
8753         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8754         conditional variable definition.
8755         (shm_open) [O_CLOEXEC]: Make code unconditional.
8756         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8757         code.
8759         * configure.ac (USE_REGPARMS): Don't define here.
8760         * configure: Regenerated.
8761         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8762         * sysdeps/i386/configure: Regenerated.
8764         * nptl/createthread.c: Don't include kernel-features.h.
8765         * nptl/pthread_cancel.c: Likewise.
8766         * nptl/pthread_condattr_setclock.c: Likewise.
8767         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8768         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8769         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8770         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8771         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8772         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8773         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8774         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8776         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8777         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8778         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8779         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8780         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8781         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8782         * nscd/gai.c: Likewise.
8783         * nss/nss_db/db-open.c: Likewise.
8784         * sysdeps/generic/ldsodefs.h: Likewise.
8785         * sysdeps/sh/nptl/tls.h: Likewise.
8786         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8787         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8788         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8789         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8790         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8791         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8792         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8793         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8794         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8795         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8796         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8797         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8798         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8799         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8800         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8801         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8802         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8803         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8804         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8805         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8806         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8807         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8808         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8809         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8810         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8811         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8812         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8814         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8815         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8816         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8817         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8818         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8819         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8820         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8821         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8822         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8823         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8824         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8825         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8826         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8827         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8828         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8829         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8830         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8831         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8832         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8833         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8834         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8835         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8836         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8837         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8838         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8839         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8840         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8841         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8842         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8843         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8866         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8867         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8868         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8869         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8870         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8871         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8872         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8873         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8874         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8875         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8876         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8877         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8878         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8879         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8880         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8881         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8882         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8883         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8884         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8885         * sysdeps/unix/sysv/linux/system.c: Likewise.
8886         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8887         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8888         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8889         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8890         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8891         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8892         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8894         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8895         * configure: Regenerated.
8896         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8898         * configure.ac (base_machine): Do not set specially for particular
8899         machines here.
8900         * configure: Regenerated.
8901         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8902         settings from configure.ac.
8903         * sysdeps/i386/preconfigure: New file.
8904         * sysdeps/s390/preconfigure: Likewise.
8905         * sysdeps/sh/preconfigure: Likewise.
8906         * sysdeps/sparc/preconfigure: Likewise.
8908 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8910         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8911         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8912         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8913         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8914         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8915         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8916         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8917         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8918         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8919         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8920         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8921         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8922         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8923         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8924         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8925         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8926         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8927         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8928         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8930         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8931         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8932         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8933         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8934         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8935         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8936         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8937         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8938         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8939         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8940         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8941         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8942         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8943         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8944         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8945         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8946         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8947         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8948         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8949         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8950         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8951         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8952         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8953         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8954         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8955         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8956         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8957         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8958         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8959         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8960         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8961         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8962         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8963         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8964         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8965         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8966         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8967         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8969         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8970         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8972         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8974         Moved ...
8975         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8976         ... here.
8977         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8978         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8980         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8982         Moved ...
8983         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8985         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8986         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8987         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8989         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8991         Moved ...
8992         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8993         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8994         Moved ...
8995         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8997         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8998         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8999         Moved ...
9000         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9002         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9004         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9005         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9006         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9008         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9009         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9010         Moved ...
9011         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9012         ... here.
9013         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9014         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9016         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9018         Moved ...
9019         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9021         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9022         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9023         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9025         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9027         Moved ...
9028         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9030         Moved ...
9031         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9033         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9035         Moved ...
9036         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9037         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9038         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9039         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9040         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9042 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9044         * timezone/checktab.awk: Update from tzcode 2014e.
9045         * timezone/private.h: Likewise.
9046         * timezone/tzfile.h: Likewise.
9047         * timezone/zdump.c: Likewise.
9048         * timezone/zic.c: Likewise.
9050         * sysdeps/unix/sysv/linux/kernel-features.h
9051         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9052         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9053         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9054         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9055         Remove conditional code.
9057 2014-06-25  Will Newton  <will.newton@linaro.org>
9059         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9060         (_dl_arm_cap_flags): Add HWCAP2 values.
9061         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9062         (_DL_HWCAP_COUNT): Increase to 37.
9063         (_DL_HWCAP_LAST): New define.
9064         (_DL_HWCAP2_LAST): New define.
9065         (_dl_procinfo): Add support for printing
9066         AT_HWCAP2 entries.
9067         (_dl_string_hwcap): Use _dl_hwcap_string.
9069 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9073 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9075         * README: Do not mention ports directory.
9077         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9078         Remove macro.
9079         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9080         <kernel-features.h>.
9081         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9082         conditional variable definition.
9083         (__futimes): Update comment.
9084         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9085         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9087         [BZ #16560]
9088         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9089         arguments close to 0.
9090         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9091         Likewise.
9092         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9093         Likewise.
9094         * math/auto-libm-test-in: Add more tests of exp10.
9095         * math/auto-libm-test-out: Regenerated.
9096         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9098         * sysdeps/unix/sysv/linux/kernel-features.h
9099         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9100         * sysdeps/unix/sysv/linux/readv.c: Do not include
9101         <kernel-features.h>.
9102         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9103         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9104         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9105         unconditional.
9106         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9107         conditional code.
9108         * sysdeps/unix/sysv/linux/writev.c: Do not include
9109         <kernel-features.h>.
9110         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9111         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9112         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9113         unconditional.
9114         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9115         conditional code.
9117 2014-06-25  Will Newton  <will.newton@linaro.org>
9119         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9120         comment changes throughout the file.  Remove checks
9121         for HAVE_*_H definitions that are not required.
9122         (__gen_tempname): Call abort if an unknown kind value is
9123         passed.
9125 2014-06-25  Andreas Schwab  <schwab@suse.de>
9127         [BZ #17086]
9128         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9129         scalbln, scalblnf, scalblnl in libc.
9131 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9133         [BZ #17086]
9134         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9135         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9136         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9138 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9140         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9141         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9142         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9143         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9144         Update #include.
9145         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9146         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9147         Update #include.
9148         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9149         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9150         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9151         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9152         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9153         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9154         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9155         * sysdeps/x86/bits/semaphore.h: ... here.
9156         * sysdeps/x86/nptl/elide.h: Moved ...
9157         * sysdeps/x86/elide.h: ... here.
9158         * sysdeps/x86_64/nptl/Implies: File removed.
9159         * sysdeps/i386/nptl/Implies: File removed.
9161 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9163         [BZ #16539]
9164         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9165         return the argument for normal arguments with exponent below -64.
9166         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9167         Likewise.
9168         * math/auto-libm-test-in: Add another test of expm1.
9169         * math/auto-libm-test-out: Regenerated.
9171         [BZ #16287]
9172         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9173         calling __erfcl for arguments at least 16.
9174         * math/auto-libm-test-in: Add more tests of erf.
9175         * math/auto-libm-test-out: Regenerated.
9177         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9178         individual architectures.
9179         * sysdeps/unix/sysv/linux/configure: Regenerated.
9180         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9181         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9182         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9183         (ldd_rewrite_script): Define variable.
9184         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9186         file.
9187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9188         generated file.
9189         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9190         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9191         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9192         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9193         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9194         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9195         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9196         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9198 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9200         [BZ #17084]
9201         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9202         Rename member __data.d to __data.__elision_data.
9204 2014-06-24  Wilco  <wdijkstr@arm.com>
9206         * NEWS: Add 16918 to fixed bug list.
9208 2014-06-24  Wilco  <wdijkstr@arm.com>
9210         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9212 2014-06-24  Wilco  <wdijkstr@arm.com>
9214         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9215         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9216         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9217         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9218         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9219         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9220         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9221         Use _FPU_MASK_RM.
9223 2014-06-24  Wilco  <wdijkstr@arm.com>
9225         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9227 2014-06-24  Wilco  <wdijkstr@arm.com>
9229         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9230         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9231         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9232         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9234 2014-06-24  Wilco  <wdijkstr@arm.com>
9236         [BZ #16918]
9237         * sysdeps/arm/feupdateenv.c (feupdateenv):
9238         Rewrite to reduce FPSCR accesses and fix return value.
9240 2014-06-24  Wilco  <wdijkstr@arm.com>
9242         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9243         Optimize to avoid unnecessary FPSCR writes.
9244         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9245         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9246         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9247         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9249 2014-06-24  Wilco  <wdijkstr@arm.com>
9251         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9252         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9253         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9254         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9255         Call libc_fetestexcept_vfp.
9256         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9257         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9258         __SOFTFP__ ifdef so that they can be built for softfp.
9260 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9262         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9263         argument type signed char.
9265         * Makerules (check-abi): Dump diff of symlist if the test
9266         fails.
9268 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9270         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9271         using abort.
9273         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9274         Remove unused variable ST.
9276 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9278         [BZ #16354]
9279         [BZ #17061]
9280         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9281         small arguments before calling __expm1.
9282         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9283         small arguments before calling __expm1f.
9284         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9285         small arguments before calling __expm1l.
9286         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9287         Likewise.
9288         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9289         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9290         spurious underflow for some cosh tests.
9291         * math/auto-libm-test-out: Regenerated.
9292         * sysdeps/i386/fpu/libm-test-ulps: Update.
9294         [BZ #17050]
9295         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9296         (__ieee754_y1): Set errno if return value overflows.
9297         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9298         (__ieee754_y1f): Set errno if return value overflows.
9299         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9300         (__ieee754_y1l): Set errno if return value overflows.
9301         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9302         (__ieee754_y1l): Set errno if return value overflows.
9303         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9304         * math/auto-libm-test-out: Regenerated.
9306         * math/gen-auto-libm-tests.c: Document use of
9307         ignore-zero-inf-sign.
9308         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9309         (input_flags): Add ignore-zero-inf-sign.
9310         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9311         * math/gen-libm-test.pl (generate_testfile): Handle
9312         ignore-zero-inf-sign.
9313         * math/auto-libm-test-in: Mark some cpow tests with
9314         ignore-zero-inf-sign and some with xfail-rounding.
9315         * math/auto-libm-test-out: Regenerated.
9316         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9317         * sysdeps/i386/fpu/libm-test-ulps: Update.
9318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9320         [BZ #16315]
9321         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9322         overflowing or underflowing operations take place with sign of
9323         result.
9324         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9325         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9326         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9327         (__ieee754_pow): Recompute overflowing and underflowing results in
9328         original rounding mode.
9329         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9330         (__powl_helper): Allow negative argument X and scale negated value
9331         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9332         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9333         overflowing or underflowing operations take place with sign of
9334         result.
9335         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9336         Include <math.h>.
9337         * math/auto-libm-test-in: Add more tests of pow.
9338         * math/auto-libm-test-out: Regenerated.
9339         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9340         (pow_tonearest_test_data): Remove.
9341         (pow_test_tonearest): Likewise.
9342         (pow_towardzero_test_data): Likewise.
9343         (pow_test_towardzero): Likewise.
9344         (pow_downward_test_data): Likewise.
9345         (pow_test_downward): Likewise.
9346         (pow_upward_test_data): Likewise.
9347         (pow_test_upward): Likewise.
9348         (main): Don't call removed functions.
9349         * sysdeps/i386/fpu/libm-test-ulps: Update.
9350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9352 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9355         Moved ...
9356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9358         Moved ...
9359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9361         Moved ...
9362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9364         Moved ...
9365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9367         File removed.
9368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9369         File removed.
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9371         File removed.
9372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9373         File removed.
9374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9375         File removed.
9376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9377         File removed.
9378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9379         File removed.
9380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9381         File removed.
9382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9383         File removed.
9384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9385         File removed.
9386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9387         File removed.
9388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9389         File removed.
9390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9391         Moved ...
9392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9394         Moved ...
9395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9396         ... here.
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9398         Moved ...
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9401         Moved ...
9402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9404         Moved ...
9405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9407         Moved ...
9408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9410         Moved ...
9411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9413         Moved ...
9414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9416         Moved ...
9417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9420         ... here.
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9422         Moved ...
9423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9425         Moved ...
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9427         ... here.
9428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9429         Moved ...
9430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9431         ... here.
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9433         Moved ...
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9435         ... here.
9436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9437         Moved ...
9438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9440         Moved ...
9441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9445         Moved ...
9446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9447         ... here.
9448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9449         Moved ...
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9451         ... here.
9452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9453         Moved ...
9454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9456         Moved ...
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9459         Moved ...
9460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9462         Moved ...
9463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9465         Moved ...
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9467         ... here.
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9469         Moved ...
9470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9472         Moved ...
9473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9475         Moved ...
9476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9478         Moved ...
9479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9483         Moved ...
9484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9486         Moved ...
9487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9489         Moved ...
9490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9491         ... here.
9492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9493         Moved ...
9494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9495         ... here.
9496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9497         Moved ...
9498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9499         ... here.
9500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9501         Moved ...
9502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9504         Moved ...
9505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9507         Moved ...
9508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9510         Moved ...
9511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9512         ... here.
9513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9514         Moved ...
9515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9516         ... here.
9517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9518         Moved ...
9519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9520         ... here.
9521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9522         Moved ...
9523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9525         Moved ...
9526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9528 2014-06-23  Will Newton  <will.newton@linaro.org>
9529             Wilco  <wdijkstr@arm.com>
9531         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9532         implementation.  Include get-rounding-mode.h.
9533         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9534         [!libc_feholdsetround_noex_ctx]: Define
9535         libc_feholdsetround_noex_ctx.
9536         [!libc_feholdsetround_noexf_ctx]: Define
9537         libc_feholdsetround_noexf_ctx.
9538         [!libc_feholdsetround_noexl_ctx]: Define
9539         libc_feholdsetround_noexl_ctx.
9540         (libc_feholdsetround_ctx): New function.
9541         (libc_feresetround_ctx): New function.
9542         (libc_feholdsetround_noex_ctx): New function.
9543         (libc_feresetround_noex_ctx): New function.
9545 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9547         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9548         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9549         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9550         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9551         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9552         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9554         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9555         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9556         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9557         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9558         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9559         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9560         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9561         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9562         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9563         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9564         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9565         Moved ...
9566         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9567         ... here.
9568         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9569         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9570         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9571         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9572         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9573         Moved ...
9574         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9575         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9576         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9577         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9578         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9579         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9580         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9581         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9582         Moved ...
9583         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9584         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9585         Moved ...
9586         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9587         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9588         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9589         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9590         Moved ...
9591         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9595         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9596         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9597         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9598         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9601         Moved ...
9602         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9603         ... here.
9604         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9609         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9610         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9611         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9612         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9613         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9614         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9615         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9616         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9617         Moved ...
9618         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9619         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9620         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9621         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9622         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9623         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9624         Moved ...
9625         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9626         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9627         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9628         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9629         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9631         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9632         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9633         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9634         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9635         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9636         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9637         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9638         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9639         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9640         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9641         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9642         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9643         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9644         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9645         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9646         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9647         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9648         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9649         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9650         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9651         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9652         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9653         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9654         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9655         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9656         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9657         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9658         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9660 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9662         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9663         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9664         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9665         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9666         (IPV6_PMTUDISC_INTERFACE): Likewise.
9667         (IPV6_PMTUDISC_OMIT): Likewise.
9669 2014-06-23  Andreas Schwab  <schwab@suse.de>
9671         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9672         Remove unused errout label.
9674 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9676         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9677         macro: hardware supports Vector Crypto instructions.
9679 2014-06-23  Will Newton  <will.newton@linaro.org>
9681         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9682         rather than __builtin_expect.
9684         * elf/dl-lookup.c (undefined_msg): Remove variable.
9685         (_dl_lookup_symbol_x): Replace undefined_msg with string
9686         literal.
9688         * elf/dl-lookup.c (do_lookup_unique): New function.
9689         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9690         to a separate function.
9692 2014-06-23  Andreas Schwab  <schwab@suse.de>
9694         [BZ #17079]
9695         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9696         before reading the next line.
9698 2014-06-23  Will Newton  <will.newton@linaro.org>
9700         * test-skeleton.c (signal_handler): Use printf and %m
9701         rather than perror.  Use printf rather than fprintf to
9702         stderr.  Use puts rather than fputs to stderr.
9703         (main): Likewise.
9705 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9707         * nscd/nscd.c (thread_info_t): Remove typedef.
9708         (thread_info): Remove variable.
9710 2014-06-21  Allan McRae  <allan@archlinux.org>
9712         * NEWS: Mention CVE-2014-4043.
9714 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9716         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9717         * nptl/smp.h: ... here.
9719         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9721         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9722         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9723         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9724         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9726         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9727         * nptl/stack-aliasing.h: New file.
9728         * sysdeps/i386/i686/stack-aliasing.h: New file.
9729         * sysdeps/i386/i686/nptl/Makefile: File removed.
9730         * sysdeps/x86_64/stack-aliasing.h: New file.
9731         * sysdeps/x86_64/nptl/Makefile
9732         (CFLAGS-pthread_create.c): Variable removed.
9734         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9735         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9736         old file.
9737         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9738         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9739         old file.
9741 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9743         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9744         (__ASSUME_SIGFRAME_V2): Remove macro.
9745         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9746         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9747         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9748         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9749         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9750         Declare as function.  Remove conditional macro definitions.
9751         (__default_rt_sa_restorer): Likewise.
9752         (__default_sa_restorer_v1): Remove declaration.
9753         (__default_sa_restorer_v2): Likewise.
9754         (__default_rt_sa_restorer_v1): Likewise.
9755         (__default_rt_sa_restorer_v2): Likewise.
9756         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9757         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9758         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9760 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9762         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9763         (libpthread-routines): Add sysdep.
9764         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9765         * sysdeps/unix/sysv/linux/sparc/Versions
9766         (libpthread: GLIBC_2.3.3): New version set.
9767         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9768         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9769         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9770         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9771         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9772         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9773         Moved ...
9774         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9775         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9776         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9777         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9778         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9779         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9780         * sysdeps/sparc/nptl/sem_init.c: ... here.
9781         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9782         * sysdeps/sparc/nptl/sem_post.c: ... here.
9783         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9784         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9785         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9786         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9787         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9788         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9789         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9790         (libpthread-routines): Add cpu_relax.
9791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9792         File removed.
9793         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9794         (librt: GLIBC_2.3.3): New version set.
9795         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9796         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9797         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9798         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9799         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9801         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9803         Moved ...
9804         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9806         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9808         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9810         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9812         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9814         Moved ...
9815         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9816         Update #include.
9817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9818         Moved ...
9819         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9820         Update #include.
9821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9822         Moved ...
9823         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9824         Update #include.
9825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9826         Moved ...
9827         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9828         Update #include.
9829         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9830         Moved ...
9831         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9832         Update #include.
9833         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9834         Moved ...
9835         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9836         Update #include.
9837         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9838         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9839         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9840         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9841         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9842         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9843         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9844         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9845         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9846         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9848         Moved ...
9849         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9851         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9852         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9853         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9855 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9857         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9858         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9859         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9860         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9861         * nscd/nscd.c: Likewise.
9862         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9863         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9864         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9865         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9867         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9868         <kernel-features.h>.
9869         (init_mq_netlink): Remove conditional have_sock_cloexec
9870         definitions.  Remove code conditional on have_sock_cloexec < 0.
9871         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9872         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9873         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9874         <kernel-features.h>.
9875         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9876         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9878 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9880         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9881         Add tests for memset_chk and memset.
9883         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9884         with AVX2_Usable.
9886 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9888         [BZ #16046]
9889         * elf/tst-dl-iter-static.c: New file.
9890         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9892         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9893         error.
9895 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9897         * sysdeps/unix/sysv/linux/kernel-features.h
9898         (__ASSUME_F_GETOWN_EX): Remove macro.
9899         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9900         <kernel-features.h>.
9901         (miss_F_GETOWN_EX): Remove variable or macro.
9902         (do_fcntl): Do not check miss_F_GETOWN_EX.
9903         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9905         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9906         Remove macro.
9907         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9908         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9909         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9911         * sysdeps/unix/sysv/linux/kernel-features.h
9912         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9913         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9914         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9915         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9917 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9919         [BZ #17075]
9920         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9921         Fix calculation of the symbol's value.
9922         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9923         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9924         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9925         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9926         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9927         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9928         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9929         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9930         (modules-names): Add `tst-armtlsdescmod',
9931         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9932         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9933         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9934         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9935         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9936         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9937         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9938         ($(objpfx)tst-armtlsdescloc): New dependency.
9939         ($(objpfx)tst-armtlsdescextnow): Likewise.
9940         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9941         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9942         TLS scheme support.
9943         * sysdeps/arm/configure: Regenerate.
9945 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9947         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9948         (__atfct_seterrno_2): Likewise.
9949         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9950         <kernel-features.h>.
9951         (__ASSUME_ATFCTS): Do not undefine and redefine.
9952         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9953         (__have_atfcts): Remove conditional definition.
9954         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9955         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9956         unreachable if [__ASSUME_ATFCTS].
9957         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9958         not undefine and redefine.
9959         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9960         <kernel-features.h>.
9961         (faccessat) [__NR_faccessat]: Make code unconditional.
9962         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9963         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9964         <kernel-features.h>.
9965         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9966         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9967         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9968         <kernel-features.h>.
9969         (fchownat) [__NR_fchownat]: Make code unconditional.
9970         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9971         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9972         <kernel-features.h>.
9973         (futimesat) [__NR_futimesat]: Make code unconditional.
9974         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9975         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9976         <kernel-features.h>.
9977         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9978         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9979         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9980         <kernel-features.h>.
9981         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9982         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9983         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9984         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9985         <kernel-features.h>.
9986         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9987         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9988         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9989         <kernel-features.h>.
9990         (linkat) [__NR_linkat]: Make code unconditional.
9991         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9992         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9993         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9994         <kernel-features.h>.
9995         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9996         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9997         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9998         <kernel-features.h>.
9999         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10000         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10001         * sysdeps/unix/sysv/linux/openat.c: Do not include
10002         <kernel-features.h>.
10003         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10004         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10005         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10006         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10007         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10008         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10009         <kernel-features.h>.
10010         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10011         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10012         result of INLINE_SYSCALL directly, not via int variable.
10013         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10014         <kernel-features.h>.
10015         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10016         (renameat) [__NR_renameat]: Make code unconditional.
10017         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10018         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10019         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10020         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10021         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10022         (__ASSUME_ATFCTS): Do not undefine and redefine.
10023         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10024         <kernel-features.h>.
10025         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10026         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10027         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10028         <kernel-features.h>.
10029         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10030         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10031         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10032         (__ASSUME_ATFCTS): Do not undefine and redefine.
10033         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10034         <kernel-features.h>.
10035         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10036         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10037         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10038         <kernel-features.h>.
10039         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10040         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10042 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10044         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10046 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10048         [BZ #17069]
10049         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10050         constructed tree before returning error.
10051         * posix/bug-regexp36.c: Expand test case.
10053 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10055         [BZ #6803]
10056         * math/libm-test.inc (scalbln_test_date):
10057         Add errno expectations.
10058         * math/w_scalblnf.c: New File.
10059         Add wrapper which checks for setting errno to ERANGE.
10060         Add weak_alias for corresponding scalbln function.
10061         * math/w_scalbln.c: Likewise.
10062         * math/w_scalblnl.c: Likewise.
10063         * math/Makefile (libm-calls): Add w_scalbln.
10064         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10065         Remove weak_alias for corresponding scalbln function.
10066         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10067         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10068         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10069         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10070         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10071         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10072         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10073         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10074         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10075         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10076         Remove long_double_symbol for scalblnl function in libm, libc.
10077         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10078         Add wrapper which checks for setting errno to ERANGE.
10079         Add long_double_symbol for scalblnl function in libm, libc.
10080         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10081         Remove long_double_symbol for scalblnl in libm.
10082         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10083         Add wrapper which checks for setting errno to ERANGE.
10084         Add long_double_symbol for scalblnl function in libm.
10085         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10086         Do not use wrapper because of own implementation.
10088 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10090         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10091         3 bytes for __pad1 for x32.
10092         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10094 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10095             H.J. Lu  <hongjiu.lu@intel.com>
10097         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10098         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10099         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10100         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10101         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10103 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10105         [BZ #17069]
10106         * posix/regcomp.c (parse_expression): Deallocate partially
10107         constructed tree before returning error.
10108         * posix/Makefile.c (tests): Add bug-regex36.
10109         (generated): Add bug-regex36.mtrace.
10110         (tests-special): Add $(objpfx)bug-regex36-mem.out
10111         (bug-regex36-ENV): New variable.
10112         ($(objpfx)bug-regex36-mem.out): New rule.
10113         * posix/bug-regex36.c: New file.
10115 2014-06-19  Will Newton  <will.newton@linaro.org>
10117         * malloc/malloc.c (systrim): If extra is zero then return
10118         early.
10120 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10122         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10124 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10126         * sysdeps/aarch64/strchr.S: New file.
10128 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10130         [BZ #17022]
10131         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10132         from arguments -2 or below.
10133         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10134         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10136 2014-06-18  Andreas Schwab  <schwab@suse.de>
10138         [BZ #17062]
10139         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10140         of a bracket expr not to run off the end of the string.
10141         * posix/Makefile (tests): Add tst-fnmatch3.
10142         * posix/tst-fnmatch3.c: New file.
10144 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10146         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10147         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10148         [$(cross-compiling) = no]: Likewise.
10149         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10150         [$(cross-compiling) = no]: Likewise.
10152 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10154         [BZ #17031]
10155         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10156         double, adjusted for any remainder from the high double.
10157         * math/libm-test.inc (nearbyint): Add tests.
10158         (rint): Likewise.
10160 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10162         * nptl/sysdeps/powerpc/Makefile: Moved ...
10163         * sysdeps/powerpc/nptl/Makefile: ... here.
10164         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10165         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10166         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10167         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10168         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10169         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10170         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10171         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10172         * nptl/sysdeps/powerpc/tls.h: Moved ...
10173         * sysdeps/powerpc/nptl/tls.h: ... here.
10175 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10177         [BZ #16681]
10178         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10179         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10180         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10181         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10182         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10183         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10184         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10185         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10186         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10188 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10190         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10192 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10194         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10195         defined operator.
10197         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10198         $TIMEOUTFACTOR.
10200 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10202         [BZ #17058]
10203         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10204         non-executed part of the test.
10206 2014-06-16  Andreas Schwab  <schwab@suse.de>
10208         * string/bits/string2.h (strdup, strndup): Update feature guard.
10210 2014-06-14  David S. Miller  <davem@davemloft.net>
10212         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10214 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10216         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10217         that was previously under [RESET_PID].
10218         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10220         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10221         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10222         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10223         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10224         (__libc_vfork): New strong alias.
10225         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10227 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10229         * sysdeps/generic/elide.h: New file.
10231 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10233         * Makefile (installed-headers): Adjust path of pthread.h header.
10235 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10237         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10238         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10239         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10240         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10242         * nptl/sysdeps/s390/Makefile: Moved ...
10243         * sysdeps/s390/nptl/Makefile: ... here.
10244         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10245         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10246         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10247         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10248         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10249         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10250         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10251         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10252         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10253         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10254         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10255         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10256         * nptl/sysdeps/s390/tls.h: Moved ...
10257         * sysdeps/s390/nptl/tls.h: ... here.
10259         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10260         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10262 2014-06-13  David S. Miller  <davem@davemloft.net>
10264         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10266         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10267         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10270         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10271         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10272         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10273         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10274         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10275         Remove RESET_PID cpp guards.
10276         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10277         Remove RESET_PID cpp guards.
10278         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10280 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10282         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10283         __sp to uintptr_t.
10285 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10287         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10288         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10289         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10290         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10291         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10292         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10293         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10294         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10295         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10296         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10297         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10298         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10299         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10300         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10301         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10302         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10303         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10304         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10305         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10306         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10308         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10309         (pthread_rwlock_rdlock): Add elision.
10310         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10311         (pthread_rwlock_wrlock): Add elision.
10312         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10313         (pthread_rwlock_trywrlock): Add elision.
10314         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10315         (pthread_rwlock_tryrdlock): Add elision.
10316         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10317         (pthread_rwlock_tryrdlock): Add elision unlock.
10318         * nptl/sysdeps/pthread/pthread.h:
10319         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10320         (PTHREAD_RWLOCK_INITIALIZER,
10321         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10322         Handle new elision field.
10323         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10324         * sysdeps/arm/nptl/bits/pthreadtypes.h
10325         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10326         * sysdeps/sh/nptl/bits/pthreadtypes.h
10327         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10328         * sysdeps/tile/nptl/bits/pthreadtypes.h
10329         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10330         * sysdeps/a/nptl/bits/pthreadtypes.h
10331         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10332         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10333         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10334         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10335         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10336         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10337         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10338         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10339         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10340         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10341         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10342         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10343         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10344         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10345         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10346         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10347         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10348         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10349         (elision_init): Set try_xbegin to zero when no RTM.
10350         * sysdeps/x86/nptl/bits/pthreadtypes.h
10351         (pthread_rwlock_t): Change __pad1 to __rwelision.
10352         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10354 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10356         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10357         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10358         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10359         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10361 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10363         [BZ #16996]
10364         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10365         that the cached result has been set before returning it.
10367 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10369         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10370         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10372         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10373         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10374         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10376         * nptl/sysdeps/sparc/Makefile: Moved ...
10377         * sysdeps/sparc/nptl/Makefile: ... here.
10378         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10379         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10380         * nptl/sysdeps/sparc/tls.h: Moved ...
10381         * sysdeps/sparc/nptl/tls.h: ... here.
10382         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10383         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10384         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10385         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10386         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10387         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10388         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10389         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10390         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10391         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10392         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10393         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10394         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10395         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10396         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10397         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10398         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10399         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10400         Update #include.
10401         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10402         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10403         Update #include.
10404         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10405         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10406         Update #include.
10407         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10408         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10409         Update #include.
10411         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10413         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10414         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10416         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10417         (struct list_links): Type removed.
10418         (struct thread_node, struct timer_node): Replace struct list_links
10419         with struct list_head.
10420         (list_unlink_ip): Likewise.
10421         * sysdeps/pthread/timer_routines.c
10422         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10423         (list_append, list_insbefore): Likewise.
10424         (list_init): Function removed.
10425         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10426         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10427         * sysdeps/pthread/Makefile: ... here, new file.
10429         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10430         * sysdeps/nptl/Implies: ... here.
10431         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10432         * nptl/sysdeps/pthread/list.h: Moved ...
10433         * include/list.h: ... here.
10434         * nptl/sysdeps/pthread/createthread.c: Moved ...
10435         * nptl/createthread.c: ... here.
10436         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10437         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10438         * nptl/pt-longjmp.c: ... here.
10439         * nptl/sysdeps/pthread/Makefile: Moved ...
10440         * sysdeps/nptl/Makefile: ... here.
10441         * nptl/sysdeps/pthread/Subdirs: Moved ...
10442         * sysdeps/nptl/Subdirs: ... here.
10443         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10444         * sysdeps/nptl/aio_misc.h: ... here.
10445         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10446         * sysdeps/nptl/bits/libc-lock.h: ... here.
10447         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10448         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10449         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10450         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10451         * nptl/sysdeps/pthread/configure: Moved ...
10452         * sysdeps/nptl/configure: ... here.
10453         * nptl/sysdeps/pthread/configure.ac: Moved ...
10454         * sysdeps/nptl/configure.ac: ... here.
10455         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10456         * sysdeps/nptl/gai_misc.h: ... here.
10457         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10458         * sysdeps/nptl/librt-cancellation.c: ... here.
10459         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10460         * sysdeps/nptl/malloc-machine.h: ... here.
10461         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10462         * sysdeps/nptl/pthread-functions.h: ... here.
10463         * nptl/sysdeps/pthread/pthread.h: Moved ...
10464         * sysdeps/nptl/pthread.h: ... here.
10465         * nptl/sysdeps/pthread/setxid.h: Moved ...
10466         * sysdeps/nptl/setxid.h: ... here.
10467         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10468         * sysdeps/nptl/sigfillset.c: ... here.
10469         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10470         * sysdeps/nptl/tcb-offsets.h: ... here.
10471         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10472         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10473         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10474         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10475         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10476         * sysdeps/pthread/allocalim.h: ... here.
10477         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10478         * sysdeps/pthread/bits/sigthread.h: ... here.
10479         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10480         * sysdeps/pthread/flockfile.c: ... here.
10481         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10482         * sysdeps/pthread/ftrylockfile.c: ... here.
10483         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10484         * sysdeps/pthread/funlockfile.c: ... here.
10485         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10486         * sysdeps/pthread/posix-timer.h: ... here.
10487         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10488         * sysdeps/pthread/timer_create.c: ... here.
10489         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10490         * sysdeps/pthread/timer_delete.c: ... here.
10491         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10492         * sysdeps/pthread/timer_getoverr.c: ... here.
10493         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10494         * sysdeps/pthread/timer_gettime.c: ... here.
10495         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10496         * sysdeps/pthread/timer_routines.c: ... here.
10497         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10498         * sysdeps/pthread/timer_settime.c: ... here.
10499         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10500         * sysdeps/pthread/tst-timer.c: ... here.
10501         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10502         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10504         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10505         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10507         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10508         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10509         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10510         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10511         Update #include target.
10512         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10513         * sysdeps/i386/i686/nptl/Makefile: ... here.
10514         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10515         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10516         Update #include target.
10517         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10518         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10519         * nptl/sysdeps/i386/Makefile: Moved ...
10520         * sysdeps/i386/nptl/Makefile: ... here.
10521         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10522         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10523         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10524         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10525         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10526         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10527         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10528         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10529         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10530         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10531         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10532         * nptl/sysdeps/i386/tls.h: Moved ...
10533         * sysdeps/i386/nptl/tls.h: ... here.
10535         * sysdeps/sh/Makefile [$(subdir) = csu]
10536         (gen-as-const-headers): Add tcb-offsets.sym.
10537         * nptl/sysdeps/sh/Makefile: File removed.
10538         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10539         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10540         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10541         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10542         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10543         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10544         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10545         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10546         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10547         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10548         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10549         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10550         * nptl/sysdeps/sh/tls.h: Moved ...
10551         * sysdeps/sh/nptl/tls.h: ... here.
10552         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10553         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10554         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10555         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10556         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10557         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10558         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10559         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10560         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10561         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10562         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10563         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10564         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10565         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10566         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10567         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10568         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10569         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10570         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10571         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10572         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10573         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10574         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10575         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10576         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10577         Moved ...
10578         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10579         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10580         Moved ...
10581         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10582         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10583         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10584         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10585         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10586         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10587         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10588         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10589         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10590         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10591         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10592         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10593         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10594         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10595         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10596         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10597         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10598         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10599         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10601 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10603         * posix/spawn_faction_addopen.c: Include string.h.
10605 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10607         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10608         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10609         * nptl/sysdeps/x86_64/Makefile: Moved ...
10610         * sysdeps/x86_64/nptl/Makefile: ... here.
10611         * nptl/sysdeps/x86_64/configure: Moved ...
10612         * sysdeps/x86_64/nptl/configure: ... here.
10613         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10614         * sysdeps/x86_64/nptl/configure.ac: ... here.
10615         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10616         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10617         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10618         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10619         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10620         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10621         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10622         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10623         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10624         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10625         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10626         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10627         * nptl/sysdeps/x86_64/tls.h: Moved ...
10628         * sysdeps/x86_64/nptl/tls.h: ... here.
10629         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10630         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10631         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10632         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10634         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10636 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10640 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10642         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10643         type.
10644         [POSIX] (off_t): Likewise.
10645         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10646         [POSIX] (S_ISBLK): Require macro.
10647         [POSIX] (S_ISCHR): Likewise.
10648         [POSIX] (S_ISDIR): Likewise.
10649         [POSIX] (S_ISFIFO): Likewise.
10650         [POSIX] (S_ISREG): Likewise.
10651         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10652         optional-macro.
10653         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10654         type.
10655         [POSIX] (time_t): Likewise.
10656         [POSIX] (timer_t): Likewise.
10658 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10660         [BZ #17048]
10661         * posix/spawn_int.h (struct __spawn_action): Make the path string
10662         non-const to support deallocation.
10663         * posix/spawn_faction_addopen.c
10664         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10665         * posix/spawn_faction_destroy.c
10666         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10667         path in all spawn_do_open actions.
10668         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10669         posix_spawn_file_actions_addopen.
10671 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10673         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10674         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10675         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10676         conditional code always true.
10677         (__libc_vfork): New alias.
10679 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10681         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10682         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10684         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10686         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10687         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10689         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10690         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10692         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10693         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10695 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10697         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10698         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10699         multiarch strcmp for PPC64.
10700         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10701         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10702         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10703         multiarch optimizations.
10704         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10705         (__libc_ifunc_impl_list): Likewise.
10707 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10709         * benchtests/scripts/validate_benchout.py: New script.
10710         * benchtests/Makefile (bench-func): Call it.
10711         * benchtests/scripts/benchout.schema.json: New file.
10713 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10715         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10716         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10717         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10718         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10719         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10720         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10721         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10722         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10723         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10724         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10725         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10726         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10727         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10728         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10729         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10730         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10732         Moved ...
10733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10734         ... here.
10735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10736         Moved ...
10737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10739         Moved ...
10740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10741         ... here.
10742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10743         Moved ...
10744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10745         ... here.
10746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10747         Moved ...
10748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10750         Moved ...
10751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10752         ... here.
10753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10754         Moved ...
10755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10756         ... here.
10757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10758         Moved ...
10759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10761         Moved ...
10762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10763         ... here.
10764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10765         Moved ...
10766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10767         ... here.
10768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10769         Moved ...
10770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10771         ... here.
10772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10773         Moved ...
10774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10776         Moved ...
10777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10778         ... here.
10779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10780         Moved ...
10781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10782         ... here.
10783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10784         Moved ...
10785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10786         ... here.
10787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10788         Moved ...
10789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10791         Moved ...
10792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10793         ... here.
10794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10795         Moved ...
10796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10797         ... here.
10798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10799         Moved ...
10800         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10802         Moved ...
10803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10804         ... here.
10805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10806         Moved ...
10807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10809         Moved ...
10810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10812         Moved ...
10813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10814         ... here.
10815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10816         Moved ...
10817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10818         ... here.
10819         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10820         Moved ...
10821         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10822         ... here.
10823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10824         Moved ...
10825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10827         Moved ...
10828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10829         ... here.
10830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10831         Moved ...
10832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10833         ... here.
10834         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10835         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10836         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10837         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10838         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10839         Moved ...
10840         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10841         ... here.
10842         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10843         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10844         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10845         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10846         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10847         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10848         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10849         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10850         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10851         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10852         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10853         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10854         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10855         Moved ...
10856         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10857         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10858         Moved ...
10859         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10860         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10861         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10862         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10863         Moved ...
10864         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10865         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10866         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10867         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10868         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10869         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10870         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10872 2014-06-10  Wilco  <wdijkstr@arm.com>
10874         * math/test-fenv-return.c: New file.
10875         * math/Makefile: Add new test test-fenv-return.
10877 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10879         [BZ #17042]
10880         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10881         when x - 1 is zero.
10882         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10883         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10884         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10885         0.0L for an argument of 1.0L.
10886         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10887         Likewise.
10888         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10889         value when x - 1 is zero.
10890         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10891         * sysdeps/i386/fpu/libm-test-ulps: Update.
10892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10894 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10896         [BZ #15119]
10897         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10899 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10901         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10902         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10904 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10906         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10907         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10909         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10910         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10912         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10913         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10915         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10916         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10918         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10919         if not already defined.
10920         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10921         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10922         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10923         (TLS_INIT_TP): Use it.
10924         (TLS_DEFINE_INIT_TP): New macro.
10925         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10927 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10929         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10930         constant.
10931         [POSIX] (IXANY): Likewise.
10932         [POSIX] (OLCUC): Likewise.
10933         [POSIX || POSIX2008] (CBAUD): Do not allow.
10934         [POSIX || POSIX2008] (DEFECHO): Likewise.
10935         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10936         [POSIX || POSIX2008] (ECHOKE): Likewise.
10937         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10938         [POSIX || POSIX2008] (EXTA): Likewise.
10939         [POSIX || POSIX2008] (EXTB): Likewise.
10940         [POSIX || POSIX2008] (FLUSHO): Likewise.
10941         [POSIX || POSIX2008] (LOBLK): Likewise.
10942         [POSIX || POSIX2008] (PENDIN): Likewise.
10943         [POSIX || POSIX2008] (SWTCH): Likewise.
10944         [POSIX || POSIX2008] (VDISCARD): Likewise.
10945         [POSIX || POSIX2008] (VDSUSP): Likewise.
10946         [POSIX || POSIX2008] (VLNEXT): Likewise.
10947         [POSIX || POSIX2008] (VREPRINT): Likewise.
10948         [POSIX || POSIX2008] (VSTATUS): Likewise.
10949         [POSIX || POSIX2008] (VWERASE): Likewise.
10950         (B*): Change to B[0123456789]*.
10951         * conform/data/time.h-data [POSIX || UNIX98]
10952         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10953         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10954         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10955         [POSIX] (tm_*): Do not allow.
10957 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10959         * Makefile (install): Don't set LANGUAGE.
10960         * Makefile.in (install): Likewise.
10961         * assert/Makefile (test-assert-ENV): Remove variable.
10962         (test-assert-perr-ENV): Likewise.
10963         * elf/Makefile (neededtest4-ENV): Likewise.
10964         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10965         [$(cross-compiling) = no]: Don't set LANGUAGE.
10966         * io/ftwtest-sh (LANG): Remove variable.
10967         * libio/Makefile (tst-widetext-ENV): Likewise.
10968         * manual/install.texi (Running make install): Don't refer to
10969         environment settings for make install.
10970         * INSTALL: Regenerated.
10971         * nptl/tst-tls6.sh: Don't set LANG.
10972         * posix/globtest.sh (LANG): Remove variable.
10973         * string/Makefile (tester-ENV): Likewise.
10974         (inl-tester-ENV): Likewise.
10975         (noinl-tester-ENV): Likewise.
10976         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10977         [$(cross-compiling) = no]: Don't set LANGUAGE.
10978         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10979         without explicit environment settings.
10981 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10983         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10984         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10985         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10986         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10988 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10990         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10991         other files in the crypt directory.
10992         * crypt/crypt.c: Remove duplicate includes.
10993         * crypt/crypt-entry.c: Likewise.
10994         * crypt/crypt_util.c: Likewise.
10996 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10998         * Makeconfig (run-program-env): New variable.
10999         (run-program-prefix-before-env): Likewise.
11000         (run-program-prefix-after-env): Likewise.
11001         (run-program-prefix): Define in terms of new variables.
11002         (built-program-cmd-before-env): New variable.
11003         (built-program-cmd-after-env): Likewise.
11004         (built-program-cmd): Define in terms of new variables.
11005         (test-program-prefix-before-env): New variable.
11006         (test-program-prefix-after-env): Likewise.
11007         (test-program-prefix): Define in terms of new variables.
11008         (test-program-cmd-before-env): New variable.
11009         (test-program-cmd-after-env): Likewise.
11010         (test-program-cmd): Define in terms of new variables.
11011         * Rules (make-test-out): Use $(run-program-env).
11012         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11013         (help): Do not mention environment variables.  Mention
11014         --timeoutfactor option.
11015         (timeoutfactor): New variable.
11016         (blacklist_exports): Remove function.
11017         (exports): Remove variable.
11018         (command): Do not include ${exports}.
11019         * manual/install.texi (Configuring and compiling): Do not mention
11020         test wrappers preserving environment variables.  Mention that last
11021         assignment to a variable must take precedence.
11022         * INSTALL: Regenerated.
11023         * benchtests/Makefile (run-bench): Use $(run-program-env).
11024         * catgets/Makefile ($(objpfx)test1.cat): Use
11025         $(built-program-cmd-before-env), $(run-program-env) and
11026         $(built-program-cmd-after-env).
11027         ($(objpfx)test2.cat): Do not specify environment variables
11028         explicitly.
11029         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11030         $(run-program-env) and $(built-program-cmd-after-env).
11031         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11032         $(run-program-env) and $(test-program-cmd-after-env).
11033         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11034         explicitly.
11035         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11036         run_program_env and test_program_cmd_after_env arguments.
11037         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11038         * elf/tst-pathopt.sh: Use run_program_env argument.
11039         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11040         $(test-wrapper-env) and $(run-program-env).
11041         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11042         run_program_env arguments.
11043         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11044         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11045         $(test-program-prefix-before-env), $(run-program-env) and
11046         $(test-program-prefix-after-env).
11047         ($(objpfx)tst-gettext2.out): Likewise.
11048         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11049         run_program_env and test_program_prefix_after_env arguments.
11050         * intl/tst-gettext2.sh: Likewise.
11051         * intl/tst-gettext4.sh: Do not set environment variables
11052         explicitly.
11053         * intl/tst-gettext6.sh: Likewise.
11054         * intl/tst-translit.sh: Likewise.
11055         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11056         $(test-program-prefix-before-env), $(run-program-env) and
11057         $(test-program-prefix-after-env).
11058         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11059         run_program_env and test_program_prefix_after_env arguments.
11060         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11061         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11062         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11063         explicitly with each use of ${test_wrapper_env}.
11064         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11065         $(test-program-prefix-before-env), $(run-program-env) and
11066         $(test-program-prefix-after-env).
11067         * posix/tst-getconf.sh: Do not set environment variables
11068         explicitly.
11069         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11070         run_program_env and test_program_prefix_after_env arguments.
11071         * stdio-common/tst-printf.sh: Do not set environment variables
11072         explicitly.
11073         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11074         $(test-program-prefix-before-env), $(run-program-env) and
11075         $(test-program-prefix-after-env).
11076         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11077         run_program_env and test_program_prefix_after_env arguments.
11078         Split $test calls into $test_pre and $test.
11079         * timezone/Makefile (build-testdata): Use
11080         $(built-program-cmd-before-env), $(run-program-env) and
11081         $(built-program-cmd-after-env).
11083 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11085         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11086         strlen for non SHARED builds.
11088 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11090         * nptl/allocatestack.c (check_list): Inlined function...
11091         (__reclaim_stacks): ... here.
11093 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11095         [BZ #15698]
11096         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11097         memory overrun.
11099 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11101         * Rules (make-test-out): Include
11102         LOCPATH=$(common-objpfx)localedata in default environment.
11103         * debug/Makefile (tst-chk1-ENV): Remove variable.
11104         (tst-chk2-ENV): Likewise.
11105         (tst-chk3-ENV): Likewise.
11106         (tst-chk4-ENV): Likewise.
11107         (tst-chk5-ENV): Likewise.
11108         (tst-chk6-ENV): Likewise.
11109         (tst-lfschk1-ENV): Likewise.
11110         (tst-lfschk2-ENV): Likewise.
11111         (tst-lfschk3-ENV): Likewise.
11112         (tst-lfschk4-ENV): Likewise.
11113         (tst-lfschk5-ENV): Likewise.
11114         (tst-lfschk6-ENV): Likewise.
11115         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11116         (tst-iconv7-ENV): Likewise.
11117         * intl/Makefile (LOCPATH-ENV): Likewise.
11118         (tst-codeset-ENV): Likewise.
11119         (tst-gettext3-ENV): Likewise.
11120         (tst-gettext5-ENV): Likewise.
11121         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11122         (tst-fopenloc-ENV): Likewise.
11123         (tst-fgetws-ENV): Remove variable.
11124         (tst-ungetwc1-ENV): Likewise.
11125         (tst-ungetwc2-ENV): Likewise.
11126         (bug-ungetwc2-ENV): Likewise.
11127         (tst-swscanf-ENV): Likewise.
11128         (bug-ftell-ENV): Likewise.
11129         (tst-fgetwc-ENV): Likewise.
11130         (tst-fseek-ENV): Likewise.
11131         (tst-ftell-partial-wide-ENV): Likewise.
11132         (tst-ftell-active-handler-ENV): Likewise.
11133         (tst-ftell-append-ENV): Likewise.
11134         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11135         (tst-regexloc-ENV): Likewise.
11136         (bug-regex1-ENV): Likewise.
11137         (tst-regex-ENV): Likewise.
11138         (tst-regex2-ENV): Likewise.
11139         (bug-regex5-ENV): Likewise.
11140         (bug-regex6-ENV): Likewise.
11141         (bug-regex17-ENV): Likewise.
11142         (bug-regex18-ENV): Likewise.
11143         (bug-regex19-ENV): Likewise.
11144         (bug-regex20-ENV): Likewise.
11145         (bug-regex22-ENV): Likewise.
11146         (bug-regex23-ENV): Likewise.
11147         (bug-regex25-ENV): Likewise.
11148         (bug-regex26-ENV): Likewise.
11149         (bug-regex30-ENV): Likewise.
11150         (bug-regex32-ENV): Likewise.
11151         (bug-regex33-ENV): Likewise.
11152         (bug-regex34-ENV): Likewise.
11153         (bug-regex35-ENV): Likewise.
11154         (tst-rxspencer-ENV): Likewise.
11155         (tst-rxspencer-no-utf8-ENV): Likewise.
11156         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11157         (tst-sscanf-ENV): Likewise.
11158         (tst-swprintf-ENV): Likewise.
11159         (tst-swscanf-ENV): Likewise.
11160         (test-vfprintf-ENV): Likewise.
11161         (scanf13-ENV): Likewise.
11162         (bug14-ENV): Likewise.
11163         (tst-grouping-ENV): Likewise.
11164         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11165         (tst-strtod3-ENV): Likewise.
11166         (tst-strtod4-ENV): Likewise.
11167         (tst-strtod5-ENV): Likewise.
11168         (testmb2-ENV): Likewise./
11169         * string/Makefile (tst-strxfrm-ENV): Likewise.
11170         (tst-strxfrm2-ENV): Likewise.
11171         (bug-strcoll1-ENV): Likewise.
11172         (test-strcasecmp-ENV): Likewise.
11173         (test-strncasecmp-ENV): Likewise.
11174         * time/Makefile (tst-strptime-ENV): Likewise.
11175         (tst-ftime_l-ENV): Likewise.
11176         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11177         (tst-mbrtowc-ENV): Likewise.
11178         (tst-wcrtomb-ENV): Likewise.
11179         (tst-mbrtowc2-ENV): Likewise.
11180         (tst-c16c32-1-ENV): Likewise.
11181         (tst-mbsnrtowcs-ENV): Likewise.
11183 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11185         * manual/resource.texi (How to get information about the memory
11186         subsystem?): Fix typo.
11187         Reported by Peon de la Parra Ivan <peon@keba.com>
11189 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11191         [BZ #16882]
11192         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11193         (pthread_spin_lock): Branch out of spin loop to proper location.
11194         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11195         (pthread_spin_lock): Likewise.
11197         * nptl/tst-spin4.c: New test.
11198         * nptl/Makefile (tests): Add tst-spin4.
11200 2014-06-03  Andreas Schwab  <schwab@suse.de>
11202         [BZ #15946]
11203         * resolv/res_send.c (send_dg): Reload file descriptor after
11204         calling reopen.
11206 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11208         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11210 2014-06-03  Richard Henderson  <rth@redhat.com>
11212         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11213         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11214         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11215         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11216         in the SAVE_PID block.
11217         (__libc_vfork): New alias.
11218         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11220         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11221         child in registers, not on the stack.  Remove RESET_PID conditionals.
11222         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11224 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11226         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11228 2014-06-03  Wilco  <wdijkstr@arm.com>
11230         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11231         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11232         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11233         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11234         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11235         Likewise.
11237 2014-06-03  Wilco  <wdijkstr@arm.com>
11239         * sysdeps/aarch64/fpu/math_private.h
11240         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11241         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11242         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11243         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11244         Fix declarations.
11246 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11248         * crypt/crypt-private.h: Include ufc-crypt.h.
11249         (__b64_from_24bit): Declare extern.
11250         * crypt/crypt_util.c(__b64_from_24bit): New function.
11251         (b64t): New static const variable.
11252         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11253         (b64t): Remove variable.
11254         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11255         * crypt/sha256-crypt.c: Include crypt-private.h.
11256         (b64t): Remove variable.
11257         (__sha256_crypt_r): Remove b64_from_24bit and replace
11258         with __b64_from_24bit.
11259         * crypt/sha512-crypt.c: Likewise.
11261 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11263         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11264         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11265         Label the code __libc_vfork rather than __vfork.
11266         [!NOT_IN_libc] (vfork): Define as weak alias.
11267         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11268         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11269         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11271 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11273         * malloc/malloc.c (malloc_info): Fix format specifier for
11274         n_mmaps.
11276 2014-06-02  Wilco  <wdijkstr@arm.com>
11278         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11279         FPCR write.
11281 2014-06-02  Wilco  <wdijkstr@arm.com>
11283         [BZ #17009]
11284         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11285         Rewrite to reduce FPCR/FPSR accesses.
11287 2014-06-01  David S. Miller  <davem@davemloft.net>
11289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11291 2014-05-31  David S. Miller  <davem@davemloft.net>
11293         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11294         to occur in round to nearest mode when |x| >= 2.0
11296 2014-05-30  Richard Henderson  <rth@twiddle.net>
11298         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11299         (PSEUDO_RET_NOERRNO): Remove.
11300         (ret): Don't redefine.
11301         (ret_NOERRNO): Define in terms of ret.
11302         (ret_ERRVAL): Likewise.
11304         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11305         use of PSEUDO_RET; perform the error check directly.
11307 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11309         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11310         with __int128_t.
11312 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11314         * malloc/malloc (malloc_info): Fix formatting.
11316 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11317             Roland McGrath  <roland@hack.frob.com>
11319         * malloc/malloc (malloc_info): Also print mmapped statistics.
11321 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11323         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11324         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11326 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11328         * malloc/malloc.c (malloc_info): Inline mi_arena.
11330 2014-05-29  Richard Henderson  <rth@twiddle.net>
11332         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11333         Remove comma before expanding ASM_ARGS_##nr.
11334         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11335         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11336         of ASM_ARGS_##nr.
11337         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11338         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11339         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11340         (ASM_ARGS_1): Add leading comma.
11342         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11343         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11344         to __errno_location.
11345         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11346         Remove the expected plt for __errno_location.
11348         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11349         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11350         call to __read_tp.
11352         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11353         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11354         it and break it down.
11355         (DOCARGS_0, DOCARGS_1): Do nothing.
11356         (DOCARGS_2): Update to store into the new stack frame.
11357         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11358         (UNDOCARGS_1): Update to restore from the new stack frame.
11359         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11360         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11362         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11363         (SINGLE_THREAD_P): New parameter for result regno.
11364         (PSEUDO): Update to match; use cbz instead of beq.
11366         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11367         Use ENTRY to define the _nocancel entry point.  Share the syscall
11368         and syscall error check paths with the cancel path.
11369         (PSEUDO_END): New.
11371         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11372         whitespace; tabs before and after asm mnemonics.
11374 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11376         [BZ #15132]
11377         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11378         Call fstat64 or stat64 internally, depending on arguments passed.
11379         Replace stat buffer argument with file descriptor argument.
11380         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11381         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11382         Pass fd to __internal_statvfs instead of calling fstat64.
11383         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11384         Pass fd to __internal_statvfs64 instead of calling fstat64.
11385         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11386         Pass -1 to __internal_statvfs instead of calling stat64.
11387         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11388         Pass -1 to __internal_statvfs64 instead of calling stat64.
11390 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11392         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11393         that was previously under [RESET_PID].
11394         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11396         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11397         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11399 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11401         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11403         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11404         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11406 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11408         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11410 2014-05-27  Andreas Schwab  <schwab@suse.de>
11412         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11413         TLS_INIT_TP macro.
11414         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11415         * elf/rtld.c (init_tls, dl_main): Likewise.
11416         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11417         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11418         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11419         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11420         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11421         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11422         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11423         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11424         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11425         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11426         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11427         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11428         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11429         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11430         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11431         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11432         * sysdeps/generic/tls.h: Update description.
11434 2014-05-27  Will Newton  <will.newton@linaro.org>
11436         [BZ #16990]
11437         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11438         and restore r2 rather than just restoring.
11440 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11442         [BZ #16724]
11443         * libio/tst-ftell-append.c: New test case.
11444         * libio/Makefile (tests): Add test case.
11445         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11446         append mode.
11447         * libio/wfileops.c (do_ftell_wide): Likewise.
11449 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11453         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11454         ...
11455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11457         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11458         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11459         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11460         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11461         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11462         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11463         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11464         Moved ...
11465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11466         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11467         Moved ...
11468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11469         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11470         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11471         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11472         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11473         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11474         ...
11475         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11476         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11477         Moved ...
11478         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11479         here.
11480         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11481         ...
11482         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11483         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11484         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11486         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11487         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11488         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11489         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11492         merge into ...
11493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11494         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11495         ...
11496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11497         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11498         ...
11499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11500         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11501         Moved ...
11502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11503         here.
11504         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11505         Moved ...
11506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11507         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11508         Moved ...
11509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11512         conditional [RESET_PID].
11513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11514         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11515         removed.
11516         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11517         removed.
11519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11520         <tcb-offsets.h>.
11521         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11522         (__libc_vfork): New strong alias.
11523         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11524         removed.
11525         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11526         Removed.
11528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11529         <tcb-offsets.h>.
11530         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11531         (__libc_vfork): New strong alias.
11532         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11533         removed.
11534         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11535         removed.
11537 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11539         * malloc/malloc.c (mi_arena): New function.
11540         (malloc_info): Remove nested function mi_arena. Call non-nosted
11541         function mi_arena.
11543 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11545         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11546         by insrwi.
11547         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11548         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11549         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11550         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11551         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11552         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11553         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11555 2014-05-26  Andreas Schwab  <schwab@suse.de>
11557         [BZ #16984]
11558         * locale/programs/repertoire.c (repertoire_read): Add slash
11559         between I18NPATH element and file name.
11560         * locale/programs/locfile.c (locfile_read): Likewise.
11562 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11564         * nptl/pthread_mutexattr_settype.c
11565         (__pthread_mutexattr_settype):
11566         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11568 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11570         * nptl/tst-mutex5 (do_test):
11571         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11573 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11575         * benchtests/README: Document 'init' directive.
11576         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11577         BENCH_INIT.
11578         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11579         (parse_file): Recognize 'init' directive.
11581 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11583         [BZ #16796]
11584         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11585         alignment of struct pthread.
11587 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11589         [BZ #16878]
11590         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11591         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11592         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11593         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11595 2014-05-25  Richard Henderson  <rth@twiddle.net>
11597         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11598         (SINGLE_THREAD_P_PIC): Remove.
11599         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11600         (SINGLE_THREAD_P_PIC): Remove.
11602         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11603         branch to syscall error ...
11604         (PSEUDO): ... here.
11605         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11606         from __local_syscall_error to .Lsyscall_error.
11607         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11608         (SYSCALL_ERROR): Update label name.
11610         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11611         Do not use DOARGS/UNDOARGS.
11612         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11613         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11614         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11615         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11616         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11618         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11619         block comment.
11621         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11622         define if !NOT_IN_libc.
11623         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11624         define with non-default symbol versions.
11626 2014-05-23  Richard Henderson  <rth@twiddle.net>
11628         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11629         (vfork, __vfork): Define via compat_symbol.
11631         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11632         [!HAVE_IFUNC] (vfork_compat): Remove.
11633         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11635 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11637         [BZ #16978]
11638         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11639         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11640         variable.
11642 2014-05-23  Richard Henderson  <rth@twiddle.net>
11644         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11645         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11646         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11647         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11649         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11650         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11651         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11652         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11653         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11654         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11655         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11656         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11657         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11658         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11659         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11660         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11661         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11662         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11663         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11664         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11665         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11666         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11668         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11669         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11670         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11671         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11672         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11673         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11674         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11675         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11680         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11681         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11682         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11683         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11684         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11685         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11686         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11687         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11688         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11689         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11690         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11691         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11692         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11693         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11694         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11695         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11696         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11697         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11698         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11699         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11700         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11701         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11702         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11703         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11704         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11706         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11707         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11708         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11709         before exiting on error.
11710         (__libc_vfork): New strong alias.
11711         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11712         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11714         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11715         that was previously under [RESET_PID].
11716         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11718         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11720 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11722         [BZ #16977]
11723         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11724         value when x - 1 is zero.
11725         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11726         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11727         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11728         0.0L for an argument of 1.0L.
11729         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11730         Likewise.
11731         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11732         value when x - 1 is zero.
11733         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11734         * sysdeps/i386/fpu/libm-test-ulps: Update.
11735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11737 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11739         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11740         alphasort and versionsort.
11742 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11744         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11745         macro.
11746         [copysignf]: Likewise.
11748 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11750         * crypt/md5-crypt.c: Fix formatting.
11752 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11754         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11755         (b64_from_24bit): New function.
11757 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11759         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11760         libc_hidden_builtin_def to ifunc.
11761         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11762         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11764 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11766         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11767         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11769 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11771         * nscd/Depend (linuxthreads): Remove.
11772         (nptl): Add.
11773         * resolv/Depend (linuxthreads): Remove.
11774         * rt/Depend (linuxthreads): Remove.
11776         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11777         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11778         $(common-objpfx)elf/.
11779         (link-libc-before-gnulib): Likewise.
11780         (elfobjdir): Remove variable.
11781         * Makefile (install): Use $(elf-objpfx) instead of
11782         $(common-objpfx)elf/.
11783         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11784         $(elfobjdir)/.
11785         (link-libc-deps): Likewise.
11786         ($(common-objpfx)libc.so): Likewise.
11787         ($(common-objpfx)linkobj/libc.so): Likewise.
11788         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11789         instead of $(common-objpfx)elf/.
11790         (symbolic-link-list): Likewise.
11791         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11792         [$(cross-compiling) = no]: Likewise.
11793         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11794         $(elfobjdir)/.
11795         (static-gnulib-arch): Likewise.
11796         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11797         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11798         $(common-objpfx)elf/.
11800 2014-05-21  Richard Henderson  <rth@redhat.com>
11802         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11803         (SINGLE_THREAD_P): Use the correct width load.  Fold
11804         into the ldr offset.
11806         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11807         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11809 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11811         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11812         (libgcc_s_resume): Use __attribute_used__.
11813         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11814         Likewise.
11816 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11818         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11819         optimization when used with float constants.
11821         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11823 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11825         [BZ #16915]
11826         * locale/nl_langinfo_l.c: Make direct reference to every
11827         _nl_current_CATEGORY symbol.
11828         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11829         (tests-static): Add tst-langinfo-static.
11830         (tests-special): Add tst-langinfo-static.out.
11831         ($(objpfx)tst-langinfo.out): Redirect output.
11832         ($(objpfx)tst-langinfo-static.out): New.
11833         * localedata/tst-langinfo.sh: Send output to stdout.
11834         * localedata/tst-langinfo-static.c: New file.
11836         [BZ #16965]
11837         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11838         when the shift amount is modulo the limb size.
11840 2014-05-20  Richard Henderson  <rth@redhat.com>
11842         [BZ #16967]
11843         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11844         Change type of sa_flags from unsigned int to int.
11846         [BZ #16966]
11847         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11849         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11851 2014-05-20  Will Newton  <will.newton@linaro.org>
11853         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11854         Test the return value of the system call in the nocancel case.
11856 2014-05-20  Will Newton  <will.newton@linaro.org>
11857             Yvan Roux  <yvan.roux@linaro.org>
11859         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11860         #include of asm/ptrace.h.
11861         (PTRACE_GET_THREAD_AREA): Remove #undef.
11862         (PTRACE_GETHBPREGS): Likewise.
11863         (PTRACE_SETHBPREGS): Likewise.
11864         (struct user_regs_struct): New structure.
11865         (struct user_fpsimd_struct): New structure.
11866         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11867         #include of asm/ptrace.h and second #include of sys/user.h.
11868         (PTRACE_GET_THREAD_AREA): Remove #undef.
11869         (PTRACE_GETHBPREGS): Likewise.
11870         (PTRACE_SETHBPREGS): Likewise.
11871         (ELF_NGREG): Use new struct user_regs_struct.
11872         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11874 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11876         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11877         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11879 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11881         [BZ #16958]
11882         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11883         membar to avoid block loads/stores to overlap previous stores.
11885 2014-05-17  Richard Henderson  <rth@redhat.com>
11887         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11888         Create the __##syscall_name##_nocancel entry point.
11889         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11890         Remove; let the sysdep-cancel.h code create it.
11892 2014-05-17  David S. Miller  <davem@davemloft.net>
11894         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11895         Protect with __USE_GNU.
11896         (TIOCSET_TEMPT): Likewise.
11897         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11898         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11899         these are already provided in bits/ioctl-types.h
11901 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11903         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11904         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11906         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11907         Use wait4 regardless of [__NR_waitpid].
11909 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11911         PR libgcc/60166
11912         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11913         (_FP_NANSIGN_Q): Set the quiet bit.
11915 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11917         * benchtests/Makefile
11918         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11919         not $(common-objpfx)math/libm.so.
11920         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11921         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11922         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11923         $(common-objpfx)dlfcn/libdl.so.
11924         ($(objpfx)tst-audit8): Depend on $(libm), not
11925         $(common-objpfx)math/libm.so.
11926         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11927         not $(common-objpfx)dlfcn/libdl.so.
11928         * math/Makefile
11929         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11930         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11931         [$(build-shared) = yes].
11932         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11933         $(common-objpfx)nptl/libpthread.so.
11934         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11935         $(common-objpfx)math/libm.so$(libm.so-version) or
11936         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11937         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11938         $(common-objpfx)dlfcn/libdl.so.
11939         * setjmp/Makefile (link-libm): Remove variable.
11940         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11941         * stdio-common/Makefile (link-libm): Remove variable.
11942         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11943         * stdlib/Makefile (link-libm): Remove variable.
11944         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11945         ($(objpfx)tst-strtod-round): Likewise.
11946         ($(objpfx)tst-tininess): Likewise.
11947         ($(objpfx)tst-strtod-underflow): Likewise.
11948         ($(objpfx)tst-strtod6): Likewise.
11949         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11950         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11951         $(common-objpfx)dlfcn/libdl.so.
11953 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11955         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11956         BSD terminal modes definitions.
11958 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11960         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11961         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11963         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11964         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11965         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11966         Don't do #include_next.
11967         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11968         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11969         Don't do #include_next.
11970         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11971         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11972         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11973         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11975 2014-05-16  Allan McRae  <allan@archlinux.org>
11977         * po/sv.po: Update Swedish translation from translation project.
11979         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11980         in sed expression.
11982 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11984         [BZ #16917]
11985         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11986         errno if the TIOCGPTN ioctl fails with an error different than
11987         EINVAL.
11988         * login/tst-ptsname.c: New file.
11989         * login/Makefile (tests): Add tst-ptsname.
11991         [BZ #16943]
11992         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11993         and prlimit64.
11995 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11997         [BZ #16849]
11998         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11999         herrno to return EAI_AGAIN.
12001 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12003         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12004         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12005         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12006         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12007         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12008         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12009         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12010         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12011         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12012         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12013         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12014         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12015         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12016         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12017         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12018         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12019         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12020         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12021         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12022         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12023         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12024         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12025         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12026         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12027         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12028         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12029         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12030         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12031         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12032         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12033         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12034         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12035         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12036         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12037         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12038         Moved ...
12039         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12041         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12043         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12045         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12046         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12047         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12048         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12049         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12051         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12052         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12053         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12054         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12055         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12056         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12057         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12058         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12059         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12061         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12062         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12063         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12064         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12065         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12066         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12067         Moved ...
12068         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12070         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12072         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12074         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12075         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12076         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12077         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12078         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12079         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12080         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12081         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12082         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12083         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12084         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12085         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12086         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12087         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12088         Moved ...
12089         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12091         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12093         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12094         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12095         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12096         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12097         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12098         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12099         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12100         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12101         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12102         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12103         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12104         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12105         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12106         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12107         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12108         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12109         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12110         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12111         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12112         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12113         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12114         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12115         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12116         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12117         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12118         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12119         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12120         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12121         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12122         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12123         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12125         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12126         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12128         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12129         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12130         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12131         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12132         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12133         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12134         Moved ...
12135         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12136         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12137         Moved ...
12138         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12139         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12140         Moved ...
12141         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12142         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12143         Moved ...
12144         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12145         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12146         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12147         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12148         Moved ...
12149         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12150         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12151         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12152         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12153         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12154         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12155         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12157         Moved ...
12158         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12159         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12160         Moved ...
12161         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12162         ... here.
12163         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12164         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12165         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12166         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12167         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12168         Moved ...
12169         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12170         ... here.
12171         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12172         Moved ...
12173         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12174         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12175         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12176         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12177         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12178         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12179         Moved ...
12180         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12181         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12182         Moved ...
12183         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12184         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12185         Moved ...
12186         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12187         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12188         Moved ...
12189         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12190         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12191         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12192         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12193         Moved ...
12194         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12195         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12196         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12197         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12198         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12199         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12200         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12201         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12202         Moved ...
12203         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12204         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12205         Moved ...
12206         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12207         ... here.
12208         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12209         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12210         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12211         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12212         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12213         Moved ...
12214         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12215         ... here.
12216         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12217         Moved ...
12218         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12219         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12220         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12221         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12222         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12223         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12224         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12225         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12226         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12227         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12228         Moved ...
12229         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12231         Moved ...
12232         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12233         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12234         Moved ...
12235         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12236         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12237         Moved ...
12238         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12239         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12240         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12241         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12242         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12243         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12244         Moved ...
12245         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12246         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12247         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12248         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12249         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12250         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12251         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12253         Moved ...
12254         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12255         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12256         Moved ...
12257         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12258         ... here.
12259         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12260         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12261         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12262         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12263         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12264         Moved ...
12265         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12266         ... here.
12267         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12268         Moved ...
12269         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12270         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12271         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12272         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12273         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12274         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12275         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12276         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12277         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12278         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12279         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12281         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12282         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12284         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12285         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12287         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12288         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12289         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12290         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12291         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12292         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12293         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12294         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12295         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12296         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12297         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12298         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12299         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12300         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12301         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12302         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12303         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12304         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12305         Moved ...
12306         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12307         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12308         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12309         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12310         Moved ...
12311         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12312         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12313         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12314         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12315         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12316         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12317         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12318         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12319         Moved ...
12320         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12321         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12322         Moved ...
12323         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12324         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12325         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12326         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12327         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12328         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12329         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12330         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12331         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12332         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12333         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12334         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12335         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12336         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12337         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12338         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12339         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12341         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12342         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12343         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12344         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12345         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12347         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12348         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12349         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12350         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12351         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12352         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12353         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12354         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12355         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12356         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12358         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12359         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12361         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12362         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12363         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12364         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12365         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12366         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12367         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12368         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12369         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12370         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12371         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12372         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12373         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12374         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12375         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12376         Update #include.
12377         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12378         Likewise.
12379         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12380         Likewise.
12381         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12382         Likewise.
12383         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12384         Likewise.
12385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12386         Likewise.
12387         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12388         Likewise.
12389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12390         Likewise.
12391         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12392         Likewise.
12393         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12394         Likewise.
12395         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12396         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12397         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12398         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12399         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12400         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12401         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12402         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12403         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12404         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12405         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12406         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12407         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12408         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12409         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12411         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12412         that was previously under [RESET_PID].
12413         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12414         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12415         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12417         * sysdeps/i386/nptl/Implies: New file.
12418         * sysdeps/x86_64/nptl/Implies: New file.
12419         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12420         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12421         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12422         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12424         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12425         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12426         (__libc_vfork): New strong alias.
12427         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12428         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12430         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12431         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12432         (__libc_vfork): New strong alias.
12433         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12434         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12436         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12437         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12438         (__libc_vfork): New strong alias.
12439         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12440         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12441         * nptl/pt-vfork.c: New file.
12442         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12443         (libpthread: GLIBC_2.20): New version set (empty).
12445 2014-05-14  Will Newton  <will.newton@linaro.org>
12447         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12448         rather than #if.
12450 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12452         [BZ #16564]
12453         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12454         arguments with exponent 65 or above.
12455         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12456         arguments 0x1p113L or above.
12457         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12458         to arguments 0x1p107L or above.
12459         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12460         positive arguments with exponent 65 or above.
12461         * math/auto-libm-test-in: Add more tests of log1p.
12462         * math/auto-libm-test-out: Regenerated.
12464         [BZ #16928]
12465         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12466         non-finite arguments is +0.
12467         * math/s_cacosf.c (__cacosf): Likewise.
12468         * math/s_cacosl.c (__cacosl): Likewise.
12469         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12470         * sysdeps/i386/fpu/libm-test-ulps: Update.
12471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12473         [BZ #16927]
12474         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12475         value.
12476         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12477         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12478         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12479         for explicit high bit of mantissa when testing for argument equal
12480         to 1.
12481         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12482         * sysdeps/i386/fpu/libm-test-ulps: Update.
12483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12485         [BZ #16516]
12486         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12487         (__erf): Scale by 16 instead of 8 in potentially underflowing
12488         case.  Ensure exception if result actually underflows.
12489         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12490         (__erff): Scale by 16 instead of 8 in potentially underflowing
12491         case.  Ensure exception if result actually underflows.
12492         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12493         (efx8): Remove variable.
12494         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12495         case.  Ensure exception if result actually underflows.
12496         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12497         (efx8): Remove variable.
12498         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12499         case.  Ensure exception if result actually underflows.
12500         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12501         (efx8): Remove variable.
12502         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12503         case.  Ensure exception if result actually underflows.
12504         * math/auto-libm-test-in: Add more tests of erf.
12505         * math/auto-libm-test-out: Regenerated.
12507 2014-05-14  Andreas Schwab  <schwab@suse.de>
12509         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12510         Remove code conditionalized on USE___THREAD.
12512         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12513         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12514         not definedness.
12516 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12518         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12519         Define unconditionally.
12520         (__ASSUME_O_CLOEXEC): Likewise.
12521         (__ASSUME_SOCK_CLOEXEC): Likewise.
12522         (__ASSUME_IN_NONBLOCK): Likewise.
12523         (__ASSUME_PIPE2): Likewise.
12524         (__ASSUME_EVENTFD2): Likewise.
12525         (__ASSUME_SIGNALFD4): Likewise.
12526         (__ASSUME_DUP3): Likewise.
12527         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12528         (__ASSUME_DUP3): Do not define.
12529         (__ASSUME_EVENTFD2): Likewise.
12530         (__ASSUME_IN_NONBLOCK): Likewise.
12531         (__ASSUME_O_CLOEXEC): Likewise.
12532         (__ASSUME_PIPE2): Likewise.
12533         (__ASSUME_SIGNALFD4): Likewise.
12534         (__ASSUME_SOCK_CLOEXEC): Likewise.
12535         (__ASSUME_UTIMES): Undefine.
12536         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12537         (__ASSUME_UTIMES): Do not define.
12538         (__ASSUME_O_CLOEXEC): Likewise.
12539         (__ASSUME_SOCK_CLOEXEC): Likewise.
12540         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12541         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12542         0x020621].
12543         (__ASSUME_PIPE2): Likewise.
12544         (__ASSUME_EVENTFD2): Likewise.
12545         (__ASSUME_SIGNALFD4): Likewise.
12546         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12547         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12548         Do not define.
12549         (__ASSUME_EVENTFD2): Likewise.
12550         (__ASSUME_SIGNALFD4): Likewise.
12551         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12552         (__ASSUME_32BITUIDS): Likewise.
12553         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12554         (__ASSUME_IPC64): Likewise.
12555         (__ASSUME_ST_INO_64_BIT): Likewise.
12556         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12557         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12558         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12559         (__ASSUME_UTIMES): Do not define.
12560         (__ASSUME_PSELECT): Likewise.
12561         (__ASSUME_PPOLL): Likewise.
12562         (__ASSUME_O_CLOEXEC): Likewise.
12563         (__ASSUME_SOCK_CLOEXEC): Likewise.
12564         (__ASSUME_IN_NONBLOCK): Likewise.
12565         (__ASSUME_PIPE2): Likewise.
12566         (__ASSUME_EVENTFD2): Likewise.
12567         (__ASSUME_SIGNALFD4): Likewise.
12568         (__ASSUME_DUP3): Likewise.
12569         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12570         (__ASSUME_UTIMES): Likewise.
12571         (__ASSUME_O_CLOEXEC): Likewise.
12572         (__ASSUME_SOCK_CLOEXEC): Likewise.
12573         (__ASSUME_IN_NONBLOCK): Likewise.
12574         (__ASSUME_PIPE2): Likewise.
12575         (__ASSUME_EVENTFD2): Likewise.
12576         (__ASSUME_SIGNALFD4): Likewise.
12577         (__ASSUME_DUP3): Likewise.
12578         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12579         (__ASSUME_UTIMES): Likewise.
12580         (__ASSUME_O_CLOEXEC): Likewise.
12581         (__ASSUME_SOCK_CLOEXEC): Likewise.
12582         (__ASSUME_IN_NONBLOCK): Likewise.
12583         (__ASSUME_PIPE2): Likewise.
12584         (__ASSUME_EVENTFD2): Likewise.
12585         (__ASSUME_SIGNALFD4): Likewise.
12586         (__ASSUME_DUP3): Likewise.
12587         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12588         Likewise.
12589         (__ASSUME_UTIMES): Likewise.
12590         (__ASSUME_EVENTFD2): Likewise.
12591         (__ASSUME_SIGNALFD4): Likewise.
12592         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12593         (__ASSUME_O_CLOEXEC): Likewise.
12594         (__ASSUME_SOCK_CLOEXEC): Likewise.
12595         (__ASSUME_IN_NONBLOCK): Likewise.
12596         (__ASSUME_PIPE2): Likewise.
12597         (__ASSUME_EVENTFD2): Likewise.
12598         (__ASSUME_SIGNALFD4): Likewise.
12599         (__ASSUME_DUP3): Likewise.
12600         (__ASSUME_UTIMES): Undefine.
12602         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12603         feclearexcept.  Remove symbol versioning code.
12604         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12605         symbol versioning code.
12606         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12607         symbol versioning code.
12608         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12609         feupdateenv.  Remove symbol versioning code.
12610         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12611         fegetexceptflag.  Remove symbol versioning code.
12612         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12613         fesetexceptflag.  Remove symbol versioning code.
12614         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12615         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12616         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12617         (__posix_fadvise64_l32): Remove prototype.
12618         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12619         code.
12621 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12623         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12624         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12625         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12626         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12628 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12630         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12631         current working directory
12633 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12635         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12636         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12637         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12638         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12639         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12640         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12641         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12642         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12643         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12644         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12645         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12646         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12647         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12648         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12649         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12650         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12651         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12652         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12653         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12654         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12655         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12656         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12657         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12658         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12659         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12660         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12661         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12662         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12663         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12664         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12665         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12666         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12667         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12668         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12669         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12670         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12671         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12672         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12673         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12674         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12675         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12676         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12678         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12679         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12681         * sysdeps/unix/sysv/linux/arm/Makefile
12682         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12683         Add rt-aeabi_unwind_cpp_pr1.
12684         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12685         Add nptl-aeabi_unwind_cpp_pr1.
12686         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12687         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12688         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12689         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12690         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12691         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12693         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12694         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12695         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12696         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12698         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12699         Deconditionalize the code that was previously under [RESET_PID].
12700         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12702         * sysdeps/generic/exit-thread.h: New file.
12703         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12704         * include/unistd.h (__exit_thread): Remove declaration.
12705         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12706         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12707         * csu/libc-start.c: Include <exit-thread.h>.
12708         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12709         * nptl/pthread_create.c: Include <exit-thread.h>.
12710         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12711         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12712         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12713         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12714         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12715         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12716         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12717         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12718         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12719         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12720         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12721         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12722         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12723         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12724         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12725         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12726         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12728 2014-05-13  Andreas Schwab  <schwab@suse.de>
12730         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12732 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12734         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12735         (__ASSUME_UTIMES): Do not condition on kernel version.
12736         (__ASSUME_PSELECT): Define unconditionally.
12737         (__ASSUME_PPOLL): Likewise.
12738         (__ASSUME_ATFCTS): Likewise.
12739         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12740         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12741         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12742         (__ASSUME_UTIMENSAT): Define unconditionally.
12743         (__ASSUME_PRIVATE_FUTEX): Likewise.
12744         (__ASSUME_FALLOCATE): Likewise.
12745         (__ASSUME_O_CLOEXEC): Likewise.
12746         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12747         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12748         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12749         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12750         (__ASSUME_IN_NONBLOCK): Likewise.
12751         (__ASSUME_PIPE2): Likewise.
12752         (__ASSUME_EVENTFD2): Likewise.
12753         (__ASSUME_SIGNALFD4): Likewise.
12754         (__ASSUME_DUP3): Likewise.
12755         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12756         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12757         (__ASSUME_AT_RANDOM): Likewise.
12758         (__ASSUME_PREADV): Likewise.
12759         (__ASSUME_PWRITEV): Likewise.
12760         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12761         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12762         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12763         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12764         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12765         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12766         (__ASSUME_O_CLOEXEC): Define unconditionally.
12767         (__ASSUME_PSELECT): Do not undefine conditionally.
12768         (__ASSUME_PPOLL): Likewise.
12769         (__ASSUME_ATFCTS): Likewise.
12770         (__ASSUME_SET_ROBUST_LIST): Likewise.
12771         (__ASSUME_UTIMENSAT): Likewise.
12772         (__ASSUME_FDATASYNC): Define unconditionally.
12773         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12774         (__ASSUME_SIGFRAME_V2): Likewise.
12775         )__ASSUME_EVENTFD2): Likewise.
12776         (__ASSUME_SIGNALFD4): Likewise.
12777         (__ASSUME_PSELECT): Do not undefine conditionally.
12778         (__ASSUME_PPOLL): Likewise.
12779         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12780         (__ASSUME_PSELECT): Define unconditionally.
12781         (__ASSUME_PPOLL): Likewise.
12782         (__ASSUME_O_CLOEXEC): Likewise.
12783         (__ASSUME_SOCK_CLOEXEC): Likewise.
12784         (__ASSUME_IN_NONBLOCK): Likewise.
12785         (__ASSUME_PIPE2): Likewise.
12786         (__ASSUME_EVENTFD2): Likewise.
12787         (__ASSUME_SIGNALFD4): Likewise.
12788         (__ASSUME_DUP3): Likewise.
12789         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12790         (__ASSUME_O_CLOEXEC): Likewise.
12791         (__ASSUME_SOCK_CLOEXEC): Likewise.
12792         (__ASSUME_IN_NONBLOCK): Likewise.
12793         (__ASSUME_PIPE2): Likewise.
12794         (__ASSUME_EVENTFD2): Likewise.
12795         (__ASSUME_SIGNALFD4): Likewise.
12796         (__ASSUME_DUP3): Likewise.
12797         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12798         (__ASSUME_EVENTFD2): Likewise.
12799         (__ASSUME_SIGNALFD4): Likewise.
12800         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12802 2014-05-12  Andreas Schwab  <schwab@suse.de>
12804         [BZ #16932]
12805         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12806         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12807         than maximum RPC packet size.
12808         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12809         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12810         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12811         (_nss_nis_getservbyport_r): Likewise.
12813 2014-05-12  Will Newton  <will.newton@linaro.org>
12815         * malloc/Makefile (tests): Add tst-mallopt.
12816         * malloc/tst-mallopt.c: New file.
12818 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12820         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12821         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12823 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12825         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12826         (tst-tlsmod6.so): Likewise.
12828 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12830         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12832 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12834         [BZ #16064]
12835         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12836         and <dl-procinfo.h>.
12837         (__fegetenv): Save SSE state in envp->__eip if supported.
12838         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12839         envp->__eip if supported.
12840         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12841         and <dl-procinfo.h>.
12842         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12843         __data_offset and __data_selector in environment to 0.  Set SSE
12844         state if supported.
12845         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12846         test-fenv-sse.
12847         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12848         -mfpmath=sse.
12849         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12851 2014-05-09  Will Newton  <will.newton@linaro.org>
12853         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12854         and libc_relro_required for ARM.
12855         * sysdeps/arm/preconfigure: Regenerate.
12857 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12858             Stefan Liebler  <stli@linux.vnet.ibm.com>
12860         * config.make.in (enable-lock-elision): New Makefile variable.
12861         * configure.ac: Likewise.
12862         * configure: Regenerate.
12863         * sysdeps/s390/configure.ac:
12864         Add check for gcc transactions support.
12865         * sysdeps/s390/configure: Regenerate.
12866         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12867         Build elision files if enabled.
12868         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12869         Add lock elision support for s390.
12870         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12871         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12872         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12873         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12874         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12875         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12876         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12877         Likewise.
12878         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12879         Likewise.
12880         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12881         Likewise.
12882         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12883         Likewise.
12884         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12885         (__lll_timedlock_elision, __lll_lock_elision)
12886         (__lll_unlock_elision, __lll_trylock_elision)
12887         (lll_timedlock_elision, lll_lock_elision)
12888         (lll_unlock_elision, lll_trylock_elision): Add.
12889         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12890         (pthread_mutex_t): Add lock elision support for s390.
12892 2014-05-14  Wilco  <wdijkstr@arm.com>
12894         * sysdeps/arm/fclrexcpt.c: Cleanup.
12895         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12896         * sysdeps/arm/feenablxcpt.c: Cleanup.
12897         * sysdeps/arm/fegetenv.c: Cleanup.
12898         * sysdeps/arm/fegetexcept.c: Cleanup.
12899         * sysdeps/arm/fegetround.c: Cleanup.
12900         * sysdeps/arm/feholdexcpt.c: Cleanup.
12901         * sysdeps/arm/fesetenv.c: Cleanup.
12902         * sysdeps/arm/fesetround.c: Cleanup.
12903         * sysdeps/arm/feupdateenv.c: Cleanup.
12904         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12905         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12906         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12907         * sysdeps/arm/ftestexcept.c: Cleanup.
12908         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12909         * sysdeps/arm/setfpucw.c: Cleanup.
12911 2014-05-09  Will Newton  <will.newton@linaro.org>
12913         * sysdeps/arm/armv7/strcmp.S: New file.
12914         * NEWS: Mention addition of ARMv7 optimized strcmp.
12916 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12918         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12919         look for %.ac rather than %.in.
12921         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12922         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12923         * sysdeps/mach/hurd/configure: Regenerated.
12924         * sysdeps/unix/sysv/linux/configure: Regenerated.
12926         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12928 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12930         [BZ# 16922]
12931         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12932         (LONG_SUB): Ditto.
12933         (PTR_SUB): Ditto.
12935 2014-05-07  Andreas Schwab  <schwab@suse.de>
12937         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12938         when skipping over non-matching result from nscd.
12940 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12942         [BZ #16876]
12943         * nptl/sockperf.c (client): Check socket return value.
12945         [BZ #16877]
12946         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12947         nscd security class.
12949 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12951         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12952         * sysdeps/arm/unwind.h: ... here.
12954 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12956         [BZ# 16916]
12957         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12958         Define.
12960 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12962         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12963         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12964         multiarch strncpy for PPC64.
12965         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12966         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12967         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12968         multiarch optimizations.
12969         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12970         (__libc_ifunc_impl_list): Likewise.
12971         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12972         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12973         multiarch stpncpy for PPC64.
12974         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12975         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12977 2014-05-06  Andreas Schwab  <schwab@suse.de>
12979         [BZ #16912]
12980         * gmon/mcount.c (_MCOUNT_DECL): Use
12981         atomic_compare_and_exchange_bool_acq instead of
12982         catomic_compare_and_exchange_bool_acq.
12984 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12986         * elf/Makefile (others, install-bin): Remove pldd.
12987         (pldd-modules): Variable removed.
12988         ($(objpfx)pldd): Target removed.
12989         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12990         (others, install-bin): Append pldd here.
12991         ($(objpfx)pldd): New target.
12993         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12994         to 0, so the first #if test emitted later doesn't see it undefined.
12995         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12996         * sysdeps/gnu/errlist.c: Regenerated.
12998 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13000         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13001         [libc_hidden_builtin_def]: Define to empty value.
13002         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13003         [libc_hidden_builtin_def]: Likewise.
13004         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13005         [libc_hidden_builtin_def]: Likewise.
13006         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13007         [libc_hidden_builtin_def]: Likewise.
13008         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13009         __redirect_memcpy and define ifunc as default hidden symbol.
13010         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13011         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13013 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13015         * locale/iso-4217.def: Reintroduce XDR currency.
13017 2014-05-04  Allan McRae  <allan@archlinux.org>
13019         * po/eo.po: Update Esperanto translation from translation project.
13021 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13023         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13024         and FEATURE_INDEX_MAX to 1.
13025         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13027 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13029         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13030         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13031         * iconvdata/big5.c (ONE_DIRECTION): Define.
13032         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13033         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13034         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13035         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13036         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13037         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13038         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13039         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13040         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13041         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13042         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13043         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13044         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13045         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13046         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13047         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13048         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13049         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13050         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13051         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13052         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13053         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13054         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13055         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13056         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13057         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13058         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13059         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13060         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13061         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13062         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13063         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13064         * iconvdata/johab.c (ONE_DIRECTION): Define.
13065         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13066         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13067         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13068         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13069         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13070         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13071         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13072         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13073         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13074         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13076 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13078         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13079         (_IO_JUMPS_OFFSET): Define to 0.
13081         * nptl/sysdeps/pthread/bits/libc-lock.h
13082         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13083         (__libc_lock_define_initialized_recursive): Always define using
13084         initializer.  Modern compilers treat uninitialized (implicit zero) and
13085         explicit zero initializers the same (i.e. put the datum in bss).
13087 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13089         * nscd/nscd-client.h: Include <string.h>.
13091 2014-05-01  David S. Miller  <davem@davemloft.net>
13093         [BZ #16885]
13094         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13095         multiple zero bytes exist at the end of a string.
13096         Reported by Aurelien Jarno <aurelien@aurel32.net>
13098         * string/test-strcmp.c (check): Add explicit test for situations where
13099         there are multiple zero bytes after the first.
13101 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13103         [BZ #16890]
13104         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13105         when compiling wprintf.
13106         * stdio-common/tstdiomisc.c (t3): New function.
13107         (main): Call it.
13109 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13111         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13112         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13113         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13114         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13116 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13118         * stdlib/longlong.h: Updated from GCC.
13120 2014-05-01  Will Newton  <will.newton@linaro.org>
13121             Bernard Ogden  <bernie.ogden@linaro.org>
13123         * NEWS: Update fixed bug list.
13125         [BZ #15119]
13126         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13128 2014-04-30  David S. Miller  <davem@davemloft.net>
13130         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13131         (libc_feholdexcept_setround_sparc_ctx): New function.
13132         (libc_fesetenv_sparc_ctx): Likewise.
13133         (libc_feupdateenv_sparc_ctx): Likewise.
13134         (libc_feholdsetround_sparc_ctx): Likewise.
13135         (libc_feholdexcept_setround_ctx): Define.
13136         (libc_feholdexcept_setroundf_ctx): Likewise.
13137         (libc_feholdexcept_setroundl_ctx): Likewise.
13138         (libc_fesetenv_ctx): Likewise.
13139         (libc_fesetenvf_ctx): Likewise.
13140         (libc_fesetenvl_ctx): Likewise.
13141         (libc_feupdateenv_ctx): Likewise.
13142         (libc_feupdateenvf_ctx): Likewise.
13143         (libc_feupdateenvl_ctx): Likewise.
13144         (libc_feresetround_ctx): Likewise.
13145         (libc_feresetroundf_ctx): Likewise.
13146         (libc_feresetroundl_ctx): Likewise.
13147         (libc_feholdsetround_ctx): Likewise.
13148         (libc_feholdsetroundf_ctx): Likewise.
13149         (libc_feholdsetroundl_ctx): Likewise.
13151         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13152         with __USE_GNU instead of XOPEN cpp guards.
13154         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13155         0.
13157         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13158         with XOPEN cpp guards.
13160 2014-04-30  Julian Brown  <julian@codesourcery.com>
13162         [BZ #16888]
13163         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13164         handling.
13166 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13168         [BZ #9894]
13169         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13170         Change to 2.6.32.
13171         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13172         * sysdeps/unix/sysv/linux/configure: Regenerated.
13173         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13174         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13175         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13176         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13177         * README: Update reference to required Linux kernel version.
13178         * manual/install.texi (Linux): Update reference to required Linux
13179         kernel headers version.
13180         * INSTALL: Regenerated.
13182         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13183         header inclusion.
13184         [POSIX] (limits.h): Likewise.
13185         [POSIX] (math.h): Likewise.
13186         [POSIX] (sys/wait.h): Likewise.
13187         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13188         function.
13189         [POSIX] (stddef.h): Do not allow header inclusion.
13191 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13193         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13195 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13197         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13198         Return immediately after lll_futex_wake.
13200 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13202         [BZ #16791]
13203         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13204         structure.
13205         (datahead_init_pos): Call datahead_init_common early.
13206         (datahead_init_neg): Likewise.
13208         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13209         datahead_init_neg): New functions.
13210         * nscd/aicache.c (addhstaiX): Use them.
13211         * nscd/grpcache.c (cache_addgr): Likewise.
13212         * nscd/hstcache.c (cache_addhst): Likewise.
13213         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13214         * nscd/netgroupcache.c (do_notfound): Likewise.
13215         (addgetnetgrentX): Likewise.
13216         (addinnetgrX): Likewise.
13217         * nscd/pwdcache.c (cache_addpw): Likewise.
13218         * nscd/servicescache.c (cache_addserv): Likewise.
13220 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13221             Atsushi Onoe  <atsushi@onoe.org>
13223         [BZ #14308]
13224         [BZ #12994]
13225         [BZ #13651]
13226         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13227         one response is valid.
13228         * resolv/res_send.c (send_dg): Check for validity of other
13229         response if the current response is a referral.
13231 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13233         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13235 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13237         [BZ #16823]
13238         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13239         Always divide by positive zero when computing -Inf result.
13240         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13241         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13243 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13245         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13246         FPSCR if value do not change.
13247         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13248         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13249         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13250         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13251         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13252         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13253         function.
13255 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13257         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13258         * sysdeps/unix/sysv/linux/hppa: Move directory from
13259         ports/systeps/unix/sysv/linux/hppa.
13260         * README: Update listing for hppa-*-linux-gnu.
13262 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13264         [BZ #16754]
13265         * manual/stdio.texi (Hook functions): Fix types of stream hook
13266         functions.
13267         [BZ #16854]
13268         * socket/sys/socket.h: Fix typo in comment.
13270 2014-04-28  Wilco  <wdijkstr@arm.com>
13272         * sysdeps/arm/fenv_private.h: New file.
13273         * sysdeps/arm/math_private.h: New file.
13274         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13276 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13278         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13279         with __int128_t.
13280         (La_x86_64_retval): Likewise.
13282 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13284         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13285         fpsr if value didn't change.
13286         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13287         to fpcr if value didn't change.
13288         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13289         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13290         fpsr or fpcr if value didn't change.
13291         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13292         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13293         fpcr if value didn't change.
13294         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13295         to fpsr if value didn't change.
13297 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13299         * nptl/tst-sem3.c: Use test-skeleton.c
13300         (main): Rename to do_test.  Use return instead of
13301         exit.
13302         * nptl/tst-sem4.c: Use test-skeleton.c
13303         (main): Rename to do_test.
13305 2014-04-22  David S. Miller  <davem@davemloft.net>
13307         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13308         (struct sigaction): New struct member __glibc_reserved0, change
13309         type of sa_flags to int.
13311 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13313         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13314         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13316 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13318         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13319         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13321 2014-04-22  Will Newton  <will.newton@linaro.org>
13322             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13324         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13325         (__longjmp): Add longjmp and longjmp_target SystemTap
13326         probes.
13327         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13328         (__sigsetjmp): Add setjmp SystemTap probe.
13330 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13332         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13333         match manual order.
13335 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13337         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13339         * sysdeps/powerpc/fpu/fenv_private.h
13340         (libc_feholdexcept_setroundl_ctx): Define to
13341         libc_feholdexcept_setround_ppc_ctx.
13342         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13343         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13344         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13345         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13347 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13349         * sysdeps/aarch64/math-tests.h: New file.
13351 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13353         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13354         New.
13355         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13356         Check and set bit_AVX2_Usable.
13357         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13358         macro.
13359         (bit_AVX2): Likewise.
13360         (index_AVX2_Usable): Likewise.
13361         (CPUID_AVX2): Likewise.
13362         (HAS_AVX2): Likewise.
13364 2014-04-17  Will Newton  <will.newton@linaro.org>
13366         * manual/setjmp.texi (System V contexts): Add note that
13367         calling setcontext on a context created by a call to a
13368         signal handler is undefined.  Update text to note that
13369         setcontext from a signal handler is possible but not
13370         recommended.
13372         [BZ #16629]
13373         * stdlib/tst-setcontext.c: Include signal.h.
13374         (main): Check that the signal stack before and
13375         after swapcontext is the same.
13377         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13378         Re-implement to restore registers in user code and avoid
13379         rt_sigreturn system call.
13381 2014-04-17  Wilco  <wdijkstr@arm.com>
13383         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13384         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13385         * math/test-fenv.c: Skip exception trap tests on targets which only
13386         support non-stop mode.
13388 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13389             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13391         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13392         (libc_feholdsetround_aarch64_ctx)
13393         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13394         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13395         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13396         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13397         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13398         (libc_feresetround_noexl_ctx): Define.
13400 2014-04-16  Richard Henderson  <rth@redhat.com>
13402         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13404         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13405         unwind tables.
13407         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13408         const from the non-libc, non-ldso copy.
13410         * sysdeps/alpha/libm-test-ulps: Regenerate.
13412 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13413             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13415         * sysdeps/aarch64/fpu/math_private.h: New file.
13417 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13419         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13421 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13423         [BZ #16275]
13424         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13425         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13426         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13427         Intel MPX bound registers before _dl_profile_fixup.
13428         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13429         registers after _dl_profile_fixup.  Save and restore bound
13430         registers bnd0/bnd1 when calling _dl_call_pltexit.
13431         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13432         (LR_BND_OFFSET): Likewise.
13433         (LRV_BND0_OFFSET): Likewise.
13434         (LRV_BND1_OFFSET): Likewise.
13436 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13438         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13439         to...
13440         * sysdeps/mach/hurd/i386/tls.h: ... here.
13441         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13442         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13443         fields.
13445 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13447         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13449 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13451         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13453 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13455         [BZ #14770]
13456         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13457         * sysdeps/s390/configure: Regenerate.
13459         [BZ #16824]
13460         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13461         Set round-to-nearest internally to reduce error accumulation.
13463 2014-04-16  Alan Modra  <amodra@gmail.com>
13465         [BZ #16740]
13466         [BZ #16619]
13467         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13468         * math/libm-test.inc (frexp_test_data): Add tests.
13469         * NEWS: Update fixed bug list.
13471 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13473         * benchtests/Makefile: Depend on libraries in build directory.
13474         (bench-math): Separate out math tests.
13475         (bench-pthread): Separate out pthread tests.
13476         (bench): Include math and pthread tests.
13478 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13480         [BZ #16831]
13481         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13482         _dl_debug_initialize.
13484         * configure.ac: Remove SELinux header check.
13485         * configure: Regenerate.
13486         * nscd/selinux.c (perms): Array of const char* to permission names.
13487         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13488         default policy. Call string_to_security_class and string_to_av_perm to
13489         translate strings. Enforce default policy and call avs_has_perm with
13490         results of translated strings.
13492 2014-04-13  David S. Miller  <davem@davemloft.net>
13494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13496 2014-04-12  Allan McRae  <allan@archlinux.org>
13498         [BZ #16838]
13499         * manual/string.texi (Collation Functions): Fix qsort argument
13500         order in example.
13501         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13503 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13505         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13506         Make the test a no-op if there are no exceptions defined.
13508 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13510         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13511         enable-hardcoded-path-in-tests
13513 2014-04-11  Will Newton  <will.newton@linaro.org>
13515         * benchtests/Makefile (extra-objs): Add json-lib.o.
13516         (bench-func): Tidy up JSON output.
13517         * benchtests/bench-skeleton.c: Include json-lib.h.
13518         (main): Use JSON library functions to do output of
13519         benchmark results.
13520         * benchtests/bench-timing-type.c (main): Output the
13521         timing type simply, leaving formatting to the user.
13522         * benchtests/json-lib.c: New file.
13523         * benchtests/json-lib.h: Likewise.
13525 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13527         [BZ #15215]
13528         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13529         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13530         memory barriers.  Add comments.
13531         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13532         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13533         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13534         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13535         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13536         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13538 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13540         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13541         * sysdeps/s390/s390-64/configure.ac: ... this ...
13542         * sysdeps/s390/configure.ac: ... to here.
13543         * sysdeps/s390/s390-32/configure: Delete file.
13544         * sysdeps/s390/s390-64/configure: Delete file.
13545         * sysdeps/s390/configure: Regenerate.
13547 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13549         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13551 2014-04-11  Will Newton  <will.newton@linaro.org>
13553         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13554         to zero if it is not defined elsewhere.  (mtrim): Test
13555         the value of MALLOC_DEBUG with #if rather than #ifdef.
13557 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13559         * benchtests/pthread_once-inputs: New file.
13560         * benchtests/pthread_once-source.c: New file.
13561         * benchtests/README: Update documentation.
13563 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13564             H.J. Lu  <hongjiu.lu@intel.com>
13566         [BZ #16275]
13567         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13568         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13569         * sysdeps/x86_64/configure: Regenerated.
13570         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13571         macro.
13572         (REGISTER_SAVE_RAX): Likewise.
13573         (REGISTER_SAVE_RCX): Likewise.
13574         (REGISTER_SAVE_RDX): Likewise.
13575         (REGISTER_SAVE_RSI): Likewise.
13576         (REGISTER_SAVE_RDI): Likewise.
13577         (REGISTER_SAVE_R8): Likewise.
13578         (REGISTER_SAVE_R9): Likewise.
13579         (REGISTER_SAVE_BND0): Likewise.
13580         (REGISTER_SAVE_BND1): Likewise.
13581         (REGISTER_SAVE_BND2): Likewise.
13582         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13583         bound registers when calling _dl_fixup.
13585 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13587         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13588         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13589         of its definition.
13590         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13591         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13592         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13593         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13594         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13595         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13596         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13598 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13600         [BZ #15514]
13601         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13602         pathconf(_PC_NAME_MAX).
13604 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13606         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13607         Remove macro usage.
13608         (__PTHREAD_SPINS): Move definition to ...
13609         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13610         (__PTHREAD_SPINS): ... here.
13611         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13612         (__PTHREAD_SPIN): Likewise.
13613         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13614         (__PTHREAD_SPIN): Likewise.
13615         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13616         (__PTHREAD_SPIN): Likewise.
13617         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13618         (__PTHREAD_SPIN): Likewise.
13619         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13620         (__PTHREAD_SPIN): Likewise.
13621         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13622         (__PTHREAD_SPIN): Likewise.
13623         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13624         (__PTHREAD_SPIN): Likewise.
13625         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13626         (__PTHREAD_SPIN): Likewise.
13627         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13628         (__PTHREAD_SPIN): Likewise.
13629         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13630         (__PTHREAD_SPIN): Likewise.
13631         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13632         (__PTHREAD_SPIN): Likewise.
13633         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13634         (__PTHREAD_SPIN): Likewise.
13636         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13637         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13638         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13639         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13640         imply folder.
13641         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13642         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13643         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13644         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13645         correct imply path.
13646         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13647         strlen symbol for non multi-arch builds.
13648         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13649         missing hidden_def and weak_alias.
13651 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13653         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13655 2014-04-07  Will Newton  <will.newton@linaro.org>
13657         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13658         and contents.  [!_LIBC] Remove #ifndef and contents.
13659         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13660         * string/memccpy.c (__memccpy): Use ANSI prototype.
13661         * string/memfrob.c (memfrob): Likewise.
13662         * string/strcoll.c (STRCOLL): Likewise.
13663         * string/strlen.c (strlen): Likewise.
13664         * string/strtok.c (STRTOK): Likewise.
13665         * string/strcat.c: Remove unused #include of memcopy.h.
13666         (strcat): Use ANSI prototype.
13667         * string/strchr.c: Remove unused #include of memcopy.h.
13668         (strchr): Use ANSI prototype.
13669         * string/strcmp.c: Remove unused #include of memcopy.h.
13670         (strcmp): Use ANSI prototype.
13671         * string/strcpy.c: Remove unused #include of memcopy.h.
13672         (strcpy): Use ANSI prototype.
13674 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13676         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13677         * config.make.in (config-extra-cppflags): Set it from
13678         libc_extra_cppflags.
13679         * configure.ac (libc_extra_cflags): Make it accumulate over
13680         configure fragments.
13681         (libc_extra_cppflags): New flag.
13682         * configure. Regenerate.
13683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13684         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13685         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13688         [BZ #16815]
13689         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13690         result for FE_DOWNWARD rounding mode.
13691         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13692         Likewise.
13693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13695 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13697         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13698         in function argument name.
13700 2014-04-03  David Svoboda  <svoboda@cert.org>
13702         [BZ #5666]
13703         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13704         explicitly.
13706 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13708         * elf/dl-unmap-segments.h: New file.
13709         * sysdeps/generic/ldsodefs.h
13710         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13711         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13712         * elf/dl-fptr.c: Likewise.
13713         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13714         * sysdeps/aarch64/tlsdesc.c: Likewise.
13715         * sysdeps/arm/tlsdesc.c: Likewise.
13716         * sysdeps/i386/tlsdesc.c: Likewise.
13717         * sysdeps/tile/dl-runtime.c: Likewise.
13718         * sysdeps/x86_64/tlsdesc.c: Likewise.
13719         * elf/dl-load.h: New file.
13720         * elf/dl-load.c: Include it.
13721         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13722         Macros moved to dl-load.h.
13723         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13724         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13725         Use _dl_unmap_segments in place of __munmap.
13726         Break out segment-mapping loop into ...
13727         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13729 2014-04-03  Will Newton  <will.newton@linaro.org>
13731         * elf/dl-lookup.c (do_lookup_x): Remove comment
13732         referring to nested function and move variable
13733         declarations down to before first use.
13735 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13737         [BZ #16799]
13738         [BZ #16800]
13739         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13740         with 0 numerator.
13741         * math/s_catanf.c (__catanf): Likewise.
13742         * math/s_catanh.c (__catanh): Likewise.
13743         * math/s_catanhf.c (__catanhf): Likewise.
13744         * math/s_catanhl.c (__catanhl): Likewise.
13745         * math/s_catanl.c (__catanl): Likewise.
13746         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13747         by positive zero when computing -Inf result.
13748         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13749         (catanh_test): Likewise.
13750         * sysdeps/i386/fpu/libm-test-ulps: Update.
13751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13753         [BZ #16789]
13754         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13755         instead of using underflowing value in computing result.
13756         * math/s_clog10.c (__clog10): Likewise.
13757         * math/s_clog10f.c (__clog10f): Likewise.
13758         * math/s_clog10l.c (__clog10l): Likewise.
13759         * math/s_clogf.c (__clogf): Likewise.
13760         * math/s_clogl.c (__clogl): Likewise.
13761         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13762         (clog10_test): Likewise.
13763         * sysdeps/i386/fpu/libm-test-ulps: Update.
13764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13766 2014-04-02  Alan Modra  <amodra@gmail.com>
13768         [BZ #16739]
13769         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13770         output when value is near a power of two.  Use int64_t for lx and
13771         remove casts.  Use decimal rather than hex exponent constants.
13772         Don't use long double multiplication when double will suffice.
13773         * math/libm-test.inc (nextafter_test_data): Add tests.
13774         * NEWS: Add 16739 and 16786 to bug list.
13776         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13778         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13780 2014-04-01  Will Newton  <will.newton@linaro.org>
13782         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13783         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13785 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13787         [BZ #13347]
13788         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13789         * nptl/tst-setuid2.c: New file.
13790         * nptl/Makefile (xtests): Add tst-setuid2.
13792 2014-04-01  Alan Modra  <amodra@gmail.com>
13794         [BZ #16786]
13795         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13797 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13799         [BZ #6803]
13800         [BZ #6804]
13801         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13802         set errno as appropriate.
13803         * math/w_scalbf.c (__scalbf): Likewise.
13804         * math/w_scalbl.c (__scalbl): Likewise.
13805         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13806         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13807         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13808         Add more NaN tests.
13810         [BZ #16349]
13811         * math/w_atan2.c: Include <errno.h>.
13812         (__atan2): Set errno for result underflowing to zero.
13813         * math/w_atan2f.c: Include <errno.h>.
13814         (__atan2f): Set errno for result underflowing to zero.
13815         * math/w_atan2l.c: Include <errno.h>.
13816         (__atan2l): Set errno for result underflowing to zero.
13817         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13818         tests.
13819         * math/auto-libm-test-out: Regenerated.
13821 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13823         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13824         Encode instruction correctly in little endian.
13825         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13826         Likewise.
13827         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13828         Likewise.
13829         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13830         Likewise.
13831         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13832         Likewise.
13834 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13836         [BZ #9894]
13837         * sysdeps/unix/sysv/linux/kernel-features.h
13838         [__sparc__ && !__arch64__ && !__sparc_v9__]
13839         (__ASSUME_SET_ROBUST_LIST): Do not define.
13840         [__sparc__ && !__arch64__ && !__sparc_v9__]
13841         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13842         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13843         Likewise.
13844         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13845         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13846         (__ASSUME_REQUEUE_PI): Likewise.
13847         (__ASSUME_SET_ROBUST_LIST): Likewise.
13848         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13849         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13850         Undefine.
13851         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13852         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13853         Likewise.
13854         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13855         Likewise.
13856         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13857         Likewise.
13858         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13859         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13860         Undefine.
13861         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13862         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13863         Likewise.
13865         [BZ #16648]
13866         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13867         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13868         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13870 2014-03-31  Will Newton  <will.newton@linaro.org>
13872         * benchtests/Makefile (bench): Add ffs and ffsll to list
13873         of tests.
13874         * benchtests/ffs-inputs: New file.
13875         * benchtests/ffsll-inputs: Likewise.
13877 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13879         [BZ #16770]
13880         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13881         too large before casting to int.
13882         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13883         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13884         * math/libm-test.inc (scalb_test_data): Add more tests.
13886 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13888         * benchtests/Makefile (DETAILED_OPT): New make option.
13889         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13890         set.
13891         * benchtests/bench-skeleton.c: Include stdbool.h.
13892         (main): Store and print timings per input.
13893         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13894         member to each argument value.
13895         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13896         (_print_arg_data): Initialize per-input timing to 0.
13898         * benchtests/Makefile (timing-type): New binary.
13899         (bench-clean): Also remove bench-timing-type.
13900         (bench): New target for timing-type.
13901         (bench-func): Print output in JSON format.
13902         * benchtests/bench-skeleton.c (main): Print output in JSON
13903         format.
13904         * benchtests/bench-timing-type.c: New file.
13905         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13906         (TIMING_PRINT_STATS): Remove.
13907         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13908         name separately.
13910         * benchtests/bench-modf.c: Remove.
13911         * benchtests/modf-inputs: New inputs file.
13913 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13915         [BZ #16362]
13916         * math/s_clog10.c (M_PI_LOG10E): New macro.
13917         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13918         imaginary parts are 0.
13919         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13920         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13921         imaginary parts are 0.
13922         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13923         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13924         imaginary parts are 0.
13925         * math/libm-test.inc (clog10_test_data): Update expected results
13926         for when real and imaginary parts are 0.
13928 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13930         * elf/dl-load.c: Finish conversion of __builtin_expect into
13931         __glibc_{un}likely.
13933 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13935         [BZ #16348]
13936         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13937         1+x for argument with exponent below -67.
13938         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13939         Likewise.
13940         * math/auto-libm-test-in: Add more tests of exp.
13941         * math/auto-libm-test-out: Regenerated.
13943 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13945         [BZ #16759]
13946         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13947         (nscd_getnetgrent): Use it.
13949         [BZ #16760]
13950         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13951         of stpcpy.
13953 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13955         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13956         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13957         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13958         (lll_robust_unlock): Remove out of line section. Use cfi
13959         intrinsics.
13960         (LLL_STUB_UNWIND_INFO*): Remove.
13961         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13962         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13963         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13964         (lll_robust_unlock): Remove out of line section. Use cfi
13965         intrinsics.
13966         (LLL_STUB_UNWIND_INFO*): Remove.
13968 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13970         [BZ #16758]
13971         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13972         blank values.
13974 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13976         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13978 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13980         [BZ #16198]
13981         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13982         fnstenv.
13983         * math/test-fenv-preserve.c: New file.
13984         * math/Makefile (tests): Add test-fenv-preserve.
13986 2014-03-26  Will Newton <will.newton@linaro.org>
13988         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13990 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13992         * scripts/versionlist.awk: Partition the version sets and emit all
13993         GLIBC_* (sorted) before all others (sorted).
13995 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13997         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13998         GLIBC_2.2.5 version.
14000 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14002         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14003         calls.
14005         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14006         previous change.
14008         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14010 2014-03-25  Andreas Schwab  <schwab@suse.de>
14012         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14013         label to be used after in6ailist is initialized.
14015 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14017         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14018         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14020 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14022         [BZ #16357]
14023         [BZ #16599]
14024         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14025         min_plus_half.
14026         (fp_formats): Update initializers.
14027         (init_fp_formats): Initialize new field.
14028         (output_for_one_input_case): Allow underflow for results up to
14029         min_plus_half.
14030         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14031         * math/auto-libm-test-in: Don't mark some underflows from asin and
14032         atanh as spurious.
14033         * math/auto-libm-test-out: Regenerated.
14034         * sysdeps/i386/fpu/libm-test-ulps: Update.
14035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14037 2014-03-25  Andreas Schwab  <schwab@suse.de>
14039         * libio/Makefile (tst-ftell-partial-wide-ENV)
14040         (tst-ftell-active-handler-ENV): Define.
14042 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14044         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14046 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14048         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14050 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14052         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14053         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14054         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14056 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14058         [BZ #16634]
14059         * elf/dl-load.c (open_verify): Add mode parameter.
14060         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14061         (open_path): Change from boolean 'secure' to complete flag 'mode'
14062         (_dl_map_object): Adjust.
14063         * elf/Makefile (tests): Add tst-dlopen-aout.
14064         * elf/tst-dlopen-aout.c: New test.
14066 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14068         [BZ #16714]
14069         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14070         (struct stat): Rename member pad0 to __glibc_reserved0.
14072         [BZ #16712]
14073         * sysdeps/s390/s390-32/bits/wordsize.h
14074         (__WORDSIZE32_SIZE_ULONG): New define.
14075         * sysdeps/s390/s390-64/bits/wordsize.h
14076         (__WORDSIZE32_SIZE_ULONG): Likewise.
14077         * sysdeps/generic/stdint.h (SIZE_MAX):
14078         Define as UL if __WORDSIZE32_SIZE_ULONG.
14080         [BZ #16713]
14081         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14082         (__glibc_reserved0): New variable.
14083         (sa_flags): Change type to int.
14085         * posix/Makefile (before-compile): Use += before-compile instead
14086         of a :=.
14088         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14089         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14091 2014-03-20  Andreas Schwab  <schwab@suse.de>
14093         [BZ #16743]
14094         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14095         non-matching result from nscd.
14097 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14099         * scripts/bench.py: Moved to ...
14100         * benchtests/scripts/bench.py: ... here.
14101         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14103 2014-03-24  Andreas Schwab  <schwab@suse.de>
14105         [BZ #16002]
14106         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14107         alloca_account and account alloca use for struct in6ailist.
14109 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14111         [BZ #16284]
14112         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14113         rounding mode to recompute results that overflow to infinity or
14114         underflow to zero.
14115         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14116         bug 16284.
14117         * math/auto-libm-test-out: Regenerated.
14118         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14119         (ccosh_test): Likewise.
14120         (csin_test_data): Use plus_oflow.
14121         (csin_test): Use ALL_RM_TEST.
14122         (csinh_test_data): Use plus_oflow.
14123         (csinh_test): Use ALL_RM_TEST.
14124         * sysdeps/i386/fpu/libm-test-ulps: Update.
14125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14127 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14129         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14130         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14131         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14133         [BZ #16731]
14134         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14135         when x - 1 is zero.
14136         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14137         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14138         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14139         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14140         argument is 1.
14141         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14142         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14143         zero.
14144         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14145         * sysdeps/i386/fpu/libm-test-ulps: Update.
14146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14148 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14150         * scripts/bench.pl: Remove file.
14151         * scripts/bench.py: New benchmark script.
14152         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14153         * benchtests/README: Mention python dependency.
14154         * scripts/pylintrc: New file.
14155         * scripts/pylint: New file.
14157         * bits/mathdef.h: Use #ifdef instead of #if.
14158         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14159         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14160         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14161         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14162         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14163         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14165 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14166             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14168         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14169         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14170         and strpbrk-ppc64 objects.
14171         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14172         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14173         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14174         multiarch strpbrk for POWER7.
14175         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14176         multiarch strpbrk for PPC64.
14177         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14178         ifunc selector.
14179         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14180         strpbrk for POWER7.
14182 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14184         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14185         (atan_test): Likewise.
14186         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14187         (atanh_test): Use ALL_RM_TEST.
14188         (atan2_test_data): Likewise.
14189         (cabs_test): Likewise.
14190         (cacosh_test): Likewise.
14191         (carg_test): Likewise.
14192         (casin_test): Likewise.
14193         (casinh_test): Likewise.
14194         (cbrt_test): Likewise.
14195         (csqrt_test): Likewise.
14196         (erf_test): Likewise.
14197         (erfc_test): Likewise.
14198         (pow10_test): Likewise.
14199         (exp2_test): Likewise.
14200         (hypot_test): Likewise.
14201         (j0_test): Likewise.
14202         (j1_test): Likewise.
14203         (lgamma_test): Likewise.
14204         (gamma_test): Likewise.
14205         (sincos_test): Likewise.
14206         (tanh_test): Likewise.
14207         (y0_test): Likewise.
14208         (y1_test): Likewise.
14209         * sysdeps/i386/fpu/libm-test-ulps: Update.
14210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14212 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14214         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14215         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14216         and strcspn-ppc64 objects.
14217         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14218         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14219         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14220         multiarch strcspn for POWER7.
14221         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14222         multiarch strcspn for PPC64.
14223         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14224         ifunc selector.
14225         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14226         strcspn for POWER7.
14228 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14230         * math/gen-libm-test.pl (generate_testfile): Expect only function
14231         name as argument to AUTO_TESTS_* and pass results for all rounding
14232         modes to parse_args.
14233         (parse_auto_input): Separate inputs of automatic tests from
14234         outputs before storing in %auto_tests.
14235         * math/libm-test.inc (acos_test_data): Update call to
14236         AUTO_TESTS_f_f.
14237         (acos_test): Use ALL_RM_TEST.
14238         (acos_tonearest_test_data): Remove.
14239         (acos_test_tonearest): Likewise.
14240         (acos_towardzero_test_data): Likewise.
14241         (acos_test_towardzero): Likewise.
14242         (acos_downward_test_data): Likewise.
14243         (acos_test_downward): Likewise.
14244         (acos_upward_test_data): Likewise.
14245         (acos_test_upward): Likewise.
14246         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14247         (asin_test_data): Likewise.
14248         (asin_test): Use ALL_RM_TEST.
14249         (asin_tonearest_test_data): Remove.
14250         (asin_test_tonearest): Likewise.
14251         (asin_towardzero_test_data): Likewise.
14252         (asin_test_towardzero): Likewise.
14253         (asin_downward_test_data): Likewise.
14254         (asin_test_downward): Likewise.
14255         (asin_upward_test_data): Likewise.
14256         (asin_test_upward): Likewise.
14257         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14258         (atan_test_data): Likewise.
14259         (atanh_test_data): Likewise.
14260         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14261         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14262         (carg_test_data): Likewise.
14263         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14264         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14265         (ccosh_test_data): Likewise.
14266         (cexp_test_data): Likewise.
14267         (clog_test_data): Likewise.
14268         (clog10_test_data): Likewise.
14269         (cos_test_data): Update call to AUTO_TESTS_f_f.
14270         (cos_test): Use ALL_RM_TEST.
14271         (cos_tonearest_test_data): Remove.
14272         (cos_test_tonearest): Likewise.
14273         (cos_towardzero_test_data): Likewise.
14274         (cos_test_towardzero): Likewise.
14275         (cos_downward_test_data): Likewise.
14276         (cos_test_downward): Likewise.
14277         (cos_upward_test_data): Likewise.
14278         (cos_test_upward): Likewise.
14279         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14280         (cosh_test): Use ALL_RM_TEST.
14281         (cosh_tonearest_test_data): Remove.
14282         (cosh_test_tonearest): Likewise.
14283         (cosh_towardzero_test_data): Likewise.
14284         (cosh_test_towardzero): Likewise.
14285         (cosh_downward_test_data): Likewise.
14286         (cosh_test_downward): Likewise.
14287         (cosh_upward_test_data): Likewise.
14288         (cosh_test_upward): Likewise.
14289         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14290         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14291         (ctan_test_data): Likewise.
14292         (ctan_test): Use ALL_RM_TEST.
14293         (ctan_tonearest_test_data): Remove.
14294         (ctan_test_tonearest): Likewise.
14295         (ctan_towardzero_test_data): Likewise.
14296         (ctan_test_towardzero): Likewise.
14297         (ctan_downward_test_data): Likewise.
14298         (ctan_test_downward): Likewise.
14299         (ctan_upward_test_data): Likewise.
14300         (ctan_test_upward): Likewise.
14301         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14302         (ctanh_test): Use ALL_RM_TEST.
14303         (ctanh_tonearest_test_data): Remove.
14304         (ctanh_test_tonearest): Likewise.
14305         (ctanh_towardzero_test_data): Likewise.
14306         (ctanh_test_towardzero): Likewise.
14307         (ctanh_downward_test_data): Likewise.
14308         (ctanh_test_downward): Likewise.
14309         (ctanh_upward_test_data): Likewise.
14310         (ctanh_test_upward): Likewise.
14311         (erf_test_data): Update call to AUTO_TESTS_f_f.
14312         (erfc_test_data): Likewise.
14313         (exp_test_data): Likewise.
14314         (exp_test): Use ALL_RM_TEST.
14315         (exp_tonearest_test_data): Remove.
14316         (exp_test_tonearest): Likewise.
14317         (exp_towardzero_test_data): Likewise.
14318         (exp_test_towardzero): Likewise.
14319         (exp_downward_test_data): Likewise.
14320         (exp_test_downward): Likewise.
14321         (exp_upward_test_data): Likewise.
14322         (exp_test_upward): Likewise.
14323         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14324         (exp10_test): Use ALL_RM_TEST.
14325         (exp10_tonearest_test_data): Remove.
14326         (exp10_test_tonearest): Likewise.
14327         (exp10_towardzero_test_data): Likewise.
14328         (exp10_test_towardzero): Likewise.
14329         (exp10_downward_test_data): Likewise.
14330         (exp10_test_downward): Likewise.
14331         (exp10_upward_test_data): Likewise.
14332         (exp10_test_upward): Likewise.
14333         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14334         (expm1_test_data): Likewise.
14335         (expm1_test): Use ALL_RM_TEST.
14336         (expm1_tonearest_test_data): Remove.
14337         (expm1_test_tonearest): Likewise.
14338         (expm1_towardzero_test_data): Likewise.
14339         (expm1_test_towardzero): Likewise.
14340         (expm1_downward_test_data): Likewise.
14341         (expm1_test_downward): Likewise.
14342         (expm1_upward_test_data): Likewise.
14343         (expm1_test_upward): Likewise.
14344         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14345         (fma_test): Use ALL_RM_TEST.
14346         (fma_towardzero_test_data): Remove.
14347         (fma_test_towardzero): Likewise.
14348         (fma_downward_test_data): Likewise.
14349         (fma_test_downward): Likewise.
14350         (fma_upward_test_data): Likewise.
14351         (fma_test_upward): Likewise.
14352         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14353         (j0_test_data): Update call to AUTO_TESTS_f_f.
14354         (j1_test_data): Likewise.
14355         (jn_test_data): Update call to AUTO_TESTS_if_f.
14356         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14357         (log_test_data): Update call to AUTO_TESTS_f_f.
14358         (log10_test_data): Likewise.
14359         (log1p_test_data): Likewise.
14360         (log2_test_data): Likewise.
14361         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14362         (pow_tonearest_test_data): Likewise.
14363         (sin_test_data): Update call to AUTO_TESTS_f_f.
14364         (sin_test): Use ALL_RM_TEST.
14365         (sin_tonearest_test_data): Remove.
14366         (sin_test_tonearest): Likewise.
14367         (sin_towardzero_test_data): Likewise.
14368         (sin_test_towardzero): Likewise.
14369         (sin_downward_test_data): Likewise.
14370         (sin_test_downward): Likewise.
14371         (sin_upward_test_data): Likewise.
14372         (sin_test_upward): Likewise.
14373         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14374         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14375         (sinh_test): Use ALL_RM_TEST.
14376         (sinh_tonearest_test_data): Remove.
14377         (sinh_test_tonearest): Likewise.
14378         (sinh_towardzero_test_data): Likewise.
14379         (sinh_test_towardzero): Likewise.
14380         (sinh_downward_test_data): Likewise.
14381         (sinh_test_downward): Likewise.
14382         (sinh_upward_test_data): Likewise.
14383         (sinh_test_upward): Likewise.
14384         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14385         (sqrt_test): Use ALL_RM_TEST.
14386         (sqrt_tonearest_test_data): Remove.
14387         (sqrt_test_tonearest): Likewise.
14388         (sqrt_towardzero_test_data): Likewise.
14389         (sqrt_test_towardzero): Likewise.
14390         (sqrt_downward_test_data): Likewise.
14391         (sqrt_test_downward): Likewise.
14392         (sqrt_upward_test_data): Likewise.
14393         (sqrt_test_upward): Likewise.
14394         (tan_test_data): Update call to AUTO_TESTS_f_f.
14395         (tan_test): Use ALL_RM_TEST.
14396         (tan_tonearest_test_data): Remove.
14397         (tan_test_tonearest): Likewise.
14398         (tan_towardzero_test_data): Likewise.
14399         (tan_test_towardzero): Likewise.
14400         (tan_downward_test_data): Likewise.
14401         (tan_test_downward): Likewise.
14402         (tan_upward_test_data): Likewise.
14403         (tan_test_upward): Likewise.
14404         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14405         (tgamma_test_data): Likewise.
14406         (y0_test_data): Likewise.
14407         (y1_test_data): Likewise.
14408         (yn_test_data): Update call to AUTO_TESTS_if_f.
14409         (main): Do not call removed functions.
14411 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14413         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14414         (ldexp_test_data): Remove.
14415         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14416         scalbn_test_data.
14417         (scalb_test): Use ALL_RM_TEST.
14419 2014-03-19  Andreas Schwab  <schwab@suse.de>
14421         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14423 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14425         [BZ #16649]
14426         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14427         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14428         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14429         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14430         (__ASSUME_PREADV): Undefine.
14431         (__ASSUME_PWRITEV): Likewise.
14433 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14435         * bits/mman-linux.h: Add comment about non-Linux use.
14436         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14437         bits/mman-linux.h resting place.
14439         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14440         * bits/mman-linux.h: ... here.
14442 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14444         * conform/conformtest.pl: Add standard definition when calling C
14445         preprocessor on data files.
14446         (checknamespace): Remove unused variable.
14448 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14450         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14451         minus_oflow, plus_uflow and minus_uflow in expected results.
14452         * math/libm-test.inc (scalbn_test_data): Add more tests of
14453         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14454         minus_uflow.
14455         (scalbn_test): Use ALL_RM_TEST.
14456         (scalbln_test_data): Add more tests of negative arguments.  Use
14457         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14458         (scalbln_test): Use ALL_RM_TEST.
14460 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14462         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14464 2014-03-18  Will Newton  <will.newton@linaro.org>
14466         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14467         inaccurate comment.
14469 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14471         * Makerules [!subdir] (check-abi): Exit with error status if a
14472         test failed.
14474 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14476         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14477         for rint.  Include results for all rounding modes.
14478         (nearbyint_test): Use ALL_RM_TEST.
14479         (rint_test_data): Include all tests used for nearbyint.
14481 2014-03-17  Will Newton  <will.newton@linaro.org>
14483         * nptl/sysdeps/pthread/pthread.h: Revert previous
14484         change.
14486         * sysdeps/generic/ldsodefs.h: Revert previous
14487         change.
14489         * libio/genops.c: Revert previous change.
14490         * libio/libioP.h: Likewise.
14491         * stdio-common/vfprintf.c: Likewise.
14493         * sysdeps/generic/math_private.h: Revert previous
14494         change.
14496         * sysdeps/generic/math_private.h: Check whether
14497         HAVE_RM_CTX is defined with #ifdef rather
14498         than #if.
14500         * argp/argp-fmtstream.h: Check whether
14501         __STRICT_ANSI__ is defined with #ifdef rather
14502         than #if.
14503         * argp/argp.h: Likewise.
14505         * libio/genops.c: Check whether
14506         _IO_JUMPS_OFFSET is defined with #ifdef rather
14507         than #if.
14508         * libio/libioP.h: Likewise.
14509         * stdio-common/vfprintf.c: Likewise.
14511         * sysdeps/generic/ldsodefs.h: Check whether
14512         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14513         than #if.
14515         * nptl/sysdeps/pthread/pthread.h: Check
14516         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14517         its value.
14519 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14521         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14522         setting O_APPEND.
14523         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14524         test case.
14526         [BZ #16680]
14527         * libio/fileops.c (_IO_file_open): Seek to end of file but
14528         don't cache the offset.
14529         (get_file_offset): Remove function.
14530         (do_ftell): Use cached offset when available.
14531         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14532         don't cache the offset.
14533         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14534         case.
14535         (do_one_test): Call it.
14536         (do_ftell_test): Fix up expected old offset for a+ mode.
14537         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14538         available.
14540         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14541         up test status with function return status.
14542         (do_write_test): Likewise.
14543         (do_append_test): Likewise.
14545         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14546         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14547         Remove.
14549 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14551         * math/gen-libm-test.pl (parse_args): Handle results specified for
14552         each rounding mode separately.
14553         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14554         tests and results from lrint_tonearest_test_data,
14555         lrint_towardzero_test_data, lrint_downward_test_data and
14556         lrint_upward_test_data.
14557         (lrint_test): Use ALL_RM_TEST.
14558         (lrint_tonearest_test_data): Remove.
14559         (lrint_test_tonearest): Likewise.
14560         (lrint_towardzero_test_data): Likewise.
14561         (lrint_test_towardzero): Likewise.
14562         (lrint_downward_test_data): Likewise.
14563         (lrint_test_downward): Likewise.
14564         (lrint_upward_test_data): Likewise.
14565         (lrint_test_upward): Likewise.
14566         (llrint_test_data): Merge in per-rounding-mode tests and results
14567         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14568         llrint_downward_test_data and llrint_upward_test_data.
14569         (llrint_test): Use ALL_RM_TEST.
14570         (llrint_tonearest_test_data): Remove.
14571         (llrint_test_tonearest): Likewise.
14572         (llrint_towardzero_test_data): Likewise.
14573         (llrint_test_towardzero): Likewise.
14574         (llrint_downward_test_data): Likewise.
14575         (llrint_test_downward): Likewise.
14576         (llrint_upward_test_data): Likewise.
14577         (llrint_test_upward): Likewise.
14578         (rint_test_data): Merge in per-rounding-mode tests and results
14579         from rint_tonearest_test_data, rint_towardzero_test_data,
14580         rint_downward_test_data and rint_upward_test_data.  Add
14581         per-rounding-mode results for tests not in those arrays.
14582         (rint_test): Use ALL_RM_TEST.
14583         (rint_tonearest_test_data): Remove.
14584         (rint_test_tonearest): Likewise.
14585         (rint_towardzero_test_data): Likewise.
14586         (rint_test_towardzero): Likewise.
14587         (rint_downward_test_data): Likewise.
14588         (rint_test_downward): Likewise.
14589         (rint_upward_test_data): Likewise.
14590         (rint_test_upward): Likewise.
14591         (main): Don't call removed functions.
14593 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14595         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14596         "Compiled on ..." crapola.  It is anti-useful.
14598 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14600         * scripts/evaluate-test.sh: Handle fourth argument to determine
14601         whether test run should stop on failure.
14602         * Makeconfig (stop-on-test-failure): New variable.
14603         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14604         $(stop-on-test-failure).
14605         * Makefile (tests): Give a summary of results from testing and
14606         exit with failure status if they include an ERROR or FAIL.
14607         (xtests): Likewise.
14608         * manual/install.texi (Configuring and compiling): Mention
14609         stop-on-test-failure=y.
14610         * INSTALL: Regenerated.
14612 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14614         * scripts/versionlist.awk: New file.
14615         * Makerules [$(build-shared) = yes]
14616         (postclean-generated): Add Versions.def, not Versions.def.v and
14617         Versions.def.v.i.
14618         ($(common-objpfx)Versions.def.v.i): Target removed.
14619         ($(common-objpfx)Versions.def): New target.
14620         ($(common-objpfx)Versions.all): Depend on that rather that
14621         $(common-objpfx)Versions.def.v.
14622         * Versions.def: File removed.
14624         * Makeconfig (+gccwarn): Add -Wundef.
14625         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14626         a dl-sysdep.h breaking its contract.
14627         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14628         * include/stackinfo.h: New file.
14629         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14630         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14631         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14632         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14633         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14634         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14635         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14636         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14637         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14638         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14639         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14640         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14641         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14642         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14643         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14645 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14647         [BZ #16707]
14648         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14649         implementation.
14650         * math/libm-test.inc (round_test_data): Add more tests.
14652         [BZ #16706]
14653         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14654         implementation.
14655         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14657         [BZ #16701]
14658         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14659         implementation.
14660         * math/libm-test.inc (ceil_test_data): Add more tests.
14662         * math/libm-test.inc (trunc_test_data): Add more tests related to
14663         BZ#16414.
14665 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14667         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14668         with #if rather than #ifdef.
14669         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14671 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14673         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14674         first.  Disable AVX-512 GCC support if assembler doesn't support
14675         it.
14676         * sysdeps/x86_64/configure: Regenerated.
14678 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14680         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14681         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14682         (__old_pthread_attr_setstack): Likewise.
14683         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14684         [!_STACK_GROWS_DOWN]: Likewise.
14686 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14688         * config.make.in (have-bash2): Delete.
14689         * configure.ac (libc_cv_have_bash2): Delete.
14690         * configure: Regenerate.
14691         * elf/Makefile (common-ldd-rewrite): Rename to ...
14692         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14693         (sh-ldd-rewrite): Delete.
14694         (bash-ldd-rewrite): Delete.
14695         (have-bash2): Delete checks.
14696         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14697         ldd-rewrite.
14699         * config.make.in (have-ksh): Delete.
14700         (KSH): Delete.
14701         * configure.ac (libc_cv_have_ksh): Delete.
14702         * configure: Regenerate.
14704         * elf/Makefile: Delete $(have-ksh) check.
14705         ($(objpfx)sotruss): Change KSH to BASH.
14706         * elf/sotruss.ksh: Rename to ...
14707         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14708         function style to match POSIX.  Drop ksh vim mode setting.
14710         * manual/time.texi (Specifying the Time Zone with TZ): Change
14711         Tuesday to Thursday.
14713         * debug/tst-longjmp_chk2.c: Update header comment.
14714         (stackoverflow_handler): Add comment.  Call assert on pass value.
14716 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14718         [BZ #16194]
14719         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14720         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14721         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14722         (La_x86_64_vector): Add zmm.
14723         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14724         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14725         ($(objpfx)tst-audit10): New target.
14726         ($(objpfx)tst-audit10.out): Likewise.
14727         (tst-audit10-ENV): New.
14728         (AVX512-CFLAGS): Likewise.
14729         (CFLAGS-tst-audit10.c): Likewise.
14730         (CFLAGS-tst-auditmod10a.c): Likewise.
14731         (CFLAGS-tst-auditmod10b.c): Likewise.
14732         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14733         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14734         * sysdeps/x86_64/configure: Regenerated.
14735         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14736         AVX-512 zmm register support.
14737         (_dl_x86_64_save_sse): Likewise.
14738         (_dl_x86_64_restore_sse): Likewise.
14739         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14740         size vector registers.
14741         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14742         (ZMM_SIZE): Likewise.
14743         * sysdeps/x86_64/tst-audit10.c: New file.
14744         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14745         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14747 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14749         * configure.ac (HAVE_EHDR_START): New check.
14750         * configure: Regenerated.
14751         * config.h.in (HAVE_EHDR_START): New #undef.
14752         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14753         assuming the lowest-addressed segment maps the start of the file.
14755 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14757         * INSTALL: Regenerated.
14759 2014-03-13  Will Newton  <will.newton@linaro.org>
14761         * manual/setjmp.texi (System V contexts): Improve
14762         clarity and grammar of documentation.
14764 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14766         [BZ #16381]
14767         * elf/Makefile (tests): Add tst-pie2.
14768         (tests-pie): Add tst-pie2.
14769         * elf/tst-pie2.c: New file.
14770         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14771         for ET_EXEC.
14772         * elf/rtld.c (map_doit): Load executable as lt_executable.
14773         (dl_main): Likewise.
14775 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14777         [BZ #16642]
14778         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14779         (__ASSUME_PSELECT): Undefine.
14781 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14783         [BZ #16689]
14784         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14785         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14786         static build.
14787         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14788         selector for static builds.
14790 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14792         [BZ #16695]
14793         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14794         key in the buffer.
14796 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14798         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14799         IFUNC selector for static builds.
14801 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14803         * sysdeps/mips/math_private.h [__mips_hard_float]
14804         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14805         libc_feresetround_mips_ctx.
14806         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14807         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14808         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14810         [BZ #16677]
14811         * math/s_nextafter.c (__nextafter): Do not return value from
14812         overflowing computation.
14813         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14814         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14815         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14816         Likewise.
14817         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14818         Likewise.
14819         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14820         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14822 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14824         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14825         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14826         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14827         the new mov targetting sp.
14829 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14831         [BZ #16683]
14832         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14833         Define it for static builds as well.
14834         (NO_BZERO_IMPL): Likewise.
14836 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14838         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14839         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14840         multiarch strspn for PPC64.
14841         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14842         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14843         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14844         (__libc_ifunc_impl_list): Likewise.
14845         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14846         multiarch optimizations
14847         * string/strspn.c (strspn): Using macro to redefine symbol name.
14849 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14850             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14852         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14853         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14854         multiarch strncat for PPC64.
14855         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14856         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14858         (__libc_ifunc_impl_list): Likewise.
14859         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14860         multiarch optimizations
14862 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14864         [BZ #16639]
14865         * nscd/nscd.service: Make service type forking.
14867 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14869         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14870         sign in non default rounding modes.
14871         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14873 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14875         * math/libm-test.inc (ALL_RM_TEST): New macro.
14876         (ceil_test): Use ALL_RM_TEST.
14877         (cimag_test): Likewise.
14878         (conj_test): Likewise.
14879         (copysign_test): Likewise.
14880         (cproj_test): Likewise.
14881         (creal_test): Likewise.
14882         (fabs_test): Likewise.
14883         (floor_test): Likewise.
14884         (fmax_test): Likewise.
14885         (fmin_test): Likewise.
14886         (fmod_test): Likewise.
14887         (fpclassify_test): Likewise.
14888         (frexp_test): Likewise.
14889         (ilogb_test): Likewise.
14890         (isfinite_test): Likewise.
14891         (finite_test): Likewise.
14892         (isgreater_test): Likewise.
14893         (isgreaterequal_test): Likewise.
14894         (isinf_test): Likewise.
14895         (isless_test): Likewise.
14896         (islessequal_test): Likewise.
14897         (islessgreater_test): Likewise.
14898         (isnan_test): Likewise.
14899         (isnormal_test): Likewise.
14900         (issignaling_test): Likewise.
14901         (isunordered_test): Likewise.
14902         (logb_test): Likewise.
14903         (logb_downward_test_data): Remove.
14904         (logb_test_downward): Likewise.
14905         (lround_test): Use ALL_RM_TEST.
14906         (llround_test): Likewise.
14907         (modf_test): Likewise.
14908         (nexttoward_test): Likewise.
14909         (remainder_test): Likewise.
14910         (drem_test): Likewise.
14911         (remainder_tonearest_test_data): Likewise.
14912         (remainder_test_tonearest): Likewise.
14913         (drem_test_tonearest): Likewise.
14914         (remainder_towardzero_test_data): Likewise.
14915         (remainder_test_towardzero): Likewise.
14916         (drem_test_towardzero): Likewise.
14917         (remainder_downward_test_data): Likewise.
14918         (remainder_test_downward): Likewise.
14919         (drem_test_downward): Likewise.
14920         (remainder_upward_test_data): Likewise.
14921         (remainder_test_upward): Likewise.
14922         (drem_test_upward): Likewise.
14923         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14924         (round_test): Use ALL_RM_TEST.
14925         (signbit_test): Likewise.
14926         (trunc_test): Likewise.
14927         (significand_test): Likewise.
14928         (main): Don't call removed functions.
14930 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14932         [BZ #16674]
14933         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14934         || __USE_XOPEN2K8].
14935         (ILL_ILLOPN): Likewise.
14936         (ILL_ILLADR): Likewise.
14937         (ILL_ILLTRP): Likewise.
14938         (ILL_PRVOPC): Likewise.
14939         (ILL_PRVREG): Likewise.
14940         (ILL_COPROC): Likewise.
14941         (ILL_BADSTK): Likewise.
14942         (FPE_INTDIV): Likewise.
14943         (FPE_INTOVF): Likewise.
14944         (FPE_FLTDIV): Likewise.
14945         (FPE_FLTOVF): Likewise.
14946         (FPE_FLTUND): Likewise.
14947         (FPE_FLTRES): Likewise.
14948         (FPE_FLTINV): Likewise.
14949         (FPE_FLTSUB): Likewise.
14950         (SEGV_MAPERR): Likewise.
14951         (SEGV_ACCERR): Likewise.
14952         (BUS_ADRALN): Likewise.
14953         (BUS_ADRERR): Likewise.
14954         (BUS_OBJERR): Likewise.
14955         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14956         (TRAP_TRACE): Likewise.
14957         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14958         __USE_XOPEN2K8].
14959         (CLD_KILLED): Likewise.
14960         (CLD_DUMPED): Likewise.
14961         (CLD_TRAPPED): Likewise.
14962         (CLD_STOPPED): Likewise.
14963         (CLD_CONTINUED): Likewise.
14964         (POLL_IN): Likewise.
14965         (POLL_OUT): Likewise.
14966         (POLL_MSG): Likewise.
14967         (POLL_ERR): Likewise.
14968         (POLL_PRI): Likewise.
14969         (POLL_HUP): Likewise.
14970         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14971         Likewise.
14972         (ILL_ILLOPN): Likewise.
14973         (ILL_ILLADR): Likewise.
14974         (ILL_ILLTRP): Likewise.
14975         (ILL_PRVOPC): Likewise.
14976         (ILL_PRVREG): Likewise.
14977         (ILL_COPROC): Likewise.
14978         (ILL_BADSTK): Likewise.
14979         (FPE_INTDIV): Likewise.
14980         (FPE_INTOVF): Likewise.
14981         (FPE_FLTDIV): Likewise.
14982         (FPE_FLTOVF): Likewise.
14983         (FPE_FLTUND): Likewise.
14984         (FPE_FLTRES): Likewise.
14985         (FPE_FLTINV): Likewise.
14986         (FPE_FLTSUB): Likewise.
14987         (SEGV_MAPERR): Likewise.
14988         (SEGV_ACCERR): Likewise.
14989         (BUS_ADRALN): Likewise.
14990         (BUS_ADRERR): Likewise.
14991         (BUS_OBJERR): Likewise.
14992         (BUS_MCEERR_AR): Likewise.
14993         (BUS_MCEERR_AO): Likewise.
14994         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14995         (TRAP_TRACE): Likewise.
14996         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14997         __USE_XOPEN2K8].
14998         (CLD_KILLED): Likewise.
14999         (CLD_DUMPED): Likewise.
15000         (CLD_TRAPPED): Likewise.
15001         (CLD_STOPPED): Likewise.
15002         (CLD_CONTINUED): Likewise.
15003         (POLL_IN): Likewise.
15004         (POLL_OUT): Likewise.
15005         (POLL_MSG): Likewise.
15006         (POLL_ERR): Likewise.
15007         (POLL_PRI): Likewise.
15008         (POLL_HUP): Likewise.
15009         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15010         (ILL_ILLOPN): Likewise.
15011         (ILL_ILLADR): Likewise.
15012         (ILL_ILLTRP): Likewise.
15013         (ILL_PRVOPC): Likewise.
15014         (ILL_PRVREG): Likewise.
15015         (ILL_COPROC): Likewise.
15016         (ILL_BADSTK): Likewise.
15017         (FPE_INTDIV): Likewise.
15018         (FPE_INTOVF): Likewise.
15019         (FPE_FLTDIV): Likewise.
15020         (FPE_FLTOVF): Likewise.
15021         (FPE_FLTUND): Likewise.
15022         (FPE_FLTRES): Likewise.
15023         (FPE_FLTINV): Likewise.
15024         (FPE_FLTSUB): Likewise.
15025         (SEGV_MAPERR): Likewise.
15026         (SEGV_ACCERR): Likewise.
15027         (BUS_ADRALN): Likewise.
15028         (BUS_ADRERR): Likewise.
15029         (BUS_OBJERR): Likewise.
15030         (BUS_MCEERR_AR): Likewise.
15031         (BUS_MCEERR_AO): Likewise.
15032         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15033         (TRAP_TRACE): Likewise.
15034         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15035         __USE_XOPEN2K8].
15036         (CLD_KILLED): Likewise.
15037         (CLD_DUMPED): Likewise.
15038         (CLD_TRAPPED): Likewise.
15039         (CLD_STOPPED): Likewise.
15040         (CLD_CONTINUED): Likewise.
15041         (POLL_IN): Likewise.
15042         (POLL_OUT): Likewise.
15043         (POLL_MSG): Likewise.
15044         (POLL_ERR): Likewise.
15045         (POLL_PRI): Likewise.
15046         (POLL_HUP): Likewise.
15047         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15048         Likewise.
15049         (ILL_ILLOPN): Likewise.
15050         (ILL_ILLADR): Likewise.
15051         (ILL_ILLTRP): Likewise.
15052         (ILL_PRVOPC): Likewise.
15053         (ILL_PRVREG): Likewise.
15054         (ILL_COPROC): Likewise.
15055         (ILL_BADSTK): Likewise.
15056         (ILL_BADIADDR): Likewise.
15057         (ILL_BREAK): Likewise.
15058         (FPE_INTDIV): Likewise.
15059         (FPE_INTOVF): Likewise.
15060         (FPE_FLTDIV): Likewise.
15061         (FPE_FLTOVF): Likewise.
15062         (FPE_FLTUND): Likewise.
15063         (FPE_FLTRES): Likewise.
15064         (FPE_FLTINV): Likewise.
15065         (FPE_FLTSUB): Likewise.
15066         (FPE_DECOVF): Likewise.
15067         (FPE_DECDIV): Likewise.
15068         (FPE_DECERR): Likewise.
15069         (FPE_INVASC): Likewise.
15070         (FPE_INVDEC): Likewise.
15071         (SEGV_MAPERR): Likewise.
15072         (SEGV_ACCERR): Likewise.
15073         (SEGV_PSTKOVF): Likewise.
15074         (BUS_ADRALN): Likewise.
15075         (BUS_ADRERR): Likewise.
15076         (BUS_OBJERR): Likewise.
15077         (BUS_MCEERR_AR): Likewise.
15078         (BUS_MCEERR_AO): Likewise.
15079         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15080         (TRAP_TRACE): Likewise.
15081         (TRAP_BRANCH): Likewise.
15082         (TRAP_HWBKPT): Likewise.
15083         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15084         __USE_XOPEN2K8].
15085         (CLD_KILLED): Likewise.
15086         (CLD_DUMPED): Likewise.
15087         (CLD_TRAPPED): Likewise.
15088         (CLD_STOPPED): Likewise.
15089         (CLD_CONTINUED): Likewise.
15090         (POLL_IN): Likewise.
15091         (POLL_OUT): Likewise.
15092         (POLL_MSG): Likewise.
15093         (POLL_ERR): Likewise.
15094         (POLL_PRI): Likewise.
15095         (POLL_HUP): Likewise.
15096         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15097         (ILL_ILLOPN): Likewise.
15098         (ILL_ILLADR): Likewise.
15099         (ILL_ILLTRP): Likewise.
15100         (ILL_PRVOPC): Likewise.
15101         (ILL_PRVREG): Likewise.
15102         (ILL_COPROC): Likewise.
15103         (ILL_BADSTK): Likewise.
15104         (FPE_INTDIV): Likewise.
15105         (FPE_INTOVF): Likewise.
15106         (FPE_FLTDIV): Likewise.
15107         (FPE_FLTOVF): Likewise.
15108         (FPE_FLTUND): Likewise.
15109         (FPE_FLTRES): Likewise.
15110         (FPE_FLTINV): Likewise.
15111         (FPE_FLTSUB): Likewise.
15112         (SEGV_MAPERR): Likewise.
15113         (SEGV_ACCERR): Likewise.
15114         (BUS_ADRALN): Likewise.
15115         (BUS_ADRERR): Likewise.
15116         (BUS_OBJERR): Likewise.
15117         (BUS_MCEERR_AR): Likewise.
15118         (BUS_MCEERR_AO): Likewise.
15119         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15120         (TRAP_TRACE): Likewise.
15121         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15122         __USE_XOPEN2K8].
15123         (CLD_KILLED): Likewise.
15124         (CLD_DUMPED): Likewise.
15125         (CLD_TRAPPED): Likewise.
15126         (CLD_STOPPED): Likewise.
15127         (CLD_CONTINUED): Likewise.
15128         (POLL_IN): Likewise.
15129         (POLL_OUT): Likewise.
15130         (POLL_MSG): Likewise.
15131         (POLL_ERR): Likewise.
15132         (POLL_PRI): Likewise.
15133         (POLL_HUP): Likewise.
15134         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15135         (ILL_ILLOPN): Likewise.
15136         (ILL_ILLADR): Likewise.
15137         (ILL_ILLTRP): Likewise.
15138         (ILL_PRVOPC): Likewise.
15139         (ILL_PRVREG): Likewise.
15140         (ILL_COPROC): Likewise.
15141         (ILL_BADSTK): Likewise.
15142         (FPE_INTDIV): Likewise.
15143         (FPE_INTOVF): Likewise.
15144         (FPE_FLTDIV): Likewise.
15145         (FPE_FLTOVF): Likewise.
15146         (FPE_FLTUND): Likewise.
15147         (FPE_FLTRES): Likewise.
15148         (FPE_FLTINV): Likewise.
15149         (FPE_FLTSUB): Likewise.
15150         (SEGV_MAPERR): Likewise.
15151         (SEGV_ACCERR): Likewise.
15152         (BUS_ADRALN): Likewise.
15153         (BUS_ADRERR): Likewise.
15154         (BUS_OBJERR): Likewise.
15155         (BUS_MCEERR_AR): Likewise.
15156         (BUS_MCEERR_AO): Likewise.
15157         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15158         (TRAP_TRACE): Likewise.
15159         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15160         __USE_XOPEN2K8].
15161         (CLD_KILLED): Likewise.
15162         (CLD_DUMPED): Likewise.
15163         (CLD_TRAPPED): Likewise.
15164         (CLD_STOPPED): Likewise.
15165         (CLD_CONTINUED): Likewise.
15166         (POLL_IN): Likewise.
15167         (POLL_OUT): Likewise.
15168         (POLL_MSG): Likewise.
15169         (POLL_ERR): Likewise.
15170         (POLL_PRI): Likewise.
15171         (POLL_HUP): Likewise.
15172         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15173         (ILL_ILLOPN): Likewise.
15174         (ILL_ILLADR): Likewise.
15175         (ILL_ILLTRP): Likewise.
15176         (ILL_PRVOPC): Likewise.
15177         (ILL_PRVREG): Likewise.
15178         (ILL_COPROC): Likewise.
15179         (ILL_BADSTK): Likewise.
15180         (FPE_INTDIV): Likewise.
15181         (FPE_INTOVF): Likewise.
15182         (FPE_FLTDIV): Likewise.
15183         (FPE_FLTOVF): Likewise.
15184         (FPE_FLTUND): Likewise.
15185         (FPE_FLTRES): Likewise.
15186         (FPE_FLTINV): Likewise.
15187         (FPE_FLTSUB): Likewise.
15188         (SEGV_MAPERR): Likewise.
15189         (SEGV_ACCERR): Likewise.
15190         (BUS_ADRALN): Likewise.
15191         (BUS_ADRERR): Likewise.
15192         (BUS_OBJERR): Likewise.
15193         (BUS_MCEERR_AR): Likewise.
15194         (BUS_MCEERR_AO): Likewise.
15195         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15196         (TRAP_TRACE): Likewise.
15197         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15198         __USE_XOPEN2K8].
15199         (CLD_KILLED): Likewise.
15200         (CLD_DUMPED): Likewise.
15201         (CLD_TRAPPED): Likewise.
15202         (CLD_STOPPED): Likewise.
15203         (CLD_CONTINUED): Likewise.
15204         (POLL_IN): Likewise.
15205         (POLL_OUT): Likewise.
15206         (POLL_MSG): Likewise.
15207         (POLL_ERR): Likewise.
15208         (POLL_PRI): Likewise.
15209         (POLL_HUP): Likewise.
15210         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15211         (ILL_ILLOPN): Likewise.
15212         (ILL_ILLADR): Likewise.
15213         (ILL_ILLTRP): Likewise.
15214         (ILL_PRVOPC): Likewise.
15215         (ILL_PRVREG): Likewise.
15216         (ILL_COPROC): Likewise.
15217         (ILL_BADSTK): Likewise.
15218         (ILL_DBLFLT): Likewise.
15219         (ILL_HARDWALL): Likewise.
15220         (FPE_INTDIV): Likewise.
15221         (FPE_INTOVF): Likewise.
15222         (FPE_FLTDIV): Likewise.
15223         (FPE_FLTOVF): Likewise.
15224         (FPE_FLTUND): Likewise.
15225         (FPE_FLTRES): Likewise.
15226         (FPE_FLTINV): Likewise.
15227         (FPE_FLTSUB): Likewise.
15228         (SEGV_MAPERR): Likewise.
15229         (SEGV_ACCERR): Likewise.
15230         (BUS_ADRALN): Likewise.
15231         (BUS_ADRERR): Likewise.
15232         (BUS_OBJERR): Likewise.
15233         (BUS_MCEERR_AR): Likewise.
15234         (BUS_MCEERR_AO): Likewise.
15235         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15236         (TRAP_TRACE): Likewise.
15237         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15238         __USE_XOPEN2K8].
15239         (CLD_KILLED): Likewise.
15240         (CLD_DUMPED): Likewise.
15241         (CLD_TRAPPED): Likewise.
15242         (CLD_STOPPED): Likewise.
15243         (CLD_CONTINUED): Likewise.
15244         (POLL_IN): Likewise.
15245         (POLL_OUT): Likewise.
15246         (POLL_MSG): Likewise.
15247         (POLL_ERR): Likewise.
15248         (POLL_PRI): Likewise.
15249         (POLL_HUP): Likewise.
15250         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15251         (ILL_ILLOPN): Likewise.
15252         (ILL_ILLADR): Likewise.
15253         (ILL_ILLTRP): Likewise.
15254         (ILL_PRVOPC): Likewise.
15255         (ILL_PRVREG): Likewise.
15256         (ILL_COPROC): Likewise.
15257         (ILL_BADSTK): Likewise.
15258         (FPE_INTDIV): Likewise.
15259         (FPE_INTOVF): Likewise.
15260         (FPE_FLTDIV): Likewise.
15261         (FPE_FLTOVF): Likewise.
15262         (FPE_FLTUND): Likewise.
15263         (FPE_FLTRES): Likewise.
15264         (FPE_FLTINV): Likewise.
15265         (FPE_FLTSUB): Likewise.
15266         (SEGV_MAPERR): Likewise.
15267         (SEGV_ACCERR): Likewise.
15268         (BUS_ADRALN): Likewise.
15269         (BUS_ADRERR): Likewise.
15270         (BUS_OBJERR): Likewise.
15271         (BUS_MCEERR_AR): Likewise.
15272         (BUS_MCEERR_AO): Likewise.
15273         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15274         (TRAP_TRACE): Likewise.
15275         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15276         __USE_XOPEN2K8].
15277         (CLD_KILLED): Likewise.
15278         (CLD_DUMPED): Likewise.
15279         (CLD_TRAPPED): Likewise.
15280         (CLD_STOPPED): Likewise.
15281         (CLD_CONTINUED): Likewise.
15282         (POLL_IN): Likewise.
15283         (POLL_OUT): Likewise.
15284         (POLL_MSG): Likewise.
15285         (POLL_ERR): Likewise.
15286         (POLL_PRI): Likewise.
15287         (POLL_HUP): Likewise.
15288         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15289         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15291         [BZ #16670]
15292         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15293         before #include of <time.h>.
15294         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15295         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15296         (test-xfail-UNIX98/sched.h/conform): Likewise.
15298 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15300         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15301         error absence of trapping exception support.
15302         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15304 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15306         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15307         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15308         * timezone/Makefile (testdata): Move definition above include of
15309         Rules.
15310         (test-zones): New variable.
15311         (tests-special): Add zone files.
15312         (build-testdata): Use $(evaluate-test).
15314         * elf/Makefile (tests-special): Rename tests to end with .out.
15315         ($(objpfx)noload-mem): Likewise.
15316         ($(objpfx)tst-leaks1-mem): Likewise.
15317         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15318         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15319         $(objpfx)test-iconvconfig.out.
15320         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15321         set -e inside subshell and redirect output to file.
15322         * iconvdata/Makefile (generated): Rename tests to end with .out.
15323         Correct type.
15324         (tests-special): Rename tests to end with .out.
15325         ($(objpfx)mtrace-tst-loading): Likewise.
15326         * intl/Makefile (generated): Likewise.
15327         (tests-special): Likewise.
15328         ($(objpfx)mtrace-tst-gettext): Likewise.
15329         * misc/Makefile (generated): Likewise.
15330         (tests-special): Likewise.
15331         ($(objpfx)tst-error1-mem): Likewise.
15332         * nptl/Makefile (tests-special): Likewise.
15333         ($(objpfx)tst-stack3-mem): Likewise.
15334         (generated): Likewise.
15335         * posix/Makefile (generated): Likewise.
15336         (tests-special): Likewise.
15337         (xtests-special): Likewise.
15338         ($(objpfx)tst-fnmatch-mem): Likewise.
15339         ($(objpfx)bug-regex2-mem): Likewise.
15340         ($(objpfx)bug-regex14-mem): Likewise.
15341         ($(objpfx)bug-regex21-mem): Likewise.
15342         ($(objpfx)bug-regex31-mem): Likewise.
15343         ($(objpfx)tst-vfork3-mem): Likewise.
15344         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15345         ($(objpfx)tst-pcre-mem): Likewise.
15346         ($(objpfx)tst-boost-mem): Likewise.
15347         ($(objpfx)bug-ga2-mem): Likewise.
15348         ($(objpfx)bug-glob2-mem): Likewise.
15349         * resolv/Makefile (generate): Likewise.
15350         (tests-special): Likewise.
15351         (xtests-special): Likewise.
15352         (generated): Likewise.
15353         ($(objpfx)mtrace-tst-leaks): Likewise.
15354         ($(objpfx)mtrace-tst-leaks2): Likewise.
15356         * scripts/merge-test-results.sh: New file.
15357         * Makefile (tests-special-notdir): New variable.
15358         (tests): Run merge-test-results.sh.
15359         (xtests): Likewise.
15360         * Rules (tests-special-notdir): New variable.
15361         (xtests-special-notdir): Likewise.
15362         (tests): Run merge-test-results.sh
15363         (xtests): Likewise.
15365         * Makeconfig (test-xfail-name): New variable.
15366         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15367         compute variable name for expected failures.
15368         * conform/Makefile (conformtest-headers-data): New variable.
15369         (conformtest-standards): Likewise.
15370         (conformtest-headers-ISO): Likewise.
15371         (conformtest-headers-ISO99): Likewise.
15372         (conformtest-headers-ISO11): Likewise.
15373         (conformtest-headers-POSIX): Likewise.
15374         (conformtest-headers-XPG3): Likewise.
15375         (conformtest-headers-XPG4): Likewise.
15376         (conformtest-headers-UNIX98): Likewise.
15377         (conformtest-headers-XOPEN2K): Likewise.
15378         (conformtest-headers-POSIX2008): Likewise.
15379         (conformtest-headers-XOPEN2K8): Likewise.
15380         (conformtest-header-list-base): Likewise.
15381         (conformtest-header-list-tests): Likewise.
15382         (conformtest-header-base): Likewise.
15383         (conformtest-header-tests): Likewise.
15384         (tests-special): Add $(conformtest-header-list-tests).  If
15385         [$(fast-check) && !$(cross-compiling)], add
15386         $(conformtest-header-tests) instead of
15387         $(objpfx)run-conformtest.out.
15388         (generated): Add $(conformtest-header-list-base).  If
15389         [$(fast-check) && !$(cross-compiling)], add
15390         $(conformtest-header-base).  Remove previous setting.
15391         ($(conformtest-header-list-tests)): New target.
15392         (test-xfail-run-conformtest): Remove variable.
15393         ($(objpfx)run-conformtest.out): Remove target.
15394         (test-xfail-ISO11/complex.h/conform): New variable.
15395         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15396         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15397         (test-xfail-XPG3/varargs.h/conform): Likewise.
15398         (test-xfail-XPG4/varargs.h/conform): Likewise.
15399         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15400         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15401         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15402         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15403         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15404         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15405         (test-xfail-XPG3/ftw.h/conform): Likewise.
15406         (test-xfail-XPG3/grp.h/conform): Likewise.
15407         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15408         (test-xfail-XPG3/limits.h/conform): Likewise.
15409         (test-xfail-XPG3/pwd.h/conform): Likewise.
15410         (test-xfail-XPG3/search.h/conform): Likewise.
15411         (test-xfail-XPG3/signal.h/conform): Likewise.
15412         (test-xfail-XPG3/stdio.h/conform): Likewise.
15413         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15414         (test-xfail-XPG3/string.h/conform): Likewise.
15415         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15416         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15417         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15418         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15419         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15420         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15421         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15422         (test-xfail-XPG3/termios.h/conform): Likewise.
15423         (test-xfail-XPG3/time.h/conform): Likewise.
15424         (test-xfail-XPG3/unistd.h/conform): Likewise.
15425         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15426         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15427         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15428         (test-xfail-XPG4/netdb.h/conform): Likewise.
15429         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15430         (test-xfail-XPG4/signal.h/conform): Likewise.
15431         (test-xfail-XPG4/stdio.h/conform): Likewise.
15432         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15433         (test-xfail-XPG4/stropts.h/conform): Likewise.
15434         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15435         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15436         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15437         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15438         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15439         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15440         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15441         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15442         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15443         (test-xfail-XPG4/termios.h/conform): Likewise.
15444         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15445         (test-xfail-XPG4/unistd.h/conform): Likewise.
15446         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15447         (test-xfail-POSIX/sched.h/conform): Likewise.
15448         (test-xfail-POSIX/signal.h/conform): Likewise.
15449         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15450         (test-xfail-POSIX/tar.h/conform): Likewise.
15451         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15452         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15453         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15454         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15455         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15456         (test-xfail-UNIX98/sched.h/conform): Likewise.
15457         (test-xfail-UNIX98/signal.h/conform): Likewise.
15458         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15459         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15460         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15461         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15462         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15463         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15464         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15465         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15466         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15467         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15468         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15469         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15470         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15471         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15472         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15473         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15474         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15475         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15476         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15477         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15478         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15479         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15480         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15481         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15482         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15483         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15484         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15485         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15486         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15487         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15488         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15489         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15490         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15491         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15492         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15493         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15494         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15495         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15496         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15497         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15498         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15499         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15500         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15501         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15502         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15503         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15504         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15505         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15506         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15507         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15508         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15509         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15510         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15511         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15512         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15513         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15514         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15515         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15516         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15517         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15518         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15519         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15520         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15521         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15522         (conformtest-cc-flags): Likewise.
15523         ($(conformtest-header-tests): New target.
15524         * conform/check-header-lists.sh: New file.
15525         * conform/run-conformtest.sh: Remove.
15527         * conform/conformtest.pl: Allow ' and \ in values given for
15528         constants.
15529         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15530         inclusion.
15531         [POSIX] (sys/types.h): Likewise.
15532         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15533         inclusion.
15534         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15535         inclusion.
15536         * conform/data/signal.h-data (SIGIO): Remove expectation.
15537         [XPG3] (SIGBUS): Do not expect.
15538         [POSIX || XPG3] (SIGPOLL): Likewise.
15539         [POSIX || XPG3] (SIGPROF): Likewise.
15540         [POSIX || XPG3] (SIGSYS): Likewise.
15541         [XPG3] (SIGTRAP): Likewise.
15542         [POSIX || XPG3] (SIGURG): Likewise.
15543         [POSIX || XPG3] (SIGVTALRM): Likewise.
15544         [POSIX || XPG3] (SIGXCPU): Likewise.
15545         [POSIX || XPG3] (SIGXFSZ): Likewise.
15546         [POSIX] (SA_SIGINFO): Expect.
15547         [XPG3] (siginfo_t): Do not expect type or contents.
15548         [POSIX] (si_pid): Do not expect element.
15549         [POSIX] (si_uid): Likewise.
15550         [POSIX] (si_addr): Likewise.
15551         [POSIX] (si_status): Likewise.
15552         [POSIX] (si_band): Likewise.
15553         [XPG4] (si_value): Likewise.
15554         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15555         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15556         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15557         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15558         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15559         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15560         [POSIX || XPG3] (ILL_COPROC): Likewise.
15561         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15562         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15563         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15564         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15565         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15566         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15567         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15568         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15569         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15570         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15571         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15572         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15573         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15574         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15575         [POSIX || XPG3] (CLD_EXITED): Likewise.
15576         [POSIX || XPG3] (CLD_KILLED): Likewise.
15577         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15578         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15579         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15580         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15581         [POSIX || XPG3] (POLL_IN): Likewise.
15582         [POSIX || XPG3] (POLL_OUT): Likewise.
15583         [POSIX || XPG3] (POLL_MSG): Likewise.
15584         [POSIX || XPG3] (POLL_ERR): Likewise.
15585         [POSIX || XPG3] (POLL_PRI): Likewise.
15586         [POSIX || XPG3] (POLL_HUP): Likewise.
15587         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15588         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15589         (SIG*): Do not allow.
15590         [XPG3] (si_*): Likewise.
15591         [XPG3] (SI_*): Likewise.
15592         [XPG3 || XPG4] (sigev_*): Likewise.
15593         [XPG3 || XPG4] (SIGEV_*): Likewise.
15594         [XPG3 || XPG4] (sival_*): Likewise.
15595         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15596         [POSIX || XPG3] (BUS_*): Likewise.
15597         [POSIX || XPG3] (CLD_*): Likewise.
15598         [POSIX || XPG3] (FPE_*): Likewise.
15599         [POSIX || XPG3] (ILL_*): Likewise.
15600         [POSIX || XPG3] (POLL_*): Likewise.
15601         [POSIX || XPG3] (SEGV_*): Likewise.
15602         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15603         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15604         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15605         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15606         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15607         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15608         Specify type and value.
15609         (TVERSLEN): Likewise.
15610         (REGTYPE): Likewise.
15611         (AREGTYPE): Likewise.
15612         (LNKTYPE): Likewise.
15613         (SYMTYPE): Likewise.
15614         (CHRTYPE): Likewise.
15615         (BLKTYPE): Likewise.
15616         (DIRTYPE): Likewise.
15617         (FIFOTYPE): Likewise.
15618         (CONTTYPE): Likewise.
15619         (TSUID): Likewise.
15620         (TSGID): Likewise.
15621         (TSVTX): Likewise.
15622         (TUREAD): Likewise.
15623         (TUWRITE): Likewise.
15624         (TUEXEC): Likewise.
15625         (TGREAD): Likewise.
15626         (TGWRITE): Likewise.
15627         (TGEXEC): Likewise.
15628         (TOREAD): Likewise.
15629         (TOWRITE): Likewise.
15630         (TOEXEC): Likewise.
15631         [POSIX] (TSVTX): Expect constant.
15633 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15635         * Makefile (tests): Change dependencies to ....
15636         (tests-special): ... additions to this variable.
15637         (tests): Depend on $(tests-special).
15638         * Makerules (check-abi-list): New variable.
15639         (check-abi): Depend on $(check-abi-list).
15640         [$(subdir) = elf] (tests-special): Add
15641         $(objpfx)check-abi-libc.out.
15642         [$(build-shared) = yes && subdir] (tests-special): Add
15643         $(check-abi-list).
15644         [$(build-shared) = yes && subdir] (tests): Do not depend on
15645         check-abi.
15646         * Rules (tests): Depend on $(tests-special).
15647         (xtests): Depend on $(xtests-special).
15648         * catgets/Makefile (tests): Change dependencies to ....
15649         (tests-special): ... additions to this variable.
15650         * conform/Makefile (tests): Change dependencies to ....
15651         (tests-special): ... additions to this variable.
15652         * elf/Makefile (tests): Change dependencies to ....
15653         (tests-special): ... additions to this variable.
15654         * grp/Makefile (tests): Change dependencies to ....
15655         (tests-special): ... additions to this variable.
15656         * iconv/Makefile (xtests): Change dependencies to ....
15657         (xtests-special): ... additions to this variable.
15658         * iconvdata/Makefile (tests): Change dependencies to ....
15659         (tests-special): ... additions to this variable.
15660         * intl/Makefile (tests): Change dependencies to ....
15661         (tests-special): ... additions to this variable.  Also add
15662         $(objpfx)tst-gettext.out.
15663         * io/Makefile (tests): Change dependencies to ....
15664         (tests-special): ... additions to this variable.
15665         * libio/Makefile (tests): Change dependencies to ....
15666         (tests-special): ... additions to this variable.
15667         * malloc/Makefile (tests): Change dependencies to ....
15668         (tests-special): ... additions to this variable.
15669         * misc/Makefile (tests): Change dependencies to ....
15670         (tests-special): ... additions to this variable.
15671         * nptl/Makefile (tests): Change dependencies to ....
15672         (tests-special): ... additions to this variable.
15673         * nptl_db/Makefile (tests): Change dependencies to ....
15674         (tests-special): ... additions to this variable.
15675         * posix/Makefile (tests): Change dependencies to ....
15676         (tests-special): ... additions to this variable.
15677         (xtests): Change dependencies to ....
15678         (xtests-special): ... additions to this variable.
15679         * resolv/Makefile (tests): Change dependencies to ....
15680         (tests-special): ... additions to this variable.
15681         (xtests): Change dependencies to ....
15682         (xtests-special): ... additions to this variable.
15683         * stdio-common/Makefile (tests): Change dependencies to ....
15684         (tests-special): ... additions to this variable.
15685         (do-tst-unbputc): Remove target.
15686         (do-tst-printf): Likewise.
15687         * stdlib/Makefile (tests): Change dependencies to ....
15688         (tests-special): ... additions to this variable.
15689         * string/Makefile (tests): Change dependencies to ....
15690         (tests-special): ... additions to this variable.
15691         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15692         (tests-special): ... additions to this variable.
15694         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15695         whole file.
15696         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15697         whole file.
15698         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15699         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15701         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15702         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15703         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15704         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15705         * conform/data/libgen.h-data [XPG3]: Likewise.
15706         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15707         * conform/data/ndbm.h-data [XPG3]: Likewise.
15708         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15709         * conform/data/netdb.h-data [XPG3]: Likewise.
15710         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15711         * conform/data/poll.h-data [XPG3]: Likewise.
15712         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15713         * conform/data/strings.h-data [XPG3]: Likewise.
15714         * conform/data/stropts.h-data [XPG3]: Likewise.
15715         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15716         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15717         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15718         Likewise.
15719         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15720         * conform/data/sys/time.h-data [XPG3]: Likewise.
15721         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15722         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15723         * conform/data/sys/un.h-data [XPG3]: Likewise.
15724         * conform/data/syslog.h-data [XPG3]: Likewise.
15725         * conform/data/ucontext.h-data [XPG3]: Likewise.
15726         * conform/data/utmpx.h-data [XPG3]: Likewise.
15727         * conform/data/varargs.h-data [UNIX98]: Enable file.
15729         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15731         * math/libm-test.inc (struct test_f_f_data): Move expected results
15732         into structure for each rounding mode.
15733         (struct test_ff_f_data): Likewise.
15734         (struct test_ff_f_data_nexttoward): Likewise.
15735         (struct test_fi_f_data): Likewise.
15736         (struct test_fl_f_data): Likewise.
15737         (struct test_if_f_data): Likewise.
15738         (struct test_fff_f_data): Likewise.
15739         (struct test_c_f_data): Likewise.
15740         (struct test_f_f1_data): Likewise.
15741         (struct test_fF_f1_data): Likewise.
15742         (struct test_ffI_f1_data): Likewise.
15743         (struct test_c_c_data): Likewise.
15744         (struct test_cc_c_data): Likewise.
15745         (struct test_f_i_data): Likewise.
15746         (struct test_ff_i_data): Likewise.
15747         (struct test_f_l_data): Likewise.
15748         (struct test_f_L_data): Likewise.
15749         (struct test_fFF_11_data): Likewise.
15750         (RM_): New macro.
15751         (RM_FE_DOWNWARD): Likewise.
15752         (RM_FE_TONEAREST): Likewise.
15753         (RM_FE_TOWARDZERO): Likewise.
15754         (RM_FE_UPWARD): Likewise.
15755         (RUN_TEST_LOOP_f_f): Update references to expected results.
15756         (RUN_TEST_LOOP_2_f): Likewise.
15757         (RUN_TEST_LOOP_fff_f): Likewise.
15758         (RUN_TEST_LOOP_c_f): Likewise.
15759         (RUN_TEST_LOOP_f_f1): Likewise.
15760         (RUN_TEST_LOOP_fF_f1): Likewise.
15761         (RUN_TEST_LOOP_fI_f1): Likewise.
15762         (RUN_TEST_LOOP_ffI_f1): Likewise.
15763         (RUN_TEST_LOOP_c_c): Likewise.
15764         (RUN_TEST_LOOP_cc_c): Likewise.
15765         (RUN_TEST_LOOP_f_i): Likewise.
15766         (RUN_TEST_LOOP_f_i_tg): Likewise.
15767         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15768         (RUN_TEST_LOOP_f_b): Likewise.
15769         (RUN_TEST_LOOP_f_b_tg): Likewise.
15770         (RUN_TEST_LOOP_f_l): Likewise.
15771         (RUN_TEST_LOOP_f_L): Likewise.
15772         (RUN_TEST_LOOP_fFF_11): Likewise.
15773         * math/gen-libm-test.pl (parse_args): Output four copies of
15774         expected results for each test.
15776         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15777         (__ASSUME_UTIMES): Remove.
15778         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15779         (__ASSUME_UTIMES): Likewise.
15781         * math/gen-auto-libm-tests.c: Update comment on output format.
15782         (output_for_one_input_case): Generate before-rounding and
15783         after-rounding information as conditions on output flags not
15784         floating-point format.
15785         * math/auto-libm-test-out: Regenerated.
15786         * math/gen-libm-test.pl (cond_value): New function.
15787         (or_cond_value): Use cond_value.
15788         (generate_testfile): Handle conditional exceptions.
15790 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15792         * math/libm-test.inc (max_valid_error): New variable.
15793         (init_max_error): Take new argument specifying whether function
15794         results are exactly determined.  Set max_valid_error and bound
15795         other variables for errors based on this argument.
15796         (set_max_error): Do not record results above max_valid_error.
15797         (check_float_internal): Only accept errors of up to 0.5ulps if
15798         also at most max_valid_error.
15799         (START): Take new argument EXACT and pass it to init_max_error.
15800         (acos_test): Update call to START.
15801         (acos_test_tonearest): Likewise.
15802         (acos_test_towardzero): Likewise.
15803         (acos_test_downward): Likewise.
15804         (acos_test_upward): Likewise.
15805         (acosh_test): Likewise.
15806         (asin_test): Likewise.
15807         (asin_test_tonearest): Likewise.
15808         (asin_test_towardzero): Likewise.
15809         (asin_test_downward): Likewise.
15810         (asin_test_upward): Likewise.
15811         (asinh_test): Likewise.
15812         (atan_test): Likewise.
15813         (atanh_test): Likewise.
15814         (atan2_test): Likewise.
15815         (cabs_test): Likewise.
15816         (cacos_test): Likewise.
15817         (cacosh_test): Likewise.
15818         (carg_test): Likewise.
15819         (casin_test): Likewise.
15820         (casinh_test): Likewise.
15821         (catan_test): Likewise.
15822         (catanh_test): Likewise.
15823         (cbrt_test): Likewise.
15824         (ccos_test): Likewise.
15825         (ccosh_test): Likewise.
15826         (ceil_test): Likewise.
15827         (cexp_test): Likewise.
15828         (cimag_test): Likewise.
15829         (clog_test): Likewise.
15830         (clog10_test): Likewise.
15831         (conj_test): Likewise.
15832         (copysign_test): Likewise.
15833         (cos_test): Likewise.
15834         (cos_test_tonearest): Likewise.
15835         (cos_test_towardzero): Likewise.
15836         (cos_test_downward): Likewise.
15837         (cos_test_upward): Likewise.
15838         (cosh_test): Likewise.
15839         (cosh_test_tonearest): Likewise.
15840         (cosh_test_towardzero): Likewise.
15841         (cosh_test_downward): Likewise.
15842         (cosh_test_upward): Likewise.
15843         (cpow_test): Likewise.
15844         (cproj_test): Likewise.
15845         (creal_test): Likewise.
15846         (csin_test): Likewise.
15847         (csinh_test): Likewise.
15848         (csqrt_test): Likewise.
15849         (ctan_test): Likewise.
15850         (ctan_test_tonearest): Likewise.
15851         (ctan_test_towardzero): Likewise.
15852         (ctan_test_downward): Likewise.
15853         (ctan_test_upward): Likewise.
15854         (ctanh_test): Likewise.
15855         (ctanh_test_tonearest): Likewise.
15856         (ctanh_test_towardzero): Likewise.
15857         (ctanh_test_downward): Likewise.
15858         (ctanh_test_upward): Likewise.
15859         (erf_test): Likewise.
15860         (erfc_test): Likewise.
15861         (exp_test): Likewise.
15862         (exp_test_tonearest): Likewise.
15863         (exp_test_towardzero): Likewise.
15864         (exp_test_downward): Likewise.
15865         (exp_test_upward): Likewise.
15866         (exp10_test): Likewise.
15867         (exp10_test_tonearest): Likewise.
15868         (exp10_test_towardzero): Likewise.
15869         (exp10_test_downward): Likewise.
15870         (exp10_test_upward): Likewise.
15871         (pow10_test): Likewise.
15872         (exp2_test): Likewise.
15873         (expm1_test): Likewise.
15874         (expm1_test_tonearest): Likewise.
15875         (expm1_test_towardzero): Likewise.
15876         (expm1_test_downward): Likewise.
15877         (expm1_test_upward): Likewise.
15878         (fabs_test): Likewise.
15879         (fdim_test): Likewise.
15880         (floor_test): Likewise.
15881         (fma_test): Likewise.
15882         (fma_test_towardzero): Likewise.
15883         (fma_test_downward): Likewise.
15884         (fma_test_upward): Likewise.
15885         (fmax_test): Likewise.
15886         (fmin_test): Likewise.
15887         (fmod_test): Likewise.
15888         (fpclassify_test): Likewise.
15889         (frexp_test): Likewise.
15890         (hypot_test): Likewise.
15891         (ilogb_test): Likewise.
15892         (isfinite_test): Likewise.
15893         (finite_test): Likewise.
15894         (isgreater_test): Likewise.
15895         (isgreaterequal_test): Likewise.
15896         (isinf_test): Likewise.
15897         (isless_test): Likewise.
15898         (islessequal_test): Likewise.
15899         (islessgreater_test): Likewise.
15900         (isnan_test): Likewise.
15901         (isnormal_test): Likewise.
15902         (issignaling_test): Likewise.
15903         (isunordered_test): Likewise.
15904         (j0_test): Likewise.
15905         (j1_test): Likewise.
15906         (jn_test): Likewise.
15907         (ldexp_test): Likewise.
15908         (lgamma_test): Likewise.
15909         (gamma_test): Likewise.
15910         (lrint_test): Likewise.
15911         (lrint_test_tonearest): Likewise.
15912         (lrint_test_towardzero): Likewise.
15913         (lrint_test_downward): Likewise.
15914         (lrint_test_upward): Likewise.
15915         (llrint_test): Likewise.
15916         (llrint_test_tonearest): Likewise.
15917         (llrint_test_towardzero): Likewise.
15918         (llrint_test_downward): Likewise.
15919         (llrint_test_upward): Likewise.
15920         (log_test): Likewise.
15921         (log10_test): Likewise.
15922         (log1p_test): Likewise.
15923         (log2_test): Likewise.
15924         (logb_test): Likewise.
15925         (logb_test_downward): Likewise.
15926         (lround_test): Likewise.
15927         (llround_test): Likewise.
15928         (modf_test): Likewise.
15929         (nearbyint_test): Likewise.
15930         (nextafter_test): Likewise.
15931         (nexttoward_test): Likewise.
15932         (pow_test): Likewise.
15933         (pow_test_tonearest): Likewise.
15934         (pow_test_towardzero): Likewise.
15935         (pow_test_downward): Likewise.
15936         (pow_test_upward): Likewise.
15937         (remainder_test): Likewise.
15938         (drem_test): Likewise.
15939         (remainder_test_tonearest): Likewise.
15940         (drem_test_tonearest): Likewise.
15941         (remainder_test_towardzero): Likewise.
15942         (drem_test_towardzero): Likewise.
15943         (remainder_test_downward): Likewise.
15944         (drem_test_downward): Likewise.
15945         (remainder_test_upward): Likewise.
15946         (drem_test_upward): Likewise.
15947         (remquo_test): Likewise.
15948         (rint_test): Likewise.
15949         (rint_test_tonearest): Likewise.
15950         (rint_test_towardzero): Likewise.
15951         (rint_test_downward): Likewise.
15952         (rint_test_upward): Likewise.
15953         (round_test): Likewise.
15954         (scalb_test): Likewise.
15955         (scalbn_test): Likewise.
15956         (scalbln_test): Likewise.
15957         (signbit_test): Likewise.
15958         (sin_test): Likewise.
15959         (sin_test_tonearest): Likewise.
15960         (sin_test_towardzero): Likewise.
15961         (sin_test_downward): Likewise.
15962         (sin_test_upward): Likewise.
15963         (sincos_test): Likewise.
15964         (sinh_test): Likewise.
15965         (sinh_test_tonearest): Likewise.
15966         (sinh_test_towardzero): Likewise.
15967         (sinh_test_downward): Likewise.
15968         (sinh_test_upward): Likewise.
15969         (sqrt_test): Likewise.
15970         (sqrt_test_tonearest): Likewise.
15971         (sqrt_test_towardzero): Likewise.
15972         (sqrt_test_downward): Likewise.
15973         (sqrt_test_upward): Likewise.
15974         (tan_test): Likewise.
15975         (tan_test_tonearest): Likewise.
15976         (tan_test_towardzero): Likewise.
15977         (tan_test_downward): Likewise.
15978         (tan_test_upward): Likewise.
15979         (tanh_test): Likewise.
15980         (tgamma_test): Likewise.
15981         (trunc_test): Likewise.
15982         (y0_test): Likewise.
15983         (y1_test): Likewise.
15984         (yn_test): Likewise.
15985         (significand_test): Likewise.
15987         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15988         individual tests in comment.
15989         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15990         (prev_max_error): New variable.
15991         (prev_real_max_error): Likewise.
15992         (prev_imag_max_error): Likewise.
15993         (compare_ulp_data): Don't refer to test names in comment.
15994         (find_test_ulps): Remove function.
15995         (find_function_ulps): Likewise.
15996         (find_complex_function_ulps): Likewise.
15997         (init_max_error): Take function name as argument.  Look up ulps
15998         for that function.
15999         (print_ulps): Remove function.
16000         (print_max_error): Use prev_max_error instead of calling
16001         find_function_ulps.
16002         (print_complex_max_error): Use prev_real_max_error and
16003         prev_imag_max_error instead of calling find_complex_function_ulps.
16004         (check_float_internal): Take max_ulp parameter instead of calling
16005         find_test_ulps.  Don't call print_ulps.
16006         (check_float): Update call to check_float_internal.
16007         (check_complex): Update calls to check_float_internal.
16008         (START): Pass argument to init_max_error.
16009         * math/gen-libm-test.pl (%results): Don't include "kind"
16010         information.
16011         (parse_ulps): Don't handle ulps of individual tests.
16012         (print_ulps_file): Likewise.
16013         (output_ulps): Likewise.
16014         * math/README.libm-test: Update.
16015         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16016         individual tests.
16017         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16018         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16019         * sysdeps/arm/libm-test-ulps: Likewise.
16020         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16021         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16022         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16023         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16024         * sysdeps/microblaze/libm-test-ulps: Likewise.
16025         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16026         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16027         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16028         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16029         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16030         * sysdeps/sh/libm-test-ulps: Likewise.
16031         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16032         * sysdeps/tile/libm-test-ulps: Likewise.
16033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16035 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16037         * math/libm-test.inc (print_complex_max_error): Check separately
16038         whether real and imaginary errors are within allowed range and
16039         pass 0 to print_complex_function_ulps instead of value within
16040         allowed range.
16042 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16044         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16045         formatting.
16046         (get_handles_fopen): Likewise.
16047         (do_write_test): Likewise.
16049         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16051         * libio/fileops.c (do_ftell): Use cached offset when
16052         available.
16053         * libio/iofwide.c (do_ftell_wide): Likewise.
16054         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16055         _IO_file_attach.
16056         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16058         [BZ #16532]
16059         * libio/libioP.h (get_file_offset): New function.
16060         * libio/fileops.c (get_file_offset): Likewise.
16061         (do_ftell): Likewise.
16062         (_IO_new_file_seekoff): Split out ftell logic.
16063         * libio/wfileops.c (do_ftell_wide): Likewise.
16064         (_IO_wfile_seekoff): Split out ftell logic.
16065         * libio/tst-ftell-active-handler.c: New test case.
16066         * libio/Makefile (tests): Add it.
16068 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16070         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16071         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16073 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16075         [BZ #16639]
16076         * nscd/connections.c (nscd_init): Call do_exit.
16077         (start_threads): Call do_exit and notify_parent.
16078         (begin_drop_privileges): Call do_exit.
16079         (finish_drop_privileges): Likewise.
16080         * nscd/selinux.c (preserve_capabilities): Likewise.
16081         (install_real_capabilities): Likewise.
16082         (nscd_selinux_enabled): Likewise.
16083         (avc_create_thread): Likewise.
16084         (avc_alloc_lock): Likewise.
16085         (nscd_avc_init): Likewise.
16086         * nscd/nscd.c (parent_fd): New static variable.
16087         (main): Create a pipe between parent and child processes.
16088         Skip closing parent_fd.
16089         (monitor_child): New function.
16090         (do_exit): Likewise.
16091         (notify_parent): Likewise.
16092         * nscd/nscd.h (notify_parent): Likewise.
16093         (do_exit): Likewise.
16095 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16097         * malloc/malloc.c (__libc_calloc): Revert last change.
16099 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16103 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16105         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16106         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16107         implementation.
16108         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16109         (__libc_ifunc_impl_list): Likewise.
16110         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16111         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16112         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16113         * string/strrchr.c: Define STRRCHR.
16115 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16117         * benchtest/bench-strtok.c (simple_strtok): Delete.
16118         (strtok_string): Use as benchmark.
16119         * string/strtok (STRTOK): New macro.
16121 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16123         * manual/threads.texi: Add header and standard comments to all
16124         functions.
16126         * elf/dl-lookup.c (check_match): New function.
16127         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16128         (do_lookup_x): Remove nested function check_match. Use non-nested
16129         function check_match.
16131 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16133         * csu/Makefile (generated, before-compile): Use += rather than =.
16134         * catgets/Makefile (generated, generated-dirs): Likewise.
16135         * debug/Makefile (generated): Likewise.
16136         * dlfcn/Makefile (generated): Likewise.
16137         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16138         * iconvdata/Makefile (before-compile, generated): Likewise.
16139         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16140         * libio/Makefile (generated): Likewise.
16141         * malloc/Makefile (generated): Likewise.
16142         * manual/Makefile (generated, generated-dirs): Likewise.
16143         * misc/Makefile (generated): Likewise.
16144         * posix/Makefile (generated): Likewise.
16145         * resolv/Makefile (generated): Likewise.
16146         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16147         * timezone/Makefile (generated, generated-dirs): Likewise.
16149         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16151 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16153         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16154         power8 implementation.
16155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16156         file: POWER8 llround ifunc implementation.
16157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16158         (__lllround): Add POWER8 implementation.
16159         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16160         POWER8 llround implementation.
16162         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16163         power8 implementation.
16164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16165         file: POWER8 llrint ifunc implementation.
16166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16167         Add POWER8 implementation.
16168         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16169         POWER8 llrint implementation.
16171         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16172         power8 implementation.
16173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16174         file: POWER8 finite ifunc implementation.
16175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16176         Add POWER8 implementation.
16177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16178         Likewise.
16179         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16180         POWER8 finite implementation.
16181         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16183         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16184         power8 implementation.
16185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16186         file: POWER8 isinf ifunc implementation.
16187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16188         POWER8 implementation.
16189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16190         Likewise.
16191         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16192         isinf implementation.
16193         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16195         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16196         (INIT_ARCH): Add hwcap2 initialization.
16197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16198         power8 implementation.
16199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16200         file: POWER8 isnan ifunc implementation.
16201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16202         POWER8 implementation.
16203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16204         Likewise.
16205         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16206         isnan implementation.
16207         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16209 2014-02-27  Joey Ye  <joey.ye@arm.com>
16211         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16212         (_FP_NANFRAC_Q): Set to zero.
16214 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16216         [BZ #16623]
16217         * math/auto-libm-test-in: New test inputs.
16218         * math/auto-libm-test-out: Regenerate.
16219         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16220         and DA.
16221         (__cos): Likewise.
16222         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16224 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16226         * scripts/evaluate-test.sh: Take new argument indicating whether
16227         failure is expected.
16228         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16229         indicating whether failure is expected.
16230         * conform/Makefile (test-xfail-run-conformtest): New variable.
16231         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16232         level.
16233         * posix/Makefile (test-xfail-annexc): New variable.
16234         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16236 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16238         * argp/Makefile: Include Makeconfig immediately after defining
16239         subdir.
16240         * assert/Makefile: Likewise.
16241         * benchtests/Makefile: Likewise.
16242         * catgets/Makefile: Likewise.
16243         * conform/Makefile: Likewise.
16244         * crypt/Makefile: Likewise.
16245         * csu/Makefile: Likewise.
16246         (all): Remove target.
16247         * ctype/Makefile: Include Makeconfig immediately after defining
16248         subdir.
16249         * debug/Makefile: Likewise.
16250         * dirent/Makefile: Likewise.
16251         * dlfcn/Makefile: Likewise.
16252         * gmon/Makefile: Likewise.
16253         * gnulib/Makefile: Likewise.
16254         * grp/Makefile: Likewise.
16255         * gshadow/Makefile: Likewise.
16256         * hesiod/Makefile: Likewise.
16257         * hurd/Makefile: Likewise.
16258         (all): Remove target.
16259         * iconvdata/Makefile: Include Makeconfig immediately after
16260         defining subdir.
16261         * inet/Makefile: Likewise.
16262         * intl/Makefile: Likewise.
16263         * io/Makefile: Likewise.
16264         * libio/Makefile: Likewise.
16265         (all): Remove target.
16266         * locale/Makefile: Include Makeconfig immediately after defining
16267         subdir.
16268         * login/Makefile: Likewise.
16269         * mach/Makefile: Likewise.
16270         (all): Remove target.
16271         * malloc/Makefile: Include Makeconfig immediately after defining
16272         subdir.
16273         (all): Remove target.
16274         * manual/Makefile: Include Makeconfig immediately after defining
16275         subdir.
16276         * math/Makefile: Likewise.
16277         * misc/Makefile: Likewise.
16278         * nis/Makefile: Likewise.
16279         * nss/Makefile: Likewise.
16280         * po/Makefile: Likewise.
16281         (all): Remove target.
16282         * posix/Makefile: Include Makeconfig immediately after defining
16283         subdir.
16284         * pwd/Makefile: Likewise.
16285         * resolv/Makefile: Likewise.
16286         * resource/Makefile: Likewise.
16287         * rt/Makefile: Likewise.
16288         * setjmp/Makefile: Likewise.
16289         * shadow/Makefile: Likewise.
16290         * signal/Makefile: Likewise.
16291         * socket/Makefile: Likewise.
16292         * soft-fp/Makefile: Likewise.
16293         * stdio-common/Makefile: Likewise.
16294         * stdlib/Makefile: Likewise.
16295         * streams/Makefile: Likewise.
16296         * string/Makefile: Likewise.
16297         * sunrpc/Makefile: Likewise.
16298         (all): Remove target.
16299         * sysvipc/Makefile: Include Makeconfig immediately after defining
16300         subdir.
16301         * termios/Makefile: Likewise.
16302         * time/Makefile: Likewise.
16303         * timezone/Makefile: Likewise.
16304         (all): Remove target.
16305         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16306         subdir.
16307         * wctype/Makefile: Likewise.
16309 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16311         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16312         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16313         (libc_feholdexcept_setround_mips): Ditto.
16314         (libc_feholdsetround): New.
16315         (libc_feholdsetroundf): New.
16316         (libc_feholdsetroundl): New.
16317         (libc_feupdateenv_test_mips): New.
16318         (libc_feupdateenv_test): New.
16319         (libc_feupdateenv_testf): New.
16320         (libc_feupdateenv_testl): New.
16321         (libc_feresetround): New.
16322         (libc_feresetroundf): New.
16323         (libc_feresetroundl): New.
16324         (libc_fetestexcept_mips): New.
16325         (libc_fetestexcept): New.
16326         (libc_fetestexceptf): New.
16327         (libc_fetestexceptl): New.
16328         (HAVE_RM_CTX): New.
16329         (libc_feholdexcept_setround_mips_ctx): New.
16330         (libc_feholdexcept_setround_ctx): New.
16331         (libc_feholdexcept_setroundf_ctx): New.
16332         (libc_feholdexcept_setroundl_ctx): New.
16333         (libc_fesetenv_mips_ctx): New.
16334         (libc_fesetenv_ctx): New.
16335         (libc_fesetenv_ctxf): New.
16336         (libc_fesetenv_ctxl): New.
16337         (libc_feupdateenv_mips_ctx): New.
16338         (libc_feupdateenv_ctx): New.
16339         (libc_feupdateenvf_ctx): New.
16340         (libc_feupdateenvl_ctx): New.
16341         (libc_feholdsetround_mips_ctx): New.
16342         (libc_feholdsetround_ctx): New.
16343         (libc_feholdsetroundf_ctx): New.
16344         (libc_feholdsetroundl_ctx): New.
16345         (libc_feresetround_mips_ctx): New.
16346         (libc_feresetround_ctx): New.
16347         (libc_feresetroundf_ctx): New.
16348         (libc_feresetroundl_ctx): New.
16350 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16352         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16354         * manual/ipc.texi: New file.
16355         * manual/Makefile (chapters): Add ipc.
16356         * manual/job.texi: Add "Inter-Process Communication" to next.
16357         * manual/process.texi: Add "Inter-Process Communication" to prev.
16359 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16363 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16365         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16367         * manual/arith.texi: Fix spaces after sentences.
16368         * manual/charset.texi: Likewise.
16369         * manual/errno.texi: Likewise.
16370         * manual/install.texi: Likewise.
16371         * manual/llio.texi: Likewise.
16372         * manual/locale.texi: Likewise.
16373         * manual/maint.texi: Likewise.
16374         * manual/math.texi: Likewise.
16375         * manual/memory.texi: Likewise.
16376         * manual/message.texi: Likewise.
16377         * manual/probes.texi: Likewise.
16378         * manual/resource.texi: Likewise.
16379         * manual/signal.texi: Likewise.
16380         * manual/socket.texi: Likewise.
16381         * manual/stdio.texi: Likewise.
16382         * manual/string.texi: Likewise.
16383         * manual/time.texi: Likewise.
16384         * manual/users.texi: Likewise.
16386 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16388         [BZ #16632]
16389         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16390         _DEFAULT_SOURCE is defined.
16392 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16393             Carlos O'Donell  <carlos@redhat.com>
16395         [BZ #16613]
16396         * elf/dl-tls.c (_dl_count_modids): New function.
16397         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16398         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16399         audit library and increment generation counter.
16400         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16401         * elf/tst-audit9.c: New file.
16402         * elf/tst-auditmod9a.c: New file.
16403         * elf/tst-auditmod9b.c: New file.
16404         * elf/Makefile: Add rules to build and run tst-audit9.
16406 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16408         [BZ #15347]
16409         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16411 2014-02-25  Will Newton  <will.newton@linaro.org>
16413         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16414         (__longjmp): Restore sp and lr before restoring callee
16415         saved registers.  Add longjmp and longjmp_target
16416         SystemTap probe point.
16417         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16418         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16419         Define to zero to match jmpbuf layout.
16420         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16421         (__sigsetjmp): Save sp and lr before saving callee
16422         saved registers.  Add setjmp SystemTap probe point.
16424 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16426         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16428 2014-02-24  Andreas Schwab  <schwab@suse.de>
16430         [BZ #15804]
16431         * elf/pldd.c (wait_for_ptrace_stop): New function.
16432         (main): Call it after attaching.
16434 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16436         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16437         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16438         Versions files is now verboten.
16439         * hurd/Versions (libc: GLIBC_2.0):
16440         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16441         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16442         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16443         * mach/Versions: Likewise.
16445         * csu/Versions: Remove unused %include.
16446         * resolv/Versions: Likewise.
16448 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16450         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16451         ($(objpfx)check-local-headers.out): Likewise.
16452         ($(objpfx)begin-end-check.out): Likewise.
16453         * Makerules (check-abi-%.out): Likewise.
16454         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16455         ($(objpfx)test2.cat): Likewise.
16456         ($(objpfx)de/libc.cat): Likewise.
16457         ($(objpfx)test-gencat.out): Likewise.
16458         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16459         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16460         ($(objpfx)noload-mem): Likewise.
16461         ($(objpfx)tst-pathopt.out): Likewise.
16462         ($(objpfx)tst-rtld-load-self.out): Likewise.
16463         ($(objpfx)tst-array1-cmp.out): Likewise.
16464         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16465         ($(objpfx)tst-array2-cmp.out): Likewise.
16466         ($(objpfx)tst-array3-cmp.out): Likewise.
16467         ($(objpfx)tst-array4-cmp.out): Likewise.
16468         ($(objpfx)tst-array5-cmp.out): Likewise.
16469         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16470         ($(objpfx)check-textrel.out): Likewise.
16471         ($(objpfx)check-execstack.out): Likewise.
16472         ($(objpfx)check-localplt.out): Likewise.
16473         ($(objpfx)order2-cmp.out): Likewise.
16474         ($(objpfx)tst-leaks1-mem): Likewise.
16475         ($(objpfx)tst-leaks1-static-mem): Likewise.
16476         ($(objpfx)tst-initorder-cmp.out): Likewise.
16477         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16478         ($(objpfx)tst-unused-dep.out): Likewise.
16479         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16480         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16481         * iconv/Makefile (test-iconvconfig): Likewise.
16482         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16483         ($(objpfx)iconv-test.out): Likewise.
16484         ($(objpfx)tst-tables.out): Likewise.
16485         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16486         ($(objpfx)tst-gettext.out): Likewise.
16487         ($(objpfx)tst-translit.out): Likewise.
16488         ($(objpfx)tst-gettext2.out): Likewise.
16489         ($(objpfx)tst-gettext4.out): Likewise.
16490         ($(objpfx)tst-gettext6.out): Likewise.
16491         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16492         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16493         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16494         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16495         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16496         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16497         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16498         ($(objpfx)wordexp-tst.out): Likewise.
16499         ($(objpfx)annexc.out): Likewise.
16500         ($(objpfx)tst-fnmatch-mem): Likewise.
16501         ($(objpfx)bug-regex2-mem): Likewise.
16502         ($(objpfx)bug-regex14-mem): Likewise.
16503         ($(objpfx)bug-regex21-mem): Likewise.
16504         ($(objpfx)bug-regex31-mem): Likewise.
16505         ($(objpfx)tst-vfork3-mem): Likewise.
16506         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16507         ($(objpfx)tst-pcre-mem): Likewise.
16508         ($(objpfx)tst-boost-mem): Likewise.
16509         ($(objpfx)tst-getconf.out): Likewise.
16510         ($(objpfx)bug-ga2-mem): Likewise.
16511         ($(objpfx)bug-glob2-mem): Likewise.
16512         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16513         ($(objpfx)mtrace-tst-leaks2): Likewise.
16514         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16515         ($(objpfx)tst-printf.out): Likewise.
16516         ($(objpfx)tst-setvbuf1.out): Likewise.
16517         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16518         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16519         ($(objpfx)tst-fmtmsg.out): Likewise.
16520         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16521         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16523         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16524         * bits/sigaction.h [__USE_MISC]: Likewise.
16525         * bits/waitstatus.h: Update #endif comments.
16526         * ctype/ctype.h: Likewise.
16527         * dirent/dirent.h: Likewise.
16528         [__USE_MISC]: Remove redundant conditionals.
16529         * grp/grp.h: Update #endif comments.
16530         [__USE_GNU]: Remove redundant conditionals.
16531         [__USE_MISC]: Likewise.
16532         * inet/netinet/in.h [__USE_GNU]: Likewise.
16533         * io/sys/stat.h [__USE_MISC]: Likewise.
16534         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16535         * libio/bits/stdio.h: Update #endif comments.
16536         [__USE_MISC]: Remove redundant conditionals.
16537         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16538         * libio/stdio.h: Update #endif comments.
16539         [__USE_MISC]: Remove redundant conditionals.
16540         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16541         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16542         * math/math.h: Update #else and #endif comments.
16543         [__USE_MISC]: Remove redundant conditionals.
16544         * misc/sys/uio.h: Update #endif comments.
16545         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16546         * posix/glob.h [__USE_MISC]: Likewise.
16547         * posix/sys/types.h: Update #endif comments.
16548         [__USE_MISC]: Remove redundant conditionals.
16549         * posix/sys/wait.h: Update #endif comments.
16550         [__USE_MISC]: Remove redundant conditionals.
16551         * posix/unistd.h: Update #endif comments.
16552         [__USE_MISC]: Remove redundant conditionals.
16553         * pwd/pwd.h [__USE_GNU]: Likewise.
16554         [__USE_MISC]: Likewise.
16555         * resolv/netdb.h [__USE_GNU]: Likewise.
16556         * signal/signal.h: Update #endif comments.
16557         [__USE_MISC]: Remove redundant conditionals.
16558         * stdlib/stdlib.h: Update #else and #endif comments.
16559         [__USE_MISC]: Remove redundant conditionals.
16560         [__USE_GNU]: Likewise.
16561         * string/bits/string2.h [__USE_MISC]: Likewise.
16562         * string/string.h: Update #endif comments.
16563         [__USE_MISC]: Remove redundant conditionals.
16564         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16565         Likewise.
16566         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16567         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16568         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16569         Likewise.
16570         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16571         Likewise.
16572         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16573         comments.
16574         [__USE_MISC]: Remove redundant conditionals.
16575         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16576         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16577         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16578         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16579         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16580         Likewise.
16581         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16582         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16583         Likewise.
16584         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16585         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16586         Likewise.
16587         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16588         Likewise.
16589         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16590         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16591         Likewise.
16592         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16593         Likewise.
16594         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16595         * sysdeps/x86/bits/string.h: Update #endif comments.
16596         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16597         conditionals.
16598         * time/sys/time.h: Update #endif comments.
16599         * time/time.h: Likewise.
16600         [__USE_MISC]: Remove redundant conditionals.
16602 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16604         [BZ #16600]
16605         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16607 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16609         * Versions.def (librt): Add GLIBC_2.17.
16611 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16613         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16614         synonym for _SYS_AUXV_H to allow direct inclusion.
16615         * sysdeps/sparc/bits/hwcap.h: Likewise.
16616         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16617         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16618         * sysdeps/sparc/sysdep.h: Likewise.
16620 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16622         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16624 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16626         * benchtests/bench-strrchr.c: Print length instead of position.
16628 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16630         [BZ #16611]
16631         * sysdeps/unix/sysv/linux/kernel-features.h
16632         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16633         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16634         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16635         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16636         Likewise.
16637         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16638         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16639         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16640         (__ASSUME_SENDMMSG): Define instead of using previous
16641         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16642         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16643         (__ASSUME_SENDMMSG_SYSCALL): Define.
16644         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16645         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16646         Likewise.
16647         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16648         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16649         Likewise.
16650         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16651         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16652         Likewise.
16653         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16654         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16655         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16656         [__ASSUME_SENDMMSG]: Change conditionals to
16657         [__ASSUME_SENDMMSG_SOCKETCALL].
16658         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16659         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16660         Define.
16661         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16662         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16663         Likewise.
16664         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16665         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16666         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16667         [!__ASSUME_SENDMMSG]: Change conditional to
16668         [!__ASSUME_SENDMMSG_SOCKETCALL].
16669         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16670         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16671         Define.
16673         [BZ #16610]
16674         * sysdeps/unix/sysv/linux/kernel-features.h
16675         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16676         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16677         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16678         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16679         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16680         [__i386__ || __sparc__]
16681         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16682         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16683         (__ASSUME_RECVMMSG): Define instead of using previous
16684         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16685         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16686         (__ASSUME_RECVMMSG_SYSCALL): Define.
16687         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16688         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16689         Likewise.
16690         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16691         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16692         Likewise.
16693         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16694         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16695         Likewise.
16696         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16697         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16698         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16699         [__ASSUME_RECVMMSG]: Change condition to
16700         [__ASSUME_RECVMMSG_SOCKETCALL].
16701         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16702         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16703         Define.
16704         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16705         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16706         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16707         Likewise.
16708         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16709         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16710         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16711         [!__ASSUME_RECVMMSG]: Change condition to
16712         [!__ASSUME_RECVMMSG_SOCKETCALL].
16713         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16714         (__ASSUME_RECVMMSG_SYSCALL): Define.
16716         [BZ #16609]
16717         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16718         __powerpc__ || __s390__ || __sh__ || __sparc__]
16719         (__ASSUME_SOCKETCALL): Define.
16720         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16721         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16722         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16723         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16724         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16725         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16726         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16727         (__ASSUME_ACCEPT4): Define instead of using previous
16728         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16729         __powerpc__ || __sparc__ || __s390__)] condition.
16730         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16731         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16732         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16733         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16734         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16735         [!__ASSUME_ACCEPT4]: Change condition to
16736         [!__ASSUME_ACCEPT4_SOCKETCALL].
16737         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16738         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16739         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16740         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16741         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16742         __ASSUME_ACCEPT4_SYSCALL.
16743         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16744         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16745         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16746         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16747         __ASSUME_ACCEPT4_SYSCALL.
16748         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16749         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16750         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16751         [__ASSUME_ACCEPT4]: Change condition to
16752         [__ASSUME_ACCEPT4_SOCKETCALL].
16753         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16754         (__ASSUME_SOCKETCALL): Define.
16755         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16756         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16757         (__ASSUME_SOCKETCALL): Define.
16758         (__ASSUME_ACCEPT4): Remove.
16759         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16760         Define.
16761         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16762         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16763         Likewise.
16764         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16765         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16767         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16768         macro.
16769         (HWCAP_ARM_LPAE): Likewise.
16770         (HWCAP_ARM_EVTSTRM): Likewise.
16771         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16772         Add vpfd32, lpae and evtstrm.
16773         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16774         Increase to 22.
16776 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16778         * math/auto-libm-test-in: Add tests of clog10.
16779         * math/auto-libm-test-out: Regenerated.
16780         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16781         * sysdeps/i386/fpu/libm-test-ulps: Update.
16782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16784 2014-02-18  Andreas Schwab  <schwab@suse.de>
16786         [BZ #16574]
16787         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16788         Store non-zero if the second buffer was newly allocated.
16789         (send_dg): Likewise.
16790         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16791         to send_vc and send_dg.
16792         (res_nsend): Pass NULL for ansp2_malloced.
16793         * resolv/res_query.c (__libc_res_nquery): Add parameter
16794         answerp2_malloced and pass it down to __libc_res_nsend.
16795         (res_nquery): Pass additional NULL to __libc_res_nquery.
16796         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16797         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16798         second answer buffer if answerp2_malloced was set.
16799         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16800         (__libc_res_nquerydomain): Add parameter
16801         answerp2_malloced and pass it down to __libc_res_nquery.
16802         (res_nquerydomain): Pass additional NULL to
16803         __libc_res_nquerydomain.
16804         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16805         additional NULL to __libc_res_nsend and __libc_res_nquery.
16806         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16807         additional NULL to __libc_res_nsearch.
16808         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16809         parameter of __libc_res_nsearch to check for separately allocated
16810         second buffer.
16811         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16812         __libc_res_nquery.
16813         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16814         additional NULL to __libc_res_nquery.
16815         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16816         __libc_res_nsearch.
16817         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16818         * include/resolv.h: Update prototypes of __libc_res_nquery,
16819         __libc_res_nsearch, __libc_res_nsend.
16821 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16823         * math/auto-libm-test-in: Add tests of fma.
16824         * math/auto-libm-test-out: Regenerated.
16825         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16826         (fma_towardzero_test_data): Likewise.
16827         (fma_downward_test_data): Likewise.
16828         (fma_upward_test_data): Likewise.
16829         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16830         mpc_mode.
16831         (rounding_modes): Add values for new field.
16832         (func_calc_method): Add value mpfr_fff_f.
16833         (func_calc_desc): Add mpfr_fff_f union field.
16834         (test_function): Add field exact_args.
16835         (FUNC): Add macro argument EXACT_ARGS.
16836         (FUNC_mpfr_f_f): Update call to FUNC.
16837         (FUNC_mpfr_f_f): Likewise.
16838         (FUNC_mpfr_ff_f): Likewise.
16839         (FUNC_mpfr_if_f): Likewise.
16840         (FUNC_mpc_c_f): Likewise.
16841         (FUNC_mpc_c_c): Likewise.
16842         (test_functions): Add fma.  Update calls to FUNC.
16843         (handle_input_arg): Add argument exact_args.
16844         (add_test): Update call to handle_input_arg.
16845         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16846         (output_for_one_input_case): Update call to calc_generic_results.
16847         Recalculate exact zero results in each rounding mode.
16849         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16850         non-negative before setting low bit.
16851         * math/auto-libm-test-in: Mark one asin test possibly having
16852         spurious underflow.
16853         * math/auto-libm-test-out: Regenerated.
16854         * sysdeps/i386/fpu/libm-test-ulps: Update.
16855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16857 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16859         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16860         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16861         ports/sysdeps/unix/sysv/linux/microblaze.
16862         * README: Add missing listing for microblaze*-*-linux-gnu.
16864 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16866         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16867         duplicate code
16869 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16871         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16872         * sysdeps/unix/sysv/linux/ia64: Move directory from
16873         ports/sysdeps/unix/sysv/linux/ia64.
16874         * README: Update listing for ia64-*-linux-gnu.
16876 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16877             Joseph Myers  <joseph@codesourcery.com>
16879         * Makeconfig (test-name): New variable.
16880         (evaluate-test): Likewise.
16881         * Makerules (do-test-clean): Remove .test-result files.
16882         (common-mostlyclean): Likewise.
16883         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16884         * scripts/evaluate-test.sh: New file.
16886 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16888         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16889         separate $(objpfx)tst-fopenloc-cmp.out and
16890         $(objpfx)tst-fopenloc-mem.out targets.
16891         (tests): Update dependencies.
16892         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16893         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16894         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16895         (tst-rxspencer-no-utf8-ARGS): New variable.
16896         (tst-rxspencer-no-utf8-ENV): Likewise.
16897         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16898         instead of $(objpfx)tst-rxspencer-mem.
16899         ($(objpfx)tst-rxspencer-mem): Change target to
16900         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16901         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16902         * posix/tst-rxspencer-no-utf8.c: New file.
16904         * elf/Makefile ($(objpfx)order.out): Remove rule.
16905         [$(run-built-tests) = yes] (tests): Depend on
16906         $(objpfx)order-cmp.out.
16907         ($(objpfx)order-cmp.out): New rule.
16908         [$(run-built-tests) = yes] (tests): Depend on
16909         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16910         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16911         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16912         $(objpfx)tst-array5-static-cmp.out.
16913         ($(objpfx)tst-array1.out): Remove rule.
16914         ($(objpfx)tst-array1-cmp.out): New rule.
16915         ($(objpfx)tst-array1-static.out): Remove rule.
16916         ($(objpfx)tst-array1-static-cmp.out): New rule.
16917         ($(objpfx)tst-array2.out): Remove rule.
16918         ($(objpfx)tst-array2-cmp.out): New rule.
16919         ($(objpfx)tst-array3.out): Remove rule.
16920         ($(objpfx)tst-array3-cmp.out): New rule.
16921         ($(objpfx)tst-array4.out): Remove rule.
16922         ($(objpfx)tst-array4-cmp.out): New rule.
16923         ($(objpfx)tst-array5.out): Remove rule.
16924         ($(objpfx)tst-array5-cmp.out): New rule.
16925         ($(objpfx)tst-array5-static.out): Remove rule.
16926         ($(objpfx)tst-array5-static-cmp.out): New rule.
16927         [$(run-built-tests) = yes] (tests): Depend on
16928         $(objpfx)order2-cmp.out.
16929         ($(objpfx)order2.out): Remove rule.
16930         ($(objpfx)order2-cmp.out): New rule.
16931         ($(objpfx)tst-initorder.out): Remove rule.
16932         [$(run-built-tests) = yes] (tests): Depend on
16933         $(objpfx)tst-initorder-cmp.out.
16934         ($(objpfx)tst-initorder-cmp.out): New rule.
16935         ($(objpfx)tst-initorder2.out): Remove rule.
16936         [$(run-built-tests) = yes] (tests): Depend on
16937         $(objpfx)tst-initorder2-cmp.out.
16938         ($(objpfx)tst-initorder2-cmp.out): New rule.
16939         [$(run-built-tests) = yes] (tests): Depend on
16940         $(objpfx)tst-unused-dep-cmp.out.
16941         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16942         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16943         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16944         on $(objpfx)tst-setvbuf1-cmp.out.
16945         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16946         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16947         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16948         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16949         ($(objpfx)tst-svc.out): Remove rule.
16950         ($(objpfx)tst-svc-cmp.out): New rule.
16952 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16954         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16955         * ctype/ctype.h [__USE_MISC]: Likewise.
16956         * dirent/dirent.h [__USE_MISC]: Likewise.
16957         * grp/grp.h [__USE_MISC]: Likewise.
16958         * io/fcntl.h [__USE_MISC]: Likewise.
16959         * io/sys/stat.h [__USE_MISC]: Likewise.
16960         * libio/stdio.h [__USE_MISC]: Likewise.
16961         * posix/unistd.h [__USE_MISC]: Likewise.
16962         * pwd/pwd.h [__USE_MISC]: Likewise.
16963         * stdlib.h [__USE_MISC]: Likewise.
16964         * string/bits/string2.h [__USE_MISC]: Likewise.
16965         * string/string.h [__USE_MISC]: Likewise.
16966         * time/time.h [__USE_MISC]: Likewise.
16968 2014-02-13  Andreas Schwab  <schwab@suse.de>
16970         [BZ #16574]
16971         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16972         second answer buffer if it was separately allocated.
16974 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16976         * sysdeps/mips/math-tests.h: Include <features.h>.
16977         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16978         (ROUNDING_TESTS_long_double): Do not define.
16979         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16980         (EXCEPTION_TESTS_long_double): Likewise.
16981         * sysdeps/mips/mips64/libm-test-ulps: Update.
16983         * include/features.h (__USE_BSD): Remove macro definitions.
16984         (__USE_SVID): Likewise.
16985         (_BSD_SOURCE): Likewise.
16986         (_SVID_SOURCE): Likewise.
16987         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16988         from definition of _DEFAULT_SOURCE.
16989         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16990         [_DEFAULT_SOURCE].
16991         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16992         * bits/mman.h [__USE_BSD]: Likewise.
16993         * bits/termios.h [__USE_BSD]: Likewise.
16994         * bits/waitstatus.h [__USE_BSD]: Likewise.
16995         * ctype/ctype.h [__USE_SVID]: Likewise.
16996         * dirent/dirent.h [__USE_BSD]: Likewise.
16997         * grp/grp.h [__USE_SVID]: Likewise.
16998         [__USE_BSD]: Likewise.
16999         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17000         * io/fcntl.h [__USE_BSD]: Likewise.
17001         * io/ftw.h [__USE_BSD]: Likewise.
17002         * io/sys/stat.h [__USE_BSD]: Likewise.
17003         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17004         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17005         * libio/stdio.h [__USE_SVID]: Likewise.
17006         [__USE_BSD]: Likewise.
17007         * math/math.h [__USE_SVID]: Likewise.
17008         [__USE_BSD]: Likewise.
17009         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17010         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17011         * misc/search.h [__USE_SVID]: Likewise.
17012         * misc/sys/mman.h [__USE_BSD]: Likewise.
17013         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17014         * misc/sys/uio.h [__USE_BSD]: Likewise.
17015         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17016         * posix/glob.h [__USE_BSD]: Likewise.
17017         * posix/regex.h [__USE_BSD]: Likewise.
17018         * posix/sys/types.h [__USE_BSD]: Likewise.
17019         [__USE_SVID]: Likewise.
17020         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17021         * posix/sys/wait.h [__USE_BSD]: Likewise.
17022         [__USE_SVID]: Likewise.
17023         * posix/unistd.h [__USE_BSD]: Likewise.
17024         [__USE_SVID]: Likewise.
17025         * pwd/pwd.h [__USE_SVID]: Likewise.
17026         * resolv/netdb.h [__USE_BSD]: Likewise.
17027         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17028         * signal/signal.h [__USE_BSD]: Likewise.
17029         [__USE_SVID]: Likewise.
17030         * socket/sys/socket.h [__USE_BSD]: Likewise.
17031         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17032         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17033         [__USE_SVID]: Likewise.
17034         * string/bits/string2.h [__USE_BSD]: Likewise.
17035         [__USE_SVID]: Likewise.
17036         * string/bits/string3.h [__USE_BSD]: Likewise.
17037         * string/endian.h [__USE_BSD]: Likewise.
17038         * string/string.h [__USE_SVID]: Likewise.
17039         [__USE_BSD]: Likewise.
17040         * string/strings.h [__USE_BSD]: Likewise.
17041         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17042         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17043         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17044         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17045         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17046         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17047         Likewise.
17048         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17049         Likewise.
17050         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17051         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17052         Likewise.
17053         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17054         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17055         Likewise.
17056         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17057         Likewise.
17058         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17059         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17060         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17061         Likewise.
17062         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17063         Likewise.
17064         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17065         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17066         * termios/termios.h [__USE_BSD]: Likewise.
17067         * time/sys/time.h [__USE_BSD]: Likewise.
17068         * time/time.h [__USE_BSD]: Likewise.
17069         [__USE_SVID]: Likewise.
17071         * Makefile (subdir_targets): Remove subdir_lint.out.
17073         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17074         (do-tst-printf): Likewise.
17075         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17076         $(objpfx)tst-printf.out.
17078         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17080         * Makerules (check-abi-%): Change target to
17081         $(objpfx)check-abi-%.out.
17082         (check-abi target): Update dependencies.
17083         (check-abi-pattern variable): Redirect output of diff to $@.
17084         (check-abi variable): Likewise.
17085         * elf/Makefile (check-abi): Update dependencies.
17087         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17088         unused.
17089         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17090         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17091         subnormal range.
17092         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17093         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17094         value has largest subnormal exponent.
17095         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17096         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17097         * sysdeps/aarch64/soft-fp/sfp-machine.h
17098         (_FP_TININESS_AFTER_ROUNDING): New macro.
17099         * sysdeps/alpha/soft-fp/sfp-machine.h
17100         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17101         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17102         Likewise.
17103         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17104         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17105         * sysdeps/mips/soft-fp/sfp-machine.h
17106         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17107         * sysdeps/powerpc/soft-fp/sfp-machine.h
17108         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17109         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17110         Likewise.
17111         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17112         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17113         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17114         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17115         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17116         Likewise.
17118 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17120         [BZ #16545]
17121         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17122         model 1.
17124 2014-02-12  Richard Henderson  <rth@redhat.com>
17126         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17127         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17128         * sysdeps/unix/sysv/linux/alpha: Move directory from
17129         ports/sysdeps/unix/sysv/linux/alpha.
17130         * README: Update listing for alpha-*-linux-gnu.
17132 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17134         * include/features.h: Update comment documenting feature test
17135         macros.
17136         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17137         _DEFAULT_SOURCE.
17138         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17139         (_SVID_SOURCE): Likewise.
17140         (_DEFAULT_SOURCE): Update description of default features.
17141         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17142         with _GNU_SOURCE.
17143         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17144         (S_ISVTX): Likewise.
17145         * manual/math.texi (Mathematical Constants): Likewise.
17146         * manual/signal.texi (Interrupted Primitives): Likewise.
17147         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17148         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17149         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17150         Don't refer to _SVID_SOURCE in warning text.
17152         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17154         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17155         already defined.
17156         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17157         * sysdeps/mips/dl-lookup.c: Remove.
17158         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17160 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17162         [BZ #16447]
17163         * math/auto-libm-test-in: Add testcase for expl.
17164         * math/auto-libm-test-out: Regenerate.
17165         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17166         calculation of unsafe.
17167         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17169 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17171         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17172         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17173         ports/sysdeps/unix/sysv/linux/aarch64.
17174         * README: Update listing for aarch64*-*-linux-gnu.
17176 2014-02-11  Will Newton  <will.newton@linaro.org>
17178         * manual/probes.texi (Mathematical Function Probes): Use
17179         "triggered" instead of "hit".
17181         * manual/probes.texi (Internal Probes): Add documentation
17182         of setjmp, longjmp and longjmp_target probes.
17184         * include/stap-probe.h: Add comment about probe argument
17185         format.
17187         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17188         definition.  (tr_where, tr_freehook, tr_mallochook,
17189         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17191 2014-02-11  David S. Miller  <davem@davemloft.net>
17193         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17194         processing int_tests.
17196 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17198         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17199         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17200         * sysdeps/unix/sysv/linux/mips: Move directory from
17201         ports/sysdeps/unix/sysv/linux/mips.
17202         * README: Update listing for mips-*-linux-gnu and
17203         mips64-*-linux-gnu.
17205 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17207         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17208         * sysdeps/unix/sysv/linux/m68k: Move directory from
17209         ports/sysdeps/unix/sysv/linux/m68k.
17210         * README: Update listing for m68k-*-linux-gnu.
17212 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17214         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17215         * sysdeps/unix/sysv/linux/generic: Move directory from
17216         ports/sysdeps/unix/sysv/linux/generic.
17217         * sysdeps/unix/sysv/linux/tile: Move directory from
17218         ports/sysdeps/unix/sysv/linux/tile.
17219         * README: Update listing for tile*-*-linux-gnu.
17221 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17223         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17224         __builtin_expect.
17225         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17226         * catgets/open_catalog.c (__open_catalog): Likewise.
17227         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17228         * debug/confstr_chk.c: Likewise.
17229         * debug/fread_chk.c (__fread_chk): Likewise.
17230         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17231         * debug/getgroups_chk.c: Likewise.
17232         * debug/mbsnrtowcs_chk.c: Likewise.
17233         * debug/mbsrtowcs_chk.c: Likewise.
17234         * debug/mbstowcs_chk.c: Likewise.
17235         * debug/memcpy_chk.c: Likewise.
17236         * debug/memmove_chk.c: Likewise.
17237         * debug/mempcpy_chk.c: Likewise.
17238         * debug/memset_chk.c: Likewise.
17239         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17240         * debug/strcat_chk.c (__strcat_chk): Likewise.
17241         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17242         * debug/strncat_chk.c (__strncat_chk): Likewise.
17243         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17244         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17245         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17246         * debug/wcpncpy_chk.c: Likewise.
17247         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17248         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17249         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17250         * debug/wcsncpy_chk.c: Likewise.
17251         * debug/wcsnrtombs_chk.c: Likewise.
17252         * debug/wcsrtombs_chk.c: Likewise.
17253         * debug/wcstombs_chk.c: Likewise.
17254         * debug/wmemcpy_chk.c: Likewise.
17255         * debug/wmemmove_chk.c: Likewise.
17256         * debug/wmempcpy_chk.c: Likewise.
17257         * debug/wmemset_chk.c: Likewise.
17258         * dirent/scandirat.c (SCANDIRAT): Likewise.
17259         * dlfcn/dladdr1.c (dladdr1): Likewise.
17260         * dlfcn/dladdr.c (dladdr): Likewise.
17261         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17262         * dlfcn/dlerror.c (__dlerror): Likewise.
17263         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17264         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17265         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17266         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17267         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17268         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17269         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17270         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17271         Likewise.
17272         * elf/dl-conflict.c: Likewise.
17273         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17274         * elf/dl-dst.h: Likewise.
17275         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17276         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17277         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17278         * elf/dl-init.c (call_init, _dl_init): Likewise.
17279         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17280         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17281         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17282         Likewise.
17283         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17284         Likewise.
17285         * elf/dl-minimal.c (__libc_memalign): Likewise.
17286         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17287         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17288         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17289         * elf/dl-sym.c (do_sym): Likewise.
17290         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17291         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17292         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17293         * elf/dl-writev.h (_dl_writev): Likewise.
17294         * elf/ldconfig.c (search_dir): Likewise.
17295         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17296         (dl_main): Likewise.
17297         * elf/setup-vdso.h (setup_vdso): Likewise.
17298         * grp/compat-initgroups.c (compat_call): Likewise.
17299         * grp/fgetgrent.c (fgetgrent): Likewise.
17300         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17301         * grp/putgrent.c (putgrent): Likewise.
17302         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17303         Likewise.
17304         * hurd/hurdinit.c: Likewise.
17305         * iconvdata/8bit-gap.c (struct): Likewise.
17306         * iconvdata/ansi_x3.110.c : Likewise.
17307         * iconvdata/big5.c : Likewise.
17308         * iconvdata/big5hkscs.c : Likewise.
17309         * iconvdata/cp1255.c: Likewise.
17310         * iconvdata/cp1258.c : Likewise.
17311         * iconvdata/cp932.c : Likewise.
17312         * iconvdata/euc-cn.c: Likewise.
17313         * iconvdata/euc-jisx0213.c : Likewise.
17314         * iconvdata/euc-jp.c: Likewise.
17315         * iconvdata/euc-jp-ms.c : Likewise.
17316         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17317         * iconvdata/gb18030.c : Likewise.
17318         * iconvdata/gbbig5.c (const): Likewise.
17319         * iconvdata/gbgbk.c: Likewise.
17320         * iconvdata/gbk.c : Likewise.
17321         * iconvdata/ibm1364.c : Likewise.
17322         * iconvdata/ibm930.c : Likewise.
17323         * iconvdata/ibm932.c: Likewise.
17324         * iconvdata/ibm933.c : Likewise.
17325         * iconvdata/ibm935.c : Likewise.
17326         * iconvdata/ibm937.c : Likewise.
17327         * iconvdata/ibm939.c : Likewise.
17328         * iconvdata/ibm943.c: Likewise.
17329         * iconvdata/iso_11548-1.c: Likewise.
17330         * iconvdata/iso-2022-cn.c : Likewise.
17331         * iconvdata/iso-2022-cn-ext.c : Likewise.
17332         * iconvdata/iso-2022-jp-3.c: Likewise.
17333         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17334         * iconvdata/iso-2022-kr.c : Likewise.
17335         * iconvdata/iso646.c (gconv_end): Likewise.
17336         * iconvdata/iso_6937-2.c : Likewise.
17337         * iconvdata/iso_6937.c : Likewise.
17338         * iconvdata/iso8859-1.c: Likewise.
17339         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17340         * iconvdata/shift_jisx0213.c : Likewise.
17341         * iconvdata/sjis.c : Likewise.
17342         * iconvdata/t.61.c : Likewise.
17343         * iconvdata/tcvn5712-1.c : Likewise.
17344         * iconvdata/tscii.c: Likewise.
17345         * iconvdata/uhc.c : Likewise.
17346         * iconvdata/unicode.c (gconv_end): Likewise.
17347         * iconvdata/utf-16.c (gconv_end): Likewise.
17348         * iconvdata/utf-32.c (gconv_end): Likewise.
17349         * iconvdata/utf-7.c (base64): Likewise.
17350         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17351         * iconv/gconv_close.c (__gconv_close): Likewise.
17352         * iconv/gconv_open.c (__gconv_open): Likewise.
17353         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17354         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17355         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17356         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17357         (ucs4le_internal_loop_single): Likewise.
17358         * iconv/iconv.c (iconv): Likewise.
17359         * iconv/iconv_close.c: Likewise.
17360         * iconv/loop.c (SINGLE): Likewise.
17361         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17362         * include/atomic.h: Likewise.
17363         * inet/inet6_option.c (option_alloc): Likewise.
17364         * intl/bindtextdom.c (set_binding_values): Likewise.
17365         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17366         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17367         * intl/localealias.c (read_alias_file): Likewise.
17368         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17369         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17370         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17371         * libio/fmemopen.c (fmemopen): Likewise.
17372         * libio/iofgets.c (_IO_fgets): Likewise.
17373         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17374         * libio/iofgetws.c (fgetws): Likewise.
17375         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17376         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17377         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17378         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17379         * locale/findlocale.c (_nl_find_locale): Likewise.
17380         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17381         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17382         Likewise.
17383         * locale/setlocale.c (setlocale): Likewise.
17384         * login/programs/pt_chown.c (main): Likewise.
17385         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17386         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17387         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17388         (mmap, mmap64, mremap, munmap): Likewise.
17389         * math/e_exp2l.c: Likewise.
17390         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17391         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17392         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17393         * math/s_catan.c (__catan): Likewise.
17394         * math/s_catanf.c (__catanf): Likewise.
17395         * math/s_catanh.c (__catanh): Likewise.
17396         * math/s_catanhf.c (__catanhf): Likewise.
17397         * math/s_catanhl.c (__catanhl): Likewise.
17398         * math/s_catanl.c (__catanl): Likewise.
17399         * math/s_ccosh.c (__ccosh): Likewise.
17400         * math/s_ccoshf.c (__ccoshf): Likewise.
17401         * math/s_ccoshl.c (__ccoshl): Likewise.
17402         * math/s_cexp.c (__cexp): Likewise.
17403         * math/s_cexpf.c (__cexpf): Likewise.
17404         * math/s_cexpl.c (__cexpl): Likewise.
17405         * math/s_clog10.c (__clog10): Likewise.
17406         * math/s_clog10f.c (__clog10f): Likewise.
17407         * math/s_clog10l.c (__clog10l): Likewise.
17408         * math/s_clog.c (__clog): Likewise.
17409         * math/s_clogf.c (__clogf): Likewise.
17410         * math/s_clogl.c (__clogl): Likewise.
17411         * math/s_csin.c (__csin): Likewise.
17412         * math/s_csinf.c (__csinf): Likewise.
17413         * math/s_csinh.c (__csinh): Likewise.
17414         * math/s_csinhf.c (__csinhf): Likewise.
17415         * math/s_csinhl.c (__csinhl): Likewise.
17416         * math/s_csinl.c (__csinl): Likewise.
17417         * math/s_csqrt.c (__csqrt): Likewise.
17418         * math/s_csqrtf.c (__csqrtf): Likewise.
17419         * math/s_csqrtl.c (__csqrtl): Likewise.
17420         * math/s_ctan.c (__ctan): Likewise.
17421         * math/s_ctanf.c (__ctanf): Likewise.
17422         * math/s_ctanh.c (__ctanh): Likewise.
17423         * math/s_ctanhf.c (__ctanhf): Likewise.
17424         * math/s_ctanhl.c (__ctanhl): Likewise.
17425         * math/s_ctanl.c (__ctanl): Likewise.
17426         * math/w_pow.c: Likewise.
17427         * math/w_powf.c: Likewise.
17428         * math/w_powl.c: Likewise.
17429         * math/w_scalb.c (sysv_scalb): Likewise.
17430         * math/w_scalbf.c (sysv_scalbf): Likewise.
17431         * math/w_scalbl.c (sysv_scalbl): Likewise.
17432         * misc/error.c (error_tail): Likewise.
17433         * misc/pselect.c (__pselect): Likewise.
17434         * nis/nis_callback.c (__nis_create_callback): Likewise.
17435         * nis/nis_call.c (__nisfind_server): Likewise.
17436         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17437         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17438         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17439         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17440         * nis/nis_lookup.c (nis_lookup): Likewise.
17441         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17442         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17443         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17444         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17445         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17446         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17447         * nis/nss_compat/compat-initgroups.c (add_group)
17448         (internal_getgrent_r): Likewise.
17449         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17450         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17451         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17452         (internal_getspnam_r): Likewise.
17453         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17454         (_nss_nis_getaliasbyname_r): Likewise.
17455         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17456         (_nss_nis_getntohost_r): Likewise.
17457         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17458         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17459         (_nss_nis_getgrgid_r): Likewise.
17460         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17461         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17462         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17463         (_nss_nis_gethostbyname4_r): Likewise.
17464         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17465         (initgroups_netid): Likewise.
17466         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17467         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17468         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17469         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17470         (_nss_nis_getprotobynumber_r): Likewise.
17471         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17472         (_nss_nis_getsecretkey): Likewise.
17473         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17474         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17475         (_nss_nis_getpwuid_r): Likewise.
17476         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17477         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17478         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17479         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17480         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17481         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17482         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17483         Likewise.
17484         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17485         (_nss_nisplus_getntohost_r): Likewise.
17486         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17487         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17488         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17489         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17490         Likewise.
17491         * nis/nss_nisplus/nisplus-initgroups.c
17492         (_nss_nisplus_initgroups_dyn): Likewise.
17493         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17494         (_nss_nisplus_getnetbyaddr_r): Likewise.
17495         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17496         (_nss_nisplus_getprotobynumber_r): Likewise.
17497         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17498         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17499         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17500         Likewise.
17501         * nis/nss_nisplus/nisplus-service.c
17502         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17503         (_nss_nisplus_getservbyport_r): Likewise.
17504         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17505         (_nss_nisplus_getspnam_r): Likewise.
17506         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17507         Likewise.
17508         * nscd/aicache.c (addhstaiX): Likewise.
17509         * nscd/cache.c (cache_search, prune_cache): Likewise.
17510         * nscd/connections.c (register_traced_file, send_ro_fd)
17511         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17512         (main_loop_epoll): Likewise.
17513         * nscd/grpcache.c (addgrbyX): Likewise.
17514         * nscd/hstcache.c (addhstbyX): Likewise.
17515         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17516         * nscd/mem.c (gc, mempool_alloc): Likewise.
17517         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17518         (addinnetgrX): Likewise.
17519         * nscd/nscd-client.h (__nscd_acquire_maplock)
17520         (__nscd_drop_map_ref): Likewise.
17521         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17522         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17523         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17524         Likewise.
17525         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17526         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17527         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17528         (__nscd_get_map_ref): Likewise.
17529         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17530         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17531         Likewise.
17532         * nscd/pwdcache.c (addpwbyX): Likewise.
17533         * nscd/selinux.c (preserve_capabilities): Likewise.
17534         * nscd/servicescache.c (addservbyX): Likewise.
17535         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17536         * posix/fnmatch.c (fnmatch): Likewise.
17537         * posix/getopt.c (_getopt_internal_r): Likewise.
17538         * posix/glob.c (glob, glob_in_dir): Likewise.
17539         * posix/wordexp.c (exec_comm_child): Likewise.
17540         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17541         (getanswer_r, gaih_getanswer_slice): Likewise.
17542         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17543         * resolv/res_init.c: Likewise.
17544         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17545         * resolv/res_query.c (__libc_res_nquery): Likewise.
17546         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17547         Likewise.
17548         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17549         * stdio-common/perror.c (perror): Likewise.
17550         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17551         * stdio-common/tmpnam.c (tmpnam): Likewise.
17552         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17553         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17554         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17555         Likewise.
17556         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17557         * stdlib/putenv.c (putenv): Likewise.
17558         * stdlib/setenv.c (__add_to_environ): Likewise.
17559         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17560         * stdlib/strtol_l.c (INTERNAL): Likewise.
17561         * string/memmem.c (memmem): Likewise.
17562         * string/strerror.c (strerror): Likewise.
17563         * string/strnlen.c (__strnlen): Likewise.
17564         * string/test-memmem.c (simple_memmem): Likewise.
17565         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17566         * sunrpc/pm_getport.c (__get_socket): Likewise.
17567         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17568         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17569         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17570         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17571         Likewise.
17572         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17573         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17574         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17575         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17576         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17577         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17578         Likewise.
17579         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17580         Likewise.
17581         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17582         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17583         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17584         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17585         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17586         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17587         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17588         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17589         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17590         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17591         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17592         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17593         Likewise.
17594         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17595         Likewise.
17596         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17597         Likewise.
17598         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17599         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17600         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17601         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17602         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17603         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17604         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17605         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17606         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17607         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17608         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17609         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17610         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17611         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17612         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17613         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17614         Likewise.
17615         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17616         Likewise.
17617         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17618         Likewise.
17619         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17620         Likewise.
17621         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17622         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17623         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17624         Likewise.
17625         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17626         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17627         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17628         * sysdeps/posix/sleep.c: Likewise.
17629         * sysdeps/posix/tempname.c: Likewise.
17630         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17631         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17632         Likewise.
17633         * sysdeps/powerpc/powerpc32/dl-machine.h
17634         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17635         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17636         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17637         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17638         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17639         Likewise.
17640         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17641         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17642         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17643         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17644         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17645         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17646         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17647         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17648         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17649         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17650         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17651         (elf_machine_lazy_rel): Likewise.
17652         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17653         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17654         (elf_machine_lazy_rel): Likewise.
17655         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17656         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17657         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17658         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17659         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17660         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17661         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17662         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17663         Likewise.
17664         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17665         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17666         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17667         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17668         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17669         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17670         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17671         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17672         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17673         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17674         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17675         Likewise.
17676         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17677         (__posix_fallocate64_l64): Likewise.
17678         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17679         (posix_fallocate): Likewise.
17680         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17681         Likewise.
17682         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17683         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17684         (getifaddrs_internal): Likewise.
17685         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17686         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17687         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17688         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17689         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17690         (__posix_fallocate64_l64): Likewise.
17691         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17692         Likewise.
17693         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17694         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17695         (__get_clockfreq): Likewise.
17696         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17697         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17698         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17699         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17700         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17701         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17702         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17703         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17704         Likewise.
17705         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17706         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17707         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17708         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17709         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17710         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17711         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17712         Likewise.
17713         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17714         (posix_fallocate): Likewise.
17715         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17716         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17717         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17718         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17719         (elf_machine_rela, elf_machine_rela_relative)
17720         (elf_machine_lazy_rel): Likewise.
17721         * time/asctime.c (asctime_internal): Likewise.
17722         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17723         * time/tzset.c (__tzset_parse_tz): Likewise.
17724         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17725         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17726         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17727         * wcsmbs/wcsmbsload.h: Likewise.
17729         [BZ #15894]
17730         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17732         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17733         (arena_get2): Remove THREAD_STATS conditionals.
17734         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17735         (__malloc_stats, int): Likewise.
17737 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17739         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17740         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17742         * manual/setjmp.texi: Fix typos/grammar errors.
17744         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17745         Only return early when n is <= 0.  Delete unused return statement.
17747         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17748         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17749         * debug/tst-longjmp_chk3.c: New file.
17751         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17752         (test_main): Replace code with set_fortify_handler call.
17753         * debug/test-strcpy_chk.c: Likewise.
17754         * debug/tst-chk1.c: Likewise.
17755         * debug/tst-longjmp_chk.c: Likewise.
17756         * test-skeleton.c: Include fcntl.h & paths.h
17757         (set_fortify_handler): Define.
17759         * debug/tst-longjmp_chk.c: Add header comment and include
17760         ../test-skeleton.c.
17761         (do_test): Mark static.
17762         (TEST_FUNCTION): Define.
17764         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17765         (IP_PMTUDISC_INTERFACE): Likewise.
17766         (IP_MULTICAST_IF): Likewise.
17767         (IP_MULTICAST_TTL): Likewise.
17768         (IP_MULTICAST_LOOP): Likewise.
17769         (IP_ADD_MEMBERSHIP): Likewise.
17770         (IP_DROP_MEMBERSHIP): Likewise.
17771         (IP_UNBLOCK_SOURCE): Likewise.
17772         (IP_BLOCK_SOURCE): Likewise.
17773         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17774         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17775         (IP_MSFILTER): Likewise.
17776         (MCAST_JOIN_GROUP): Likewise.
17777         (MCAST_BLOCK_SOURCE): Likewise.
17778         (MCAST_UNBLOCK_SOURCE): Likewise.
17779         (MCAST_LEAVE_GROUP): Likewise.
17780         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17781         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17782         (MCAST_MSFILTER): Likewise.
17783         (IP_MULTICAST_ALL): Likewise.
17784         (IP_UNICAST_IF): Likewise.
17786         * timezone/Makefile: Delete $(have-ksh) check.
17787         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17788         * timezone/tzselect.ksh: Add +x mode bits.
17790         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17791         (ANON_INODE_FS_MAGIC): Likewise.
17792         (BDEVFS_MAGIC): Likewise.
17793         (BINFMTFS_MAGIC): Likewise.
17794         (BTRFS_TEST_MAGIC): Likewise.
17795         (CRAMFS_MAGIC_WEND): Likewise.
17796         (DEBUGFS_MAGIC): Likewise.
17797         (ECRYPTFS_SUPER_MAGIC): Likewise.
17798         (EXT3_SUPER_MAGIC): Likewise.
17799         (EXT4_SUPER_MAGIC): Likewise.
17800         (FUTEXFS_SUPER_MAGIC): Likewise.
17801         (HOSTFS_SUPER_MAGIC): Likewise.
17802         (HUGETLBFS_MAGIC): Likewise.
17803         (MINIX3_SUPER_MAGIC): Likewise.
17804         (MTD_INODE_FS_MAGIC): Likewise.
17805         (NILFS_SUPER_MAGIC): Likewise.
17806         (OPENPROM_SUPER_MAGIC): Likewise.
17807         (PIPEFS_MAGIC): Likewise.
17808         (PSTOREFS_MAGIC): Likewise.
17809         (QNX6_SUPER_MAGIC): Likewise.
17810         (RAMFS_MAGIC): Likewise.
17811         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17812         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17813         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17814         (SECURITYFS_MAGIC): Likewise.
17815         (SELINUX_MAGIC): Likewise.
17816         (SMACK_MAGIC): Likewise.
17817         (SOCKFS_MAGIC): Likewise.
17818         (SQUASHFS_MAGIC): Likewise.
17819         (STACK_END_MAGIC): Likewise.
17820         (TMPFS_MAGIC): Likewise.
17821         (USBDEVICE_SUPER_MAGIC): Likewise.
17822         (V9FS_MAGIC): Likewise.
17823         (XENFS_SUPER_MAGIC): Likewise.
17824         (CRAMFS_MAGIC): Fix typo in comment.
17825         (EXT2_SUPER_MAGIC): Update comment.
17826         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17828 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17830         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17831         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17832         * sysdeps/unix/sysv/linux/arm: Move directory from
17833         ports/sysdeps/unix/sysv/linux/arm.
17834         * README: Update listing for arm-*-linux-gnueabi.
17836         * README: Remove mention of am33.
17838 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17840         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17841         than the comma operator, to avoid "rhs of comma has no effect"
17842         compiler warnings.
17843         (__sigfillset, __sigandset, __sigorset): Likewise.
17844         * include/signal.h (__sigemptyset): Likewise.
17845         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17847 2014-02-07  Allan McRae  <allan@archlinux.org>
17849         * version.h (RELEASE): Set to "development".
17850         (VERSION): Set to "2.19.90"
17851         * NEWS: Add 2.20 section.
17853 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17855         [BZ #16529]
17856         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17858 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17860         * manual/contrib.texi: Update entry for Carlos O'Donell,
17861         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17863 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17865         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17867         * sysdeps/unix/sysv/linux/kernel-features.h
17868         [__LINUX_KERNEL_VERSION >= 0x020621]
17869         (__ASSUME_PROC_PID_TASK_COMM): Define.
17871 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17873         [BZ #16398]
17874         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17875         conversion when destination buffer does not have enough space.
17876         * libio/tst-ftell-partial-wide.c: New test case.
17877         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17879         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17880         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17881         Leonard and Allan McRae.
17883 2014-02-04  David S. Miller  <davem@davemloft.net>
17885         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17886         32-bit.
17888 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17891         New file
17892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17893         New file
17894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17895         New file.
17896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17897         New file.
17898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17899         New file.
17900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17901         New file.
17902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17903         New file.
17904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17905         New file.
17906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17907         New file.
17908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17909         New file.
17910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17911         New file.
17912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17913         New file.
17914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17915         New file.
17917 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17919         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17920         * shlib-versions: Likewise.
17922 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17923             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17925         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17926         (abilist-pattern): New variable, set to %-le.abilist.
17928         * Makerules (abilist-pattern): New variable.
17929         (vpath): Use $(abilist-pattern) in place of %.abilist.
17930         (check-abi-% pattern rule): Likewise.
17931         (check-abi, update-abi): Likewise.
17933 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17935         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17937 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17939         * manual/startup.texi: Add next, previous, and top entries for
17940         the `Program Arguments' and `Environment Variables' nodes.
17942 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17944         * manual/macros.texi: Add comments before MTASC-safety macros.
17946         * manual/users.texi: Document MTASC-safety properties.
17948         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17949         (pthread_getspecific, pthread_setspecific): Format with
17950         @deftypefun, and add @safety note.
17951         * manual/signal.texi: Move comments that analyze the above
17952         functions to their home place.
17954 2014-02-03  Allan McRae  <allan@archlinux.org>
17956         * po/sl.po: Update Slovenian translation from translation project.
17958 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17960         * manual/time.texi (timegm): Add missing blank after @c.
17961         Reported by Joseph Myers <joseph@codesourcery.com>.
17963 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17965         * manual/check-safety.sh: New.
17966         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17968         * manual/terminal.texi: Document MTASC-safety properties.
17970         * manual/filesys.texi: Document MTASC-safety properties.
17972         * manual/errno.texi: Document MTASC-safety properties.
17974         * manual/intro.texi: Document safety identifiers and
17975         conditionals.
17977         * manual/string.texi (wcstok): Fix prototype.
17978         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17980         * manual/time.texi: Document MTASC-safety properties.
17982         * manual/string.texi: Document MTASC-safety properties.
17984         * manual/threads.texi: Document MTASC-safety properties.
17986         * manual/stdio.texi: Document MTASC-safety properties.
17988         * manual/syslog.texi: Document MTASC-safety properties.
17990         * manual/sysinfo.texi: Document MTASC-safety properties.
17992         * manual/startup.texi: Document MTASC-safety properties.
17994         * manual/socket.texi: Document MTASC-safety properties.
17996         * manual/signal.texi: Document MTASC-safety properties.
17998 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18000         * manual/setjmp.texi: Document MTASC-safety properties.
18002         * manual/search.texi: Document MTASC-safety properties.
18004         * manual/resource.texi: Document MTASC-safety properties.
18006         * manual/process.texi: Document MTASC-safety properties.
18008         * manual/platform.texi: Document MTASC-safety properties.
18010         * manual/pipe.texi: Document MTASC-safety properties.
18012         * manual/pattern.texi: Document MTASC-safety properties.
18014         * manual/message.texi: Document MTASC-safety properties.
18016         [BZ #12751]
18017         * manual/memory.texi: Document MTASC-safety properties.
18019         * manual/math.texi: Document MTASC-safety properties.
18021         * manual/locale.texi: Document MTASC-safety properties.
18023         * manual/llio.texi: Document MTASC-safety properties.
18025         * manual/libdl.texi: New.
18027         * manual/lang.texi: Document MTASC-safety properties.
18029         * manual/job.texi: Document MTASC-safety properties.
18031         * manual/getopt.texi: Document MTASC-safety properties.
18033         * manual/ctype.texi: Document MTASC-safety properties.
18035 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18037         [BZ #16046]
18038         * csu/libc-tls.c (static_map): Remove variable.
18039         (__libc_setup_tls): Use main executable's link map for TLS data.
18040         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18041         casing for LM_ID_BASE and GL(dl_nns).
18042         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18043         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18044         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18045         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18046         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18047         member.
18048         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18049         l_phnum members.
18051 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18053         * manual/debug.texi: Document MTASC-safety properties.
18055 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18057         [BZ #16510]
18058         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18059         of __x86_64__ when disabling x87 inline functions.
18061 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18063         * manual/charset.texi: Document MTASC-safety properties.
18065         * manual/crypt.texi: Document MTASC-safety properties.
18067         * manual/conf.texi: Document MTASC-safety properties.
18069         * manual/arith.texi: Document MTASC-safety properties.
18071         * manual/argp.texi: Document MTASC-safety properties.
18073         * manual/macros.texi: Introduce macros to document multi
18074         thread, asynchronous signal and asynchronous cancellation
18075         safety properties.
18076         * manual/intro.texi: Introduce the properties themselves.
18078 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18080         * sysdeps/sh/sh4/Makefile: New file.
18082 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18084         * math/gen-libm-test.pl ($srcdir): New variable.
18085         ($auto_input): Use it.
18087 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18089         [BZ #16506]
18090         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18091         access beyond array bounds when parsing netgroups file.
18093         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18094         the old buffer before realloc.
18096 2014-01-27  Allan McRae  <allan@archlinux.org>
18098         * po/fr.po: Update French translation from translation project.
18100 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18102         * sysdeps/sh/libm-test-ulps: Regenerate.
18104 2014-01-24  David S. Miller  <davem@davemloft.net>
18106         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18108 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18110         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18111         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18113 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18115         [BZ #16474]
18116         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18117         string pointers after reallocation.
18119 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18121         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18122         __SH4A__ instead of __SH_FPU_ANY__.
18124 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18126         * sysdeps/sh/fpu_control.h: New file.
18127         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18128         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18129         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18130         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18131         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18132         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18133         * sysdeps/sh/sys/ucontext.h: Remove.
18134         * sysdeps/sh/sys: Remove directory.
18136 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18138         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18139         s390/sys/ucontext.h.
18140         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18141         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18143 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18145         [BZ #15605]
18146         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18148 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18150         [BZ#16431]
18151         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18152         Adjust the vDSO correctly for internal calls.
18153         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18155 2014-01-20  Allan McRae  <allan@archlinux.org>
18157         * po/ca.po: Update Catalan translation from translation project.
18159 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18161         * sysdeps/s390/sotruss-lib.c: New file.
18163 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18165         [BZ#16430]
18166         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18167         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18168         local calls issues by not having a PLT stub required for IFUNC calls.
18169         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18171 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18173         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18174         * math/test-fpucw-static.c: Likewise.
18176 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18178         [BZ #16453]
18179         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18181 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18183         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18184         implementation for powerpc.
18186 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18188         [BZ #14782]
18189         * sysdeps/posix/system.c (__libc_system): Do not enable
18190         asynchronous cancellation.
18192 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18194         [BZ #16427]
18195         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18196         handling only for numbers special also in the IEEE case.
18198 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18200         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18202 2014-01-11  Allan McRae  <allan@archlinux.org>
18204         * po/bg.po: Update Bulgarian translation from translation project.
18206         * po/de.po: Update German translation from translation project.
18208 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18210         * sysdeps/generic/gcc-compat.h: New file.
18212 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18214         * benchtests/asin-inputs: Correct slow inputs.
18215         * benchtests/acos-inputs: Likewise.
18217 2014-01-10  Allan McRae  <allan@archlinux.org>
18219         * po:sv.po: Update Swedish translation from translation project.
18221         * po/vi.po: Update Vietnamese translation from translation project.
18223         * po/eo.po: Update Esperanto translation from translation project.
18225         * po/cs.po: Update Czech translation from translation project.
18227         * po/nl.po: Update Dutch translation from translation project.
18229         * po/pl.po: Update Polish translation from translation project.
18231         * po/ru.po: Update Russian translation from translation project.
18233         * po/uk.po: Update Ukrainian translation from translation project.
18235 2014-01-08  Brooks Moses  <bmoses@google.com>
18237         * elf/dl-load.c: Fix comment typo.
18239 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18241         * po/header.pot: Rename to...
18242         * po/pot.header: ... this.
18243         * po/Makefile: Use pot.header.
18245 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18246             Maxim Kuvyrkov  <maxim@kugelworks.com>
18248         [BZ #16394]
18249         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18250         SRC and DEST against LEN.
18252 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18254         [BZ #16414]
18255         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18256         implementation.
18257         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18259 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18263 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18265         [BZ #16408]
18266         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18267         for large positive arguments.
18269 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18271         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18273         * math/auto-libm-test-in: Mark various tests with
18274         xfail-rounding:ldbl-128ibm.
18275         * math/auto-libm-test-out: Regenerated.
18277         [BZ #16407]
18278         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18279         Increase overflow threshold.
18281 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18283         [BZ #14286]
18284         * stdio-common/vfprintf.c: Check for integer overflow.
18286 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18288         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18289         the first argument and return value of __tls_get_addr_internal.
18291 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18293         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18294         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18296 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18298         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18299         * sysdeps/s390/rtld-global-offsets.sym: New file.
18300         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18301         GLIBC_2.19 symbol.
18302         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18303         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18304         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18305         ... this.
18306         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18307         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18308         ... this.
18309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18310         Regenerate.
18311         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18312         Regenerate.
18313         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18314         halfs of GPRs for high_gprs contexts.
18315         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18316         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18317         field.
18318         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18319         uc_flags field.
18320         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18321         64 bit versions:
18322         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18323         for high GPRs (uc_high_gprs) and for future extensions
18324         (__reserved).
18325         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18326         for future extensions (__reserved).
18327         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18328         64 bit versions:
18329         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18330         SC_HIGHGPRS offset definition.
18331         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18332         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18334         * Versions.def: Add GLIBC_2.19 for libpthread.
18335         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18336         siglongjmp for libpthread with GLIBC_2.19 symver.
18337         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18338         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18339         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18340         * sysdeps/s390/__longjmp.c: New file.
18341         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18342         * sysdeps/s390/longjmp.c: New file.
18343         * sysdeps/s390/setjmp.S: New file.
18344         * sysdeps/s390/sigjmp.S: New file.
18345         * sysdeps/s390/v1-longjmp.c: New file.
18346         * sysdeps/s390/v1-setjmp.h: New file.
18347         * sysdeps/s390/v1-sigjmp.c: New file.
18348         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18349         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18350         GLIBC_2.19 version.
18351         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18352         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18353         versioned symbols for ____longjmp_chk.
18354         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18355         Likewise.
18356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18357         Regenerate.
18358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18359         Regenerate.
18360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18361         Regenerate.
18362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18363         Regenerate.
18364         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18365         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18366         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18367         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18368         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18369         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18370         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18371         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18372         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18373         * sysdeps/s390/rtld-__longjmp.c: New file.
18374         * sysdeps/s390/rtld-setjmp.S: New file.
18376 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18378         [BZ #16400]
18379         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18380         Return -__logl (x) for small positive arguments without evaluating
18381         a polynomial.
18383 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18385         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18386         Rename to ...
18387         (__ptrace_peeksiginfo_args): ... this.
18388         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18389         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18390         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18392 2014-01-06  Allan McRae  <allan@archlinux.org>
18394         * inet/netinet/in.h: Fix typo in comment.
18396 2014-01-05  Andreas Jaeger  <aj@suse.de>
18398         * sysdeps/i386/fpu/libm-test-ulps: Update.
18400 2014-01-05  Allan McRae  <allan@archlinux.org>
18402         * po/libc.pot: Regenerated.
18404         * malloc/memusagestat.c: Fix gettext call formatting.
18406 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18408         * nscd/nscd.c: Improve usage() output.
18410 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18412         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18413         * sysdeps/unix/sysv/linux/configure: Regenerated.
18414         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18415         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18417 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18419         [BZ #16390]
18420         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18421         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18423 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18425         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18426         extra tokens at end of #undef directive.
18427         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18428         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18429         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18431 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18433         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18435         * math/auto-libm-test-in: Mark various tests with
18436         xfail-rounding:ldbl-128ibm.
18437         * math/auto-libm-test-out: Regenerated.
18439 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18441         [BZ #16386]
18442         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18443         numbers with subnormal high part when calculating exponent.
18445         [BZ #16385]
18446         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18447         fabs.
18449         [BZ #16384]
18450         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18451         M_LN2l.
18452         (__ieee754_acoshl): Use __log1pl not __log1p.
18454 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18456         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18457         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18458         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18459         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18460         (reused_arena, arena_get2): Convert to GNU style.
18461         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18462         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18463         (memalign_check, __malloc_set_state): Likewise.
18464         * malloc/mallocbug.c (main): Likewise.
18465         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18466         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18467         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18468         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18469         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18470         (__posix_memalign, malloc_info): Likewise.
18471         * malloc/malloc.h: Likewise.
18472         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18473         (mallochook, memalignhook, reallochook, mabort): Likewise.
18474         * malloc/mcheck.h: Likewise.
18475         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18476         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18477         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18478         * malloc/morecore.c (__default_morecore): Likewise.
18479         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18480         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18481         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18482         (print_and_abort): Likewise.
18483         * malloc/obstack.h: Likewise.
18484         * malloc/set-freeres.c (__libc_freeres): Likewise.
18485         * malloc/tst-mallocstate.c (main): Likewise.
18486         * malloc/tst-mtrace.c (main): Likewise.
18487         * malloc/tst-realloc.c (do_test): Likewise.
18489 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18491         [BZ #16366]
18492         * nscd/netgroupcache.c (do_notfound): New function.
18493         (addgetnetgrentX): Use it.
18495         [BZ # 16365]
18496         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18497         NSS_STATUS_NOTFOUND.
18499 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18501         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18504 2014-01-01  Allan McRae  <allan@archlinux.org>
18506         * scripts/update-copyrights: Update configure input file suffix.
18508         * NEWS: Update copyright year.
18509         * catgets/gencat.c: Likewise.
18510         * csu/version.c: Likewise.
18511         * debug/catchsegv.sh: Likewise.
18512         * debug/pcprofiledump.c: Likewise.
18513         * debug/xtrace.sh: Likewise.
18514         * elf/ldconfig.c: Likewise.
18515         * elf/ldd.bash.in: Likewise.
18516         * elf/pldd.c: Likewise.
18517         * elf/sotruss.ksh: Likewise.
18518         * elf/sprof.c: Likewise.
18519         * iconv/iconv_prog.c: Likewise.
18520         * iconv/iconvconfig.c: Likewise.
18521         * locale/programs/locale.c: Likewise.
18522         * locale/programs/localedef.c: Likewise.
18523         * login/programs/pt_chown.c: Likewise.
18524         * malloc/memusage.sh: Likewise.
18525         * malloc/memusagestat.c: Likewise.
18526         * malloc/mtrace.pl: Likewise.
18527         * manual/libc.texinfo: Likewise.
18528         * nscd/nscd.c: Likewise.
18529         * nss/getent.c: Likewise.
18530         * nss/makedb.c: Likewise.
18531         * posix/getconf.c: Likewise.
18532         * scripts/test-installation.pl: Likewise.
18534         * All files with FSF copyright notices: Update copyright dates
18535         using scripts/update-copyrights.
18536         * intl/plural.c: Regenerated.
18537         * locale/programs/charmap-kw.h: Likewise.
18538         * locale/programs/locfile-kw.h: Likewise.
18540 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18542         * sysdeps/unix/sysv/linux/configure: Regenerated.
18543         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18544         the linux/fanotify.h header.
18545         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18546         HAVE_LINUX_FANOTIFY_H is defined.
18548 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18550         * benchtests/cos-inputs: New inputs.
18551         * benchtests/sin-inputs: Likewise.
18553         * benchtests/atan-inputs: New inputs. Fix name of multiple
18554         precision fallback inputs.
18556         * benchtests/atanh-inputs: New inputs.
18557         * benchtests/tanh-inputs: Likewise.
18559         * benchtests/acosh-inputs: New inputs.
18560         * benchtests/asinh-inputs: Likewise.
18562         * benchtests/cosh-inputs: New inputs.
18563         * benchtests/sinh-inputs: Likewise.
18565         * benchtests/acos-inputs: Add more inputs.
18566         * benchtests/asin-inputs: Likewise.
18568 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18570         [BZ #16375]
18571         * manual/arith.texi: Fix spelling.
18572         * manual/charset.texi: Likewise.
18573         * manual/errno.texi: Likewise.
18574         * manual/filesys.texi: Likewise.
18575         * manual/lang.texi: Likewise.
18576         * manual/llio.texi: Likewise.
18577         * manual/locale.texi: Likewise.
18578         * manual/message.texi: Likewise.
18579         * manual/resource.texi: Likewise.
18580         * manual/search.texi: Likewise.
18581         * manual/setjmp.texi: Likewise.
18582         * manual/stdio.texi: Likewise.
18583         * manual/string.texi: Likewise.
18584         * manual/sysinfo.texi: Likewise.
18585         * manual/time.texi: Likewise.
18587 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18589         * po/sl.po: New file.
18591 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18593         * .gitignore: Add core/.gdbinit/.gdb_history.
18595 2013-12-27  Allan McRae  <allan@archlinux.org>
18597         [BZ #16369]
18598         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18599         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18601 2013-12-24  Brooks Moses  <bmoses@google.com>
18603         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18604         all compilers that claim C++98 compliance, not just GCC.
18605         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18606         Likewise.
18608 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18610         * NEWS: Restore accidentally deleted bug-fix entries.
18612 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18613             Ondřej Bílka  <neleai@seznam.cz>
18615         [BZ #15073]
18616         * malloc/malloc.c (_int_free): Perform sanity check only if we
18617         have_lock.
18619 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18621         [BZ #12986]
18622         * manual/stdio.texi (String Input Conversions): Clarify that character
18623         classes are not supported.
18625 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18629 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18631         [BZ #16337]
18632         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18633         Calculate results for small negative arguments directly rather
18634         than using reflection formula with special underflow handling.
18636         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18637         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18638         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18639         (fchflags): Likewise.
18640         (revoke): Likewise.
18641         (setlogin): Likewise.
18642         (sigaltstack): Likewise.
18643         (wait4): Likewise.
18644         (sigblock): Remove.
18645         (sigsetmask): Likewise.
18646         (wait3): Likewise.
18647         (waitpid): Likewise.
18648         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18649         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18650         file.
18651         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18652         * sysdeps/unix/bsd/Makefile: ... here.
18653         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18654         * sysdeps/unix/bsd/Versions: ... here.
18655         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18656         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18657         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18658         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18659         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18660         * sysdeps/unix/bsd/sigblock.c: ... here.
18661         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18662         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18663         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18664         * sysdeps/unix/bsd/sigvec.c: ... here.
18665         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18666         * sysdeps/unix/bsd/tcdrain.c: ... here.
18667         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18668         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18669         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18670         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18671         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18672         * sysdeps/unix/bsd/wait.c: ... here.
18673         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18674         * sysdeps/unix/bsd/wait3.c: ... here.
18675         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18676         * sysdeps/unix/bsd/waitpid.c: ... here.
18678 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18680         [BZ #16356]
18681         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18682         round-to-nearest for [!USE_AS_EXPM1L].
18683         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18684         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18685         more tests of exp and exp10.  Expect some exp10 tests to miss
18686         exceptions or fail in directed rounding modes.
18687         * math/auto-libm-test-out: Regenerated.
18688         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18689         (exp10_test_tonearest): New function.
18690         (exp10_towardzero_test_data): New array.
18691         (exp10_test_towardzero): New function.
18692         (exp10_downward_test_data): New array.
18693         (exp10_test_downward): New function.
18694         (exp10_upward_test_data): New array.
18695         (exp10_test_upward): New function.
18696         (main): Call the new functions.
18697         * sysdeps/i386/fpu/libm-test-ulps: Update.
18698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18700 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18702         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18703         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18704         * math/auto-libm-test-out: Regenerated.
18705         * math/libm-test.inc (acosh_test_data): Add more tests.
18706         (atanh_test_data): Likewise.
18707         (ceil_test_data): Likewise.
18708         (copysign_test_data): Likewise.
18709         * sysdeps/i386/fpu/libm-test-ulps: Update.
18710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18712         * timezone/checktab.awk: Update from tzcode 2013i.
18713         * timezone/private.h: Likewise.
18714         * timezone/scheck.c: Likewise.
18715         * timezone/tzfile.h: Likewise.
18716         * timezone/tzselect.ksh: Likewise.
18717         * timezone/zdump.c: Likewise.
18718         * timezone/zic.c: Likewise.
18720         * math/auto-libm-test-in: Add tests of cpow.
18721         * math/auto-libm-test-out: Regenerated.
18722         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18723         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18724         mpc_cc_c.
18725         (func_calc_desc): Add mpc_cc_c union field.
18726         (test_functions): Add cpow.
18727         (special_fill_2pi): New function.
18728         (special_real_inputs): Add 2pi.
18729         (calc_generic_results): Handle mpc_cc_c.
18730         * sysdeps/i386/fpu/libm-test-ulps: Update.
18731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18733         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18734         csqrt, ctan and ctanh.
18735         * math/auto-libm-test-out: Regenerated.
18736         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18737         (TEST_COND_x86): Likewise.
18738         (ccos_test_data): Use AUTO_TESTS_c_c.
18739         (ccosh_test_data): Likewise.
18740         (cexp_test_data): Likewise.
18741         (clog_test_data): Likewise.
18742         (csqrt_test_data): Likewise.
18743         (ctan_test_data): Likewise.
18744         (ctan_tonearest_test_data): Likewise.
18745         (ctan_towardzero_test_data): Likewise.
18746         (ctan_downward_test_data): Likewise.
18747         (ctan_upward_test_data): Likewise.
18748         (ctanh_test_data): Likewise.
18749         (ctanh_tonearest_test_data): Likewise.
18750         (ctanh_towardzero_test_data): Likewise.
18751         (ctanh_downward_test_data): Likewise.
18752         (ctanh_upward_test_data): Likewise.
18753         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18754         mpc_c_c.
18755         (func_calc_desc): Add mpc_c_c union field.
18756         (FUNC_mpc_c_c): New macro.
18757         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18758         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18759         ctanh.
18760         (special_fill_min_subnorm_p120): New function.
18761         (special_real_inputs): Add min_subnorm_p120.
18762         (calc_generic_results): Handle mpc_c_c.
18763         * sysdeps/i386/fpu/libm-test-ulps: Update.
18764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18766 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18768         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18769         (do_sin_slow): New functions.
18770         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18771         (cslow2, csloww1, csloww2): Use the new functions.
18773         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18774         Use M to change sign of result instead of X.  Assume X is
18775         positive.
18776         (csloww1): Likewise.
18777         (__sin): Adjust.
18778         (__cos): Adjust.
18780         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18781         arguments A and DA.
18782         (__sin): Adjust.
18783         (__cos): Likewise.
18785         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18786         (__cos): Likewise.
18787         (sloww1): Don't adjust sign of DX.
18788         (csloww1): Likewise.
18789         (sloww2): Use X directly and don't adjust sign of DX.
18790         (csloww2): Likewise.
18792 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18794         * math/auto-libm-test-in: Add tests of cabs and carg.
18795         * math/auto-libm-test-out: Regenerated.
18796         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18797         (carg_test_data): Likewise.
18798         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18799         mpc_c_f.
18800         (func_calc_desc): Add mpc_c_f union field.
18801         (test_functions): Add cabs and carg.
18802         (calc_generic_results): Handle mpc_c_f.
18804         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18805         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18806         as a macro and a compat symbol.
18807         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18808         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18809         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18810         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18811         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18812         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18813         not use .hidden.
18814         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18815         Likewise.
18816         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18817         Likewise.
18818         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18819         Likewise.
18820         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18821         Likewise.
18822         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18823         Likewise.
18824         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18825         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18826         from GLIBC_2.3.2.
18828 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18832 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18834         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18835         trailing whitespace removed.
18836         * scripts/config.guess: Update to version 2013-11-29.
18837         * scripts/config.sub: Update to version 2013-10-01.
18839         * math/auto-libm-test-in: Add tests of sincos.
18840         * math/auto-libm-test-out: Regenerated.
18841         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18842         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18843         mpfr_f_11.
18844         (func_calc_desc): Add mpfr_f_11 union field.
18845         (test_functions): Add sincos.
18846         (calc_generic_results): Handle mpfr_f_11.
18847         * sysdeps/i386/fpu/libm-test-ulps: Update.
18848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18850 2013-12-19  Andreas Schwab  <schwab@suse.de>
18852         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18853         CALL_MCOUNT.
18854         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18855         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18856         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18858 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18860         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18861         * sysdeps/i386/fpu/libm-test-ulps: Update.
18862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18864         [BZ #16293]
18865         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18866         round-to-nearest mode when using frndint.
18867         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18868         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18869         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18870         Likewise.
18871         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18872         sinh test to fail.
18873         * math/auto-libm-test-out: Regenerated.
18874         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18875         (TEST_COND_x86): Likewise.
18876         (expm1_tonearest_test_data): New array.
18877         (expm1_test_tonearest): New function.
18878         (expm1_towardzero_test_data): New array.
18879         (expm1_test_towardzero): New function.
18880         (expm1_downward_test_data): New array.
18881         (expm1_test_downward): New function.
18882         (expm1_upward_test_data): New array.
18883         (expm1_test_upward): New function.
18884         (main): Run the new test functions.
18885         * sysdeps/i386/fpu/libm-test-ulps: Update.
18886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18888         * include/features.h: Update comment documenting feature test
18889         macros.  Mention _DEFAULT_SOURCE in comment.
18890         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18891         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18892         _BSD_SOURCE and _SVID_SOURCE.
18893         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18894         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18895         !_SVID_SOURCE]: Likewise.
18896         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18897         (__USE_POSIX_IMPLICITLY): Define.
18898         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18899         (_POSIX_SOURCE): Undefine and redefine.
18900         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18901         (_POSIX_C_SOURCE): Likewise.
18902         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18903         (Feature Test Macros): Update documentation of default features.
18905 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18907         * benchtests/Makefile: Add bench-strtok.
18908         * benchtests/bench-strtok.c: New file: strtok benchtest.
18910 2013-12-19  Allan McRae  <allan@archlinux.org>
18912         * manual/install.texi: Suppress menu for plain text output.
18913         * INSTALL: Regenerated.
18915 2013-12-18  Brooks Moses  <bmoses@google.com>
18917         [BZ #15846]
18918         * misc/getauxval.c: Include errno.h.
18919         (__getauxval): Set errno to ENOENT if the requested type is not
18920         found.
18921         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18922         don't declare with __attribute_const__.
18923         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18924         * manual/startup.texi: Document that getauxval sets errno.
18926 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18928         * math/auto-libm-test-in: Add tests of jn and yn.
18929         * math/auto-libm-test-out: Regenerated.
18930         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18931         (yn_test_data): Likewise.
18932         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18933         mpfr_if_f.
18934         (func_calc_desc): Add mpfr_if_f union field.
18935         (FUNC_mpfr_if_f): New macro.
18936         (test_functions): Add jn and yn.
18937         (calc_generic_results): Assert type of second input for
18938         mpfr_ff_f.  Handle mpfr_if_f.
18939         (output_for_one_input_case): Disable all checking for arguments
18940         fitting floating-point types in case of an integer argument.
18941         * sysdeps/i386/fpu/libm-test-ulps: Update.
18942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18945         Don't expect fegetround reference in libm.so.
18947 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18949         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18950         $(config-cflags-nofma).
18952 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18954         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18955         * math/auto-libm-test-out: Regenerated.
18957         [BZ #16338]
18958         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18959         to determine exponent and adjust argument to have exponent of -1.
18960         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18961         log2.
18962         * math/auto-libm-test-out: Regenerated.
18963         * sysdeps/i386/fpu/libm-test-ulps: Update.
18964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18966 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18968         * manual/probes.texi: Remove cases when per-thread arenas are
18969         disabled.
18971 2013-12-18  Andreas Schwab  <schwab@suse.de>
18973         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18974         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18975         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18976         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18977         * sysdeps/i386/i686/multiarch/Makefile: Update.
18978         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18980 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18982         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18983         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18985 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18987         [BZ #15968]
18988         Support TZ transition times < 00:00:00.
18989         This is needed for version-3 tz-format files; it supports time
18990         stamps past 2037 for America/Godthab (the only entry in the tz
18991         database for which this change is relevant).
18992         * manual/time.texi (TZ Variable): Document transition times
18993         from -167:59:59 through -00:00:01.
18994         * time/tzset.c (tz_rule): Time of day is now signed.
18995         (__tzset_parse_tz): Parse negative time of day.
18997         Document TZ transition times >= 25:00:00.
18998         * manual/time.texi (TZ Variable): Document transition times from
18999         25:00:00 through 167:59:59.  These are already supported, and this
19000         support will help with version-3 tz-format files.
19002         * manual/time.texi (TZ Variable): Modernize North America example
19003         to reflect current (i.e., 2007-and-later) daylight saving rules.
19005         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19007 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19009         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19010         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19011         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19012         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19013         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19014         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19015         * sysdeps/unix/bsd/clock.c: Likewise.
19016         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19017         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19018         * sysdeps/unix/bsd/init-posix.c: Likewise.
19019         * sysdeps/unix/bsd/poll.c: Likewise.
19020         * sysdeps/unix/bsd/ptsname.c: Likewise.
19021         * sysdeps/unix/bsd/seekdir.c: Likewise.
19022         * sysdeps/unix/bsd/setegid.c: Likewise.
19023         * sysdeps/unix/bsd/seteuid.c: Likewise.
19024         * sysdeps/unix/bsd/setgid.c: Likewise.
19025         * sysdeps/unix/bsd/setrgid.c: Likewise.
19026         * sysdeps/unix/bsd/setruid.c: Likewise.
19027         * sysdeps/unix/bsd/setsid.c: Likewise.
19028         * sysdeps/unix/bsd/setuid.c: Likewise.
19029         * sysdeps/unix/bsd/sigaction.c: Likewise.
19030         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19031         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19032         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19033         * sysdeps/unix/bsd/telldir.c: Likewise.
19034         * sysdeps/unix/bsd/times.c: Likewise.
19035         * sysdeps/unix/bsd/usleep.c: Likewise.
19037         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19038         ($(objpfx)libbsd-compat.a): Remove rule.
19040         * include/features.h (__FAVOR_BSD): Do not define.
19041         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19042         features conflicting with POSIX.
19043         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19044         (_BSD_SOURCE): Remove description of not being a subset of other
19045         feature test macros.
19046         * manual/job.texi (getpgrp): Do not document BSD version.
19047         (getpgid): Do not document by reference to BSD getpgrp.
19048         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19049         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19050         * signal/signal.h [__FAVOR_BSD]: Likewise.
19051         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19052         instead of making contents conditional on [__FAVOR_BSD].
19053         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19055 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19059 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19061         [BZ #16314]
19062         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19063         values below 2**-450, not 2**-500.
19064         * math/auto-libm-test-in: Don't allow spurious underflow from
19065         hypot.
19066         * math/auto-libm-test-out: Regenerated.
19068         [BZ #16316]
19069         [BZ #16330]
19070         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19071         values of ha and hb and sort them after adjusting subnormal
19072         arguments.
19073         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19074         Likewise.
19075         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19076         values of ea and eb and sort them after adjusting subnormal
19077         arguments.
19078         * math/auto-libm-test-in: Do not expect some hypot tests of
19079         subnormals to fail.  Add more hypot tests.
19080         * math/auto-libm-test-out: Regenerated.
19082 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19084         [BZ #13304]
19085         * sysdeps/sh/s_fma.c: New file.
19086         * sysdeps/sh/s_fmaf.c: New file.
19087         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19088         version.
19089         * sysdeps/sh/Implies: Add sh/soft-fp.
19091 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19093         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19094         level of indirection to members `objname', `errstring', `malloced'.
19095         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19096         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19097         it as the __longjmp argument (just pass 1 instead).
19098         (_dl_catch_error): Initialize C with argument pointers and address of
19099         volatile local ERRCODE rather than copying values out of C at return.
19101 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19103         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19104         * math/auto-libm-test-out: Regenerated.
19105         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19106         (hypot_test_data): Likewise.
19107         (pow_test_data): Likewise.
19108         (pow_tonearest_test_data): Likewise.
19109         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19110         mpfr_ff_f.
19111         (func_calc_desc): Add mpfr_ff_f union field.
19112         (FUNC_mpfr_ff_f): New macro.
19113         (test_functions): Add atan2, hypot and pow.
19114         (special_fill_min): New function.
19115         (special_fill_minus_min): Likewise.
19116         (special_fill_min_subnorm): Likewise.
19117         (special_fill_minus_min_subnorm): Likewise.
19118         (special_real_inputs): Add min, -min, min_subnorm and
19119         -min_subnorm.
19120         (calc_generic_results): Handle mpfr_ff_f.
19121         * sysdeps/i386/fpu/libm-test-ulps: Update.
19122         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19124 2013-12-16  Will Newton  <will.newton@linaro.org>
19126         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19127         (Aligned Memory Blocks): Add documentation for aligned_alloc
19128         and suggest it as an alternative to posix_memalign.
19129         (Hooks for Malloc): Document __memalign_hook is also called
19130         for aligned_alloc.  (Summary of Malloc): Add summary for
19131         aligned alloc.  Document __memalign_hook is also called
19132         for aligned_alloc.
19134 2013-12-16  Will Newton  <will.newton@linaro.org>
19136         * manual/memory.texi (Malloc Examples): Clarify default
19137         alignment documentation.  Suggest posix_memalign rather
19138         than memalign or valloc.
19139         (Aligned Memory Blocks): Remove suggestion to use memalign
19140         or valloc.  Remove obsolete comment about BSD.
19141         Document memalign errno values and mark the function obsolete.
19142         Document posix_memalign returned error codes.  Mark valloc
19143         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19144         called for posix_memalign and valloc.
19145         (Summary of Malloc): Add posix_memalign to function summary.
19146         __memalign_hook is also called for posix_memalign and valloc.
19148 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19150         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19151         TAYLOR_SIN.
19152         (__sin): Adjust.
19153         (__cos): Likewise.
19154         (sloww): Use mynumber union.  Expand ternary operator into
19155         if-else statements.
19156         (cslow): use mynumber union.
19158 2013-12-16  Allan McRae  <allan@archlinux.org>
19160         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19161         * configure: Regenerated.
19163         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19165         [BZ #14120]
19166         * configure.ac: Added --enable-maintainer-mode. Check for
19167         autoconf when enabled.
19168         * configure: Regenerated.
19170         * nscd/nscd.service: New file.
19171         * nscd/nscd.tmpfiles: New file.
19173 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19175         [BZ #12100]
19176         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19177         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19178         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19179         (strstr): Add __strstr_sse2_unaligned ifunc.
19180         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19181         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19182         (strcasestr): Remove __strcasestr_sse42 ifunc.
19183         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19184         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19185         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19187 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19189         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19190         * sysdeps/sh/bits/fenv.h: ... here.
19191         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19193 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19195         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19198         hypotf multiarch implementations.
19199         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19200         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19201         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19202         multiarch hypot for PPC64.
19203         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19204         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19205         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19206         multiarch hypotf for PPC64.
19208         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19209         modff multiarch implementations.
19210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19213         multiarch modf for PPC64.
19214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19217         multiarch modff for PPC64.
19219         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19220         and logl multiarch implementations.
19221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19224         multiarch logb for PPC64.
19225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19228         multiarch logb for PPC64.
19229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19232         multiarch logb for PPC64.
19234         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19235         isinff multiarch implementation.
19236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19237         file.
19238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19240         multiarch isinf for PPC64.
19241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19242         file.
19243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19244         multiarch isinff for PPC64.
19246         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19247         finitef multiarch implementation.
19248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19249         file.
19250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19252         multiarch finite for PPC64.
19253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19254         file.
19255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19256         multiarch finitef for PPC64.
19258         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19259         lrint multiarch implementation.
19260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19261         file.
19262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19264         multiarch llrint for PPC64.
19265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19266         multiarch lrint for PPC64.
19268         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19269         copysignf multiarch implementation.
19270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19271         file.
19272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19273         file.
19274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19275         multiarch copysign for PPC64.
19276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19277         multiarch copysignf for PPC64.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19280         multiarch implementation.
19281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19282         file.
19283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19284         file.
19285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19286         file.
19287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19288         file.
19289         multiarch llround for PPC64.
19290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19291         multiarch trunc for PPC64.
19292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19293         multiarch truncf for PPC64.
19295         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19296         multiarch implementation.
19297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19298         file.
19299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19300         file.
19301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19302         file.
19303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19304         file.
19305         multiarch llround for PPC64.
19306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19307         multiarch round for PPC64.
19308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19309         multiarch roundf for PPC64.
19311         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19312         multiarch implementation.
19313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19314         file.
19315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19316         file.
19317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19318         file.
19319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19320         file.
19321         multiarch llround for PPC64.
19322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19323         multiarch floor for PPC64.
19324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19325         multiarch floorf for PPC64.
19327         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19328         multiarch implementation.
19329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19330         file.
19331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19332         file.
19333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19334         file.
19335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19336         file.
19337         multiarch llround for PPC64.
19338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19339         multiarch ceil for PPC64.
19340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19341         multiarch ceilf for PPC64.
19343         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19344         multiarch implementation.
19345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19346         file.
19347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19348         file.
19349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19350         file.
19351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19352         multiarch llround for PPC64.
19353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19354         multiarch lround for PPC64.
19356         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19357         multiarch implementation.
19358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19361         file.
19362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19365         multiarch isnan for PPC64.
19366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19367         multiarch isnanf for PPC64.
19369         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19370         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19371         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19372         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19373         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19376         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19377         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19378         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19379         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19381         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19382         multiarch implementations.
19383         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19384         (__libc_ifunc_impl_list): Likewise.
19385         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19386         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19387         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19388         multiarch stpcpy for PPC64.
19390         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19391         multiarch implementations.
19392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19393         (__libc_ifunc_impl_list): Likewise.
19394         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19395         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19396         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19397         multiarch strcpy for PPC64.
19399         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19400         redefine function name.
19401         (_wordcopy_fwd_dest_aligned): Likewise.
19402         (_wordcopy_bwd_aligned): Likewise.
19403         (_wordcopy_bwd_dest_aligned): Likewise.
19404         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19405         multiarch implementations.
19406         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19407         (__libc_ifunc_impl_list): Likewise.
19408         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19409         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19410         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19411         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19412         multiarch wcscpy for PPC64.
19414         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19415         multiarch implementations.
19416         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19417         (__libc_ifunc_impl_list): Likewise.
19418         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19419         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19420         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19421         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19422         multiarch wcscpy for PPC64.
19424         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19425         multiarch implementations.
19426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19427         (__libc_ifunc_impl_list): Likewise.
19428         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19429         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19430         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19431         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19432         multiarch wcsrchr for PPC64.
19434         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19435         multiarch implementations.
19436         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19437         (__libc_ifunc_impl_list): Likewise.
19438         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19439         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19440         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19441         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19442         multiarch wcschr for PPC64.
19444         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19445         multiarch implementations.
19446         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19447         (__libc_ifunc_impl_list): Likewise.
19448         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19449         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19450         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19451         multiarch strchrnul for PPC64.
19453         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19454         implementations.
19455         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19456         (__libc_ifunc_impl_list): Likewise.
19457         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19458         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19459         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19460         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19461         strchr for PPC64.
19463         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19464         implementations.
19465         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19466         (__libc_ifunc_impl_list): Likewise.
19467         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19468         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19469         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19470         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19471         strncmp for PPC64.
19473         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19474         multiarch implementations.
19475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19476         (__libc_ifunc_impl_list): Likewise.
19477         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19478         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19479         strncasecmp for PPC64.
19480         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19481         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19482         multiarch strncasecmp_l for PPC64.
19484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19485         multiarch implementations.
19486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19487         (__libc_ifunc_impl_list): Likewise.
19488         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19489         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19490         multiarch strcasecmp for PPC64.
19491         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19492         file.
19493         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19494         multiarch strcasecmp_l for PPC64.
19496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19497         implementations.
19498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19499         (__libc_ifunc_impl_list): Likewise.
19500         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19501         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19502         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19503         strnlen for PPC64.
19505         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19506         implementations.
19507         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19508         (__libc_ifunc_impl_list): Likewise.
19509         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19510         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19511         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19512         strlen for PPC64.
19514         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19515         implementations.
19516         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19517         (__libc_ifunc_impl_list): Likewise.
19518         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19519         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19520         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19521         rawmemrchr for PPC64.
19523         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19524         implementation.
19525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19526         (__libc_ifunc_impl_list): Likewise.
19527         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19528         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19529         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19530         memrchr for PPC64.
19532         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19533         implementation.
19534         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19535         (__libc_ifunc_impl_list): Likewise.
19536         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19537         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19538         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19539         memchr for PPC64.
19541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19542         implementation.
19543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19544         (__libc_ifunc_impl_list): Likewise.
19545         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19546         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19547         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19548         mempcpy for PPC64.
19550         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19551         avoid cretion of __bzero symbol.
19552         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19553         Likewise.
19554         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19555         Likewise.
19556         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19557         Likewise.
19558         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19559         multiarch implementations.
19560         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19561         (__libc_ifunc_impl_list): Likewise.
19562         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19563         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19564         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19565         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19566         bzero for PPC32.
19567         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19568         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19569         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19570         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19571         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19572         memset for PPC64.
19573         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19575         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19576         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19577         implementations.
19578         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19579         (__libc_ifunc_impl_list): Likewise.
19580         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19581         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19582         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19583         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19584         memcmp for PPC64.
19586         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19587         multiarch for POWER/PPC64.
19588         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19589         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19590         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19591         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19592         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19593         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19594         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19595         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19596         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19597         memcpy for PPC64.
19599         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19600         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19601         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19602         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19603         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19604         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19605         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19606         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19607         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19608         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19609         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19610         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19611         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19612         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19613         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19622 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19624         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19626 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19628         * benchtests/Makefile (bench): Add exp2 and log2.
19629         (LDLIBS-bench-exp2): Add -lm.
19630         (LDLIBS-bench-log2): Likewise.
19631         * benchtests/exp2-inputs: New inputs file.
19632         * benchtests/log2-inputs: New inputs file.
19633         * benchtests/log-inputs: Add new inputs.
19634         * benchtests/tan-inputs: Likewise.
19636 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19638         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19639         definition...
19640         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19641         (csloww2): ... from here.
19643         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19644         instead of structures.
19645         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19646         (POLYNOMIAL): Likewise.
19647         (TAYLOR_SLOW): Likewise.
19648         (__sin): Likewise.
19649         (__cos): Likewise.
19650         (slow1): Likewise.
19651         (slow2): Likewise.
19652         (sloww): Likewise.
19653         (sloww1); Likewise.
19654         (sloww2): Likewise.
19655         (bsloww1): Likewise.
19656         (bsloww2): Likewise.
19657         (cslow2): Likewise.
19658         (csloww): Likewise.
19659         (csloww1): Likewise.
19660         (csloww2): Likewise.
19662 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19664         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19665         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19666         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19667         * malloc/hooks.c (realloc_check): Likewise.
19669         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19670         * malloc/arena.c: Remove PER_THREAD conditional.
19671         [!PER_THREAD]: Remove code.
19672         (ptmalloc_unlock_all2): Likewise.
19673         (ptmalloc_init): Likewise.
19674         (_int_new_arena): Likewise.
19675         (arena_get2): Likewise.
19676         * malloc/hooks.c (__malloc_get_state): Likewise.
19677         (__malloc_set_state): Likewise.
19678         * malloc/malloc.c: Likewise.
19679         (struct malloc_state): Likewise.
19680         (struct malloc_par): Likewise.
19681         (__libc_realloc): Likewise.
19682         (__libc_mallopt): Likewise.
19684 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19686         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19688 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19690         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19691         macro to a function.  Check for zero perturb_byte.
19692         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19694         * malloc/malloc.c: (force_reg): Remove.
19695         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19696         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19697         force_reg by atomic_forced_read.
19698         * malloc/arena.c (ptmalloc_init): Likewise.
19699         * malloc/hooks.c (top_check): Likewise.
19701 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19705 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19707         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19709 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19711         * math/auto-libm-test-in: Add tests of lgamma.
19712         * math/auto-libm-test-out: Regenerated.
19713         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19714         (M_LOG_2_SQRT_PIl): Likewise.
19715         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19716         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19717         mpfr_f_f1.
19718         (func_calc_desc): Add mpfr_f_f1 union field.
19719         (ARGS1): New macro.
19720         (ARGS2): Likewise.
19721         (ARGS3): Likewise.
19722         (ARGS4): Likewise.
19723         (RET1): Likewise.
19724         (RET2): Likewise.
19725         (CALC): Likewise.
19726         (FUNC): Likewise.
19727         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19728         (test_functions): Add lgamma.
19729         (calc_generic_results): Handle mpfr_f_f1.
19730         * sysdeps/i386/fpu/libm-test-ulps: Update.
19731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19733 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19735         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19736         __mpn_add_n for PowerPC64/POWER7.
19737         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19738         __mpn_sub_n for PowerPC64/POWER7.
19740         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19741         __mpn_addmul_1 for PowerPC64.
19742         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19743         __mpn_submul_1 for PowerPC64.
19744         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19745         for PowerPC64.
19746         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19747         for PowerPC64.
19749 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19751         [BZ #15089]
19752         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19754 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19756         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19758         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19759         add multiarch folders.
19760         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19761         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19762         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19763         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19764         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19765         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19766         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19767         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19768         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19769         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19770         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19779         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19781         New file.
19782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19783         New file.
19784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19785         multiarch __ieee754_hypot for PowerPC32.
19786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19787         New file.
19788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19789         New file.
19790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19791         multiarch __ieee754_hypotf for PowerPC32.
19793         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19794         long_double_symbol only if __logbl is defined.
19795         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19796         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19797         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19798         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19799         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19800         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19801         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19802         path for implementation.
19803         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19804         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19806         logb, and logbl multiarch implementations for PowerPC32.
19807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19808         file.
19809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19810         file.
19811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19812         multiarch logb for PowerPC32.
19813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19814         file.
19815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19816         file.
19817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19818         multiarch logbf for PowerPC32.
19819         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19821         file.
19822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19823         multiarch logbl implementation for PowerPC32.
19825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19826         and modff multiarch implementations.
19827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19828         New file.
19829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19830         New file.
19831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19832         multiarch modf for PowerPC32.
19833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19834         New file.
19835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19836         New file.
19837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19838         multiarch modff for PowerPC32.
19840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19841         and lrintf multiarch implementations.
19842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19843         New file.
19844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19845         New file.
19846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19847         multiarch lrint for PowerPC32.
19848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19849         file: multiarch lrintf for PowerPC32.
19851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19852         and lroundf multiarch implementations.
19853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19854         New file.
19855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19856         New file.
19857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19858         New file.
19859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19860         multiarch lround for PowerPC32.
19861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19862         file: multiarch lroundf for PowerPC32.
19864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19865         copysign and copysignf multiarch implementations.
19866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19867         New file.
19868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19869         New file.
19870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19871         file: multiarch copysign for PowerPC32.
19872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19873         file: multiarch copysignf for PowerPC32.
19875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19876         and truncf multiarch implementations.
19877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19878         New file.
19879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19880         file.
19881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19882         multiarch trunc for PowerPC32.
19883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19884         New file.
19885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19886         New file.
19887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19888         multiarch truncf for PowerPC32.
19890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19891         and roundf multiarch implementations.
19892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19893         New file.
19894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19895         file.
19896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19897         multiarch round for PowerPC32.
19898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19899         New file.
19900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19901         New file.
19902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19903         multiarch roundf for PowerPC32.
19905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19906         and floorf multiarch implementations.
19907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19908         New file.
19909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19910         file.
19911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19912         multiarch floor for PowerPC32.
19913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19914         New file.
19915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19916         New file.
19917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19918         multiarch floorf for PowerPC32.
19920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19921         and ceilf multiarch implementations.
19922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19923         New file.
19924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19925         file.
19926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19927         multiarch ceil for PowerPC32.
19928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19929         New file.
19930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19931         file.
19932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19933         multiarch ceilf for PowerPC32.
19935         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19936         is defined.
19937         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19938         FINITEF is defined.
19939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19940         and finitef multiarch implementations.
19941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19942         New file.
19943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19944         file.
19945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19946         multiarch finite for PowerPC32.
19947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19948         New file.
19949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19950         file: multiarch finitef for PowerPC32.
19952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19953         and isinff multiarch implementations.
19954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19955         file.
19956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19957         file.
19958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19959         multiarch isinf for PowerPC32.
19960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19961         New file.
19962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19963         multiarch isinff for PowerPC32.
19965         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19966         alias when __isnan is defined.
19967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19968         and isnanf multiarch implementations.
19969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19970         file.
19971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19972         file.
19973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19974         file.
19975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19976         file.
19977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19978         multiarch isnan for PowerPC32.
19979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19980         New file.
19981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19982         New file.
19983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19984         multiarch isnanf for PowerPC32.
19986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19987         and sqrtf multiarch implementations.
19988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19989         file.
19990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19991         file.
19992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19993         multiarch sqrt for PowerPC32.
19994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19995         file.
19996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19997         file.
19998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19999         multiarch sqrtf for PowerPC32.
20001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20002         and llroundf multiarch implementations.
20003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20004         New file.
20005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20006         New file.
20007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20008         New file.
20009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20010         file: multiarch llround for PowerPC32.
20011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20012         file: multiarch llroundf for PowerPC32.
20014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20015         multiarch PowerPC32 fpu implementations.
20016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20017         New file.
20018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20019         New file.
20020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20021         multiarch llrint for PowerPC32.
20022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20023         New file.
20024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20025         New file.
20026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20027         file.
20029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20031         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20032         file.
20033         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20034         file.
20035         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20036         file.
20037         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20038         multiarch wordcopy for PPC32.
20039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20040         wordcopy objects.
20041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20042         (__libc_ifunc_impl_list): Likewise.
20043         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20044         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20045         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20046         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20047         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20048         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20050         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20051         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20052         file.
20053         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20054         file.
20055         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20056         file.
20057         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20058         multiarch wcscpy for PPC32.
20059         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20060         multiarch objects.
20061         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20062         (__libc_ifunc_impl_list): Likewise.
20063         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20064         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20065         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20066         sysdeps/powerpc/power6/wcscpy.c.
20068         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20069         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20070         file.
20071         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20072         file.
20073         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20074         file.
20075         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20076         multiarch wcsrchr for PPC32.
20077         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20078         multiarch objects.
20079         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20080         (__libc_ifunc_impl_list): Likewise.
20081         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20082         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20083         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20084         sysdeps/powerpc/power6/wcsrchr.c.
20086         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20087         file.
20088         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20089         file.
20090         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20091         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20092         multiarch wcschr for PPc32.
20093         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20094         multiarch objects.
20095         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20096         (__libc_ifunc_impl_list): Likewise.
20097         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20098         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20099         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20100         sysdeps/powerpc/power6/wcschr.c.
20102         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20103         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20104         file.
20105         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20106         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20107         file: multiarch strchr for PPC32.
20108         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20109         multiarch objects.
20110         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20111         (__libc_ifunc_impl_list): Likewise.
20113         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20114         name.
20115         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20116         file.
20117         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20118         file.
20119         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20120         multiarch strchrnul for PPC32.
20121         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20122         multiarch objects.
20123         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20124         (__libc_ifunc_impl_list): Likewise.
20126         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20127         file.
20128         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20129         multiarch strncasecmp for PPC32.
20130         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20131         file.
20132         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20133         multiarch strncasecmp_l for PPC32.
20134         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20135         strncasecmp multiarch objects.
20136         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20137         (__libc_ifunc_impl_list): Likewise.
20139         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20140         file.
20141         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20142         multiarch strncasecmp for PPC32.
20143         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20144         New file.
20145         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20146         multiarch strcasecmp_l for PPC32.
20147         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20148         multiarch objects.
20149         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20150         (__libc_ifunc_impl_list): Likewise.
20152         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20153         file.
20154         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20155         file.
20156         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20157         multiarch strncmp for PPC32.
20158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20159         multiarch objects.
20160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20161         (__libc_ifunc_impl_list): Likewise.
20163         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20164         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20165         file.
20166         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20167         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20168         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20169         multiarch objects.
20170         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20171         (__libc_ifunc_impl_list): Likewise.
20173         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20174         file.
20175         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20176         file.
20177         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20179         multiarch objects.
20180         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20181         (__libc_ifunc_impl_list): Likewise.
20183         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20184         file.
20185         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20186         file.
20187         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20188         multiarch rawmemchr for PPC32.
20189         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20190         multiarch objects.
20191         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20192         (__libc_ifunc_impl_list): Likewise.
20194         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20195         file.
20196         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20197         file.
20198         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20199         file: memrchr multiarch for PPC32.
20200         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20201         multiarch objects.
20202         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20203         (__libc_ifunc_impl_list): Likewise.
20205         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20206         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20207         file.
20208         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20209         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20210         multiarch memchr for PPC32.
20211         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20212         multiarch objects.
20213         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20214         (__libc_ifunc_impl_list): Likewise.
20216         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20217         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20218         file.
20219         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20220         file.
20221         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20222         file: multiarch mempcpy for PPC32.
20223         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20224         multiarch objects.
20225         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20226         (__libc_ifunc_impl_list): Likewise.
20228         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20229         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20230         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20231         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20232         multiarch bzero for PPC32.
20233         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20234         file.
20235         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20236         file.
20237         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20238         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20239         file: multiarch memset for PPC32.
20240         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20241         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20242         memset multiarch objects.
20243         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20244         (__libc_ifunc_impl_list): Likewise.
20246         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20247         file.
20248         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20249         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20250         memcmp for PPC32.
20251         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20252         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20253         multiarch objects.
20254         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20255         (__libc_ifunc_impl_list): Likewise.
20257         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20258         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20259         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20260         file.
20261         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20262         file.
20263         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20264         file.
20265         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20266         multiarch memcpy for PPC32.
20267         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20268         multiarch objects.
20269         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20270         (__libc_ifunc_impl_list): Likewise.
20272         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20273         support multiarch for POWER/PPC32.
20274         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20275         Likewise.
20276         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20278         Implies file to make multiarch folder appers before the fpu and
20279         default folder for power4 configuration.
20281 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20283         * scripts/bench.pl: Append volatile keyword to type.
20285 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20287         * sysdeps/sh/sotruss-lib.c: New file.
20288         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20290 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20294 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20296         [BZ #6810]
20297         * math/w_tgamma.c: Include <errno.h>.
20298         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20299         * math/w_tgammaf.c: Include <errno.h>.
20300         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20301         * math/w_tgammal.c: Include <errno.h>.
20302         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20303         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20304         underflow.  Add more tgamma tests.
20305         * math/auto-libm-test-out: Regenerated.
20306         * sysdeps/i386/fpu/libm-test-ulps: Update.
20307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20309         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20310         sin, sinh, tan, tanh, tgamma, y0 and y1.
20311         * math/auto-libm-test-out: Regenerated.
20312         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20313         (TEST_COND_x86): Likewise.
20314         (M_E2l): Remove macro.
20315         (M_E3l): Likewise.
20316         (M_2_SQRT_PIl): Likewise.
20317         (M_SQRT_PIl): Likewise.
20318         (M_1_DIV_El): Likewise.
20319         (log_test_data): Use AUTO_TESTS_f_f.
20320         (log10_test_data): Likewise.
20321         (log1p_test_data): Likewise.
20322         (log2_test_data): Likewise.
20323         (sin_test_data): Likewise.
20324         (sin_tonearest_test_data): Likewise.
20325         (sin_towardzero_test_data): Likewise.
20326         (sin_downward_test_data): Likewise.
20327         (sin_upward_test_data): Likewise.
20328         (sinh_test_data): Likewise.
20329         (sinh_tonearest_test_data): Likewise.
20330         (sinh_towardzero_test_data): Likewise.
20331         (sinh_downward_test_data): Likewise.
20332         (sinh_upward_test_data): Likewise.
20333         (tan_test_data): Likewise.
20334         (tan_tonearest_test_data): Likewise.
20335         (tan_towardzero_test_data): Likewise.
20336         (tan_downward_test_data): Likewise.
20337         (tan_upward_test_data): Likewise.
20338         (tanh_test_data): Likewise.
20339         (tgamma_test_data): Likewise.
20340         (y0_test_data): Likewise.
20341         (y1_test_data): Likewise.
20342         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20343         (special_real_inputs): Add pi/4.
20344         * sysdeps/i386/fpu/libm-test-ulps: Update.
20345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20347 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20349         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20350         "longjmp_target" static probes.
20351         (__longjmp): Rename to __longjmp_symbol.
20352         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20353         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20354         on which longjmp to generate.
20355         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20356         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20357         probe.
20358         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20359         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20360         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20361         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20362         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20363         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20365         __longjmp_symbol based on which __longjmp to generate.
20366         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20367         probe.
20368         (setjmp): Rename to setjmp_symbol.
20369         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20370         (_setjmp): Rename to _setjmp_symbol.
20371         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20372         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20373         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20374         which setjmp to generate.
20375         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20376         "longjmp_target" static probes.
20378 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20380         * benchtests/README: Add note about output arguments.
20381         * benchtests/bench-sincos.c: Remove file.
20382         * benchtests/sincos-inputs: New file.
20383         * scripts/bench.pl: Identify output arguments and define
20384         static variables for them.
20386         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20388         [BZ #15941]
20389         * Makefile (INSTALL): Add install-plain.texi as the primary
20390         dependency.
20391         * manual/install-plain.texi: New file.
20392         * manual/install.texi: Include node directive only for
20393         non-plaintext output.
20395 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20397         * stdlib/longlong.h: Update from GCC.
20399         [BZ #6807]
20400         [BZ #15901]
20401         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20402         * math/w_j0f.c (y0f): Likewise.
20403         * math/w_j0l.c (__y0l): Likewise.
20404         * math/w_j1.c (y1): Likewise.
20405         * math/w_j1f.c (y1f): Likewise.
20406         * math/w_j1l.c (__y1l): Likewise
20407         * math/w_jn.c (yn): Likewise.
20408         * math/w_jnf.c (ynf): Likewise.
20409         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20410         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20411         value for Bessel function domain errors outside _SVID_ mode.
20412         Adjust sign of return value for yn (negative integer, 0).
20413         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20414         by zero in return for negative x and set sign appropriately for
20415         negative n.
20416         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20417         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20418         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20419         expectations in error cases.
20420         (y1_test_data): Likewise.
20421         (yn_test_data): Likewise.
20422         * sysdeps/i386/fpu/libm-test-ulps: Update.
20423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20425 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20427         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20428         "64" to "64-v1".  Add "64-v2".
20429         (abi-64-options): Rename to ...
20430         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20431         (abi-64-condition): Rename to ...
20432         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20433         (abi-64-ld-soname): Rename to ...
20434         (abi-64-v1-ld-soname): ... this.
20435         (abi-64-v2-options): Define.
20436         (abi-64-v2-condition): Likewise.
20437         (abi-64-v2-ld-soname): Likewise.
20438         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20439         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20444 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20445             Alan Modra  <amodra@gmail.com>
20447         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20448         New versions for use with the ELFv2 ABI.
20449         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20450         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20451         declaration.
20452         (struct La_ppc64v2_retval): Likewise.
20453         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20454         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20455         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20456         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20457         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20458         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20459         Do not save or restore CR.
20460         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20461         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20462         return values for ELFv2 ABI.  Fix location of FPR return registers.
20463         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20464         updated values for _CALL_ELF == 2.
20465         (La_regs, La_retval, int_retval): Likewise.
20467 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20469         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20470         (FRAME_MIN_SIZE_PARM): Likewise.
20471         (FRAME_BACKCHAIN): Likewise.
20472         (FRAME_CR_SAVE): Likewise.
20473         (FRAME_LR_SAVE): Likewise.
20474         (FRAME_TOC_SAVE): Likewise.
20475         (FRAME_PARM_SAVE): Likewise.
20476         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20477         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20478         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20479         (call_mcount_parm_offset): New macro.
20480         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20481         (PROF): Use symbolic stack frame offsets.
20482         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20483         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20484         Redefine in terms of FRAME_MIN_SIZE.
20485         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20486         (_dl_profile_resolve): Likewise.  Update comment.
20487         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20488         symbols stack frame offsets.
20489         (__sigsetjmp): Likewise.
20490         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20491         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20492         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20493         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20496         (FRAME_BACKCHAIN): Remove.
20497         (FRAME_CR_SAVE): Likewise.
20498         (FRAME_LR_SAVE): Likewise.
20499         (FRAME_COMPILER_DW): Likewise.
20500         (FRAME_LINKER_DW): Likewise.
20501         (FRAME_TOC_SAVE): Likewise.
20502         (FRAME_PARM_SAVE): Likewise.
20503         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20504         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20505         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20507         (CHECK_SP): Use symbolic stack frame offsets.
20508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20509         zone" instead of caller's parameter save area for temp storage.
20510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20511         Likewise.  Also, use symbolic stack frame offsets.
20512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20513         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20514         our own stack frame instead of the caller's.
20515         (__socket): Use symbolic stack frame offsets.
20517 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20518             Alan Modra  <amodra@gmail.com>
20520         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20521         Define.
20522         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20523         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20524         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20525         New function.
20526         (elf_machine_fixup_plt): Call it.
20527         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20528         reloc arguments.
20529         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20530         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20531         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20532         r2 before calling target.
20534 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20535             Alan Modra  <amodra@gmail.com>
20537         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20538         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20539         versions of macros to support ELFv2 ABI.
20540         (LOCALENTRY): New macro.
20541         (ENTRY, EALIGN): Use it.
20542         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20543         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20544         fall through into ENTRY entry point.
20545         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20546         Only define if _CALL_ELF != 2.
20548         (elf_machine_matches_host): Verify ABI version matches.
20549         (RTLD_START): Use LOCALENTRY.
20550         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20551         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20552         (PLT_ENTRY_WORDS): New macro.
20553         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20554         (elf_machine_runtime_setup): Support ELFv2 ABI.
20555         (elf_machine_fixup_plt): Likewise.
20556         (elf_machine_plt_conflict): Likewise.
20557         (resolve_ifunc): Likewise.
20558         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20559         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20560         Likewise.
20561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20562         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20564         (makecontext): Support ELFv2 ABI.
20565         * elf/elf.h (EF_PPC64_ABI): Define.
20567 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20569         * sysdeps/powerpc/powerpc64/sysdep.h
20570         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20571         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20572         (ENTRY) [ASSEMBLER]: ... but instead here ...
20573         (EALIGN) [ASSEMBLER]: ... and here.
20574         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20575         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20576         (ENTRY_2) [!ASSEMBLER]: Use it.
20577         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20578         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20579         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20580         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20581         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20583         Use PPC64_LOAD_FUNCPTR.
20585         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20587 2013-12-04  Alan Modra  <amodra@gmail.com>
20589         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20590         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20591         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20592         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20594         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20595         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20596         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20597         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20598         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20599         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20601 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20604         (__makecontext): Fix incorrect CFI when backtracing out of
20605         context created via makecontext.
20606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20607         (__setcontext): Fix incorrect CFI during switch to new context.
20608         (__novec_setcontext): Likewise.
20610 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20612         [BZ #4772]
20613         * time/strptime_l.c (__strptime_internal): Allow modifiers
20614         in strptime.
20615         * time/tst-strptime.c (day_tests): Add testcase.
20617 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20619         * scripts/bench.pl: Skip over blank lines.
20621 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20623         [BZ #926]
20624         * manual/time.texi (Calendar Time): Clarify what timezone functions
20625         use.
20627 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20631 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20633         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20634         implementation.
20635         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20636         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20637         * debug/memset_chk.c (__memset_chk): Likewise.
20638         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20639         * debug/strncpy_chk.c: Likewise.
20641 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20643         [BZ #15268]
20644         [BZ #15425]
20645         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20646         (__ieee754_exp): For possibly underflowing results, check size of
20647         result and force underflow exception if required.
20648         * math/auto-libm-test-in: Add more tests of exp.
20649         * math/auto-libm-test-out: Regenerated.
20650         * sysdeps/i386/fpu/libm-test-ulps: Update.
20651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20653         [BZ #16283]
20654         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20655         * math/w_exp2f.c (__exp2f): Likewise.
20656         * math/w_exp2l.c (__exp2l): Likewise.
20657         * math/auto-libm-test-in: Do not allow missing errno on exp2
20658         underflow.
20659         * math/auto-libm-test-out: Regenerated.
20661 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20663         [BZ #16274]
20664         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20665         handle filename validation.
20666         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20667         (do_open): Delete.
20669 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20671         [BZ #6786]
20672         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20673         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20674         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20675         <float.h>.
20676         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20677         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20678         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20679         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20680         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20681         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20682         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20683         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20684         Add more erfc tests.
20685         * math/auto-libm-test-out: Regenerated.
20686         * sysdeps/i386/fpu/libm-test-ulps: Update.
20687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20689         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20690         exp2, expm1, j0 and j1.
20691         * math/auto-libm-test-out: Regenerated.
20692         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20693         (erfc_test_data): Likewise.
20694         (exp_test_data): Likewise.
20695         (exp_tonearest_test_data): Likewise.
20696         (exp_towardzero_test_data): Likewise.
20697         (exp_downward_test_data): Likewise.
20698         (exp_upward_test_data): Likewise.
20699         (exp10_test_data): Likewise.
20700         (exp2_test_data): Likewise.
20701         (expm1_test_data): Likewise.
20702         (j0_test_data): Likewise.
20703         (j1_test_data): Likewise.
20704         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20705         (input_flag_type): Add flag_xfail_rounding.
20706         (input_flags): Add xfail-rounding.
20707         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20708         (output_for_one_input_case): Handle flag_xfail_rounding.
20709         * sysdeps/i386/fpu/libm-test-ulps: Update.
20710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20712 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20714         [BZ #16289]
20715         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20716         division by 0.
20718 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20720         [BZ #16195]
20721         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20722         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20723         (STAP_PROBE0): New macro.
20724         (STAP_PROBE1): Likewise.
20725         (STAP_PROBE2): Likewise.
20726         (STAP_PROBE3): Likewise.
20727         (STAP_PROBE4): Likewise.
20729 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20731         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20733 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20735         * benchtests/Makefile (bench): Add sqrt.
20736         (LDLIBS-bench-sqrt): New.
20737         * benchtests/sqrt-input: New.
20739 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20741         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20742         (GAIH_EAI): Likewise.
20743         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20744         (gaih_inet): Likewise.
20745         (getaddrinfo): Don't use GAIH_EAI.
20747         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20748         (struct gaih): Remove definition.
20750 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20752         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20753         Use HERRNOP directly.
20755 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20759 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20761         * math/gen-auto-libm-tests.c (test_functions): Add more
20762         single-argument functions.
20763         (special_fill_pi_2): New function.
20764         (special_fill_minus_pi_2): Likewise.
20765         (special_fill_pi_6): Likewise.
20766         (special_fill_minus_pi_6): Likewise.
20767         (special_fill_pi_3): Likewise.
20768         (special_fill_2pi_3): Likewise.
20769         (special_fill_e): Likewise.
20770         (special_fill_1_e): Likewise.
20771         (special_fill_e_minus_1): Likewise.
20772         (special_real_inputs): Add more special inputs.
20773         (output_for_one_input_case): Do not require ERANGE on underflow to
20774         zero if round-to-nearest result does not underflow to zero, unless
20775         exact results required.
20776         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20777         atan, atanh, cbrt, cos and cosh.
20778         * math/auto-libm-test-out: Regenerated.
20779         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20780         (acos_tonearest_test_data): Likewise.
20781         (acos_towardzero_test_data): Likewise.
20782         (acos_downward_test_data): Likewise.
20783         (acos_upward_test_data): Likewise.
20784         (acosh_test_data): Likewise.
20785         (asin_test_data): Likewise.
20786         (asin_tonearest_test_data): Likewise.
20787         (asin_towardzero_test_data): Likewise.
20788         (asin_upward_test_data): Likewise.
20789         (asinh_test_data): Likewise.
20790         (atan_test_data): Likewise.
20791         (atanh_test_data): Likewise.
20792         (cbrt_test_data): Likewise.
20793         (cos_test_data): Likewise.
20794         (cos_tonearest_test_data): Likewise.
20795         (cos_towardzero_test_data): Likewise.
20796         (cos_downward_test_data): Likewise.
20797         (cos_upward_test_data): Likewise.
20798         (cosh_test_data): Likewise.
20799         (cosh_tonearest_test_data): Likewise.
20800         (cosh_towardzero_test_data): Likewise.
20801         (cosh_downward_test_data): Likewise.
20802         (cosh_upward_test_data): Likewise.
20803         * sysdeps/i386/fpu/libm-test-ulps: Update.
20804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20806 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20808         [BZ #6787]
20809         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20810         * math/w_exp10f.c (__exp10f): Likewise.
20811         * math/w_exp10l.c (__exp10l): Likewise.
20812         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20813         errno settings in existing tests.
20815         [BZ #14032]
20816         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20817         precision control set to double precision.
20818         * sysdeps/i386/fpu/w_sqrt.c: New file.
20819         * math/auto-libm-test-in: Add more tests.
20820         * math/auto-libm-test-out: Update.
20822         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20823         (sqrt_test_tonearest): New function.
20824         (sqrt_towardzero_test_data): New variable.
20825         (sqrt_test_towardzero): New function.
20826         (sqrt_downward_test_data): New variable.
20827         (sqrt_test_downward): New function.
20828         (sqrt_upward_test_data): New variable.
20829         (sqrt_test_upward): New function.
20830         (main): Call the new functions.
20832         * math/gen-auto-libm-tests.c: New file.
20833         * math/auto-libm-test-in: Likewise.
20834         * math/auto-libm-test-out: New generated file.
20835         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20836         variables.
20837         (%beautify): Add generated representations of zero.
20838         (top level): Set $auto_input and call parse_auto_input.
20839         (beautify): Remove trailing "f" from hex float constants.
20840         (parse_args): Handle XFAIL_TEST.
20841         (convert_condition): New function.
20842         (or_value): Likewise.
20843         (or_cond_value): Likewise.
20844         (generate_testfile): Handle AUTO_TESTS_* lines.
20845         (parse_auto_input): New function.
20846         * math/libm-test.inc (XFAIL_TEST): New macro.
20847         (ERRNO_UNCHANGED): Update value.
20848         (ERRNO_EDOM): Likewise.
20849         (ERRNO_ERANGE): Likewise.
20850         (IGNORE_RESULT): Likewise.
20851         (TEST_COND_flt_32): New macro.
20852         (TEST_COND_dbl_64): Likewise.
20853         (TEST_COND_ldbl_96_intel): Likewise.
20854         (TEST_COND_ldbl_96_m68k): Likewise.
20855         (TEST_COND_ldbl_128): Likewise.
20856         (TEST_COND_ldbl_128ibm): Likewise.
20857         (TEST_COND_long32): Likewise.
20858         (TEST_COND_long64): Likewise.
20859         (TEST_COND_before_rounding): Likewise.
20860         (TEST_COND_after_rounding): Likewise.
20861         (enable_test): Handle XFAIL_TEST flag.
20862         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20863         with finite results.
20864         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20865         auto-libm-test-out.
20867 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20868             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20870         [BZ #16214]
20871         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20872         __tls_get_addr_internal instead of __tls_get_offset in order to
20873         avoid GOT pointer dependency.  Make rtld export
20874         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20875         __tls_get_addr since we are a __tls_get_offset platform.
20876         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20877         GOT pointer being set up before.
20878         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20880 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20882         * manual/math.texi (Errors in Math Functions): Document accuracy
20883         goals.
20885         [BZ #15004]
20886         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20887         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20888         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20889         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20890         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20891         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20892         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20893         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20894         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20895         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20896         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20897         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20898         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20899         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20900         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20901         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20903         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20904         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20905         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20906         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20907         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20908         Likewise.
20909         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20910         Likewise.
20911         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20912         Likewise.
20913         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20914         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20915         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20916         atomic-feupdateenv and flt-rounds.
20917         * sysdeps/powerpc/nofpu/Versions (libc): Add
20918         __atomic_feholdexcept, __atomic_feclearexcept,
20919         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20920         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20921         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20922         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20923         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20924         here.
20925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20926         Update.
20928         * manual/arith.texi (FP Exceptions): Document that exceptions may
20929         not be raised when matherr is used.
20930         (Math Error Reporting): Document overflow in directed rounding
20931         modes.  Document that errno may not be set when finite values are
20932         returned on overflow.  Document intent to set errno on underflow
20933         only for underflow to zero.
20935         [BZ #16271]
20936         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20937         round-to-nearest then adjust result for other rounding modes.
20938         * include/fenv.h (fegetround): Use libm_hidden_proto.
20939         * math/fegetround.c (fegetround): Use libm_hidden_def.
20940         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20941         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20942         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20943         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20944         Likewise.
20945         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20946         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20947         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20948         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20950 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20952         [BZ #16077]
20953         * nss/Versions (libnss_files): Add
20954         _nss_files_gethostbyname3_r.
20955         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20956         New function.
20957         (HOST_DB_LOOKUP): Remove macro.
20958         (_nss_files_gethostbyname_r): Implement function without the
20959         HOST_DB_LOOKUP macro.
20960         (_nss_files_gethostbyname2_r): Likewise.
20962 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20964         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20966 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20968         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20969         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20970         warning.
20972 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20974         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20975         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20976         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20977         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20978         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20979         __fe_nomask_env_priv and attribute_hidden.
20980         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20981         (libc_feupdateenv_test_ppc): Likewise.
20982         (libc_feresetround_ppc): Likewise.
20983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20984         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20985         compat_symbol macro.
20986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20987         (__fe_nomask_env): Likewise.
20988         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20990 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20992         * string/Makefile: Remove ifunc tests.
20993         * string/test-string.h: Define TEST_IFUNC.
20994         * string/test-bcopy-ifunc.c: Remove.
20995         * string/test-bzero-ifunc.c: Likewise.
20996         * string/test-memccpy-ifunc.c: Likewise.
20997         * string/test-memchr-ifunc.c: Likewise.
20998         * string/test-memcmp-ifunc.c: Likewise.
20999         * string/test-memcpy-ifunc.c: Likewise.
21000         * string/test-memmem-ifunc.c: Likewise.
21001         * string/test-memmove-ifunc.c: Likewise.
21002         * string/test-mempcpy-ifunc.c: Likewise.
21003         * string/test-memrchr-ifunc.c: Likewise.
21004         * string/test-memset-ifunc.c: Likewise.
21005         * string/test-rawmemchr-ifunc.c: Likewise.
21006         * string/test-stpcpy-ifunc.c: Likewise.
21007         * string/test-stpncpy-ifunc.c: Likewise.
21008         * string/test-strcasecmp-ifunc.c: Likewise.
21009         * string/test-strcasestr-ifunc.c: Likewise.
21010         * string/test-strcat-ifunc.c: Likewise.
21011         * string/test-strchr-ifunc.c: Likewise.
21012         * string/test-strchrnul-ifunc.c: Likewise.
21013         * string/test-strcmp-ifunc.c: Likewise.
21014         * string/test-strcpy-ifunc.c: Likewise.
21015         * string/test-strcspn-ifunc.c: Likewise.
21016         * string/test-strlen-ifunc.c: Likewise.
21017         * string/test-strncasecmp-ifunc.c: Likewise.
21018         * string/test-strncat-ifunc.c: Likewise.
21019         * string/test-strncmp-ifunc.c: Likewise.
21020         * string/test-strncpy-ifunc.c: Likewise.
21021         * string/test-strnlen-ifunc.c: Likewise.
21022         * string/test-strpbrk-ifunc.c: Likewise.
21023         * string/test-strrchr-ifunc.c: Likewise.
21024         * string/test-strspn-ifunc.c: Likewise.
21025         * string/test-strstr-ifunc.c: Likewise.
21027 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21029         * benchtests/Makefile: Remove ifunc tests.
21030         * benchtests/bench-string.h: Define TEST_IFUNC.
21031         * benchtests/bench-bcopy-ifunc.c: Remove.
21032         * benchtests/bench-bzero-ifunc.c: Likewise.
21033         * benchtests/bench-memccpy-ifunc.c: Likewise.
21034         * benchtests/bench-memchr-ifunc.c: Likewise.
21035         * benchtests/bench-memcmp-ifunc.c: Likewise.
21036         * benchtests/bench-memcpy-ifunc.c: Likewise.
21037         * benchtests/bench-memmem-ifunc.c: Likewise.
21038         * benchtests/bench-memmove-ifunc.c: Likewise.
21039         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21040         * benchtests/bench-memrchr-ifunc.c: Likewise.
21041         * benchtests/bench-memset-ifunc.c: Likewise.
21042         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21043         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21044         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21045         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21046         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21047         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21048         * benchtests/bench-strcat-ifunc.c: Likewise.
21049         * benchtests/bench-strchr-ifunc.c: Likewise.
21050         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21051         * benchtests/bench-strcmp-ifunc.c: Likewise.
21052         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21053         * benchtests/bench-strcpy-ifunc.c: Likewise.
21054         * benchtests/bench-strcspn-ifunc.c: Likewise.
21055         * benchtests/bench-strlen-ifunc.c: Likewise.
21056         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21057         * benchtests/bench-strncat-ifunc.c: Likewise.
21058         * benchtests/bench-strncmp-ifunc.c: Likewise.
21059         * benchtests/bench-strncpy-ifunc.c: Likewise.
21060         * benchtests/bench-strnlen-ifunc.c: Likewise.
21061         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21062         * benchtests/bench-strrchr-ifunc.c: Likewise.
21063         * benchtests/bench-strsep-ifunc.c: Likewise.
21064         * benchtests/bench-strspn-ifunc.c: Likewise.
21065         * benchtests/bench-strstr-ifunc.c: Likewise.
21067 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21069         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21071 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21073         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21074         * rt/aio.h: Likewise.
21075         * sysdeps/gnu/bits/utmp.h: Likewise.
21076         * sysdeps/gnu/bits/utmpx.h: Likewise.
21077         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21078         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21079         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21080         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21081         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21082         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21083         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21084         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21085         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21086         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21087         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21088         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21089         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21091         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21092         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21093         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21094         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21095         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21096         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21097         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21098         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21099         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21100         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21101         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21102         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21103         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21104         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21105         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21106         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21107         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21108         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21109         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21110         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21111         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21112         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21113         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21114         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21115         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21116         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21117         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21118         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21120 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21122         [BZ #16245]
21123         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21124         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21126 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21128         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21129         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21130         Likewise.
21132 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21134         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21135         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21136         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21137         (__fesetround): Remove define.
21138         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21139         rounding and exceptions handling.
21140         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21141         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21142         (__fe_nomask_env): Likewise.
21143         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21144         __fegetround instead of fegetround.
21145         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21146         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21148 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21150         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21151         it's there.
21153         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21155 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21157         [BZ #11157]
21158         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21159         (encrypt_r): Likewise.
21160         * malloc/obstack.h (obstack_free): Likewise.
21161         * posix/unistd.h (encrypt): Likewise.
21163 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21165         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21166         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21167         DL_CALL_DT_FINI() that call the functions directly.
21168         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21169         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21170         * elf/dl-fini.c: Likewise.
21172 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21174         * malloc/hooks.c (memalign_check): Add alignment rounding.
21175         * malloc/malloc.c (_mid_memalign): New function.
21176         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21177         Implement by calling _mid_memalign.
21178         * manual/probes.texi (Memory Allocation Probes): Remove
21179         memory_valloc_retry and memory_pvalloc_retry.
21181 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21183         * locale/programs/locarchive.c (open_archive): Add const
21184         qualifier to ARCHIVEFNAME and copy default fname to
21185         DEFAULT_FNAME.
21187         [BZ #15601]
21188         * libio/tst-widetext.input: Rename Oriya to Odia.
21189         * locale/iso-639.def: Likewise.
21191         * manual/probes.texi (Mathematical Function Probes): Add
21192         documentation for sin, cos, asin and acos probes.
21193         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21194         (__sin32): Add slowasin probe.
21195         (__cos32): Add slowacos probe.
21196         (__mpsin): Add slowsin probe.
21197         (__mpcos): Add slowcos probe.
21199 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21201         [BZ #15483]
21202         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21203         thread-local __sim_exceptions_thread and global
21204         __sim_exceptions_global.
21205         (__sim_disabled_exceptions): Change to thread-local
21206         __sim_disabled_exceptions_thread and global
21207         __sim_disabled_exceptions_global.
21208         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21209         and global __sim_round_mode_global.
21210         (__simulate_exceptions): Use thread-local floating-point state and
21211         set global state from it as needed.
21212         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21213         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21214         __sim_round_mode_thread.
21215         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21216         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21217         and global __sim_exceptions_global.
21218         (__sim_disabled_exceptions): Change to thread-local
21219         __sim_disabled_exceptions_thread and global
21220         __sim_disabled_exceptions_global.
21221         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21222         and global __sim_round_mode_global.
21223         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21224         (SIM_SET_GLOBAL): Likewise.
21225         * sysdeps/powerpc/soft-fp/sfp-machine.h
21226         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21227         __sim_round_mode_thread.
21228         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21229         __sim_disabled_exceptions_thread.
21230         (__sim_exceptions): Change to __sim_exceptions_thread.
21231         (__sim_disabled_exceptions): Change to
21232         __sim_disabled_exceptions_thread.
21233         (__sim_round_mode): Change to __sim_round_mode_thread.
21234         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21235         thread-local floating-point state and set global state from it as
21236         needed.
21237         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21238         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21239         (__sim_disabled_exceptions): Remove extern declaration.
21240         (feenableexcept): Use thread-local floating-point state and set
21241         global state from it as needed.
21242         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21243         extern declaration.
21244         (__sim_disabled_exceptions): Likewise.
21245         (__sim_round_mode): Likewise.
21246         (__fegetenv): Use thread-local floating-point state.
21247         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21248         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21249         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21250         floating-point state and set global state from it as needed.
21251         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21252         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21253         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21254         Likewise.
21255         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21256         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21257         Likewise.
21258         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21259         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21260         Use __sim_round_mode_thread.
21261         * math/test-fenv-tls.c: New file.
21262         * math/Makefile (tests): Add test-fenv-tls.
21263         ($(objpfx)test-fenv-tls): Depend on
21264         $(common-objpfx)nptl/libpthread.so.
21266 2013-11-19  Andreas Schwab  <schwab@suse.de>
21268         * locale/programs/locale.c (show_info): Decode wordarray elements.
21269         * locale/categories.def (LC_MONETARY): Add element for
21270         _NL_MONETARY_CRNCYSTR.
21271         * locale/C-monetary.c (conversion_rate): New variable.
21272         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21273         element.
21275 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21277         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21278         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21280 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21282         * elf/Makefile (tst-auxv): New test.
21283         * elf/tst-auxv.c: New
21284         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21286 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21288         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21289         (hidden_proto): Caller changed.
21290         (hidden_tls_proto): New macro.
21291         (libc_hidden_tls_proto): Likewise.
21292         (rtld_hidden_tls_proto): Likewise.
21293         (libm_hidden_tls_proto): Likewise.
21294         (libresolv_hidden_tls_proto): Likewise.
21295         (librt_hidden_tls_proto): Likewise.
21296         (libdl_hidden_tls_proto): Likewise.
21297         (libnss_files_hidden_tls_proto): Likewise.
21298         (libnsl_hidden_tls_proto): Likewise.
21299         (libnss_nisplus_hidden_tls_proto): Likewise.
21300         (libutil_hidden_tls_proto): Likewise.
21302 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21304         [BZ #10253]
21305         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21306         (decompose_rpath): Defer expansion to fillin_rpath.
21307         (_dl_init_paths): Pass linkmap to fillin_rpath.
21309 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21311         * benchtests/Makefile: Add strsep.
21312         * benchtests/bench-strsep.c: New file: strsep benchtest.
21313         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21315 2013-11-18  Andreas Schwab  <schwab@suse.de>
21317         * locale/programs/locale.c (show_info) [case byte]: Check for
21318         '\377' instead of '\177'.
21319         * locale/C-monetary.c (not_available): Always use "\377".
21320         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21321         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21322         detect unavailable sign_posn locale elements.
21323         * locale/localeconv.c (__localeconv): For grouping and
21324         mon_grouping handle "\177" and "\377" like no grouping.
21325         (INT_ELEM): New macro.  Use it to set all numeric members.
21326         * locale/programs/ld-monetary.c (monetary_read)
21327         <tok_mon_grouping>: Normalize single -1 to the empty string.
21328         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21329         Likewise.
21331 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21333         [BZ #16055]
21334         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21335         when we match (nil).
21336         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21338 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21340         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21341         (NO_TEST_INLINE): Update value.
21342         (ERRNO_UNCHANGED): Likewise.
21343         (ERRNO_EDOM): Likewise.
21344         (ERRNO_ERANGE): Likewise.
21345         (IGNORE_RESULT): Likewise.
21346         (check_float_internal): Check signs of NaN results if
21347         TEST_NAN_SIGN used.
21348         (check_complex): Pass TEST_NAN_SIGN flag through to second
21349         check_float_internal call.
21350         (copysign_test_data): Add tests with quiet NaNs as second
21351         argument.  Use TEST_NAN_SIGN.
21352         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21353         TEST_NAN_SIGN.
21354         (signbit_test_data): Add tests of quiet NaN argument.
21355         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21357         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21358         $ignore_result.
21359         (parse_args): Handle function results specified as IGNORE.
21360         * math/libm-test.inc (IGNORE_RESULT): New macro.
21361         (check_float_internal): Do not check numerical result if flag
21362         IGNORE_RESULT set.
21363         (check_complex): Pass through IGNORE_RESULT to second
21364         check_float_internal call.
21365         (check_int): Do not check numerical result if flag IGNORE_RESULT
21366         set.
21367         (check_long): Likewise.
21368         (check_bool): Likewise.
21369         (check_longlong): Likewise.
21370         (lrint_test_data): Add tests of infinite and NaN arguments.
21371         (lrint_tonearest_test_data): Likewise.
21372         (lrint_towardzero_test_data): Likewise.
21373         (lrint_downward_test_data): Likewise.
21374         (lrint_upward_test_data): Likewise.
21375         (llrint_test_data): Likewise.
21376         (llrint_tonearest_test_data): Likewise.
21377         (llrint_towardzero_test_data): Likewise.
21378         (llrint_downward_test_data): Likewise.
21379         (llrint_upward_test_data): Likewise.
21380         (lround_test_data): Likewise.
21381         (llround_test_data): Likewise.
21383         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21384         (ERRNO_UNCHANGED): Update value.
21385         (ERRNO_EDOM): Likewise.
21386         (ERRNO_ERANGE): Likewise.
21387         (NO_TEST_INLINE_FLOAT): New macro.
21388         (NO_TEST_INLINE_DOUBLE): Likewise.
21389         (enable_test): New function.
21390         (RUN_TEST_f_f): Check enable_test before running test.
21391         (RUN_TEST_2_f): Likewise.
21392         (RUN_TEST_fff_f): Likewise.
21393         (RUN_TEST_c_f): Likewise.
21394         (RUN_TEST_f_f1): Likewise.
21395         (RUN_TEST_fF_f1): Likewise.
21396         (RUN_TEST_fI_f1): Likewise.
21397         (RUN_TEST_ffI_f1): Likewise.
21398         (RUN_TEST_c_c): Likewise.
21399         (RUN_TEST_cc_c): Likewise.
21400         (RUN_TEST_f_i): Likewise.
21401         (RUN_TEST_f_i_tg): Likewise.
21402         (RUN_TEST_ff_i_tg): Likewise.
21403         (RUN_TEST_f_b): Likewise.
21404         (RUN_TEST_f_b_tg): Likewise.
21405         (RUN_TEST_f_l): Likewise.
21406         (RUN_TEST_f_L): Likewise.
21407         (RUN_TEST_fFF_11): Likewise.
21408         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21409         conditionals.
21410         (cosh_test_data): Likewise.
21411         (exp_test_data): Likewise.
21412         (expm1_test_data): Likewise.
21413         (hypot_test_data): Likewise.
21414         (pow_test_data): Likewise.
21415         (sinh_test_data): Likewise.
21416         (tanh_test_data): Likewise.
21417         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21418         flags argument.
21420         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21421         tests with quiet NaN input and output.
21422         (acosh_test_data): Likewise.
21423         (asin_test_data): Likewise.
21424         (asinh_test_data): Likewise.
21425         (atan_test_data): Likewise.
21426         (atanh_test_data): Likewise.
21427         (atan2_test_data): Likewise.
21428         (cbrt_test_data): Likewise.
21429         (cos_test_data): Likewise.
21430         (cosh_test_data): Likewise.
21431         (erf_test_data): Likewise.
21432         (erfc_test_data): Likewise.
21433         (exp_test_data): Likewise.
21434         (exp10_test_data): Likewise.
21435         (exp2_test_data): Likewise.
21436         (expm1_test_data): Likewise.
21437         (hypot_test_data): Likewise.
21438         (j0_test_data): Likewise.
21439         (j1_test_data): Likewise.
21440         (jn_test_data): Likewise.
21441         (lgamma_test_data): Likewise.
21442         (log_test_data): Likewise.
21443         (log10_test_data): Likewise.
21444         (log1p_test_data): Likewise.
21445         (log2_test_data): Likewise.
21446         (pow_test_data): Likewise.
21447         (scalb_test_data): Likewise.
21448         (sin_test_data): Likewise.
21449         (sincos_test_data): Likewise.
21450         (sinh_test_data): Likewise.
21451         (tan_test_data): Likewise.
21452         (tanh_test_data): Likewise.
21453         (tgamma_test_data): Likewise.
21454         (y0_test_data): Likewise.
21455         (y1_test_data): Likewise.
21456         (yn_test_data): Likewise.
21458         [BZ #16167]
21459         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21460         argument being NaN and avoid computations with second argument in
21461         that case.
21462         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21463         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21464         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21466 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21468         * locale/iso-639.def: Add Chitwani Tharu (the).
21470 2013-11-14  Andreas Schwab  <schwab@suse.de>
21472         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21473         word instead of empty string.
21475 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21478         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21480         (__fe_nomask_env): Likewise.
21482 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21484         * benchtests/bench-timing.h: Include time.h.
21486 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21488         [BZ #15997]
21489         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21490         to 3.4.0 for x32.
21491         * sysdeps/unix/sysv/linux/configure: Regenerated.
21493 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21495         [BZ #16151]
21496         * stdlib/strtod_l.c (round_and_return): Do not consider
21497         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21498         exponent one less than half the least subnormal exponent.
21499         * stdlib/test-strtod-round-data: Add more tests.
21500         * stdlib/tst-strtod-round.c (tests): Regenerated.
21502 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21504         [BZ #14143]
21505         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21506         (__fe_mask_env): Likewise.
21507         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21508         libm_hidden_proto and add function prototype.
21509         (__fe_mask_env): Add function prototype.
21510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21511         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21513         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21515         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21517 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21519         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21520         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21522 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21524         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21525         of htab_find_slot().
21527 2013-11-11  David S. Miller  <davem@davemloft.net>
21529         [BZ #16150]
21530         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21531         symbol in the non-vis3 case in static builds.
21532         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21533         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21534         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21535         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21537 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21539         [BZ #387]
21540         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21541         it is empty.
21543 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21545         * benchtests/Makefile: Add bench-strtod.
21546         * benchtests/bench-strtod.c: New file: strtod benchtest
21548 2013-11-11  Andreas Schwab  <schwab@suse.de>
21550         [BZ #16153]
21551         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21552         terminating NUL in key length.
21554 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21556         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21557         Add artificial ODP entry for vDSO symbol for PPC64.
21558         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21559         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21561 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21563         [BZ #15374]
21564         * nss/getent.c (services_keys): Recognize services starting with digit.
21566 2013-11-06  David S. Miller  <davem@davemloft.net>
21568         [BZ #15985]
21569         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21570         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21572 2013-11-06  Will Newton  <will.newton@linaro.org>
21574         * manual/memory.texi (Malloc Examples): Remove register
21575         keyword from examples.
21577 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21579         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21581 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21583         [BZ #6981]
21584         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21585         depending on [__GCC_IEC_559 > 0].
21586         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21587         depending on [__GCC_IEC_559_COMPLEX > 0].
21589 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21591         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21592         to iso-639.def.
21594 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21596         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21598 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21600         [BZ #16112]
21601         * malloc/malloc (malloc_info): Do not handle first bin as
21602         special case.
21604 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21606         * locale/iso-639.def: Add Central Nahuatl (nhn).
21608 2013-11-01  Bruno Haible  <bruno@clisp.org>
21610         [BZ #7003]
21611         * manual/math.texi (BSD Random): Specify range upper bound as
21612         in POSIX.
21614 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21616         * locale/iso-639.def: Add Meadow Mari (mhr).
21618 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21620         [BZ #14752], [BZ #15763]
21621         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21622         Validate name.
21623         * rt/tst_shm.c: Add test for escaping directory.
21625 2013-10-31  Andreas Schwab  <schwab@suse.de>
21627         [BZ #15917]
21628         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21629         followed by 'x' as part of digit sequence.
21630         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21632 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21634         [BZ #16037]
21635         * configure.ac: allow GNU Make 4.0 and greater.
21636         * configure: Regenerated.
21638 2013-10-30  Will Newton  <will.newton@linaro.org>
21640         [BZ #16038]
21641         * malloc/hooks.c (memalign_check): Limit alignment to the
21642         maximum representable power of two.
21643         * malloc/malloc.c (__libc_memalign): Likewise.
21644         * malloc/tst-memalign.c (do_test): Add test for very
21645         large alignment values.
21646         * malloc/tst-posix_memalign.c (do_test): Likewise.
21648 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21650         [BZ #11087]
21651         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21652         (munmap_chunk): Likewise.
21653         (mremap_chunk): Likewise.
21655 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21657         [BZ #15799]
21658         * stdlib/div.c (div): Remove obsolete code.
21659         * stdlib/ldiv.c (ldiv): Likewise.
21660         * stdlib/lldiv.c (lldiv): Likewise.
21662 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21664         [BZ #16071]
21665         * nss/nss_files/files-XXX.c (get_contents_ret): New
21666         enumerator.
21667         (get_contents): New function.
21668         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21670 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21672         * configure.in: Moved to ...
21673         * configure.ac: ... here. Change reference to configure.in
21674         to configure.ac.
21675         * sysdeps/arm/preconfigure.ac: ... here.
21676         configure.in to configure.ac.
21677         * sysdeps/gnu/configure.in: Moved to ...
21678         * sysdeps/gnu/configure.ac: ... here.
21679         * sysdeps/i386/configure.in: Moved to ...
21680         * sysdeps/i386/configure.ac: ... here.
21681         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21682         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21683         * sysdeps/mach/configure.in: Moved to ...
21684         * sysdeps/mach/configure.ac: ... here.
21685         * sysdeps/mach/hurd/configure.in: Moved to ...
21686         * sysdeps/mach/hurd/configure.ac: ... here.
21687         * sysdeps/powerpc/configure.in: Moved to ...
21688         * sysdeps/powerpc/configure.ac: ... here.
21689         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21690         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21691         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21692         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21693         * sysdeps/s390/s390-32/configure.in: Moved to ...
21694         * sysdeps/s390/s390-32/configure.ac: ... here.
21695         * sysdeps/s390/s390-64/configure.in: Moved to ...
21696         * sysdeps/s390/s390-64/configure.ac: ... here.
21697         * sysdeps/sh/configure.in: Moved to ...
21698         * sysdeps/sh/configure.ac: ... here.
21699         * sysdeps/sparc/configure.in: Moved to ...
21700         * sysdeps/sparc/configure.ac: ... here.
21701         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21702         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21703         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21704         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21705         * sysdeps/x86_64/configure.in: Moved to ...
21706         * sysdeps/x86_64/configure.ac: ... here.
21707         * sysdeps/x86_64/preconfigure.in: Moved to ...
21708         * sysdeps/x86_64/preconfigure.ac: ... here.
21709         * aclocal.m4: Change reference to configure.in to configure.ac.
21710         * config.h.in: Likewise.
21711         * manual/install.texi: Likewise.
21712         * manual/maint.texi: Likewise.
21713         * Makefile: Likewise.
21714         * malloc/Makefile: Likewise.
21715         * nscd/Makefile: Likewise.
21716         * Makeconfig: Change reference to configure.in and
21717         preconfigure.in to configure.ac and preconfigure.ac
21718         respectively.
21719         * INSTALL: Regenerated.
21720         * configure: Likewise.
21721         * sysdeps/gnu/configure: Likewise.
21722         * sysdeps/i386/configure: Likewise.
21723         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21724         * sysdeps/mach/configure: Likewise.
21725         * sysdeps/mach/hurd/configure: Likewise.
21726         * sysdeps/powerpc/configure: Likewise.
21727         * sysdeps/powerpc/powerpc32/configure: Likewise.
21728         * sysdeps/powerpc/powerpc64/configure: Likewise.
21729         * sysdeps/s390/s390-32/configure: Likewise.
21730         * sysdeps/s390/s390-64/configure: Likewise.
21731         * sysdeps/sh/configure: Likewise.
21732         * sysdeps/sparc/configure: Likewise.
21733         * sysdeps/unix/sysv/linux/configure: Likewise.
21734         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21735         * sysdeps/x86_64/configure: Likewise.
21736         * sysdeps/x86_64/preconfigure: Likewise.
21738 2013-10-29  Andreas Schwab  <schwab@suse.de>
21740         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21742 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21744         * benchtests/pow-inputs: Add new inputs.
21746         * benchtests/exp-inputs: Add new inputs.
21748         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21749         conditional check for return value.
21750         (__cos32): Likewise.
21752 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21754         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21755         to provide a boost for large inputs with word alignment.
21756         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21757         implementation based on optimized PPC64 strcpy.
21758         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21759         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21760         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21761         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21763 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21765         [BZ #2801]
21766         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21768 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21770         [BZ #14876]
21771         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21772         * time/tst-strptime.c (day_tests): Add testcase.
21774 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21776         [BZ #14029]
21777         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21779 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21781         [BZ #16074]
21782         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21783         MAP_FAILED on error.
21785 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21787         [BZ #16072]
21788         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21789         heap for large requests.
21791 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21793         [BZ #9954]
21794         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21795         result if the result has no associated interface.
21796         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21797         interface for all 127.X.Y.Z addresses.
21799 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21801         * locale/iso-639.def: Add Ligurian (lij)
21803 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21805         [BZ #15825]
21806         * sunrpc/rpc_main.c: Document rpcgen -5.
21808 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21810         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21812 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21814         [BZ #10278]
21815         * posix/glob.c: Match only directories when trailing slash is present.
21816         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21817         (main): Add testcase.
21819 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21821         [BZ #15670]
21822         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21824 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21826         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21827         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21828         AUTH_DES and cindex for FIPS 140-2.
21829         (DES Encryption): Add cindex FIPS 46-3.
21831         * locale/locarchive.h (struct locarhandle): Add fname.
21832         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21833         if an optional argument was specified to --list-archive,
21834         otherwise NULL.
21835         * locale/programs/locarchive.c (show_archive_content): Take new
21836         argument fname and pass it via ah.fname to open_archive.
21837         * locale/programs/localedef.h: Update decl.
21838         (open_archive): If AH->fname is non-null, open that file
21839         rather than the default file name, and don't ignore ENOENT.
21840         (create_archive): Set AH.fname to NULL.
21841         (delete_locales_from_archive): Likewise.
21842         (add_locales_to_archive): Likewise.
21843         * locale/programs/locfile.c (write_all_categories): Likewise.
21845 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21846             Aldy Hernandez  <aldyh@redhat.com>
21848         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21849         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21850         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21851         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21852         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21853         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21854         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21855         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21856         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21857         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21858         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21859         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21860         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21861         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21862         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21863         Likewise.
21864         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21865         Likewise.
21866         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21867         Likewise.
21868         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21869         Likewise.
21870         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21871         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21872         Likewise.
21873         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21874         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21875         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21876         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21877         Likewise.
21878         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21879         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21880         * sysdeps/powerpc/preconfigure: Likewise.
21881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21882         Likewise.
21883         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21884         Replace contents of file by #include of <fenv_libc.h>.
21885         * sysdeps/powerpc/soft-fp/sfp-machine.h
21886         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21887         and <sys/prctl.h>.
21888         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21889         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21890         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21891         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21892         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21893         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21894         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21895         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21896         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21897         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21898         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21899         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21901         Allow copysignl PLT reference to be missing.
21903 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21904             Joseph Myers  <joseph@codesourcery.com
21906         [BZ #15948]
21907         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21908         single character.
21909         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21911 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21913         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21914         * elf/tst-tls1.c: Likewise.
21915         * elf/tst-tls10.h: Likewise.
21916         * elf/tst-tls14.c: Likewise.
21917         * elf/tst-tls2.c: Likewise.
21918         * elf/tst-tls3.c: Likewise.
21919         * elf/tst-tls4.c: Likewise.
21920         * elf/tst-tls5.c: Likewise.
21921         * elf/tst-tls6.c: Likewise.
21922         * elf/tst-tls7.c: Likewise.
21923         * elf/tst-tls8.c: Likewise.
21924         * elf/tst-tls9.c: Likewise.
21925         * elf/tst-tlsmod1.c: Likewise.
21926         * elf/tst-tlsmod13.c: Likewise.
21927         * elf/tst-tlsmod13a.c: Likewise.
21928         * elf/tst-tlsmod14a.c: Likewise.
21929         * elf/tst-tlsmod16a.c: Likewise.
21930         * elf/tst-tlsmod16b.c: Likewise.
21931         * elf/tst-tlsmod2.c: Likewise.
21932         * elf/tst-tlsmod3.c: Likewise.
21933         * elf/tst-tlsmod4.c: Likewise.
21934         * elf/tst-tlsmod5.c: Likewise.
21935         * elf/tst-tlsmod6.c: Likewise.
21937 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21939         [BZ #12486]
21940         * malloc/malloc.c: remove checks for statistics.
21942 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21944         [BZ #15277]
21945         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21946         * inet/tst-network.c: Add testcase.
21948 2013-10-17  Andreas Schwab  <schwab@suse.de>
21950         [BZ #15218]
21951         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21952         to determine canonical name.
21954 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21956         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21957         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21958         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21959         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21960         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21961         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21962         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21963         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21964         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21965         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21966         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21967         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21968         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21969         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21970         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21971         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21972         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21973         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21974         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21975         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21976         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21977         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21978         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21979         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21980         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21981         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21982         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21983         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21984         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21985         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21986         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21987         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21988         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21989         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21990         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21991         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21992         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21993         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21994         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21995         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21996         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21997         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21998         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21999         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22000         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22001         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22002         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22003         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22004         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22005         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22006         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22007         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22008         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22009         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22010         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22011         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22012         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22013         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22015 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22017         [BZ #16041]
22018         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22019         make result into a quiet NaN.
22021 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22023         * soft-fp/adddf3.c: Fix horizontal whitespace.
22024         * soft-fp/addsf3.c: Likewise.
22025         * soft-fp/addtf3.c: Likewise.
22026         * soft-fp/divdf3.c: Likewise.
22027         * soft-fp/divsf3.c: Likewise.
22028         * soft-fp/divtf3.c: Likewise.
22029         * soft-fp/double.h: Likewise.
22030         * soft-fp/eqdf2.c: Likewise.
22031         * soft-fp/eqsf2.c: Likewise.
22032         * soft-fp/eqtf2.c: Likewise.
22033         * soft-fp/extenddftf2.c: Likewise.
22034         * soft-fp/extended.h: Likewise.
22035         * soft-fp/extendsfdf2.c: Likewise.
22036         * soft-fp/extendsftf2.c: Likewise.
22037         * soft-fp/extendxftf2.c: Likewise.
22038         * soft-fp/fixdfdi.c: Likewise.
22039         * soft-fp/fixdfsi.c: Likewise.
22040         * soft-fp/fixdfti.c: Likewise.
22041         * soft-fp/fixsfdi.c: Likewise.
22042         * soft-fp/fixsfsi.c: Likewise.
22043         * soft-fp/fixsfti.c: Likewise.
22044         * soft-fp/fixtfdi.c: Likewise.
22045         * soft-fp/fixtfsi.c: Likewise.
22046         * soft-fp/fixtfti.c: Likewise.
22047         * soft-fp/fixunsdfdi.c: Likewise.
22048         * soft-fp/fixunsdfsi.c: Likewise.
22049         * soft-fp/fixunsdfti.c: Likewise.
22050         * soft-fp/fixunssfdi.c: Likewise.
22051         * soft-fp/fixunssfsi.c: Likewise.
22052         * soft-fp/fixunssfti.c: Likewise.
22053         * soft-fp/fixunstfdi.c: Likewise.
22054         * soft-fp/fixunstfsi.c: Likewise.
22055         * soft-fp/fixunstfti.c: Likewise.
22056         * soft-fp/floatdidf.c: Likewise.
22057         * soft-fp/floatdisf.c: Likewise.
22058         * soft-fp/floatditf.c: Likewise.
22059         * soft-fp/floatsidf.c: Likewise.
22060         * soft-fp/floatsisf.c: Likewise.
22061         * soft-fp/floatsitf.c: Likewise.
22062         * soft-fp/floattidf.c: Likewise.
22063         * soft-fp/floattisf.c: Likewise.
22064         * soft-fp/floattitf.c: Likewise.
22065         * soft-fp/floatundidf.c: Likewise.
22066         * soft-fp/floatundisf.c: Likewise.
22067         * soft-fp/floatunditf.c: Likewise.
22068         * soft-fp/floatunsidf.c: Likewise.
22069         * soft-fp/floatunsisf.c: Likewise.
22070         * soft-fp/floatunsitf.c: Likewise.
22071         * soft-fp/floatuntidf.c: Likewise.
22072         * soft-fp/floatuntisf.c: Likewise.
22073         * soft-fp/floatuntitf.c: Likewise.
22074         * soft-fp/fmadf4.c: Likewise.
22075         * soft-fp/fmasf4.c: Likewise.
22076         * soft-fp/fmatf4.c: Likewise.
22077         * soft-fp/gedf2.c: Likewise.
22078         * soft-fp/gesf2.c: Likewise.
22079         * soft-fp/getf2.c: Likewise.
22080         * soft-fp/ledf2.c: Likewise.
22081         * soft-fp/lesf2.c: Likewise.
22082         * soft-fp/letf2.c: Likewise.
22083         * soft-fp/muldf3.c: Likewise.
22084         * soft-fp/mulsf3.c: Likewise.
22085         * soft-fp/multf3.c: Likewise.
22086         * soft-fp/negdf2.c: Likewise.
22087         * soft-fp/negsf2.c: Likewise.
22088         * soft-fp/negtf2.c: Likewise.
22089         * soft-fp/op-1.h: Likewise.
22090         * soft-fp/op-2.h: Likewise.
22091         * soft-fp/op-4.h: Likewise.
22092         * soft-fp/op-8.h: Likewise.
22093         * soft-fp/op-common.h: Likewise.
22094         * soft-fp/quad.h: Likewise.
22095         * soft-fp/single.h: Likewise.
22096         * soft-fp/soft-fp.h: Likewise.
22097         * soft-fp/sqrtdf2.c: Likewise.
22098         * soft-fp/sqrtsf2.c: Likewise.
22099         * soft-fp/sqrttf2.c: Likewise.
22100         * soft-fp/subdf3.c: Likewise.
22101         * soft-fp/subsf3.c: Likewise.
22102         * soft-fp/subtf3.c: Likewise.
22103         * soft-fp/truncdfsf2.c: Likewise.
22104         * soft-fp/trunctfdf2.c: Likewise.
22105         * soft-fp/trunctfsf2.c: Likewise.
22106         * soft-fp/trunctfxf2.c: Likewise.
22107         * soft-fp/unorddf2.c: Likewise.
22108         * soft-fp/unordsf2.c: Likewise.
22109         * soft-fp/unordtf2.c: Likewise.
22111 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22113         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22114         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22116 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22118         * elf/dl-libc.c: Clear initfini list after freeing.
22120 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22122         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22123         * soft-fp/addsf3.c: Likewise.
22124         * soft-fp/addtf3.c: Likewise.
22125         * soft-fp/divdf3.c: Likewise.
22126         * soft-fp/divsf3.c: Likewise.
22127         * soft-fp/divtf3.c: Likewise.
22128         * soft-fp/double.h: Likewise.
22129         * soft-fp/eqdf2.c: Likewise.
22130         * soft-fp/eqsf2.c: Likewise.
22131         * soft-fp/eqtf2.c: Likewise.
22132         * soft-fp/extenddftf2.c: Likewise.
22133         * soft-fp/extended.h: Likewise.
22134         * soft-fp/extendsfdf2.c: Likewise.
22135         * soft-fp/extendsftf2.c: Likewise.
22136         * soft-fp/extendxftf2.c: Likewise.
22137         * soft-fp/fixdfdi.c: Likewise.
22138         * soft-fp/fixdfsi.c: Likewise.
22139         * soft-fp/fixdfti.c: Likewise.
22140         * soft-fp/fixsfdi.c: Likewise.
22141         * soft-fp/fixsfsi.c: Likewise.
22142         * soft-fp/fixsfti.c: Likewise.
22143         * soft-fp/fixtfdi.c: Likewise.
22144         * soft-fp/fixtfsi.c: Likewise.
22145         * soft-fp/fixtfti.c: Likewise.
22146         * soft-fp/fixunsdfdi.c: Likewise.
22147         * soft-fp/fixunsdfsi.c: Likewise.
22148         * soft-fp/fixunsdfti.c: Likewise.
22149         * soft-fp/fixunssfdi.c: Likewise.
22150         * soft-fp/fixunssfsi.c: Likewise.
22151         * soft-fp/fixunssfti.c: Likewise.
22152         * soft-fp/fixunstfdi.c: Likewise.
22153         * soft-fp/fixunstfsi.c: Likewise.
22154         * soft-fp/fixunstfti.c: Likewise.
22155         * soft-fp/floatdidf.c: Likewise.
22156         * soft-fp/floatdisf.c: Likewise.
22157         * soft-fp/floatditf.c: Likewise.
22158         * soft-fp/floatsidf.c: Likewise.
22159         * soft-fp/floatsisf.c: Likewise.
22160         * soft-fp/floatsitf.c: Likewise.
22161         * soft-fp/floattidf.c: Likewise.
22162         * soft-fp/floattisf.c: Likewise.
22163         * soft-fp/floattitf.c: Likewise.
22164         * soft-fp/floatundidf.c: Likewise.
22165         * soft-fp/floatundisf.c: Likewise.
22166         * soft-fp/floatunsidf.c: Likewise.
22167         * soft-fp/floatunsisf.c: Likewise.
22168         * soft-fp/floatuntidf.c: Likewise.
22169         * soft-fp/floatuntisf.c: Likewise.
22170         * soft-fp/floatuntitf.c: Likewise.
22171         * soft-fp/fmadf4.c: Likewise.
22172         * soft-fp/fmasf4.c: Likewise.
22173         * soft-fp/fmatf4.c: Likewise.
22174         * soft-fp/gedf2.c: Likewise.
22175         * soft-fp/gesf2.c: Likewise.
22176         * soft-fp/getf2.c: Likewise.
22177         * soft-fp/ledf2.c: Likewise.
22178         * soft-fp/lesf2.c: Likewise.
22179         * soft-fp/letf2.c: Likewise.
22180         * soft-fp/muldf3.c: Likewise.
22181         * soft-fp/mulsf3.c: Likewise.
22182         * soft-fp/multf3.c: Likewise.
22183         * soft-fp/negdf2.c: Likewise.
22184         * soft-fp/negsf2.c: Likewise.
22185         * soft-fp/negtf2.c: Likewise.
22186         * soft-fp/op-1.h: Likewise.
22187         * soft-fp/op-2.h: Likewise.
22188         * soft-fp/op-4.h: Likewise.
22189         * soft-fp/op-8.h: Likewise.
22190         * soft-fp/op-common.h: Likewise.
22191         * soft-fp/quad.h: Likewise.
22192         * soft-fp/single.h: Likewise.
22193         * soft-fp/soft-fp.h: Likewise.
22194         * soft-fp/sqrtdf2.c: Likewise.
22195         * soft-fp/sqrtsf2.c: Likewise.
22196         * soft-fp/sqrttf2.c: Likewise.
22197         * soft-fp/subdf3.c: Likewise.
22198         * soft-fp/subsf3.c: Likewise.
22199         * soft-fp/subtf3.c: Likewise.
22200         * soft-fp/truncdfsf2.c: Likewise.
22201         * soft-fp/trunctfdf2.c: Likewise.
22202         * soft-fp/trunctfsf2.c: Likewise.
22203         * soft-fp/trunctfxf2.c: Likewise.
22204         * soft-fp/unorddf2.c: Likewise.
22205         * soft-fp/unordsf2.c: Likewise.
22206         * soft-fp/unordtf2.c: Likewise.
22208 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22210         [BZ #15672]
22211         * misc/error.c (error_tail): Fix possible buffer overflow.
22213 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22215         [BZ #13028]
22216         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22217         address.
22219 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22221         [BZ #832]
22222         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22223         testing pipefail option.
22225 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22227         * soft-fp/double.h: Indent preprocessor directives inside #if.
22228         * soft-fp/extended.h: Likewise.
22229         * soft-fp/op-2.h: Likewise.
22230         * soft-fp/op-4.h: Likewise.
22231         * soft-fp/op-common.h: Likewise.
22232         * soft-fp/quad.h: Likewise.
22233         * soft-fp/single.h: Likewise.
22234         * soft-fp/soft-fp.h: Likewise.
22236 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22238         * iconv/iconv_prog.c: Fix typos.
22239         * stdio-common/psiginfo-data.h: Likewise.
22241 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22243         [BZ #15764]
22244         * locale/setlocale.c: Fix typo.
22246 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22248         [BZ #16036]
22249         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22250         signaling NaN arguments.
22251         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22252         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22254         [BZ #14910]
22255         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22256         unordered operands.
22257         * soft-fp/gesf2.c (__gesf2): Likewise.
22258         * soft-fp/getf2.c (__getf2): Likewise.
22259         * soft-fp/ledf2.c (__ledf2): Likewise.
22260         * soft-fp/lesf2.c (__lesf2): Likewise.
22261         * soft-fp/letf2.c (__letf2): Likewise.
22263         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22264         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22265         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22266         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22267         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22268         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22269         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22270         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22271         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22272         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22273         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22274         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22275         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22276         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22277         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22278         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22279         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22280         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22281         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22282         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22283         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22284         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22285         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22286         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22287         * soft-fp/floattidf.c (__floattidf): Likewise.
22288         * soft-fp/floattisf.c (__floattisf): Likewise.
22289         * soft-fp/floattitf.c (__floattitf): Likewise.
22290         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22291         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22292         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22293         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22294         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22295         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22296         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22297         * soft-fp/gesf2.c (__gesf2): Likewise.
22298         * soft-fp/getf2.c (__getf2): Likewise.
22299         * soft-fp/ledf2.c (__ledf2): Likewise.
22300         * soft-fp/lesf2.c (__lesf2): Likewise.
22301         * soft-fp/letf2.c (__letf2): Likewise.
22303         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22304         Undefine and redefine.
22305         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22306         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22307         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22308         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22309         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22310         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22311         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22312         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22313         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22314         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22315         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22316         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22317         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22318         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22319         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22321         [BZ #16032]
22322         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22323         without decrementing exponent if mantissa >= that for the
22324         denominator, not >.
22325         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22326         denominator, not >.  Decrement exponent in < case instead of
22327         incrementing in >= case.
22328         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22329         without decrementing exponent if mantissa >= that for the
22330         denominator, not >.
22332         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22333         computing saturated result for unsigned overflow.
22335 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22336             Jeff Law  <law@redhat.com>
22338         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22339         (atan2Mp): Add systemtap probe marker.
22340         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22341         (__ieee754_log): Add systemtap probe marker.
22342         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22343         (atanMp): Add systemtap probe marker.
22344         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22345         (tanMp): Add systemtap probe marker.
22346         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22347         (__slowexp): Add systemtap probe marker.
22348         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22349         (__slowpow): Add systemtap probe marker.
22350         * manual/probes.texi: Document probes.
22352 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22354         [BZ #15362]
22355         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22356         written.
22357         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22358         written.
22359         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22360         written to buffer but not flushed.
22361         * libio/iofwrite_u.c:  Likewise.
22362         * libio/iopadn.c:  Return bytes returned even if EOF was
22363         encountered.
22364         * libio/iowpadn.c:  Likewise.
22365         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22366         if _IO_padn does not write the whole buffer.
22367         [!COMPILE_WPRINTF] (PAD): Likewise.
22369 2013-10-10  David S. Miller  <davem@davemloft.net>
22371         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22372         directory block.
22374 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22376         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22377         instead of FSF address.
22378         * soft-fp/fixdfti.c: Likewise.
22379         * soft-fp/fixsfti.c: Likewise.
22380         * soft-fp/fixtfti.c: Likewise.
22381         * soft-fp/fixunsdfti.c: Likewise.
22382         * soft-fp/fixunssfti.c: Likewise.
22383         * soft-fp/fixunstfti.c: Likewise.
22384         * soft-fp/floattidf.c: Likewise.
22385         * soft-fp/floattisf.c: Likewise.
22386         * soft-fp/floattitf.c: Likewise.
22387         * soft-fp/floatuntidf.c: Likewise.
22388         * soft-fp/floatuntisf.c: Likewise.
22389         * soft-fp/floatuntitf.c: Likewise.
22390         * soft-fp/trunctfxf2.c: Likewise.
22392         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22393         * soft-fp/fixdfti.c: Likewise.
22394         * soft-fp/fixsfti.c: Likewise.
22395         * soft-fp/fixtfti.c: Likewise.
22396         * soft-fp/fixunsdfti.c: Likewise.
22397         * soft-fp/fixunssfti.c: Likewise.
22398         * soft-fp/fixunstfti.c: Likewise.
22399         * soft-fp/floattidf.c: Likewise.
22400         * soft-fp/floattisf.c: Likewise.
22401         * soft-fp/floattitf.c: Likewise.
22402         * soft-fp/floatuntidf.c: Likewise.
22403         * soft-fp/floatuntisf.c: Likewise.
22404         * soft-fp/floatuntitf.c: Likewise.
22405         * soft-fp/trunctfxf2.c: Likewise.
22407 2013-10-10  David S. Miller  <davem@davemloft.net>
22409         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22411 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22413         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22414         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22415         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22416         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22417         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22418         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22419         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22421         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22422         for NaNs before doing comparisons on argument.
22423         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22424         Likewise.
22426 2013-10-10  Will Newton  <will.newton@linaro.org>
22428         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22429         passed to _int_memalign does not overflow.
22431 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22433         * scripts/bench.pl: Add include-sources directive.
22434         * benchtests/README: Update documentation.
22436 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22438         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22439         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22440         instead of FP_INIT_ROUNDMODE.
22441         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22442         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22444         [BZ #16034]
22445         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22446         copy class of input value.
22447         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22448         not handle exceptions.
22449         * soft-fp/negsf2.c (__negsf2): Likewise.
22450         * soft-fp/negtf2.c (__negtf2): Likewise.
22451         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22453 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22455         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22456         semicolon.  From Linux kernel.
22458 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22460         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22462 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22464         [BZ #156]
22465         * manual/socket.texi: Added statement about buffer
22466         for gethostbyname2_r.
22468 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22470         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22471         Use .p2align directive instead, throughout.
22472         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22473         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22474         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22475         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22476         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22477         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22478         * sysdeps/x86_64/strchr.S: Likewise.
22479         * sysdeps/x86_64/strrchr.S: Likewise.
22481 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22483         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22485         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22487         * sysdeps/generic/math_private.h (__mpsin1): Remove
22488         declaration.
22489         (__mpcos1): Likewise.
22490         (__mpsin): New argument __range_reduce.
22491         (__mpcos): Likewise.
22492         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22493         (slow): Use __mpsin and __mpcos.
22494         (slow1): Likewise.
22495         (slow2): Likewise.
22496         (sloww): Likewise.
22497         (sloww1): Likewise.
22498         (sloww2): Likewise.
22499         (bsloww): Likewise.
22500         (bsloww1): Likewise.
22501         (bsloww2): Likewise.
22502         (cslow2): Likewise.
22503         (csloww): Likewise.
22504         (csloww1): Likewise.
22505         (csloww2): Likewise.
22506         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22507         range_reduce.  Merge in __mpsin1.
22508         (__mpcos): Likewise.
22509         (__mpsin1): Remove.
22510         (__mpcos1): Likewise.
22512 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22514         * locale/loadlocale.c (_nl_intern_locale_data): Use
22515         LOCFILE_ALIGNED_P.
22516         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22517         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22518         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22519         obstack data is appropriately aligned.
22520         (obstack_int32_grow_fast): Likewise.
22521         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22522         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22523         (add_locale_uint32_array): Likewise.
22525 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22527         * benchtests/Makefile: Remove ARGLIST and RET variables.
22528         ($(objpfx)bench-%.c): Pass only function name to the script.
22529         * benchtests/README: Update documentation.
22530         * benchtests/acos-inputs: Add new directives.
22531         * benchtests/acosh-inputs: Likewise.
22532         * benchtests/asin-inputs: Likewise.
22533         * benchtests/asinh-inputs: Likewise.
22534         * benchtests/atan-inputs: Likewise.
22535         * benchtests/atanh-inputs: Likewise.
22536         * benchtests/cos-inputs: Likewise.
22537         * benchtests/cosh-inputs: Likewise.
22538         * benchtests/exp-inputs: Likewise.
22539         * benchtests/log-inputs: Likewise.
22540         * benchtests/pow-inputs: Likewise.
22541         * benchtests/rint-inputs: Likewise.
22542         * benchtests/sin-inputs: Likewise.
22543         * benchtests/sinh-inputs: Likewise.
22544         * benchtests/tan-inputs: Likewise.
22545         * benchtests/tanh-inputs: Likewise.
22546         * scripts/bench.pl: Add support for new directives.
22548 2013-10-07  Alan Modra  <amodra@gmail.com>
22550         * README: Fix careless merge.
22552 2013-10-05  Alan Modra  <amodra@gmail.com>
22554         * NEWS: Mention powerpc64le support and bugs fixed.
22555         * README: Both big-endian and little-endian powerpc64 supported.
22557 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22559         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22560         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22561         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22562         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22564 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22566         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22567         match prototype.
22569 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22571         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22572         Move -mhard-float appending from
22573         ports/sysdeps/powerpc/powerpc32/Makefile.
22574         [$(with-fp) = yes] (ASFLAGS): Likewise.
22575         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22576         * sysdeps/powerpc/nofpu: Move directory from
22577         ports/sysdeps/powerpc/nofpu.
22578         * sysdeps/powerpc/soft-fp: Move directory from
22579         ports/sysdeps/powerpc/soft-fp.
22580         * sysdeps/powerpc/powerpc32/405: Move directory from
22581         ports/sysdeps/powerpc/powerpc32/405.
22582         * sysdeps/powerpc/powerpc32/440: Move directory from
22583         ports/sysdeps/powerpc/powerpc32/440.
22584         * sysdeps/powerpc/powerpc32/464: Move directory from
22585         ports/sysdeps/powerpc/powerpc32/464.
22586         * sysdeps/powerpc/powerpc32/476: Move directory from
22587         ports/sysdeps/powerpc/powerpc32/476.
22588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22589         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22591         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22593         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22595         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22597         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22598         * README: Update for powerpc-*-linux-gnu software floating point
22599         support in libc.
22601         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22602         case to powerpc/powerpc32*.
22603         * sysdeps/unix/sysv/linux/configure: Regenerated.
22605         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22606         (_FPU_MASK_OM): Define as 0x04.
22607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22609         0x00c10080.
22610         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22611         0x0000003c.
22612         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22615         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22616         getcontext_e500.
22617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22618         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22619         setcontext_e500.
22620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22621         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22622         and setcontext_e500.
22624 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22626         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22628 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22630         * manual/threads.texi (Default Thread Attributes): Fix typo.
22632 2013-10-04  Will Newton  <will.newton@linaro.org>
22634         * malloc/Makefile: Add tst-memalign.
22635         * malloc/tst-memalign.c: New file.
22637         * malloc/tst-posix_memalign.c: Add comments.
22638         (do_test): Add comments and call free on all potentially
22639         allocated pointers. Add space after cast.
22641         * malloc/tst-pvalloc.c: Add comments.
22642         (do_test): Add comments and call free on all potentially
22643         allocated pointers. Remove duplicate check for NULL pointer.
22644         Add space after cast.
22646         * malloc/tst-valloc.c: Add comments.
22647         (do_test): Add comments and call free on all potentially
22648         allocated pointers. Remove duplicate check for NULL pointer.
22649         Add space after cast.
22651 2013-10-04  Alan Modra  <amodra@gmail.com>
22653         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22654         Use stdint types in rather than __attribute__((mode())).
22655         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22657 2013-10-04  Alan Modra  <amodra@gmail.com>
22659         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22660         Correct handling of unaligned relocs for little-endian.
22661         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22663 2013-10-04  Alan Modra  <amodra@gmail.com>
22665         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22666         * configure: Regenerate.
22667         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22668         * shlib-versions: Likewise.
22670 2013-10-04  Alan Modra  <amodra@gmail.com>
22672         * string/tester.c (test_memrchr): Increment reported test cycle.
22674 2013-10-04  Alan Modra  <amodra@gmail.com>
22676         * string/test-memcpy.c (do_one_test): When reporting errors, print
22677         string address and don't overrun end of string.
22679 2013-10-04  Alan Modra  <amodra@gmail.com>
22681         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22682         insrdi.  Make better use of reg selection to speed exit slightly.
22683         Schedule entry path a little better.  Remove useless "are we done"
22684         checks on entry to main loop.  Handle wrapping around zero address.
22685         Correct main loop count.  Handle single left-over word from main
22686         loop inline rather than by using loop_small.  Remove extra word
22687         case in loop_small caused by wrong loop count.  Add little-endian
22688         support.
22689         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22690         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22691         cache hint.
22692         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22693         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22694         support.  Avoid rlwimi.
22695         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22697 2013-10-04  Alan Modra  <amodra@gmail.com>
22699         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22700         insrdi.  Formatting.
22701         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22702         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22703         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22704         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22705         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22706         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22708 2013-10-04  Alan Modra  <amodra@gmail.com>
22710         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22711         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22712         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22713         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22714         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22715         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22716         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22717         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22718         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22719         use of regs.  Use power7 mtocrf.  Tidy function tails.
22721 2013-10-04  Alan Modra  <amodra@gmail.com>
22723         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22724         Formatting.  Consistently use rXXX register defines or rN defines.
22725         Use early exit labels that avoid restoring unused non-volatile regs.
22726         Make cr field use more consistent with rWORDn compares.  Rename
22727         regs used as shift registers for unaligned loop, using rN defines
22728         for short lifetime/multiple use regs.
22729         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22730         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22731         addi 1,1,64 to pop stack frame.  Simplify return value code.
22732         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22734 2013-10-04  Alan Modra  <amodra@gmail.com>
22736         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22737         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22738         rather than rlwimi.
22739         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22740         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22741         little-endian support.  Correct typos.
22742         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22743         rather than rlwimi.
22744         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22745         in loop and entry code to keep "and." results.
22746         (strchr): Add little-endian support.  Comment.  Move cntlzd
22747         earlier in tail.
22748         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22750 2013-10-04  Alan Modra  <amodra@gmail.com>
22752         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22753         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22754         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22755         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22757 2013-10-04  Alan Modra  <amodra@gmail.com>
22759         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22760         (rTMP): Define as r11.
22761         (strcmp): Add little-endian support.  Optimise tail.
22762         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22763         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22764         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22765         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22766         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22767         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22768         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22770 2013-10-04  Alan Modra  <amodra@gmail.com>
22772         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22773         little-endian support.  Remove unnecessary "are we done" tests.
22774         Handle "s" wrapping around zero and extremely large "size".
22775         Correct main loop count.  Handle single left-over word from main
22776         loop inline rather than by using small_loop.  Correct comments.
22777         Delete "zero" tail, use "end_max" instead.
22778         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22780 2013-10-04  Alan Modra  <amodra@gmail.com>
22782         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22783         support.  Don't branch over align.
22784         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22785         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22786         support.  Rearrange tmp reg use to suit.  Comment.
22787         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22789 2013-10-04  Alan Modra  <amodra@gmail.com>
22791         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22793 2013-10-04  Alan Modra  <amodra@gmail.com>
22795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22796         conditional form of branch and link when obtaining pc.
22797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22799 2013-10-04  Alan Modra  <amodra@gmail.com>
22801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22802         HIWORD/LOWORD.
22803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22806 2013-10-04  Alan Modra  <amodra@gmail.com>
22808         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22809         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22810         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22811         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22812         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22813         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22814         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22815         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22816         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22817         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22819 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22820             Alistair Popple <alistair@ozlabs.au.ibm.com>
22821             Alan Modra <amodra@gmail.com>
22823         [BZ #15723]
22824         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22825         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22826         _dl_hwcap access for little-endian.
22827         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22828         destroy vmx regs when saving unaligned.
22829         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22830         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22831         destroy vmx regs when saving unaligned.
22833 2013-10-04  Alan Modra  <amodra@gmail.com>
22835         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22836         Don't use a union to pack hi/low value.
22838 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22840         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22841         for little-endian.
22842         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22843         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22844         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22845         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22846         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22848 2013-10-04  Alan Modra  <amodra@gmail.com>
22850         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22851         constants to usual value for .cst8 section, and remove redundant
22852         high address load.
22853         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22854         constant for 0x1p52.  Load little-endian words of double from
22855         correct stack offsets.
22857 2013-10-04  Alan Modra  <amodra@gmail.com>
22859         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22860         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22861         words of double from correct stack offsets.
22862         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22863         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22864         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22865         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22866         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22867         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22868         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22869         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22870         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22871         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22872         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22873         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22874         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22875         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22876         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22877         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22878         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22880 2013-10-04  Alan Modra  <amodra@gmail.com>
22882         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22883         64-bit int/double union.
22884         (_FPU_SETCW): Likewise.
22885         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22886         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22888 2013-10-04  Alan Modra  <amodra@gmail.com>
22890         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22891         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22893 2013-10-04  Alan Modra  <amodra@gmail.com>
22895         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22896         use vector int constants.
22897         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22899 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22901         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22902         array with long long.
22903         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22904         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22905         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22906         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22907         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22908         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22909         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22910         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22911         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22912         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22913         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22914         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22915         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22917 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22919         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22920         (__signbit): Likewise.  Correct for little-endian.
22921         (__signbitl): Call __signbit.
22922         (lrint): Correct for little-endian.
22923         (lrintf): Call lrint.
22925 2013-10-04  Alan Modra  <amodra@gmail.com>
22927         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22928         union 32-bit int array member with 64-bit int array.
22929         (t515, tm256): Double rather than long double.
22930         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22932 2013-10-04  Alan Modra  <amodra@gmail.com>
22934         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22935         Delete.
22936         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22937         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22938         version of math_ldbl.h.
22940 2013-10-04  Alan Modra  <amodra@gmail.com>
22942         [BZ #15734], [BZ #15735]
22943         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22944         all uses of ieee875 long double macros and unions.  Simplify test
22945         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22946         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22947         normalize after ldbl_extract_mantissa, and don't add hidden bit
22948         already handled.  Don't treat low word of ieee854 mantissa like
22949         low word of IBM long double and mask off bit when testing for
22950         zero.
22951         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22952         all uses of ieee875 long double macros and unions.  Simplify tests
22953         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22954         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22955         two1022, instead use their values.  Recognise that tests for large
22956         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22957         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22958         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22959         test for 0.0L and nan.  Correct negation.
22960         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22961         ieee875 long double macros and unions.  Correct output for large
22962         magnitude x.  Correct absolute value calculation.
22963         (__erfcl): Likewise.
22964         * math/libm-test.inc: Add tests for errors discovered in IBM long
22965         double versions of fmodl, remainderl, erfl and erfcl.
22967 2013-10-04  Alan Modra  <amodra@gmail.com>
22969         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22970         all uses of ieee854 long double macros and unions.  Simplify tests
22971         for long doubles that are fully specified by the high double.
22972         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22973         Likewise.
22974         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22975         Remove dead code too.
22976         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22977         (__ieee754_ynl): Likewise.
22978         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22979         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22980         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22981         Remove dead code too.
22982         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22983         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22984         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22985         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22986         Simplify.
22987         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22988         Simplify.
22989         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22990         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22991         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22992         Comment on variable precision.
22993         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22994         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22995         Likewise.
22996         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22997         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22998         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22999         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23000         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23002 2013-10-04  Alan Modra  <amodra@gmail.com>
23004         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23005         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23006         all uses of ieee854 long double macros and unions.
23007         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23008         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23009         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23010         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23011         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23012         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23013         Likewise.
23014         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23015         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23016         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23017         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23018         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23019         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23020         Simplify sign and nan test too.
23021         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23022         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23023         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23024         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23025         Likewise.
23026         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23027         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23028         Likewise.
23029         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23030         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23031         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23032         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23033         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23034         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23036 2013-10-04  Alan Modra  <amodra@gmail.com>
23038         * stdio-common/printf_size.c (__printf_size): Don't use
23039         union ieee854_long_double in fpnum union.
23040         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23041         signbit macro to retrieve sign from long double.
23042         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23043         retrieve sign from long double.
23044         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23045         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23046         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23047         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23048         * math/test-misc.c (main): Don't use union ieee854_long_double.
23050 2013-10-04  Alan Modra  <amodra@gmail.com>
23052         [BZ #15680]
23053         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23054         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23055         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23056         calculation.  Remove unnecessary test for denormal exponent.
23057         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23058         Correct handling of denormals.  Avoid undefined shift behaviour.
23059         Correct normalisation of low mantissa when low double is denormal.
23060         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23061         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23062         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23063         Correct normalisation of low mantissa.  Test for overflow of high
23064         mantissa and normalise.
23065         (ldbl_nearbyint): Use more readable constant for two52.
23066         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23067         (__mpn_construct_long_double): Fix test for overflow of high
23068         mantissa and correct normalisation.  Avoid undefined shift.
23070 2013-10-04  Alan Modra  <amodra@gmail.com>
23072         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23073         (union ibm_extended_long_double): Define as an array of ieee754_double.
23074         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23075         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23076         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23077         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23078         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23079         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23080         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23081         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23082         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23083         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23084         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23086 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23088         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23089         page size instead of calling getpagesize.
23091         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23092         (LOCFILE_ALIGN_MASK): Likewise.
23093         (LOCFILE_ALIGN_UP): Likewise.
23094         (LOCFILE_ALIGNED_P): Likewise.
23095         * locale/programs/ld-collate.c (collate_output): Use the new
23096         macros instead of __alignof__ (int32_t).
23097         * locale/weight.h (findidx): Likewise.
23099 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23101         [BZ #431]
23102         * manual/string.texi: Fix strncat and wcsncat.
23104 2013-10-03  Brooks Moses  <bmoses@google.com>
23106         [BZ #15915]
23107         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23108         * Makerules: ...here, and adjust associated comments.
23110 2013-10-02  Will Newton  <will.newton@linaro.org>
23112         * malloc/Makefile: Add tst-pvalloc.
23113         * malloc/tst-pvalloc.c: New file.
23115 2013-10-02  Will Newton  <will.newton@linaro.org>
23117         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23118         improve test coverage.
23120 2013-10-02  Will Newton  <will.newton@linaro.org>
23122         * malloc/Makefile: Add tst-posix_memalign.
23123         * malloc/tst-posix_memalign.c: New file.
23125 2013-10-01  Eric Blake  <eblake@redhat.com>
23127         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23128         Use __THROWNL rather than __THROW on static functions.
23130 2013-09-30  Petr Machata  <pmachata@redhat.com>
23132         * elf/elf.h (R_AARCH64_ABS16): New macro.
23133         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23134         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23135         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23136         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23137         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23138         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23139         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23140         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23141         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23142         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23143         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23144         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23145         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23146         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23147         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23148         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23149         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23150         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23151         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23152         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23153         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23154         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23155         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23156         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23157         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23158         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23159         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23160         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23161         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23162         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23163         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23164         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23165         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23166         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23167         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23168         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23169         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23170         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23171         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23172         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23173         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23174         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23175         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23176         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23177         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23178         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23179         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23180         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23181         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23182         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23183         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23184         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23185         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23186         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23187         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23188         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23189         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23190         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23191         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23192         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23193         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23194         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23195         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23196         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23197         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23198         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23199         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23200         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23201         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23202         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23203         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23204         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23205         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23206         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23207         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23208         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23209         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23210         (R_AARCH64_TLSDESC_LDR): Likewise.
23211         (R_AARCH64_TLSDESC_ADD): Likewise.
23212         (R_AARCH64_TLSDESC_CALL): Likewise.
23214 2013-09-30  Andreas Schwab  <schwab@suse.de>
23216         [BZ #15048]
23217         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23218         the nss database lookup.
23219         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23220         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23222 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23224         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23226 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23228         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23229         ${Bash-specific parameter/pattern/string} parameter expansion.
23230         * sysdeps/unix/make-syscalls.sh: Likewise.
23232 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23234         * sysdeps/sh/stackguard-macros.h: New file.
23236 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23238         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23239         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23240         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23241         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23242         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23243         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23245 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23247         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23248         Fix thread ID register.
23250 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23252         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23253         [POSIX || UNIX98]: Require rather than permitting all symbols from
23254         <time.h>.
23255         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23256         element of struct sched_param.
23257         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23258         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23259         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23260         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23261         constant.
23263 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23265         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23266         argument calculation.
23268 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23270         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23271         Expect macro.
23272         [POSIX] (pthread_attr_t): Do not require type.
23273         [POSIX] (pthread_cond_t): Likewise.
23274         [POSIX] (pthread_condattr_t): Likewise.
23275         [POSIX] (pthread_key_t): Likewise.
23276         [POSIX] (pthread_mutex_t): Likewise.
23277         [POSIX] (pthread_mutexattr_t): Likewise.
23278         [POSIX] (pthread_once_t): Likewise.
23279         [POSIX] (pthread_t): Likewise.
23280         [POSIX-based standards] (pthread_atfork): Expect function.
23282 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23283             Richard Sandiford  <richard@codesourcery.com>
23285         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23286         (swap_endianness_p): New extern variable.
23287         (set_big_endian): New inline function.
23288         (maybe_swap_uint32): Likewise.
23289         (maybe_swap_uint32_array): Likewise.
23290         (maybe_swap_uint32_obstack): Likewise.
23291         * locale/programs/locfile.c: Include <stdbool.h>.
23292         (swap_endianness_p): New variable.
23293         (add_locale_uint32): Call maybe_swap_uint32.
23294         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23295         (write_locale_data): Call maybe_swap_uint32_array.
23296         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23297         maybe_swap_uint32.
23298         (obstack_int32_grow_fast): Likewise.
23299         (output_weightwc): Call maybe_swap_uint32_obstack.
23300         (collate_output): Likewise.
23301         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23302         (OPT_LITTLE_ENDIAN): Likewise.
23303         (options): Add --little-endian and --big-endian options.
23304         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23305         * locale/programs/locarchive.c: Include "locfile.h".
23306         (GET): New macro.
23307         (SET): Likewise.
23308         (INC): Likewise.
23309         (create_archive): Use the new macros to access fields of
23310         structures directly mapped from or written to locale archives.
23311         (oldlocrecentcmp): Likewise.
23312         (enlarge_archive): Likewise.
23313         (insert_name): Likewise.
23314         (add_alias): Likewise.
23315         (add_locale): Likewise.
23316         (delete_locales_from_archive): Likewise.
23317         (show_archive_content): Likewise.
23318         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23319         locale data.
23321 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23323         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23324         http://www.gnu.org/doc/freemanuals.texi.
23325         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23327 2013-09-24  Will Newton  <will.newton@linaro.org>
23329         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23330         macro.
23332 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23334         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23335         unsigned char.
23337 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23339         * manual/threads.texi (POSIX Threads): Fix a typo.
23341 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23343         [BZ #14547]
23344         * string/tst-strcoll-overflow.c: New test case.
23345         * string/Makefile (xtests): Add tst-strcoll-overflow.
23346         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23347         cache if string sizes may cause integer overflow.
23349         [BZ #14547]
23350         * string/strcoll_l.c (coll_seq): New members rule, idx,
23351         save_idx and back_us.
23352         (get_next_seq_nocache): New function.
23353         (do_compare_nocache): New function.
23354         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23355         when malloc fails.
23357 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23359         [BZ #15754]
23360         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23361         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23362         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23364         [BZ #15754]
23365         * elf/Makefile (tests): Add tst-ptrguard1.
23366         (tests-static): Add tst-ptrguard1-static.
23367         (tst-ptrguard1-ARGS): Define.
23368         (tst-ptrguard1-static-ARGS): Define.
23369         * elf/tst-ptrguard1.c: New file.
23370         * elf/tst-ptrguard1-static.c: New file.
23371         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23372         * sysdeps/i386/stackguard-macros.h: Likewise.
23373         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23374         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23375         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23376         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23377         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23378         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23380 2013-09-23  Hector Marco  <hecmargi@upv.es>
23381             Ismael Ripoll  <iripoll@disca.upv.es>
23382             Carlos O'Donell  <carlos@redhat.com>
23384         [BZ #15754]
23385         * sysdeps/generic/stackguard-macros.h: Define
23386         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23387         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23388         Define __pointer_chk_guard_local.
23389         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23390         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23392 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23394         [BZ #15859]
23395         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23397 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23399         * include/string.h (__ffs): Declare as hidden.
23400         * string/ffs.c (__ffs): Define as hidden.
23401         * sysdeps/i386/ffs.c (__ffs): Likewise.
23402         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23403         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23404         * sysdeps/s390/ffs.c (__ffs): Likewise.
23405         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23407 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23409         * NEWS: Mention malloc probes.
23411         * malloc/arena.c (new_heap): New memory_heap_new probe.
23412         (grow_heap): New memory_heap_more probe.
23413         (shrink_heap): New memory_heap_less probe.
23414         (heap_trim): New memory_heap_free probe.
23415         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23416         (systrim): New memory_sbrk_less probe.
23417         * manual/probes.texi: Document them.
23419         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23420         * manual/probes.texi: Document it.
23422         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23423         (__libc_realloc): Add memory_realloc_retry probe.
23424         (__libc_memalign): Add memory_memalign_retry probe.
23425         (__libc_valloc): Add memory_valloc_retry probe.
23426         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23427         (__libc_calloc): Add memory_calloc_retry probe.
23428         * manual/probes.texi: Document them.
23430         * malloc/arena.c (get_free_list): Add probe
23431         memory_arena_reuse_free_list.
23432         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23433         and memory_arena_reuse.
23434         (arena_get2) [!PER_THREAD]: Likewise.
23435         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23436         memory_arena_reuse_realloc.
23437         * manual/probes.texi: Document them.
23439         * malloc/malloc.c (__libc_free): Add
23440         memory_mallopt_free_dyn_thresholds probe.
23441         (__libc_mallopt): Add multiple memory_mallopt probes.
23442         * manual/probes.texi: Document them.
23444         * malloc/malloc.c: Include stap-probe.h.
23445         (__libc_mallopt): Add memory_mallopt probe.
23446         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23447         * manual/probes.texi: New.
23448         * manual/Makefile (chapters): Add probes.
23449         * manual/threads.texi: Set next node.
23451 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23453         [BZ #15963, #13985]
23454         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23455         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23456         Add `Chinese' to `nan' entry name.
23458 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23460         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23461         (POLYNOMIAL): Likewise.
23462         (TAYLOR_SINCOS): Likewise.
23463         (TAYLOR_SLOW): Likewise.
23464         (__sin): Use TAYLOR_SINCOS.
23465         (__cos): Likewise.
23466         (slow): Use TAYLOR_SLOW.
23467         (sloww): Likewise.
23468         (bsloww): Likewise.
23469         (csloww): Likewise.
23471 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23473         * stdlib/strtod_l.c: Fix buffer overrun.
23475 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23477         * benchtests/Makefile (bench): Add sincos.
23478         * benchtests/bench-sincos.c: New file.
23480         * math/libm-test.inc (cos_test_data): New test inputs.
23481         (sin_test_data): Likewise.
23483         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23484         macro.
23485         (__sin): Use it.
23486         (__cos): Likewise.
23487         (slow1): Likewise.
23488         (slow2): Likewise.
23489         (sloww1): Likewise.
23490         (sloww2): Likewise.
23491         (bsloww1): Likewise.
23492         (bsloww2): Likewise.
23493         (cslow2): Likewise.
23494         (csloww1): Likewise.
23495         (csloww2): Likewise.
23497         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23498         function.
23499         (__sin): Use it.
23500         (__cos): Likewise.
23502         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23503         gotos.
23504         (__cos): Likewise.
23506 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23508         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23509         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23510         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23511         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23512         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23513         * elf/cache.c (print_entry): Handle the new cache flags.
23515 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23516             Aldy Hernandez  <aldyh@redhat.com>
23518         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23519         Change condition to [_SOFT_FLOAT].
23520         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23521         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23522         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23523         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23524         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23525         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23526         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23527         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23529         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23530         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23531         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23532         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23533         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23535         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23536         declaration.
23538 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23540         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23541         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23542         (__longjmp): Use LOAD_GP to load saved GPRs.
23543         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23544         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23545         (__sigsetjmp): Use SAVE_GP to save GPRs.
23547         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23548         Do not append -msoft-float.
23549         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23551 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23553         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23555 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23557         [BZ #15966]
23558         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23559         (_FPU_GETCW): Use initial "__" on variable and field names but not
23560         on macro parameter name.
23561         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23562         parentheses around reference to macro parameter.
23564 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23566         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23567         prototype.
23568         (ctype_startup): Use uint32_t in cast and sizeof for
23569         ctype->charnames.
23571 2013-09-11  Jia Liu  <proljc@gmail.com>
23573         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23574         __daddr_t_defined.
23575         [__FreeBSD__]: Likewise.
23577 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23579         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23580         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23581         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23582         (strchr): Remove __strchr_sse42 ifunc selection.
23583         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23584         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23586 2013-09-11  Will Newton  <will.newton@linaro.org>
23588         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23589         parameter to RES. Remove hardcoded 1000 value.
23590         * benchtests/bench-skeleton.c (main): Pass RES parameter
23591         to TIMING_INIT and multiply result by 1000.
23593 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23597 2013-09-11  Andreas Schwab  <schwab@suse.de>
23599         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23600         if not defined.
23601         (O_TMPFILE) [__USE_GNU]: Define.
23602         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23603         Define.
23605 2013-09-11  Will Newton  <will.newton@linaro.org>
23607         [BZ #15857]
23608         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23609         does not overflow.
23611 2013-09-11  Will Newton  <will.newton@linaro.org>
23613         [BZ #15856]
23614         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23615         does not overflow.
23617 2013-09-11  Will Newton  <will.newton@linaro.org>
23619         [BZ #15855]
23620         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23621         does not overflow.
23623 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23625         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23626         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23627         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23628         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23629         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23631 2013-09-10  Allan McRae  <allan@archlinux.org>
23633         [BZ #15748]
23634         * manual/arith.texi (Parsing of Floats): Clarify
23635         cross-reference.
23637         [BZ #15849]
23638         * manual/install.texi (Running make install): Mention
23639         --enable-pt-chown.
23640         * INSTALL: Regenerated.
23642 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23644         * csu/init-first.c (_init): Remove the !SHARED condition around
23645         FPU control word initialization.
23646         * elf/dl-support.c (_dl_fpu_control): New variable.
23647         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23648         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23649         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23650         * math/test-fpucw-static.c: New file.
23651         * math/test-fpucw-ieee.c: New file.
23652         * math/test-fpucw-ieee-static.c: New file.
23653         * math/Makefile (tests): Add `test-fpucw-ieee' and
23654         `$(tests-static)'.
23655         (tests-static): New variable.
23656         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23657         dependency to...
23658         [($(build-shared),yes)]
23659         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23660         ... this.
23661         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23662         New dependency.
23664 2013-09-09  Allan McRae  <allan@archlinux.org>
23666         [BZ #15939]
23667         * manual/string.texi (Collation Functions): Fix typo in
23668         strcoll example.
23669         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23671         [BZ #15893]
23672         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23674         [BZ #15892]
23675         * libio/memstream.c (open_memstream): Fix memory leak.
23676         * libio/wmemstream.c (open_wmemstream): Likewise.
23678         [BZ #15895]
23679         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23681 2013-09-09  Will Newton  <will.newton@linaro.org>
23683         * malloc/Makefile: Add tst-realloc to tests.
23684         * malloc/tst-realloc.c: New file.
23686 2013-09-09  Allan McRae  <allan@archlinux.org>
23688         [BZ #15844]
23689         * COPYING: Update from GNU website to fix FSF address.
23690         * COPYING.LIB: Likewise.
23692 2013-09-06  David S. Miller  <davem@davemloft.net>
23694         * po/zh_TW.po: Update Chinese (traditional) translation from
23695         translation project.
23697 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23698             Joseph Myers  <joseph@codesourcery.com>
23700         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23701         "localeinfo.h".
23702         (obstack_chunk_alloc): New macro.
23703         (obstack_chunk_free): Likewise.
23704         (record_offset): New function.
23705         (init_locale_data): Likewise.
23706         (align_locale_data): Likewise.
23707         (add_locale_empty): Likewise.
23708         (add_locale_raw_data): Likewise.
23709         (add_locale_raw_obstack): Likewise.
23710         (add_locale_string): Likewise.
23711         (add_locale_wstring): Likewise.
23712         (add_locale_uint32): Likewise.
23713         (add_locale_uint32_array): Likewise.
23714         (add_locale_char): Likewise.
23715         (start_locale_structure): Likewise.
23716         (end_locale_structure): Likewise.
23717         (start_locale_prelude): Likewise.
23718         (end_locale_prelude): Likewise.
23719         (write_locale_data): Take locale_file structure rather than an
23720         iovec.
23721         * locale/programs/locfile.h: Include "obstack.h".
23722         (struct locale_file): Change to store locale file contents instead
23723         of header.
23724         (init_locale_data): New prototype.
23725         (align_locale_data): Likewise.
23726         (add_locale_empty): Likewise.
23727         (add_locale_raw_data): Likewise.
23728         (add_locale_raw_obstack): Likewise.
23729         (add_locale_string): Likewise.
23730         (add_locale_wstring): Likewise.
23731         (add_locale_uint32): Likewise.
23732         (add_locale_uint32_array): Likewise.
23733         (add_locale_char): Likewise.
23734         (start_locale_structure): Likewise.
23735         (end_locale_structure): Likewise.
23736         (start_locale_prelude): Likewise.
23737         (end_locale_prelude): Likewise.
23738         (write_locale_data): Update prototype.
23739         * locale/programs/3level.h (struct TABLE): Remove result field.
23740         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23741         Use new locale_file interface.
23742         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23743         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23744         * locale/programs/ld-address.c (address_output): Use new
23745         locale_file interface.
23746         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23747         NO_ADD_LOCALE.
23748         (collate_finish): Don't call collseq_table_finalize.
23749         (collate_output): Use new locale_file interface.
23750         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23751         in file.
23752         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23753         (TABLE): Move defines earlier in file.
23754         (ELEMENT): Likewise.
23755         (DEFAULT): Likewise.
23756         (wctrans_table_add): Move macro and inline function earlier in
23757         file.
23758         (struct wctype_table): Move type earlier in file.
23759         (add_locale_wctype_table): New static prototype.
23760         (struct locale_ctype_t): Use logical types instead of struct iovec
23761         pointers for members.
23762         (ctype_output): Use new locale_file interface.
23763         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23764         new locale_file interface.
23765         (allocate_arrays): Update for use of new locale_file interface.
23766         * locale/programs/ld-identification.c (identification_output): Use
23767         new locale_file interface.
23768         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23769         * locale/programs/ld-messages.c (messages_output): Likewise.
23770         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23771         * locale/programs/ld-name.c (name_output): Likewise.
23772         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23773         * locale/programs/ld-paper.c (paper_output): Likewise.
23774         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23775         * locale/programs/ld-time.c (time_output): Likewise.
23777 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23779         * benchtests/Makefile: Add memrchr benchmark.
23780         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23781         benchmark as memrchr.
23782         * benchtests/bench-memrchr-ifunc.c: New file.
23783         * benchtests/bench-memrchr.c: New file.
23785 2013-09-06   Will Newton  <will.newton@linaro.org>
23787         * benchtests/Makefile (string-bench): Add memcpy.
23789 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23790             Cong Wang  <amwang@redhat.com>
23792         [BZ #15850]
23793         * sysdeps/unix/sysv/linux/bits/in.h
23794         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23795         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23796         before __USE_KERNEL_IPV6_DEFS uses.
23797         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23798         IPPROTO_BEETPH.
23799         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23800         sockaddr_in6, or ipv6_mreq.
23802 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23804         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23805         memory access for final bytes in some large inputs.
23806         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23808 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23810         * string/test-memrchr.c: New file.
23811         * string/test-memrchr-ifunc.c: New file.
23812         * string/Makefile: Add new memrchr testcase.
23814 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23816         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23817         fanotify_init returns EPERM.
23819 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23821         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23822         errors.
23823         (top level): Treat second token from macro or constant entries for
23824         allowed headers as allowed.
23825         * include/complex.h: Condition internal declarations on
23826         [!_ISOMAC].
23827         * include/fenv.h: Condition include of <stdbool.h> and internal
23828         declarations on [!_ISOMAC].
23830 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23832         [BZ #15923]
23833         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23835 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23837         * configure.in (--enable-versioning): Remove configure option.
23838         (libc_cv_asm_symver_directive): Remove configure test.
23839         (libc_cv_ld_version_script_option): Likewise.
23840         (VERSIONING): Remove variable and AC_SUBST.
23841         (DO_VERSIONING): Remove AC_DEFINE.
23842         * configure: Regenerated.
23843         * config.h.in (DO_VERSIONING): Remove macro.
23844         * Makerules [$(versioning) = yes]: Change conditionals to
23845         [$(build-shared) = yes].
23846         * config.make.in (versioning): Remove variable.
23847         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23848         [$(build-shared) = yes].
23849         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23850         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23851         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23852         [$(build-shared) = yes].
23853         * extra-lib.mk [$(versioning) = yes]: Likewise.
23854         * hurd/Makefile [$(versioning) = yes]: Likewise.
23855         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23856         [SHARED].
23857         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23858         [SHARED].
23859         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23860         [SHARED && !NO_HIDDEN].
23861         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23862         [SHARED].
23863         [SHARED && DO_VERSIONING]: Likewise..
23864         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23865         [$(build-shared) = yes].
23866         * manual/install.texi (--disable-versioning): Remove
23867         documentation.
23868         * INSTALL: Regenerated.
23869         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23870         to [SHARED].
23871         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23872         [$(build-shared) = yes].
23873         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23874         * sysdeps/i386/i686/multiarch/strstr-c.c
23875         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23876         [SHARED && !NO_HIDDEN].
23877         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23878         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23879         * sysdeps/powerpc/powerpc32/dl-machine.c
23880         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23881         * sysdeps/powerpc/powerpc32/sysdep.h
23882         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23883         to [SHARED && PIC && !NO_HIDDEN].
23884         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23885         conditional to [SHARED].
23887 2013-09-04   Will Newton  <will.newton@linaro.org>
23889         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23890         * benchtests/bench-string.h: Include bench-timing.h instead
23891         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23892         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23893         call to HP_TIMING_DIFF_INIT.
23894         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23895         instead of hp-timing.h macros.
23896         * benchtests/bench-memchr.c: Likewise.
23897         * benchtests/bench-memcmp.c: Likewise.
23898         * benchtests/bench-memcpy.c: Likewise.
23899         * benchtests/bench-memmem.c: Likewise.
23900         * benchtests/bench-memmove.c: Likewise.
23901         * benchtests/bench-memset.c: Likewise.
23902         * benchtests/bench-rawmemchr.c: Likewise.
23903         * benchtests/bench-strcasecmp.c: Likewise.
23904         * benchtests/bench-strcasestr.c: Likewise.
23905         * benchtests/bench-strcat.c: Likewise.
23906         * benchtests/bench-strchr.c: Likewise.
23907         * benchtests/bench-strcmp.c: Likewise.
23908         * benchtests/bench-strcpy.c: Likewise.
23909         * benchtests/bench-strcpy_chk.c: Likewise.
23910         * benchtests/bench-strlen.c: Likewise.
23911         * benchtests/bench-strncasecmp.c: Likewise.
23912         * benchtests/bench-strncat.c: Likewise.
23913         * benchtests/bench-strncmp.c: Likewise.
23914         * benchtests/bench-strncpy.c: Likewise.
23915         * benchtests/bench-strnlen.c: Likewise.
23916         * benchtests/bench-strpbrk.c: Likewise.
23917         * benchtests/bench-strrchr.c: Likewise.
23918         * benchtests/bench-strspn.c: Likewise.
23919         * benchtests/bench-strstr.c: Likewise.
23921 2013-09-04  Will Newton  <will.newton@linaro.org>
23923         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23925 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23927         [BZ #15427]
23928         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23929         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23930         * math/libm-test.inc (lgamma_test_data): Add more tests.
23931         * sysdeps/i386/fpu/libm-test-ulps: Update.
23932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23934 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23936         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23937         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23938         Add ifunc.
23939         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23940         Add strcmp-sse2-unaligned
23941         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23943 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23945         * Versions.def (libc): Add GLIBC_2.19.
23947 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23949         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23950         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23952 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23954         [BZ #14155]
23955         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23956         intermediate calculations in recurrence.
23957         (__ieee754_ynf): Likewise.
23958         * math/libm-test.inc (jn_test_data): Do not allow spurious
23959         underflow exception.  Add more tests.
23960         (yn_test_data): Add more tests.
23961         * sysdeps/i386/fpu/libm-test-ulps: Update.
23962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23964 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23966         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23968 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23970         * csu/init-first.c: Fix then/than typos.
23971         * locale/programs/ld-collate.c: Likewise.
23972         * locale/programs/linereader.h: Likewise.
23973         * manual/charset.texi: Likewise.
23974         * manual/filesys.texi: Likewise.
23975         * manual/stdio.texi: Likewise.
23976         * manual/string.texi: Likewise.
23977         * stdlib/fmtmsg.c: Likewise.
23978         * sysdeps/i386/stpncpy.S: Likewise.
23979         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23980         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23981         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23982         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23984 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23986         * elf/dl-open.c: Fix typos.
23987         * iconvdata/gbbig5.c: Likewise.
23988         * iconvdata/iso-2022-jp.c: Likewise.
23989         * iconv/gconv_int.h: Likewise.
23990         * iconv/loop.c: Likewise.
23991         * nis/rpcsvc/nis.h: Likewise.
23992         * resolv/ns_name.c: Likewise.
23993         * stdio-common/vfscanf.c: Likewise.
23994         * streams/stropts.h: Likewise.
23995         * sunrpc/rpc_thread.c: Likewise.
23996         * sysdeps/i386/strpbrk.S: Likewise.
23997         * sysdeps/ieee754/k_standard.c: Likewise.
23998         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23999         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24000         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24001         * sysdeps/mach/hurd/profil.c: Likewise.
24002         * sysdeps/s390/dl-procinfo.h: Likewise.
24003         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24004         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24005         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24006         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24007         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24009 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24011         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24012         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24014 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24016         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24017         aix specific files.
24018         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24019         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24020         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24021         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24022         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24023         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24024         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24025         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24027 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24028             Roland McGrath  <roland@hack.frob.com>
24030         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24031         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24033 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24035         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24036         __executable_start symbol instead of _start.
24038 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24040         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24041         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24042         Move macros to...
24043         * sysdeps/gnu/ldsodefs.h: ... this new file.
24045         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24046         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24047         instead of ELFOSABI_LINUX.
24049         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24050         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24051         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24052         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24053         Likewise.
24054         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24055         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24056         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24057         Likewise.
24058         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24059         (ibm_extended_long_double): Add ieee_nan member.
24060         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24061         (do_test): New function.
24063         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24064         TEST_TRUNC.
24065         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24066         functions, renamed from truncdfsf_test, trunctfsf_test,
24067         trunctfdf_test.
24068         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24069         functions.
24070         (do_test): Run all these.
24072 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24074         * argp/argp-help.c: Fix typos.
24075         * argp/argp-parse.c: Likewise.
24076         * debug/backtracesyms.c: Likewise.
24077         * elf/elf.h: Likewise.
24078         * malloc/malloc.c: Likewise.
24079         * nis/nis_print.c: Likewise.
24080         * resolv/res_comp.c: Likewise.
24081         * stdlib/stdlib.h: Likewise.
24082         * sunrpc/clnt_tcp.c: Likewise.
24083         * sunrpc/clnt_udp.c: Likewise.
24084         * sunrpc/clnt_unix.c: Likewise.
24085         * sysdeps/unix/bsd/ptsname.c: Likewise.
24086         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24087         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24089         Likewise.
24090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24091         Likewise.
24092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24093         Likewise.
24094         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24096 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24098         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24099         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24101 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24103         [BZ #15897]
24104         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24105         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24106         ($(objpfx)bug-dl-leaf): New rule.
24107         ($(objpfx)bug-dl-leaf.so): Likewise.
24108         ($(objpfx)bug-dl-leaf.out): Likewise.
24109         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24110         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24111         * dlfcn/bug-dl-leaf.c: New test.
24112         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24113         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24114         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24115         (dlclose): Likewise.
24116         (dlmopen): Likewise.
24118 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24120         * include/netdb.h [!_ISOMAC]:
24121         Don't include <tls.h>.
24122         (h_errno, __libc_h_errno): Move declaration and macros out of
24123         [_LIBC_REENTRANT].
24125         * include/resolv.h [_RESOLV_H_]:
24126         Don't include <tls.h>.
24127         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24128         * resolv/res_libc.c: Don't include <tls.h>.
24129         (_res): Use __attribute__ ((nocommon)) in place of
24130         __attribute__ ((section (".bss"))).
24132         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24133         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24135         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24137         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24138         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24140         * resolv/res_mkquery.c: Include <sys/time.h>.
24142         * inet/ifreq.c: Moved to ...
24143         * sysdeps/unix/ifreq.c: ... here.
24144         * inet/ifreq.c: New file, true stub version.
24146         * socket/sa_len.c: New file.
24147         * socket/Makefile (aux): Add it.
24148         * sysdeps/unix/sysv/linux/Makefile
24149         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24150         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24151         and #include <socket/sa_len.c>.
24152         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24153         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24155         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24156         * bits/socket.h: ... here.
24158         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24159         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24160         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24162 2013-08-27  Andreas Schwab  <schwab@suse.de>
24164         [BZ #15736]
24165         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24166         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24167         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24168         * string/test-strcasecmp.c (test_main): Run tests in several
24169         locales.
24170         * string/test-strncasecmp.c (test_main): Likewise.
24172         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24173         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24174         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24175         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24176         (__strncasecmp_ssse3) [PIC]: Likewise.
24178 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24180         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24182         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24183         instead of explicitly declaring xdecrypt.
24184         * nis/nss_nis/nis-publickey.c: Likewise.
24186 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24188         [BZ #15890]
24189         * nscd/aicache.c: Include res_hconf.h.
24190         (addhstaiX): Initialize res_hconf.
24192 2013-08-26  Andreas Schwab  <schwab@suse.de>
24194         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24195         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24197 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24199         * nscd/aicache.c (addhstaiX): Fix indentation.
24201 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24203         * configure.ac: Quote $build_pt_chown test.
24204         * configure: Regenerated.
24206 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24208         [BZ #15532]
24209         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24210         * math/s_cexpf.c (__cexpf): Likewise.
24211         * math/s_cexpl.c (__cexpl): Likewise.
24212         * math/libm-test.inc (cexp_test_data): Correct expected return
24213         value for NaN + i0.  Add another test.
24215 2013-08-22  David S. Miller  <davem@davemloft.net>
24217         * po/ca.po: Update Catalan translation from translation project.
24218         * po/uk.po: Add Ukrainian translations from translation project.
24220 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24222         [BZ #15797]
24223         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24224         is infinite, not alongside NaN test.
24225         * math/s_fdimf.c (__fdimf): Likewise.
24226         * math/s_fdiml.c (__fdiml): Likewise.
24227         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24228         errno is unchanged.
24230 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24232         * argp/argp-help.c: Fix typos.
24233         * crypt/speeds.c: Likewise.
24234         * csu/check_fds.c: Likewise.
24235         * elf/dl-load.c: Likewise.
24236         * elf/dl-open.c: Likewise.
24237         * elf/reldep3.c: Likewise.
24238         * elf/reldep.c: Likewise.
24239         * elf/sprof.c: Likewise.
24240         * iconv/iconv_charmap.c: Likewise.
24241         * iconv/skeleton.c: Likewise.
24242         * iconv/strtab.c: Likewise.
24243         * io/lockf64.c: Likewise.
24244         * libio/libioP.h: Likewise.
24245         * resolv/gai_notify.c: Likewise.
24246         * resolv/ns_name.c: Likewise.
24247         * resolv/ns_samedomain.c: Likewise.
24248         * resolv/res_send.c: Likewise.
24249         * stdlib/random.c: Likewise.
24250         * sunrpc/rpc/xdr.h: Likewise.
24251         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24252         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24253         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24254         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24255         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24256         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24257         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24258         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24259         * sysdeps/mach/hurd/check_fds.c: Likewise.
24260         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24261         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24262         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24263         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24264         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24265         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24266         * sysdeps/pthread/aio_notify.c: Likewise.
24267         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24268         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24269         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24270         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24271         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24273 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24275         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24276         version if bit_Slow_SSE4_2 is set.
24277         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24278         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24280 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24282         [BZ #15867]
24283         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24284         trampoline stack frame information.
24285         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24286         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24287         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24288         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24289         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24290         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24291         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24292         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24293         sa_flags value.
24294         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24295         interrupting a syscall and set with option SA_SIGINFO.
24297 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24299         [BZ #15531]
24300         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24301         argument is infinite.
24302         * math/s_cprojf.c (__cprojf): Likewise.
24303         * math/s_cprojl.c (__cprojl): Likewise.
24304         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24305         * math/libm-test.inc (cproj_test_data): Add more tests.
24307         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24309         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24310         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24311         size.  Use __ffs to determine corresponding shift.
24313 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24314             Roland McGrath  <roland@hack.frob.com>
24316         * Makefile (INSTALL): Remove trailing blank lines from output of
24317         makeinfo.
24319 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24321         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24322         Align 32 bit compat elf_greg to 8 bytes.
24324 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24326         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24328 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24330         * string/strcoll_l.c (coll_seq): New structure.
24331         (get_next_seq_cached): New function.
24332         (get_next_seq): New function.
24333         (do_compare): New function.
24334         (STRCOLL): Use GNU style definition.  Simplify implementation
24335         by using get_next_seq, get_next_seq_cached and do_compare.
24337 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24339         [BZ #14699]
24340         CVE-2013-4237
24341         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24342         member.
24343         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24344         member.
24345         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24346         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24347         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24348         conditional.
24349         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24350         GETDENTS_64BIT_ALIGNED.
24351         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24352         * manual/filesys.texi (Reading/Closing Directory): Document
24353         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24354         strongly.
24355         * manual/conf.texi (Limits for Files): Add portability note to
24356         NAME_MAX, PATH_MAX.
24357         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24359 2013-08-13  Andreas Schwab  <schwab@suse.de>
24361         [BZ #15749]
24362         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24363         of fabs.
24364         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24365         LDBL_MAX_EXP >= 16384]: Add tests for it.
24367 2013-08-12  David S. Miller  <davem@davemloft.net>
24369         * version.h (RELEASE): Set to "development".
24370         (VERSION): Set to "2.18.90".
24371         * NEWS: Add 2.19 section.
24373 2013-08-03  David S. Miller  <davem@davemloft.net>
24375         * po/ko.po: Update Korean translation from translation project.
24377 2013-08-01  David S. Miller  <davem@davemloft.net>
24379         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24380         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24381         Bilka.
24383 2013-07-30  David S. Miller  <davem@davemloft.net>
24385         * po/fr.po: Update French translation from translation project.
24387 2013-07-28  David S. Miller  <davem@davemloft.net>
24389         * po/cs.po: Update Czech translation from translation project.
24391         * po/sv.po: Update Swedish translation from translation project.
24393 2013-07-27  David S. Miller  <davem@davemloft.net>
24395         * po/eo.po: Update Esperanto translation from translation project.
24397         * po/vi.po: Update Vietnamese translation from translation project.
24399         * po/de.po: Update German translation from translation project.
24401 2013-07-26  David S. Miller  <davem@davemloft.net>
24403         * po/bg.po: Update Bulgarian translation from translation project.
24405         * po/nl.po: Update Dutch translation from translation project.
24406         * po/pl.po: Update Polish translation from translation project.
24407         * po/ru.po: Update Russian translation from translation project.
24409 2013-07-24  David S. Miller  <davem@davemloft.net>
24411         * po/libc.pot: Update.
24413 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24415         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24416         variable page size.
24417         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24418         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24419         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24421 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24423         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24425 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24426             Andreas Schwab  <schwab@suse.de>
24427             Roland McGrath  <roland@hack.frob.com>
24428             Joseph Myers  <joseph@codesourcery.com>
24429             Carlos O'Donell  <carlos@redhat.com>
24431         [BZ #15755]
24432         * config.h.in: Define HAVE_PT_CHOWN.
24433         * config.make.in (build-pt-chown): New variable.
24434         * configure.in (--enable-pt_chown): New configure option.
24435         * configure: Regenerate.
24436         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24437         build-pt-chown is enabled.
24438         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24439         pt_chown to fix pty ownership.
24440         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24441         CLOSE_ALL_FDS.
24442         * manual/install.texi (Configuring and compiling): Mention
24443         --enable-pt_chown. Add @findex for grantpt.
24444         * INSTALL: Regenerate.
24446 2013-07-20  David S. Miller  <davem@davemloft.net>
24448         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24449         difference between 32-bit and 64-bit.
24451 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24453         [BZ #15711]
24454         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24455         Avoid system header dependency with -ffreestanding.
24456         ($(objpfx)bits/syscall%d): Likewise.
24458 2013-07-13  David S. Miller  <davem@davemloft.net>
24460         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24461         underflows from atanl/atan2l due to bug 15319.
24462         (casinh_test_data): Likewise.
24464 2013-07-07  David S. Miller  <davem@davemloft.net>
24466         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24468 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24470         * sysdeps/i386/fpu/libm-test-ulps: Update.
24471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24473 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24475         * configure.in (--enable-lock-elision): Fix message text.
24476         * INSTALL: Regenerate.
24477         * configure: Regenerate.
24479 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24483 2013-07-03  Andreas Jaeger  <aj@suse.de>
24485         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24486         define.
24487         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24488         (ptrace_peeksiginfo_args): Add.
24489         (__ptrace_peeksiginfo_flags): Add.
24490         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24491         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24492         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24494 2013-07-03  Allan McRae  <allan@archlinux.org>
24496         * sysdeps/i386/fpu/libm-test-ulps: Update.
24498 2013-07-02  David S. Miller  <davem@davemloft.net>
24500         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24502 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24504         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24506 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24508         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24511 2013-07-02  Andi Kleen <ak@linux.intel.com>
24513         * config.h.in (ENABLE_LOCK_ELISION): Add.
24514         * configure.in (--enable-lock-elision): Add option.
24515         * manual/install.texi: Document --enable lock elision.
24516         * configure: Regenerate
24517         * INSTALL: Regenerate.
24519 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24521         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24522         SSE4.2 strcasecmp for libc.a.
24523         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24525 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24527         [BZ #13304]
24528         * soft-fp/op-common.h (_FP_FMA): New macro.
24529         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24530         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24531         (_FP_MUL_MEAT_1_imm): ... here.
24532         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24533         (_FP_MUL_MEAT_1_wide): ... here.
24534         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24535         (_FP_MUL_MEAT_1_hard): ... here.
24536         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24537         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24538         (_FP_MUL_MEAT_2_wide): ... here.
24539         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24540         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24541         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24542         (_FP_MUL_MEAT_2_gmp): ... here.
24543         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24544         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24545         (_FP_MUL_MEAT_4_wide): ... here.
24546         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24547         (_FP_MUL_MEAT_4_gmp): ... here.
24548         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24549         (_FP_WFRACBITS_DW_S): Likewise.
24550         (_FP_WFRACXBITS_DW_S): Likewise.
24551         (_FP_HIGHBIT_DW_S): Likewise.
24552         (FP_FMA_S): Likewise.
24553         (_FP_FRAC_HIGH_DW_S): Likewise.
24554         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24555         (_FP_WFRACBITS_DW_D): Likewise.
24556         (_FP_WFRACXBITS_DW_D): Likewise.
24557         (_FP_HIGHBIT_DW_D): Likewise.
24558         (FP_FMA_D): Likewise.
24559         (_FP_FRAC_HIGH_DW_D): Likewise.
24560         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24561         (_FP_WFRACBITS_DW_E): Likewise.
24562         (_FP_WFRACXBITS_DW_E): Likewise.
24563         (_FP_HIGHBIT_DW_E): Likewise.
24564         (FP_FMA_E): Likewise.
24565         (_FP_FRAC_HIGH_DW_E): Likewise.
24566         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24567         (_FP_WFRACBITS_DW_Q): Likewise.
24568         (_FP_WFRACXBITS_DW_Q): Likewise.
24569         (_FP_HIGHBIT_DW_Q): Likewise.
24570         (FP_FMA_Q): Likewise.
24571         (_FP_FRAC_HIGH_DW_Q): Likewise.
24572         * soft-fp/fmasf4.c: New file.
24573         * soft-fp/fmadf4.c: Likewise.
24574         * soft-fp/fmatf4.c: Likewise.
24576 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24578         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24579         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24580         Silvermont.
24581         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24582         macro.
24583         (index_Slow_SSE4_2): Likewise.
24584         (index_Prefer_PMINUB_for_stringop): Likewise.
24585         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24586         bit_Slow_SSE4_2 is set.
24587         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24588         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24590 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24592         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24593         rtld_global._dl_hwcap2.
24594         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24595         POWER8.
24596         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24597         POWER8 feature descriptions defined in _dl_hwcap2.
24598         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24599         string handling for POWER8 feature bits.
24600         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24601         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24602         _dl_powerpc_cap_flags.
24603         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24604         * sysdeps/powerpc/rtld-global-offsets.sym
24605         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24606         _dl_hwcap2 in the rtld_global_ro structure.
24608 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24610         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24611         hardware capabilities in support of AT_HWCAP2.
24612         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24613         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24614         GLRO(dl_hwcap2).
24615         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24616         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24617         explicitly the unknown a_type display mechanism is used.
24618         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24619         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24620         struct member.
24621         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24622         to macro prototype for AT_HWCAP2 support.
24623         * sysdeps/i386/dl-procinfo.h: Likewise.
24624         * sysdeps/s390/dl-procinfo.h: Likewise.
24625         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24626         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24627         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24628         return -1 for unknown a_type display fallback.
24629         * sysdeps/sparc/dl-procinfo.h: Likewise.
24630         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24631         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24633 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24635         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24636         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24638 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24640         [BZ #12492]
24641         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24642         mprotect making __stack_prot writable.
24644 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24645             Joseph Myers  <joseph@codesourcery.com>
24647         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24648         as being properly aligned.
24650 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24652         * dlfcn/modstatic5.c: New file.
24653         * dlfcn/tststatic5.c: New file.
24654         * dlfcn/Makefile (tests): Add tststatic5.
24655         (tests-static): Likewise.
24656         (modules-names): Add modstatic5.
24657         (tststatic5-ENV): New variable.
24658         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24660         [BZ #15022]
24661         * elf/dl-support.c (_dl_main_map): New variable.
24662         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24663         (_dl_nns, _dl_load_adds): Set to 1.
24664         (_dl_initial_searchlist): Refer to _dl_main_map.
24665         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24666         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24667         call to _dl_get_origin.
24668         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24669         around call_map.
24670         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24671         * dlfcn/modstatic3.c: New file.
24672         * dlfcn/tststatic3.c: New file.
24673         * dlfcn/tststatic4.c: New file.
24674         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24675         (tests-static): Likewise.
24676         (modules-names): Add modstatic3.
24677         (tststatic3-ENV, tststatic4-ENV): New variables.
24678         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24679         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24681 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24683         * configure.in (CC): Require GCC version 4.4 or later.
24684         * configure: Regenerated.
24685         * manual/install.texi (Tools for Compilation): Update GCC version
24686         requirement.
24687         * INSTALL: Regenerated.
24689 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24691         [BZ #15674]
24692         * string/test-memcmp.c (check2): New.
24693         (main): Call check2.
24695         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24697 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24699         [BZ #15022]
24700         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24701         over to...
24702         (dl_open_worker) [!SHARED]: ... here.
24704 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24706         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24708 2013-06-25  Richard Henderson  <rth@redhat.com>
24710         * locale/programs/locarchive.c: Include <libc-internal.h>
24712 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24714         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24715         trailing whitespace removed.
24717 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24719         [BZ #10283]
24720         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24721         * locale/programs/locarchive.c: Include libc-mmap.h.
24722         (prepare_address_space): Take two new outputs (the mmap base and len).
24723         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24724         values.
24725         (create_archive): Declare new mmap base and len values for
24726         prepare_address_space, and store the result in ah.
24727         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24728         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24729         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24730         Declare new mmap base and len values for
24731         prepare_address_space, and store the result in new_ah.
24732         (open_archive): Declare new mmap base and len values for
24733         prepare_address_space, and store the result in ah.
24734         (close_archive): If ah->mmap_base is not NULL, use that and
24735         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24736         * sysdeps/generic/libc-mmap.h: New file.
24738 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24740         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24741         (ALIGN_UP): Likewise.
24742         (PTR_ALIGN_DOWN): Likewise.
24743         (PTR_ALIGN_UP): Likewise.
24745 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24747         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24748         entry mapped to PPC_PLATFORM_POWER8.
24749         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24750         POWER8.
24751         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24752         (_dl_string_platform): Add case for exporting platform position for
24753         POWER8.
24754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24755         search path to sysdeps/powerpc/powerpc32/power8 directory.
24756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24757         search path to sysdeps/powerpc/powerpc64/power8 directory.
24758         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24759         power7 directories.
24760         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24761         power7 directories.
24763 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24765         * INSTALL: Regenerate.
24767         * nscd/connections.c (nscd_init): Fix comment.
24769 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24771         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24773         [BZ #15667]
24774         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24775         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24777 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24779         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24780         DL_DST_REQ_STATIC.
24781         (DL_DST_REQ_STATIC): Remove macro.
24783 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24785         [BZ #7006]
24786         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24787         with a shift of 0 bits.
24789 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24791         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24792         $(tststatic-ENV).
24794 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24796         [BZ #15655]
24797         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24799 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24801         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24802         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24803         accepts -fno-tree-loop-distribute-patterns.
24804         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24805         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24806         recursive call.
24807         * string/memset.c (memset): Likewise.
24808         * string/test-memmove.c (simple_memmove): Disable loop transformation
24809         to library calls.
24810         * string/test-memset.c (simple_memset): Likewise.
24811         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24812         * benchtests/bench-memset.c (simple_memset): Likewise.
24813         * configure: Regenerated.
24815 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24817         * math/test-misc.c (main): Ignore fesetround failure when failures
24818         of subsequent rounding tests would be ignored.
24820         [BZ #15654]
24821         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24822         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24823         * math/fegetenv.c (__fegetenv): Return 0.
24824         * math/fegetexcept.c (fegetexcept): Return 0.
24825         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24826         FE_TONEAREST.
24827         * math/feholdexcpt.c (feholdexcept): Return 0.
24828         * math/fesetenv.c (__fesetenv): Return 0.
24829         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24830         argument FE_TONEAREST.
24831         * math/feupdateenv.c (__feupdateenv): Return 0.
24832         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24834 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24836         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24837         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24838         ($(objpfx)rtld-%.os rules): Use them.
24840 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24842         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24843         fields.
24845 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24847         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24848         length of target pattern, then descending length of dependency pattern.
24849         * configure.in (AWK): Require gawk 3.1.2 or newer.
24850         * manual/install.texi (Tools for Compilation): Say that we do.
24851         * configure: Regenerated.
24853         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24854         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24855         * scripts/sysd-rules.awk: ... this new script.
24856         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24857         than a glob-style pattern.
24859 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24861         * math/test-misc.c (main): Do not treat incorrectly rounded
24862         conversions as failure unless ROUNDING_TESTS passes.
24864 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24866         [BZ #15631]
24867         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24868         restore exception state around main square root computation, then
24869         check for inexactness explicitly.
24871         * math/libm-test.inc (fma_test_data): Add another test.
24873 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24875         * manual/threads.texi (Non-POSIX Extensions): New document
24876         node.  Document pthread_getattr_default_np and
24877         pthread_setattr_default_np.
24879         * Versions.def (libpthread): Add GLIBC_2.18.
24880         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24882         Likewise.
24883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24884         Likewise.
24885         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24886         Likewise.
24887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24888         Likewise.
24889         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24890         Likewise.
24891         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24892         Likewise.
24893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24894         Likewise.
24895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24896         Likewise.
24897         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24898         Likewise.
24900 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24902         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24903         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24905 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24906             H.J. Lu  <hjl.tools@gmail.com>
24908         [BZ #15627]
24909         * sysdeps/x86_64/rtld-memset.c: Remove file.
24910         * sysdeps/x86_64/rtld-memset.S: New file.
24912 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24914         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24915         (test_in_one_mode): Take arguments for whether the rounding mode
24916         is supported for each floating-point type.
24917         (do_test): Pass new arguments to test_in_one_mode using
24918         ROUNDING_TESTS.
24920 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24922         * posix/tst-waitid.c (do_test): Distinguish different instances of
24923         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24924         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24925         before entering the kernel for waitpid.
24927 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24929         * NEWS: Fix note on clock function precision.  Text by Roland
24930         McGrath.
24932 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24934         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24935         it into place only when and if the sanity check passes.
24937 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24939         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24940         output for whether conversion result is exact.  Take argument
24941         indicating whether type is IBM long double.
24942         (round_for_all): Change need_exact field to ibm_ld.
24943         * stdlib/tst-strtod-round.c (struct exactness): New type.
24944         (struct test): Change bool ld_ok field to struct exactness exact.
24945         (TEST): Update all definitions for change to field.
24946         (tests): Regenerate array contents.
24947         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24948         field value.  Check for IBM long double here.
24949         (do_test): Update calls to test_in_one_mode.
24951 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24953         [BZ #12515]
24954         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24955         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24957 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24959         [BZ #15605]
24960         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24961         generated by the compiler on loop optimizations.
24962         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24963         general definitions.
24965 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24967         * math/bug-nextafter.c: Include <math-tests.h>.
24968         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24969         the relevant type.
24970         * math/bug-nexttoward.c: Include <math-tests.h>.
24971         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24972         the relevant type.
24973         * math/test-misc.c: Include <math-tests.h>.
24974         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24975         the relevant type.
24977 2013-06-12  Andreas Jaeger  <aj@suse.de>
24979         * po/ia.po: Update Interlingua translation from translation
24980         project.
24982 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24984         * include/fenv.h: Include stdbool.h.
24985         (struct rm_ctx): New structure.
24986         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24987         Define macro.
24988         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24989         (SET_RESTORE_ROUNDF): Likewise.
24990         (SET_RESTORE_ROUNDL): Likewise.
24991         (SET_RESTORE_ROUND_NOEX): Likewise.
24992         (SET_RESTORE_ROUND_NOEXF): Likewise.
24993         (SET_RESTORE_ROUND_NOEXL): Likewise.
24994         (SET_RESTORE_ROUND_53BIT): Likewise.
24995         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24996         (libc_feresetround_noexf_ctx): Likewise.
24997         (libc_feresetround_noexl_ctx): Likewise.
24998         (libc_feholdsetround_53bit_ctx): Likewise.
24999         (libc_feresetround_53bit_ctx): Likewise.
25000         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25001         (libc_feholdexcept_setround_sse_ctx): New function.
25002         (libc_fesetenv_sse_ctx): Likewise.
25003         (libc_feupdateenv_sse_ctx): Likewise.
25004         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25005         (libc_feholdexcept_setround_387_ctx): Likewise.
25006         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25007         (libc_feholdsetround_387_prec_ctx): Likewise.
25008         (libc_feholdsetround_387_ctx): Likewise.
25009         (libc_feholdsetround_387_53bit_ctx): Likewise.
25010         (libc_feholdsetround_sse_ctx): Likewise.
25011         (libc_feresetround_sse_ctx): Likewise.
25012         (libc_feresetround_387_ctx): Likewise.
25013         (libc_feupdateenv_387_ctx): Likewise.
25014         (libc_feholdexcept_setroundf_ctx): Define macro.
25015         (libc_fesetenvf_ctx): Likewise.
25016         (libc_feupdateenvf_ctx): Likewise.
25017         (libc_feholdsetroundf_ctx): Likewise.
25018         (libc_feresetroundf_ctx): Likewise.
25019         (libc_feholdexcept_setround_ctx): Likewise.
25020         (libc_fesetenv_ctx): Likewise.
25021         (libc_feupdateenv_ctx): Likewise.
25022         (libc_feholdsetround_ctx): Likewise.
25023         (libc_feresetround_ctx): Likewise.
25024         (libc_feholdexcept_setroundl_ctx): Likewise.
25025         (libc_feupdateenvl_ctx): Likewise.
25026         (libc_feholdsetroundl_ctx): Likewise.
25027         (libc_feresetroundl_ctx): Likewise.
25028         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25029         (libc_feresetround_53bit_ctx): Likewise.
25031 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25033         * locale/iso-639.def: Convert to UTF-8.
25035 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25037         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25038         (EXCEPTION_TESTS_double): Likewise.
25039         (EXCEPTION_TESTS_long_double): Likewise.
25040         (EXCEPTION_TESTS): Likewise.
25041         * math/libm-test.inc (test_exceptions): Only test exceptions if
25042         EXCEPTION_TESTS (FLOAT).
25044 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25046         * benchtests/Makefile (string-bench): Add strcpy_chk and
25047         stpcpy_chk.
25048         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25049         * benchtests/bench-stpcpy_chk.c: New file.
25050         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25051         * benchtests/bench-strcpy_chk.c: New file.
25052         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25053         code.
25054         (do_test): Likewise.
25056 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25058         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25059         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25060         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25061         with tabs where appropriate.
25062         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25063         dl-procinfo.h.
25064         [PPC_PLATFORM_PPC440]: Likewise.
25065         [PPC_PLATFORM_PPC464]: Likewise.
25066         [PPC_PLATFORM_PPC476]: Likewise.
25067         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25068         ppc464, and ppc476 platform strings merging from ports/
25069         dl-procinfo.h.
25071 2013-06-11  Andreas Schwab  <schwab@suse.de>
25073         [BZ #14991]
25074         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25075         (from_ucs4_idx): Regenerate.
25076         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25077         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25078         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25079         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25080         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25081         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25082         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25083         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25084         from FROM_LOOP and TO_LOOP specific macros.
25085         (BODY): Handle combining characters.
25086         * iconvdata/BIG5HKSCS.irreversible: Update.
25087         * iconvdata/BIG5HKSCS.precomposed: New file.
25088         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25089         characters.
25090         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25092 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25094         * include/sys/time.h: Fix indentation and add copyright header.
25096         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25097         (do_test): Likewise.
25098         * string/test-memchr.c (do_one_test): Likewise.
25099         (do_test): Likewise.
25100         * string/test-memcmp.c (do_one_test): Likewise.
25101         (do_test): Likewise.
25102         * string/test-memcpy.c (do_one_test): Likewise.
25103         (do_test): Likewise.
25104         * string/test-memmem.c (do_one_test): Likewise.
25105         (do_test): Likewise.
25106         (do_random_tests): Likewise.
25107         * string/test-memmove.c (do_one_test): Likewise.
25108         (do_test): Likewise.
25109         * string/test-memset.c (do_one_test): Likewise.
25110         (do_test): Likewise.
25111         * string/test-rawmemchr.c (do_one_test): Likewise.
25112         (do_test): Likewise.
25113         * string/test-strcasecmp.c (do_one_test): Likewise.
25114         (do_test): Likewise.
25115         * string/test-strcasestr.c (do_one_test): Likewise.
25116         (do_test): Likewise.
25117         * string/test-strcat.c (do_one_test): Likewise.
25118         (do_test): Likewise.
25119         * string/test-strchr.c (do_one_test): Likewise.
25120         (do_test): Likewise.
25121         * string/test-strcmp.c (do_one_test): Likewise.
25122         (do_test): Likewise.
25123         * string/test-strcpy.c (do_one_test): Likewise.
25124         (do_test): Likewise.
25125         * string/test-string.h: Likewise.
25126         (test_init): Likewise.
25127         * string/test-strlen.c (do_one_test): Likewise.
25128         (do_test): Likewise.
25129         * string/test-strncasecmp.c (do_one_test): Likewise.
25130         (do_test): Likewise.
25131         * string/test-strncat.c (do_one_test): Likewise.
25132         (do_test): Likewise.
25133         * string/test-strncmp.c (do_one_test): Likewise.
25134         (do_test_limit): Likewise.
25135         (do_test): Likewise.
25136         * string/test-strncpy.c (do_one_test): Likewise.
25137         (do_test): Likewise.
25138         * string/test-strnlen.c (do_one_test): Likewise.
25139         (do_test): Likewise.
25140         * string/test-strpbrk.c (do_one_test): Likewise.
25141         (do_test): Likewise.
25142         * string/test-strrchr.c (do_one_test): Likewise.
25143         (do_test): Likewise.
25144         * string/test-strspn.c (do_one_test): Likewise.
25145         (do_test): Likewise.
25146         * string/test-strstr.c (do_one_test): Likewise.
25147         (do_test): Likewise.
25149         * benchtests/Makefile (string-bench): Add string benchmarks.
25150         * benchtests/bench-bcopy-ifunc.c: New file.
25151         * benchtests/bench-bcopy.c: New file.
25152         * benchtests/bench-bzero-ifunc.c: New file.
25153         * benchtests/bench-bzero.c: New file.
25154         * benchtests/bench-memccpy-ifunc.c: New file.
25155         * benchtests/bench-memccpy.c: New file.
25156         * benchtests/bench-memchr-ifunc.c: New file.
25157         * benchtests/bench-memchr.c: New file.
25158         * benchtests/bench-memcmp-ifunc.c: New file.
25159         * benchtests/bench-memcmp.c: New file.
25160         * benchtests/bench-memmem-ifunc.c: New file.
25161         * benchtests/bench-memmem.c: New file.
25162         * benchtests/bench-memmove-ifunc.c: New file.
25163         * benchtests/bench-memmove.c: New file.
25164         * benchtests/bench-mempcpy-ifunc.c: New file.
25165         * benchtests/bench-mempcpy.c: New file.
25166         * benchtests/bench-memset-ifunc.c: New file.
25167         * benchtests/bench-memset.c: New file.
25168         * benchtests/bench-rawmemchr-ifunc.c: New file.
25169         * benchtests/bench-rawmemchr.c: New file.
25170         * benchtests/bench-stpcpy-ifunc.c: New file.
25171         * benchtests/bench-stpcpy.c: New file.
25172         * benchtests/bench-stpncpy-ifunc.c: New file.
25173         * benchtests/bench-stpncpy.c: New file.
25174         * benchtests/bench-strcasecmp-ifunc.c: New file.
25175         * benchtests/bench-strcasecmp.c: New file.
25176         * benchtests/bench-strcasestr-ifunc.c: New file.
25177         * benchtests/bench-strcasestr.c: New file.
25178         * benchtests/bench-strcat-ifunc.c: New file.
25179         * benchtests/bench-strcat.c: New file.
25180         * benchtests/bench-strchr-ifunc.c: New file.
25181         * benchtests/bench-strchr.c: New file.
25182         * benchtests/bench-strchrnul-ifunc.c: New file.
25183         * benchtests/bench-strchrnul.c: New file.
25184         * benchtests/bench-strcmp-ifunc.c: New file.
25185         * benchtests/bench-strcmp.c: New file.
25186         * benchtests/bench-strcpy-ifunc.c: New file.
25187         * benchtests/bench-strcpy.c: New file.
25188         * benchtests/bench-strcspn-ifunc.c: New file.
25189         * benchtests/bench-strcspn.c: New file.
25190         * benchtests/bench-strlen-ifunc.c: New file.
25191         * benchtests/bench-strlen.c: New file.
25192         * benchtests/bench-strncasecmp-ifunc.c: New file.
25193         * benchtests/bench-strncasecmp.c: New file.
25194         * benchtests/bench-strncat-ifunc.c: New file.
25195         * benchtests/bench-strncat.c: New file.
25196         * benchtests/bench-strncmp-ifunc.c: New file.
25197         * benchtests/bench-strncmp.c: New file.
25198         * benchtests/bench-strncpy-ifunc.c: New file.
25199         * benchtests/bench-strncpy.c: New file.
25200         * benchtests/bench-strnlen-ifunc.c: New file.
25201         * benchtests/bench-strnlen.c: New file.
25202         * benchtests/bench-strpbrk-ifunc.c: New file.
25203         * benchtests/bench-strpbrk.c: New file.
25204         * benchtests/bench-strrchr-ifunc.c: New file.
25205         * benchtests/bench-strrchr.c: New file.
25206         * benchtests/bench-strspn-ifunc.c: New file.
25207         * benchtests/bench-strspn.c: New file.
25208         * benchtests/bench-strstr-ifunc.c: New file.
25209         * benchtests/bench-strstr.c: New file.
25211         * benchtests/Makefile: Disable parallel execution of targets.
25212         (string-bench): Add memcpy.
25213         (benchset): New variable to store a list of benchmark sets.
25214         (bench-func): Renamed from bench.
25215         (bench-set): New target.
25216         (bench): Depend on bench-func and bench-set.
25217         * benchtests/README: Add section on benchmark sets.
25218         * benchtests/bench-memcpy-ifunc.c: New file.
25219         * benchtests/bench-memcpy.c: New file.
25220         * benchtests/bench-string.h: New file.
25222 2013-06-11  Andreas Schwab  <schwab@suse.de>
25224         [BZ #15577]
25225         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25226         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25227         values in the triple.
25228         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25229         terminator in the group key.
25231 2013-06-11  Andreas Jaeger  <aj@suse.de>
25233         * po/zh_TW.po: Update Chinese (traditional) translation from
25234         translation project.
25236 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25238         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25239         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25240         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25241         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25242         (clock_getcpuclockid): Likewise.
25243         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25244         Add weak_alias and libc_hidden_def.
25245         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25246         * rt/clock_gettime.c (clock_gettime): Rename to
25247         __clock_gettime.  Add weak_alias and libc_hidden_def.
25248         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25249         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25250         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25251         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25252         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25253         Likewise.
25254         * rt/clock_settime.c (clock_settime): Rename to
25255         __clock_settime.  Add weak_alias and libc_hidden_def.
25256         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25258 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25260         * mach/err_boot.sub: Remove trailing whitespace.
25261         * mach/err_ipc.sub: Likewise.
25262         * mach/err_mach.sub: Likewise.
25264         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25265         (ROUNDING_TESTS_double): Likewise.
25266         (ROUNDING_TESTS_long_double): Likewise.
25267         (ROUNDING_TESTS): Likewise.
25268         * math/libm-test.inc: Include <math-tests.h>.
25269         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25270         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25271         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25272         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25274 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25276         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25277         of assigning.
25279 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25281         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25282         otherwise empty TRANS lines.
25283         * sysdeps/gnu/errlist.c: Regenerated.
25285         * catgets/gencat.c (error_print): Use (void) in function
25286         definition.
25287         * crypt/crypt_util.c (__init_des): Likewise.
25288         * crypt/speeds.c (Stop): Likewise.
25289         (main): Likewise.
25290         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25291         * inet/ruserpass.c (token): Likewise.
25292         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25293         * intl/localealias.c (extend_alias_table): Likewise.
25294         * intl/plural-exp.c (init_germanic_plural): Likewise.
25295         * libio/fcloseall.c (__fcloseall): Likewise.
25296         * libio/genops.c (_IO_flush_all): Likewise.
25297         (_IO_flush_all_linebuffered): Likewise.
25298         (_IO_cleanup): Likewise.
25299         (_IO_iter_begin): Likewise.
25300         (_IO_iter_end): Likewise.
25301         (_IO_list_lock): Likewise.
25302         (_IO_list_unlock): Likewise.
25303         (_IO_list_resetlock): Likewise.
25304         * libio/getchar.c (getchar): Likewise.
25305         * libio/getchar_u.c (getchar_unlocked): Likewise.
25306         * libio/getwchar.c (getwchar): Likewise.
25307         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25308         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25309         * login/getpt.c (__getpt): Likewise.
25310         * login/tst-utmp.c (main): Likewise.
25311         * malloc/hooks.c (__malloc_check_init): Likewise.
25312         * malloc/malloc.c (__malloc_stats): Likewise.
25313         * malloc/mtrace.c (tr_break): Likewise.
25314         (mtrace): Likewise.
25315         (muntrace): Likewise.
25316         * misc/fstab.c (endfsent): Likewise.
25317         * misc/getclktck.c (__getclktck): Likewise.
25318         * misc/getdtsz.c (__getdtablesize): Likewise.
25319         * misc/gethostid.c (gethostid): Likewise.
25320         * misc/getpagesize.c (__getpagesize): Likewise.
25321         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25322         (__get_nprocs): Likewise.
25323         (__get_phys_pages): Likewise.
25324         (__get_avphys_pages): Likewise.
25325         * misc/getttyent.c (getttyent): Likewise.
25326         (setttyent): Likewise.
25327         (endttyent): Likewise.
25328         * misc/getusershell.c (getusershell): Likewise.
25329         (endusershell): Likewise.
25330         (setusershell): Likewise.
25331         (initshells): Likewise.
25332         * misc/hsearch.c (__hdestroy): Likewise.
25333         * misc/sync.c (sync): Likewise.
25334         * misc/syslog.c (closelog_internal): Likewise.
25335         (closelog): Likewise.
25336         * misc/ttyslot.c (ttyslot): Likewise.
25337         * misc/vhangup.c (vhangup): Likewise.
25338         * posix/fork.c (__fork): Likewise.
25339         * posix/getegid.c (__getegid): Likewise.
25340         * posix/geteuid.c (__geteuid): Likewise.
25341         * posix/getgid.c (__getgid): Likewise.
25342         * posix/getpid.c (__getpid): Likewise.
25343         * posix/getppid.c (__getppid): Likewise.
25344         * posix/getuid.c (__getuid): Likewise.
25345         * posix/pause.c (pause): Likewise.
25346         * posix/setpgrp.c (setpgrp): Likewise.
25347         * posix/setsid.c (__setsid): Likewise.
25348         * posix/test-vfork.c (noop): Likewise.
25349         * resolv/gethnamaddr.c (_endhtent): Likewise.
25350         (_gethtent): Likewise.
25351         (ht_endhostent): Likewise.
25352         (gethostent): Likewise.
25353         (dns_service): Likewise.
25354         * stdlib/drand48.c (drand48): Likewise.
25355         * stdlib/lrand48.c (lrand48): Likewise.
25356         * stdlib/mrand48.c (mrand48): Likewise.
25357         * stdlib/rand.c (rand): Likewise.
25358         * stdlib/random.c (__random): Likewise.
25359         * stdlib/setenv.c (clearenv): Likewise.
25360         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25361         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25362         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25363         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25364         (__get_nprocs): Likewise.
25365         (__get_phys_pages): Likewise.
25366         (__get_avphys_pages): Likewise.
25367         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25368         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25369         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25370         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25371         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25372         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25373         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25374         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25375         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25376         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25377         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25378         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25379         * sysdeps/posix/clock.c (clock): Likewise.
25380         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25381         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25382         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25383         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25384         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25385         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25386         (__get_nprocs_conf): Likewise.
25387         (__get_phys_pages): Likewise.
25388         (__get_avphys_pages): Likewise.
25389         * time/clock.c (clock): Likewise.
25390         * time/tzset.c (__tzname_max): Likewise.
25392 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25394         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25395         (__bswap_32): Do not use "register".
25396         * crypt/crypt.c (_ufc_doit_r): Likewise.
25397         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25398         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25399         * gmon/gmon.c (__monstartup): Likewise.
25400         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25401         * hurd/hurdmalloc.c (more_memory): Likewise.
25402         (malloc): Likewise.
25403         (free): Likewise.
25404         (realloc): Likewise.
25405         (malloc_fork_prepare): Likewise.
25406         (malloc_fork_parent): Likewise.
25407         (malloc_fork_child): Likewise.
25408         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25409         (_svcauth_des): Likewise.
25410         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25411         * inet/inet_net.c (inet_network): Likewise.
25412         * inet/inet_netof.c (inet_netof): Likewise.
25413         * inet/rcmd.c (__validuser2_sa): Likewise.
25414         * io/fts.c (fts_open): Likewise.
25415         (fts_load): Likewise.
25416         (fts_close): Likewise.
25417         (fts_read): Likewise.
25418         (fts_children): Likewise.
25419         (fts_build): Likewise.
25420         (fts_stat): Likewise.
25421         (fts_sort): Likewise.
25422         (fts_alloc): Likewise.
25423         (fts_lfree): Likewise.
25424         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25425         (_IO_file_xsgetn): Likewise.
25426         (_IO_file_xsgetn_mmap): Likewise.
25427         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25428         (_IO_cookie_write): Likewise.
25429         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25430         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25431         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25432         * malloc/obstack.c (_obstack_begin): Likewise.
25433         (_obstack_begin_1): Likewise.
25434         (_obstack_newchunk): Likewise.
25435         (_obstack_allocated_p): Likewise.
25436         (obstack_free): Likewise.
25437         (_obstack_memory_used): Likewise.
25438         * misc/getttyent.c (getttynam): Likewise.
25439         (getttyent): Likewise.
25440         (skip): Likewise.
25441         (value): Likewise.
25442         * misc/getusershell.c (initshells): Likewise.
25443         * misc/syslog.c (__vsyslog_chk): Likewise.
25444         * misc/ttyslot.c (ttyslot): Likewise.
25445         * nis/nis_hash.c (__nis_hash): Likewise.
25446         * posix/fnmatch_loop.c (FCT): Likewise.
25447         * posix/getconf.c (print_all): Likewise.
25448         (main): Likewise.
25449         * posix/getopt.c (exchange): Likewise.
25450         * posix/glob.c (globfree): Likewise.
25451         (prefix_array): Likewise.
25452         (__glob_pattern_type): Likewise.
25453         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25454         (NS_GET32): Likewise.
25455         (NS_PUT16): Likewise.
25456         (NS_PUT32): Likewise.
25457         * resolv/gethnamaddr.c (getanswer): Likewise.
25458         (gethostbyname2): Likewise.
25459         (gethostbyaddr): Likewise.
25460         (_gethtent): Likewise.
25461         (_gethtbyname2): Likewise.
25462         (_gethtbyaddr): Likewise.
25463         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25464         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25465         * resolv/res_init.c (__res_vinit): Likewise.
25466         (net_mask): Likewise.
25467         * resolv/res_mkquery.c (outchar): Likewise.
25468         (PRINT): Likewise.
25469         * stdio-common/printf_fp.c (outchar): Likewise.
25470         (PRINT): Likewise.
25471         * stdio-common/printf_fphex.c (outchar): Likewise.
25472         (PRINT): Likewise.
25473         * stdio-common/printf_size.c (outchar): Likewise.
25474         (PRINT): Likewise.
25475         * stdio-common/test_rdwr.c (main): Likewise.
25476         * stdio-common/tfformat.c (matches): Likewise.
25477         * stdio-common/vfprintf.c (outchar): Likewise.
25478         (printf_unknown): Likewise.
25479         (buffered_vfprintf): Likewise.
25480         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25481         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25482         (ReadFile): Likewise.
25483         * stdlib/qsort.c (SWAP): Likewise.
25484         (_quicksort): Likewise.
25485         * stdlib/setenv.c (__add_to_environ): Likewise.
25486         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25487         * stdlib/strtol_l.c (__strtol_l): Likewise.
25488         * stdlib/tst-strtod.c (main): Likewise.
25489         * stdlib/tst-strtol.c (main): Likewise.
25490         * stdlib/tst-strtoll.c (main): Likewise.
25491         * string/bits/string2.h (__strcmp_cc): Likewise.
25492         (__strcmp_cg): Likewise.
25493         (__strcspn_c1): Likewise.
25494         (__strcspn_c2): Likewise.
25495         (__strcspn_c3): Likewise.
25496         (__strspn_c1): Likewise.
25497         (__strspn_c2): Likewise.
25498         (__strspn_c3): Likewise.
25499         (__strsep_1c): Likewise.
25500         (__strsep_2c): Likewise.
25501         (__strsep_3c): Likewise.
25502         * string/memccpy.c (__memccpy): Likewise.
25503         * string/stpcpy.c (__stpcpy): Likewise.
25504         * string/strcmp.c (strcmp): Likewise.
25505         * string/strrchr.c (strrchr): Likewise.
25506         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25507         Likewise.
25508         * sysdeps/mach/hurd/getcwd.c
25509         (_hurd_canonicalize_directory_name_internal): Likewise.
25510         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25511         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25512         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25513         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25514         Likewise, in both definitions.
25515         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25516         definitions.
25517         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25518         64] (__bswap_64): Likewise.
25519         * time/test_time.c (main): Likewise.
25520         * time/tzfile.c (__tzfile_read): Likewise.
25521         (__tzfile_compute): Likewise.
25522         * time/tzset.c (__tzset_parse_tz): Likewise.
25523         (tzset_internal): Likewise.
25524         (compute_change): Likewise.
25525         * wcsmbs/wcscat.c (__wcscat): Likewise.
25526         * wcsmbs/wcschr.c (wcschr): Likewise.
25527         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25528         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25529         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25530         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25531         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25532         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25533         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25534         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25535         * wcsmbs/wmemset.c (wmemset): Likewise.
25537 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25539         * scripts/config.guess: Update to version 2013-05-16.
25540         * scripts/config.sub: Update to version 2013-04-24.
25541         * scripts/install-sh: Update to version 2011-11-20.07.
25542         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25543         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25545 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25547         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25548         * elf/sln.c: Likewise.
25549         * hurd/hurd/ioctl.h: Likewise.
25550         * hurd/hurdmalloc.c: Likewise.
25551         * hurd/xattr.c: Likewise.
25552         * include/shlib-compat.h: Likewise.
25553         * inet/ruserpass.c: Likewise.
25554         * libio/iofgets_u.c: Likewise.
25555         * libio/iofgetws_u.c: Likewise.
25556         * locale/programs/ld-identification.c: Likewise.
25557         * locale/programs/ld-time.c: Likewise.
25558         * mach/msg-destroy.c: Likewise.
25559         * nss/nss_files/files-netgrp.c: Likewise.
25560         * resolv/res_data.c: Likewise.
25561         * soft-fp/op-1.h: Likewise.
25562         * soft-fp/op-2.h: Likewise.
25563         * soft-fp/op-4.h: Likewise.
25564         * soft-fp/op-common.h: Likewise.
25565         * stdio-common/printf_fphex.c: Likewise.
25566         * stdlib/strtod_l.c: Likewise.
25567         * sunrpc/rpc/clnt.h: Likewise.
25568         * sysdeps/generic/framestate.c: Likewise.
25569         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25570         * sysdeps/i386/bsd-setjmp.S: Likewise.
25571         * sysdeps/i386/__longjmp.S: Likewise.
25572         * sysdeps/i386/setjmp.S: Likewise.
25573         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25574         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25575         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25576         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25577         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25578         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25579         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25580         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25581         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25582         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25583         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25584         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25585         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25586         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25587         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25588         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25589         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25590         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25591         * sysdeps/ieee754/support.c: Likewise.
25592         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25593         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25594         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25595         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25596         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25597         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25598         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25599         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25600         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25601         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25602         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25603         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25604         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25605         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25606         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25607         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25608         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25611 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25613         * posix/transbug.c: Remove executable mode.
25615 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25617         * crypt/speeds.c: Remove trailing whitespace.
25618         * dlfcn/default.c: Likewise.
25619         * elf/ifuncdep2.c: Likewise.
25620         * elf/ifuncmain1.c: Likewise.
25621         * elf/ifuncmain1vis.c: Likewise.
25622         * elf/testobj.h: Likewise.
25623         * elf/tst-stackguard1.c: Likewise.
25624         * gmon/sys/gmon.h: Likewise.
25625         * hurd/hurdmsg.c: Likewise.
25626         * hurd/new-fd.c: Likewise.
25627         * hurd/ports-get.c: Likewise.
25628         * iconvdata/ibm1008_420.c: Likewise.
25629         * inet/tst-getni1.c: Likewise.
25630         * inet/tst-getni2.c: Likewise.
25631         * libio/ioungetc.c: Likewise.
25632         * libio/wfiledoalloc.c: Likewise.
25633         * manual/libm-err-tab.pl: Likewise.
25634         * math/w_dremf.c: Likewise.
25635         * misc/ftruncate.c: Likewise.
25636         * posix/bug-glob2.c: Likewise.
25637         * posix/tst-pcre.c: Likewise.
25638         * posix/wait4.c: Likewise.
25639         * resolv/README: Likewise.
25640         * resolv/res_debug.h: Likewise.
25641         * resolv/tst-inet_ntop.c: Likewise.
25642         * setjmp/bug269-setjmp.c: Likewise.
25643         * soft-fp/extended.h: Likewise.
25644         * soft-fp/op-1.h: Likewise.
25645         * soft-fp/op-2.h: Likewise.
25646         * soft-fp/op-4.h: Likewise.
25647         * soft-fp/op-8.h: Likewise.
25648         * soft-fp/testit.c: Likewise.
25649         * stdio-common/bug16.c: Likewise.
25650         * stdlib/random.c: Likewise.
25651         * sunrpc/rpcsvc/rquota.x: Likewise.
25652         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25653         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25654         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25655         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25656         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25657         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25658         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25659         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25660         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25661         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25662         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25663         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25664         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25665         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25666         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25667         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25668         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25669         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25670         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25671         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25672         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25673         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25674         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25675         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25676         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25677         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25678         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25679         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25680         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25681         * sysdeps/ieee754/s_lib_version.c: Likewise.
25682         * sysdeps/mach/hurd/check_fds.c: Likewise.
25683         * sysdeps/mach/hurd/getsockname.c: Likewise.
25684         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25685         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25686         * sysdeps/powerpc/bits/link.h: Likewise.
25687         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25688         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25689         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25690         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25691         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25692         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25693         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25694         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25695         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25696         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25697         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25698         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25699         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25700         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25701         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25702         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25703         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25704         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25705         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25706         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25707         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25708         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25709         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25710         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25711         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25712         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25713         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25714         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25715         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25716         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25717         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25718         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25719         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25720         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25721         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25722         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25723         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25724         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25725         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25726         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25727         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25728         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25729         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25730         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25731         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25732         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25733         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25734         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25735         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25736         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25737         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25738         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25739         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25740         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25741         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25742         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25743         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25744         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25745         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25746         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25747         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25748         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25749         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25750         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25751         * sysdeps/powerpc/sysdep.h: Likewise.
25752         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25753         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25754         * sysdeps/sh/dl-trampoline.S: Likewise.
25755         * sysdeps/sh/memset.S: Likewise.
25756         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25757         * sysdeps/sh/strlen.S: Likewise.
25758         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25759         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25760         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25761         * sysdeps/sparc/sparc32/rem.S: Likewise.
25762         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25763         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25764         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25765         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25766         * sysdeps/sparc/sparc32/urem.S: Likewise.
25767         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25768         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25769         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25770         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25771         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25772         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25773         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25774         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25775         * sysdeps/unix/bsd/times.c: Likewise.
25776         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25777         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25781         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25782         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25783         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25784         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25785         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25786         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25787         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25788         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25789         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25790         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25791         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25792         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25793         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25794         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25795         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25796         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25797         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25798         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25799         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25800         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25801         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25802         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25803         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25804         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25805         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25806         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25807         * sysdeps/x86_64/strcspn.S: Likewise.
25809 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25811         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25812         generated file.  Regenerate properly from gen-translit.pl.
25813         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25814         locale/C-translit.h.
25816 2013-06-05  Andreas Schwab  <schwab@suse.de>
25818         [BZ #15100]
25819         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25820         week as 6 instead of -1.
25821         * time/tst-strptime.c (day_tests): Add test case.
25823 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25825         * sysdeps/generic/math_private.h
25826         (libc_feholdexcept_setround_53bit): Replace with
25827         libc_feholdsetround_53bit.
25828         (libc_feupdateenv_53bit): Replace with
25829         libc_feresetround_53bit.
25830         (SET_RESTORE_ROUND_53BIT): Adjust.
25832 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25834         * string/test-strchrnul.c: Add copyright header.
25836         * posix/tst-getaddrinfo4.c: Increase test timeout.
25838 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25840         [BZ #15536]
25841         * math/libm-test.inc (MAX_EXP): Remove
25842         (MIN_EXP): Define.
25843         (ulp): Use MIN_EXP - MANT_DIG.
25844         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25846 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25848         * po/be.po: Revert last change.
25849         * po/zh_CN.po: Likewise.
25850         * po/header.pot: Likewise.
25852 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25854         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25855         link-libc-deps to empty as target-specific variable.
25856         * Makerules (link-libc-args): New variable.
25857         (libc-for-link): Likewise.
25858         (link-libc-deps): Likewise.
25859         (lib%.so): Depend on $(link-libc-deps).  Link with
25860         $(link-libc-args).
25861         (build-module): Link with $(link-libc-args).
25862         (build-module-asneeded): Likewise.
25863         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25864         list of objects.
25865         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25866         target-specific variable.
25867         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25868         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25869         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25870         libc.
25871         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25872         libc and ld.so.
25873         ($(objpfx)libpcprofile.so): Likewise.
25874         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25875         libc_nonshared.a.
25876         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25877         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25878         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25879         $(link-libc-deps).
25880         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25881         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25882         * login/Makefile ($(objpfx)libutil.so): Likewise.
25883         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25884         * math/Makefile ($(objpfx)libm.so): Likewise.
25885         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25886         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25887         variable instead of depending directly on libc.
25888         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25889         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25890         $(link-libc-deps).
25891         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25892         libc.
25893         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25894         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25895         ($(objpfx)libanl.so): Likewise.
25896         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25897         ld.so.
25898         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25899         $(link-libc-deps).
25900         * sysdeps/i386/fpu/Makefile: Remove file.
25901         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25902         ($(objpfx)libm.so): Remove dependency on ld.so.
25904 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25906         [BZ # 15553]
25907         * nis/yp_xdr.c (XDRMAXNAME): Define.
25908         (XDRMAXRECORD): Define.
25909         (xdr_domainname): Use XDRMAXNAME.
25910         (xdr_mapname): Likewise.
25911         (xdr_peername): Likewise.
25912         (xdr_keydat): Use XDRMAXRECORD.
25913         (xdr_valdat): Likewise.
25915 2013-05-30  Jeff Law  <law@redhat.com>
25917         [BZ #14256]
25918         * manual/errno.texi (ESTALE): Update to account for more than
25919         just NFS file systems.
25920         * sysdeps/gnu/errlist.c: Regenerated.
25922 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25924         [BZ #15465]
25925         * elf/Makefile (tests): Add tst-null-argv.
25926         (modules-names):  Add tst-null-argv-lib.
25927         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25928         (tst-null-argv-ENV): Set environment for tst-null-argv.
25929         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25930         (RTLD_PROGNAME): New macro.
25931         * elf/tst-null-argv.c: New test case.
25932         * elf/tst-null-argv-lib.c: Library for test case.
25933         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25934         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25935         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25936         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25937         * elf/dl-init.c (call_init): Likewise.
25938         (_dl_init): Likewise.
25939         * elf/dl-load.c (print_search_path): Likewise.
25940         (_dl_map_object): Likewise.
25941         * elf/dl-lookup.c (do_lookup_x): Likewise.
25942         (add_dependency): Likewise.
25943         (_dl_lookup_symbol_x): Likewise.
25944         (_dl_debug_bindings): Likewise.
25945         * elf/dl-open.c (_dl_show_scope): Likewise.
25946         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25947         * elf/dl-version.c (match_symbol): Likewise.
25948         (_dl_check_map_versions): Likewise.
25949         * elf/rtld.c (dl_main): Likewise.
25950         (print_unresolved): Use RTLD_PROGNAME.
25951         (print_missing_version): Likewise.
25952         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25953         (elf_machine_rela): Likewise.
25954         * sysdeps/powerpc/powerpc32/dl-machine.c
25955         (__process_machine_rela): Likewise.
25956         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25957         Likewise.
25958         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25959         Likewise.
25960         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25961         Likewise.
25962         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25963         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25964         Likewise.
25965         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25966         Likewise.
25967         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25969 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25971         * po/be.po: Add descriptive title.
25972         * po/zh_CN.po: Likewise.
25973         * po/header.pot: Likewise.
25975 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25977         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25978         error message.
25979         (enlarge_archive): Likewise.
25981 2013-05-28  Ben North  <ben@redfrontdoor.org>
25983         * manual/arith.texi (frexp): It is the magnitude of the return
25984         value which lies in [0.5, 1), not the return value itself.
25986 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25988         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25990 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25992         * stdio-common/bug26.c (main): Correct fscanf template.
25994         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25995         declare _dl_skip_args.
25997         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25998         Don't declare.
26000         * manual/platform.texi: Add missing @end deftypefun.
26002 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26004         [BZ #15529]
26005         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26006         bit of mantissa of 2^16382.
26007         * math/libm-test.inc (hypot_test_data): Add more tests.
26009         * math/libm-test.inc: Add drem and pow10 to list of tested
26010         functions.
26011         (pow10_test): New function.
26012         (drem_test): Likewise.
26013         (drem_test_tonearest): Likewise.
26014         (drem_test_towardzero): Likewise.
26015         (drem_test_downward): Likewise.
26016         (drem_test_upward): Likewise.
26017         (main): Call the new functions.
26019         * math/libm-test.inc (finite_test_data): Remove.
26020         (finite_test): Run tests from isfinite_test_data.
26021         (gamma_test_data): Remove.
26022         (gamma_test): Run tests from lgamma_test_data.
26023         * sysdeps/i386/fpu/libm-test-ulps: Update.
26024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26026 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26028         * manual/platform.texi: Add PowerPC PPR function set documentation.
26029         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26030         implementation.
26032 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26034         * math/libm-test.inc (MAX_EXP): Define.
26035         (ULPDIFF): Define.
26036         (ulp): New function.
26037         (check_float_internal): Use ULPDIFF.
26038         (cpow_test): Disable failing test.
26039         (check_ulp): Test ulp() implemetnation.
26040         (main): Call check_ulp before starting tests.
26042 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26044         * math/gen-libm-test.pl (generate_testfile): Do not handle
26045         START_DATA and END_DATA.
26046         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26047         END_DATA.
26048         (acos_tonearest_test_data): Likewise.
26049         (acos_towardzero_test_data): Likewise.
26050         (acos_downward_test_data): Likewise.
26051         (acos_upward_test_data): Likewise.
26052         (acosh_test_data): Likewise.
26053         (asin_test_data): Likewise.
26054         (asin_tonearest_test_data): Likewise.
26055         (asin_towardzero_test_data): Likewise.
26056         (asin_downward_test_data): Likewise.
26057         (asin_upward_test_data): Likewise.
26058         (asinh_test_data): Likewise.
26059         (atan_test_data): Likewise.
26060         (atanh_test_data): Likewise.
26061         (atan2_test_data): Likewise.
26062         (cabs_test_data): Likewise.
26063         (cacos_test_data): Likewise.
26064         (cacosh_test_data): Likewise.
26065         (carg_test_data): Likewise.
26066         (casin_test_data): Likewise.
26067         (casinh_test_data): Likewise.
26068         (catan_test_data): Likewise.
26069         (catanh_test_data): Likewise.
26070         (cbrt_test_data): Likewise.
26071         (ccos_test_data): Likewise.
26072         (ccosh_test_data): Likewise.
26073         (ceil_test_data): Likewise.
26074         (cexp_test_data): Likewise.
26075         (cimag_test_data): Likewise.
26076         (clog_test_data): Likewise.
26077         (clog10_test_data): Likewise.
26078         (conj_test_data): Likewise.
26079         (copysign_test_data): Likewise.
26080         (cos_test_data): Likewise.
26081         (cos_tonearest_test_data): Likewise.
26082         (cos_towardzero_test_data): Likewise.
26083         (cos_downward_test_data): Likewise.
26084         (cos_upward_test_data): Likewise.
26085         (cosh_test_data): Likewise.
26086         (cosh_tonearest_test_data): Likewise.
26087         (cosh_towardzero_test_data): Likewise.
26088         (cosh_downward_test_data): Likewise.
26089         (cosh_upward_test_data): Likewise.
26090         (cpow_test_data): Likewise.
26091         (cproj_test_data): Likewise.
26092         (creal_test_data): Likewise.
26093         (csin_test_data): Likewise.
26094         (csinh_test_data): Likewise.
26095         (csqrt_test_data): Likewise.
26096         (ctan_test_data): Likewise.
26097         (ctan_tonearest_test_data): Likewise.
26098         (ctan_towardzero_test_data): Likewise.
26099         (ctan_downward_test_data): Likewise.
26100         (ctan_upward_test_data): Likewise.
26101         (ctanh_test_data): Likewise.
26102         (ctanh_tonearest_test_data): Likewise.
26103         (ctanh_towardzero_test_data): Likewise.
26104         (ctanh_downward_test_data): Likewise.
26105         (ctanh_upward_test_data): Likewise.
26106         (erf_test_data): Likewise.
26107         (erfc_test_data): Likewise.
26108         (exp_test_data): Likewise.
26109         (exp_tonearest_test_data): Likewise.
26110         (exp_towardzero_test_data): Likewise.
26111         (exp_downward_test_data): Likewise.
26112         (exp_upward_test_data): Likewise.
26113         (exp10_test_data): Likewise.
26114         (exp2_test_data): Likewise.
26115         (expm1_test_data): Likewise.
26116         (fabs_test_data): Likewise.
26117         (fdim_test_data): Likewise.
26118         (finite_test_data): Likewise.
26119         (floor_test_data): Likewise.
26120         (fma_test_data): Likewise.
26121         (fma_towardzero_test_data): Likewise.
26122         (fma_downward_test_data): Likewise.
26123         (fma_upward_test_data): Likewise.
26124         (fmax_test_data): Likewise.
26125         (fmin_test_data): Likewise.
26126         (fmod_test_data): Likewise.
26127         (fpclassify_test_data): Likewise.
26128         (frexp_test_data): Likewise.
26129         (gamma_test_data): Likewise.
26130         (hypot_test_data): Likewise.
26131         (ilogb_test_data): Likewise.
26132         (isfinite_test_data): Likewise.
26133         (isgreater_test_data): Likewise.
26134         (isgreaterequal_test_data): Likewise.
26135         (isinf_test_data): Likewise.
26136         (isless_test_data): Likewise.
26137         (islessequal_test_data): Likewise.
26138         (islessgreater_test_data): Likewise.
26139         (isnan_test_data): Likewise.
26140         (isnormal_test_data): Likewise.
26141         (issignaling_test_data): Likewise.
26142         (isunordered_test_data): Likewise.
26143         (j0_test_data): Likewise.
26144         (j1_test_data): Likewise.
26145         (jn_test_data): Likewise.
26146         (ldexp_test_data): Likewise.
26147         (lgamma_test_data): Likewise.
26148         (lrint_test_data): Likewise.
26149         (lrint_tonearest_test_data): Likewise.
26150         (lrint_towardzero_test_data): Likewise.
26151         (lrint_downward_test_data): Likewise.
26152         (lrint_upward_test_data): Likewise.
26153         (llrint_test_data): Likewise.
26154         (llrint_tonearest_test_data): Likewise.
26155         (llrint_towardzero_test_data): Likewise.
26156         (llrint_downward_test_data): Likewise.
26157         (llrint_upward_test_data): Likewise.
26158         (log_test_data): Likewise.
26159         (log10_test_data): Likewise.
26160         (log1p_test_data): Likewise.
26161         (log2_test_data): Likewise.
26162         (logb_test_data): Likewise.
26163         (logb_downward_test_data): Likewise.
26164         (lround_test_data): Likewise.
26165         (llround_test_data): Likewise.
26166         (modf_test_data): Likewise.
26167         (nearbyint_test_data): Likewise.
26168         (nextafter_test_data): Likewise.
26169         (nexttoward_test_data): Likewise.
26170         (pow_test_data): Likewise.
26171         (pow_tonearest_test_data): Likewise.
26172         (pow_towardzero_test_data): Likewise.
26173         (pow_downward_test_data): Likewise.
26174         (pow_upward_test_data): Likewise.
26175         (remainder_test_data): Likewise.
26176         (remainder_tonearest_test_data): Likewise.
26177         (remainder_towardzero_test_data): Likewise.
26178         (remainder_downward_test_data): Likewise.
26179         (remainder_upward_test_data): Likewise.
26180         (remquo_test_data): Likewise.
26181         (rint_test_data): Likewise.
26182         (rint_tonearest_test_data): Likewise.
26183         (rint_towardzero_test_data): Likewise.
26184         (rint_downward_test_data): Likewise.
26185         (rint_upward_test_data): Likewise.
26186         (round_test_data): Likewise.
26187         (scalb_test_data): Likewise.
26188         (scalbn_test_data): Likewise.
26189         (scalbln_test_data): Likewise.
26190         (signbit_test_data): Likewise.
26191         (sin_test_data): Likewise.
26192         (sin_tonearest_test_data): Likewise.
26193         (sin_towardzero_test_data): Likewise.
26194         (sin_downward_test_data): Likewise.
26195         (sin_upward_test_data): Likewise.
26196         (sincos_test_data): Likewise.
26197         (sinh_test_data): Likewise.
26198         (sinh_tonearest_test_data): Likewise.
26199         (sinh_towardzero_test_data): Likewise.
26200         (sinh_downward_test_data): Likewise.
26201         (sinh_upward_test_data): Likewise.
26202         (sqrt_test_data): Likewise.
26203         (tan_test_data): Likewise.
26204         (tan_tonearest_test_data): Likewise.
26205         (tan_towardzero_test_data): Likewise.
26206         (tan_downward_test_data): Likewise.
26207         (tan_upward_test_data): Likewise.
26208         (tanh_test_data): Likewise.
26209         (tgamma_test_data): Likewise.
26210         (trunc_test_data): Likewise.
26211         (y0_test_data): Likewise.
26212         (y1_test_data): Likewise.
26213         (yn_test_data): Likewise.
26214         (significand_test_data): Likewise.
26216         * math/gen-libm-test.pl (@functions): Remove variable.
26217         (generate_testfile): Don't handle START and END lines.
26218         * math/libm-test.inc (START): New macro.
26219         (END): Likewise.
26220         (END_COMPLEX): Likewise.
26221         (acos_test): Use END macro without arguments.
26222         (acos_test_tonearest): Likewise.
26223         (acos_test_towardzero): Likewise.
26224         (acos_test_downward): Likewise.
26225         (acos_test_upward): Likewise.
26226         (acosh_test): Likewise.
26227         (asin_test): Likewise.
26228         (asin_test_tonearest): Likewise.
26229         (asin_test_towardzero): Likewise.
26230         (asin_test_downward): Likewise.
26231         (asin_test_upward): Likewise.
26232         (asinh_test): Likewise.
26233         (atan_test): Likewise.
26234         (atanh_test): Likewise.
26235         (atan2_test): Likewise.
26236         (cabs_test): Likewise.
26237         (cacos_test): Use END_COMPLEX macro without arguments.
26238         (cacosh_test): Likewise.
26239         (carg_test): Use END macro without arguments.
26240         (casin_test): Use END_COMPLEX macro without arguments.
26241         (casinh_test): Likewise.
26242         (catan_test): Likewise.
26243         (catanh_test): Likewise.
26244         (cbrt_test): Use END macro without arguments.
26245         (ccos_test): Use END_COMPLEX macro without arguments.
26246         (ccosh_test): Likewise.
26247         (ceil_test): Use END macro without arguments.
26248         (cexp_test): Use END_COMPLEX macro without arguments.
26249         (cimag_test): Use END macro without arguments.
26250         (clog_test): Use END_COMPLEX macro without arguments.
26251         (clog10_test): Likewise.
26252         (conj_test): Likewise.
26253         (copysign_test): Use END macro without arguments.
26254         (cos_test): Likewise.
26255         (cos_test_tonearest): Likewise.
26256         (cos_test_towardzero): Likewise.
26257         (cos_test_downward): Likewise.
26258         (cos_test_upward): Likewise.
26259         (cosh_test): Likewise.
26260         (cosh_test_tonearest): Likewise.
26261         (cosh_test_towardzero): Likewise.
26262         (cosh_test_downward): Likewise.
26263         (cosh_test_upward): Likewise.
26264         (cpow_test): Use END_COMPLEX macro without arguments.
26265         (cproj_test): Likewise.
26266         (creal_test): Use END macro without arguments.
26267         (csin_test): Use END_COMPLEX macro without arguments.
26268         (csinh_test): Likewise.
26269         (csqrt_test): Likewise.
26270         (ctan_test): Likewise.
26271         (ctan_test_tonearest): Likewise.
26272         (ctan_test_towardzero): Likewise.
26273         (ctan_test_downward): Likewise.
26274         (ctan_test_upward): Likewise.
26275         (ctanh_test): Likewise.
26276         (ctanh_test_tonearest): Likewise.
26277         (ctanh_test_towardzero): Likewise.
26278         (ctanh_test_downward): Likewise.
26279         (ctanh_test_upward): Likewise.
26280         (erf_test): Use END macro without arguments.
26281         (erfc_test): Likewise.
26282         (exp_test): Likewise.
26283         (exp_test_tonearest): Likewise.
26284         (exp_test_towardzero): Likewise.
26285         (exp_test_downward): Likewise.
26286         (exp_test_upward): Likewise.
26287         (exp10_test): Likewise.
26288         (exp2_test): Likewise.
26289         (expm1_test): Likewise.
26290         (fabs_test): Likewise.
26291         (fdim_test): Likewise.
26292         (finite_test): Likewise.
26293         (floor_test): Likewise.
26294         (fma_test): Likewise.
26295         (fma_test_towardzero): Likewise.
26296         (fma_test_downward): Likewise.
26297         (fma_test_upward): Likewise.
26298         (fmax_test): Likewise.
26299         (fmin_test): Likewise.
26300         (fmod_test): Likewise.
26301         (fpclassify_test): Likewise.
26302         (frexp_test): Likewise.
26303         (gamma_test): Likewise.
26304         (hypot_test): Likewise.
26305         (ilogb_test): Likewise.
26306         (isfinite_test): Likewise.
26307         (isgreater_test): Likewise.
26308         (isgreaterequal_test): Likewise.
26309         (isinf_test): Likewise.
26310         (isless_test): Likewise.
26311         (islessequal_test): Likewise.
26312         (islessgreater_test): Likewise.
26313         (isnan_test): Likewise.
26314         (isnormal_test): Likewise.
26315         (issignaling_test): Likewise.
26316         (isunordered_test): Likewise.
26317         (j0_test): Likewise.
26318         (j1_test): Likewise.
26319         (jn_test): Likewise.
26320         (ldexp_test): Likewise.
26321         (lgamma_test): Likewise.
26322         (lrint_test): Likewise.
26323         (lrint_test_tonearest): Likewise.
26324         (lrint_test_towardzero): Likewise.
26325         (lrint_test_downward): Likewise.
26326         (lrint_test_upward): Likewise.
26327         (llrint_test): Likewise.
26328         (llrint_test_tonearest): Likewise.
26329         (llrint_test_towardzero): Likewise.
26330         (llrint_test_downward): Likewise.
26331         (llrint_test_upward): Likewise.
26332         (log_test): Likewise.
26333         (log10_test): Likewise.
26334         (log1p_test): Likewise.
26335         (log2_test): Likewise.
26336         (logb_test): Likewise.
26337         (logb_test_downward): Likewise.
26338         (lround_test): Likewise.
26339         (llround_test): Likewise.
26340         (modf_test): Likewise.
26341         (nearbyint_test): Likewise.
26342         (nextafter_test): Likewise.
26343         (nexttoward_test): Likewise.
26344         (pow_test): Likewise.
26345         (pow_test_tonearest): Likewise.
26346         (pow_test_towardzero): Likewise.
26347         (pow_test_downward): Likewise.
26348         (pow_test_upward): Likewise.
26349         (remainder_test): Likewise.
26350         (remainder_test_tonearest): Likewise.
26351         (remainder_test_towardzero): Likewise.
26352         (remainder_test_downward): Likewise.
26353         (remainder_test_upward): Likewise.
26354         (remquo_test): Likewise.
26355         (rint_test): Likewise.
26356         (rint_test_tonearest): Likewise.
26357         (rint_test_towardzero): Likewise.
26358         (rint_test_downward): Likewise.
26359         (rint_test_upward): Likewise.
26360         (round_test): Likewise.
26361         (scalb_test): Likewise.
26362         (scalbn_test): Likewise.
26363         (scalbln_test): Likewise.
26364         (signbit_test): Likewise.
26365         (sin_test): Likewise.
26366         (sin_test_tonearest): Likewise.
26367         (sin_test_towardzero): Likewise.
26368         (sin_test_downward): Likewise.
26369         (sin_test_upward): Likewise.
26370         (sincos_test): Likewise.
26371         (sinh_test): Likewise.
26372         (sinh_test_tonearest): Likewise.
26373         (sinh_test_towardzero): Likewise.
26374         (sinh_test_downward): Likewise.
26375         (sinh_test_upward): Likewise.
26376         (sqrt_test): Likewise.
26377         (tan_test): Likewise.
26378         (tan_test_tonearest): Likewise.
26379         (tan_test_towardzero): Likewise.
26380         (tan_test_downward): Likewise.
26381         (tan_test_upward): Likewise.
26382         (tanh_test): Likewise.
26383         (tgamma_test): Likewise.
26384         (trunc_test): Likewise.
26385         (y0_test): Likewise.
26386         (y1_test): Likewise.
26387         (yn_test): Likewise.
26388         (significand_test): Likewise.
26390 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26392         [BZ #15381]
26393         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26395 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26397         [BZ #14894]
26398         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26399         __ppc_mdoio and __ppc_mdoom.
26400         * manual/platform.texi: Document new functions __ppc_yield,
26401         __ppc_mdoio and __ppc_mdoom.
26403 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26405         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26406         (main): Mention "tls" pseudo-hwcap is legacy.
26407         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26409 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26411         * math/gen-libm-test.pl (parse_args): Output only string of
26412         arguments as text for test name, not full call or descriptions of
26413         tests for extra outputs.
26414         (generate_testfile): Do not pass function name to parse_args.
26415         Generate this_func variable from START.
26416         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26417         field to arg_str.
26418         (struct test_ff_f_data): Likewise.
26419         (test_ff_f_data_nexttoward): Likewise.
26420         (struct test_fi_f_data): Likewise.
26421         (struct test_fl_f_data): Likewise.
26422         (struct test_if_f_data): Likewise.
26423         (struct test_fff_f_data): Likewise.
26424         (struct test_c_f_data): Likewise.
26425         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26426         (struct test_fF_f1_data): Likewise.
26427         (struct test_ffI_f1_data): Likewise.
26428         (struct test_c_c_data): Rename test_name field to arg_str.
26429         (struct test_cc_c_data): Likewise.
26430         (struct test_f_i_data): Likewise.
26431         (struct test_ff_i_data): Likewise.
26432         (struct test_f_l_data): Likewise.
26433         (struct test_f_L_data): Likewise.
26434         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26435         and extra2_name.
26436         (COMMON_TEST_SETUP): New macro.
26437         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26438         (COMMON_TEST_CLEANUP): Likewise.
26439         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26440         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26441         macros.
26442         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26443         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26444         macros.
26445         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26446         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26447         cleanup macros.
26448         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26449         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26450         macros.
26451         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26452         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26453         macros.
26454         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26455         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26456         cleanup macros.
26457         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26458         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26459         cleanup macros.
26460         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26461         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26462         cleanup macros.
26463         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26464         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26465         macros.
26466         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26467         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26468         macros.
26469         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26470         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26471         macros.
26472         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26473         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26474         cleanup macros.
26475         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26476         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26477         cleanup macros.
26478         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26479         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26480         macros.
26481         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26482         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26483         cleanup macros.
26484         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26485         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26486         macros.
26487         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26488         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26489         macros.
26490         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26491         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26492         cleanup macros.
26493         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26495 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26497         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26498         to _sifields.sigfault.
26499         (si_addr_lsb): Define new macro.
26500         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26501         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26502         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26504 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26506         [BZ #15441]
26507         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26508         returns -1.
26509         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26510         null return -1.
26511         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26512         loading the domain.
26514 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26516         * math/gen-libm-test.pl (parse_args): Do not include expected
26517         result in test name.
26518         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26519         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26520         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26521         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26522         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26525 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26527         * benchtests/Makefile: Sort function entries.
26529         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26530         tanh, asinh, acosh, atanh.
26531         * benchtests/acos-inputs: New file.
26532         * benchtests/acosh-inputs: New file.
26533         * benchtests/asin-inputs: New file.
26534         * benchtests/asinh-inputs: New file.
26535         * benchtests/atanh-inputs: New file.
26536         * benchtests/cosh-inputs: New file.
26537         * benchtests/log-inputs: New file.
26538         * benchtests/sinh-inputs: New file.
26539         * benchtests/tanh-inputs: New file.
26541 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26543         [BZ #15339]
26544         * posix/tst-getaddrinfo4.c: New test.
26545         * posix/Makefile (tests): Add it.
26547 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26549         [BZ #15339]
26550         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26551         when no services were used.
26552         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26553         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26555 2013-05-21  Andreas Schwab  <schwab@suse.de>
26557         [BZ #15014]
26558         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26559         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26560         successful.
26561         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26562         redundant variable declarations and reallocation of buffer when
26563         parsing as IPv6 address.  Always set NSS status when called from
26564         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26565         buffer too small.  Correct computation of needed size.
26566         * nss/Makefile (tests): Add test-digits-dots.
26567         * nss/test-digits-dots.c: New test.
26569 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26571         * benchtests/Makefile: Remove instructions for adding
26572         benchmark tests.
26573         * benchtests/README: New file to explain how to execute and
26574         enhance the benchmark tests.
26576 2013-05-21  Andreas Schwab  <schwab@suse.de>
26578         [BZ #15493]
26579         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26580         * setjmp/tst-sigsetjmp.c: New test.
26582 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26584         * sysdeps/x86_64/memset.S (memset): New implementation.
26585         (__bzero): Likewise.
26586         (__memset_tail): New function.
26588 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26590         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26591         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26592         __memcpy_sse2_unaligned ifunc selection.
26593         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26594         Add memcpy-sse2-unaligned.S.
26595         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26596         Add: __memcpy_sse2_unaligned.
26598 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26600         [BZ #15490]
26601         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26602         math_force_eval before restoring floating-point envrionment.
26603         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26604         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26605         Likewise.
26606         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26607         <math_private.h>.
26608         (__nearbyintl): Use math_force_eval before restoring
26609         floating-point environment.
26610         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26612         * math/gen-libm-test.pl (special_functions): Remove.
26613         (parse_args): Don't handle TEST_extra.  Handle functions with no
26614         return value.
26615         * math/libm-test.inc (struct test_sincos_data): Replace with
26616         struct test_fFF_11_data.
26617         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26618         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26619         (sincos_test_data): Change element type to struct
26620         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26621         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26622         RUN_TEST_LOOP_sincos.
26623         * math/README.libm-test: Don't mention special handling of
26624         individual functions.
26625         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26626         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26627         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26628         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26629         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26632         * math/gen-libm-test.pl (get_variable): Remove function.
26633         (parse_args): Don't show pointer parameters to call in test
26634         names.  Use "extra output N" in test names for extra outputs
26635         rather than naming variables.
26637 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26639         [BZ #15488]
26640         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26641         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26642         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26643         double tests.
26644         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26645         disable.
26646         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26647         check_long_double.
26649         * math/gen-libm-test.pl (@tests): Remove variable.
26650         ($count): Likewise.
26651         (new_test): Remove function.
26652         (show_exceptions): New function.
26653         (special_functions): Use show_exceptions instead of new_test.
26654         (parse_args): Likewise.
26655         (generate_testfile): Pass only function name in generated call to
26656         print_max_error or print_complex_max_error.
26657         (get_ulps): Do not handle complex tests specially.
26658         (output_test): Rename to ...
26659         (get_all_ulps_for_test): ... this.  Return a string rather than
26660         printing to a file.  Require ulps to be present.
26661         (output_ulps): Generate arrays rather than #defines.
26662         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26663         (struct ulp_data): New type.
26664         (BUILD_COMPLEX_ULP): Remove macro.
26665         (compare_ulp_data): New function.
26666         (find_ulps): Likewise.
26667         (find_test_ulps): Likewise.
26668         (find_function_ulps): Likewise.
26669         (find_complex_function_ulps): Likewise.
26670         (print_max_error): Determine allowed ulps using
26671         find_function_ulps.
26672         (print_complex_max_error): Determine allowed ulps using
26673         find_complex_function_ulps.
26674         (check_float_internal): Determine max ulps using find_test_ulps.
26675         (check_float): Do not take max_ulp parameter.  Update call to
26676         check_float_internal.
26677         (check_complex): Likewise.
26678         (check_int): Do not take max_ulp parameter.
26679         (check_long): Likewise.
26680         (check_bool): Likewise.
26681         (check_longlong): Likewise.
26682         (struct test_f_f_data): Remove max_ulp field.
26683         (struct test_ff_f_data): Likewise.
26684         (struct test_ff_f_data_nexttoward): Likewise.
26685         (struct test_fi_f_data): Likewise.
26686         (struct test_fl_f_data): Likewise.
26687         (struct test_if_f_data): Likewise.
26688         (struct test_fff_f_data): Likewise.
26689         (struct test_c_f_data): Likewise.
26690         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26691         (struct test_fF_f1_data): Likewise.
26692         (struct test_ffI_f1_data): Likewise.
26693         (struct test_c_c_data): Remove max_ulp field.
26694         (struct test_cc_c_data): Likewise.
26695         (struct test_f_i_data): Likewise.
26696         (struct test_ff_i_data): Likewise.
26697         (struct test_f_l_data): Likewise.
26698         (struct test_f_L_data): Likewise.
26699         (struct test_sincos_data): Likewise.
26700         (RUN_TEST_f_f): Do not handle ulps.
26701         (RUN_TEST_LOOP_f_f): Likewise.
26702         (RUN_TEST_2_f): Likewise.
26703         (RUN_TEST_LOOP_2_f): Likewise.
26704         (RUN_TEST_fff_f): Likewise.
26705         (RUN_TEST_LOOP_fff_f): Likewise.
26706         (RUN_TEST_c_f): Likewise.
26707         (RUN_TEST_LOOP_c_f): Likewise.
26708         (RUN_TEST_f_f1): Likewise.
26709         (RUN_TEST_LOOP_f_f1): Likewise.
26710         (RUN_TEST_fF_f1): Likewise.
26711         (RUN_TEST_LOOP_fF_f1): Likewise.
26712         (RUN_TEST_fI_f1): Likewise.
26713         (RUN_TEST_LOOP_fI_f1): Likewise.
26714         (RUN_TEST_ffI_f1): Likewise.
26715         (RUN_TEST_LOOP_ffI_f1): Likewise.
26716         (RUN_TEST_c_c): Likewise.
26717         (RUN_TEST_LOOP_c_c): Likewise.
26718         (RUN_TEST_cc_c): Likewise.
26719         (RUN_TEST_LOOP_cc_c): Likewise.
26720         (RUN_TEST_f_i): Likewise.
26721         (RUN_TEST_LOOP_f_i): Likewise.
26722         (RUN_TEST_f_i_tg): Likewise.
26723         (RUN_TEST_LOOP_f_i_tg): Likewise.
26724         (RUN_TEST_ff_i_tg): Likewise.
26725         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26726         (RUN_TEST_f_b): Likewise.
26727         (RUN_TEST_LOOP_f_b): Likewise.
26728         (RUN_TEST_f_b_tg): Likewise.
26729         (RUN_TEST_LOOP_f_b_tg): Likewise.
26730         (RUN_TEST_f_l): Likewise.
26731         (RUN_TEST_LOOP_f_l): Likewise.
26732         (RUN_TEST_f_L): Likewise.
26733         (RUN_TEST_LOOP_f_L): Likewise.
26734         (RUN_TEST_sincos): Likewise.
26735         (RUN_TEST_LOOP_sincos): Likewise.
26737 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26739         [BZ #15480]
26740         [BZ #15485]
26741         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26742         main case of finite arguments, set rounding mode to FE_TONEAREST
26743         and discard exceptions.
26744         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26745         exceptions.
26746         (remainder_tonearest_test_data): New variable.
26747         (remainder_test_tonearest): New function.
26748         (remainder_towardzero_test_data): New variable.
26749         (remainder_test_towardzero): New function.
26750         (remainder_downward_test_data): New variable.
26751         (remainder_test_downward): New function.
26752         (remainder_upward_test_data): New variable.
26753         (remainder_test_upward): New function.
26754         (main): Call the new test functions.
26756         * math/libm-test.inc (struct test_f_f1_data): Remove field
26757         extra_init.
26758         (struct test_fF_f1_data): Likewise.
26759         (struct test_ffI_f1_data): Likewise.
26760         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26761         based on value of EXTRA_EXPECTED.
26762         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26763         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26764         EXTRA_VAR based on value of EXTRA_EXPECTED.
26765         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26766         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26767         EXTRA_VAR based on value of EXTRA_EXPECTED.
26768         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26769         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26770         EXTRA_VAR based on value of EXTRA_EXPECTED.
26771         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26772         * math/gen-libm-test.pl (parse_args): Don't output initializers
26773         for extra output values.
26775         * math/libm-test.inc (check_int): Expect result to be exactly
26776         equal to expected value and do not handle ulps.
26777         (check_long): Likewise.
26778         (check_longlong): Likewise.
26780         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26781         exceptions.
26782         (cimag_test_data): Likewise.
26783         (conj_test_data): Likewise.
26784         (copysign_test_data): Likewise.
26785         (cproj_test_data): Likewise.
26786         (creal_test_data): Likewise.
26787         (fabs_test_data): Likewise.
26788         (fdim_test_data): Likewise.
26789         (finite_test_data): Likewise.
26790         (floor_test_data): Likewise.
26791         (fmax_test_data): Likewise.
26792         (fmin_test_data): Likewise.
26793         (fmod_test_data): Likewise.
26794         (fpclassify_test_data): Likewise.
26795         (frexp_test_data): Likewise.
26796         (ilogb_test_data): Likewise.
26797         (isfinite_test_data): Likewise.
26798         (isgreater_test_data): Likewise.
26799         (isgreaterequal_test_data): Likewise.
26800         (isinf_test_data): Likewise.
26801         (isless_test_data): Likewise.
26802         (islessequal_test_data): Likewise.
26803         (islessgreater_test_data): Likewise.
26804         (isnan_test_data): Likewise.
26805         (isnormal_test_data): Likewise.
26806         (issignaling_test_data): Likewise.
26807         (isunordered_test_data): Likewise.
26808         (ldexp_test_data): Likewise.
26809         (lrint_test_data): Likewise.
26810         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26811         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26812         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26813         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26814         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26815         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26816         test input.
26817         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26818         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26819         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26820         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26821         that test input.
26822         (lrint_downward_test_data): Test for "inexact" exceptions.
26823         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26824         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26825         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26826         test input.
26827         (lrint_upward_test_data): Test for "inexact" exceptions.
26828         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26829         test input.
26830         (llrint_test_data): Test for "inexact" exceptions.
26831         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26832         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26833         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26834         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26835         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26836         (llrint_downward_test_data): Test for "inexact" exceptions.
26837         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26838         (llrint_upward_test_data): Test for "inexact" exceptions.
26839         (logb_test_data): Likewise.
26840         (logb_downward_test_data): Likewise.
26841         (nextafter_test_data): Likewise.
26842         (nexttoward_test_data): Likewise.
26843         (remainder_test_data): Likewise.
26844         (remquo_test_data): Likewise.
26845         (scalbn_test_data): Likewise.
26846         (scalbln_test_data): Likewise.
26847         (signbit_test_data): Likewise.
26848         (sqrt_test_data): Likewise.
26849         (significand_test_data): Likewise.
26851 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26853         [BZ #15424]
26854         * benchtests/bench-modf.c (struct args): Mark arg0 as
26855         volatile.
26856         * scripts/bench.pl: Mark members of struct args as volatile.
26858 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26860         [BZ # 15497]
26861         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26862         negative infinity on POWER6 or lower.
26863         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26865 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26867         [BZ #15442]
26868         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26869         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26870         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26871         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26872         (_FP_SETQNAN): New macro.
26873         (_FP_SETQNAN_SEMIRAW): Likewise.
26874         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26875         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26876         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26877         (FP_EXTEND): Use _FP_FRAC_SNANP.
26878         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26879         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26880         into account.
26881         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26882         New macro.
26883         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26884         Likewise.
26886 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26888         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26889         with DIVIDE_BY_ZERO_EXCEPTION.
26890         (gamma_test_data): Likewise.
26891         (lgamma_test_data): Likewise.
26892         (log_test_data): Likewise.
26893         (log10_test_data): Likewise.
26894         (log2_test_data): Likewise.
26895         (tgamma_test_data): Likewise.
26897         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26898         (acos_test_tonearest): Likewise.
26899         (acos_test_towardzero): Likewise.
26900         (acos_test_downward): Likewise.
26901         (acos_test_upward): Likewise.
26902         (acosh_test): Likewise.
26903         (asin_test): Likewise.
26904         (asin_test_tonearest): Likewise.
26905         (asin_test_towardzero): Likewise.
26906         (asin_test_downward): Likewise.
26907         (asin_test_upward): Likewise.
26908         (asinh_test): Likewise.
26909         (atan_test): Likewise.
26910         (atanh_test): Likewise.
26911         (atan2_test): Likewise.
26912         (cabs_test): Likewise.
26913         (cacos_test): Likewise.
26914         (cacosh_test): Likewise.
26915         (casin_test): Likewise.
26916         (casinh_test): Likewise.
26917         (catan_test): Likewise.
26918         (catanh_test): Likewise.
26919         (cbrt_test): Likewise.
26920         (ccos_test): Likewise.
26921         (ccosh_test): Likewise.
26922         (cexp_test): Likewise.
26923         (clog_test): Likewise.
26924         (clog10_test): Likewise.
26925         (cos_test): Likewise.
26926         (cos_test_tonearest): Likewise.
26927         (cos_test_towardzero): Likewise.
26928         (cos_test_downward): Likewise.
26929         (cos_test_upward): Likewise.
26930         (cosh_test): Likewise.
26931         (cosh_test_tonearest): Likewise.
26932         (cosh_test_towardzero): Likewise.
26933         (cosh_test_downward): Likewise.
26934         (cosh_test_upward): Likewise.
26935         (cpow_test): Likewise.
26936         (csin_test): Likewise.
26937         (csinh_test): Likewise.
26938         (csqrt_test): Likewise.
26939         (ctan_test): Likewise.
26940         (ctan_test_tonearest): Likewise.
26941         (ctan_test_towardzero): Likewise.
26942         (ctan_test_downward): Likewise.
26943         (ctan_test_upward): Likewise.
26944         (ctanh_test): Likewise.
26945         (ctanh_test_tonearest): Likewise.
26946         (ctanh_test_towardzero): Likewise.
26947         (ctanh_test_downward): Likewise.
26948         (ctanh_test_upward): Likewise.
26949         (erf_test): Likewise.
26950         (erfc_test): Likewise.
26951         (exp_test): Likewise.
26952         (exp_test_tonearest): Likewise.
26953         (exp_test_towardzero): Likewise.
26954         (exp_test_downward): Likewise.
26955         (exp_test_upward): Likewise.
26956         (exp10_test): Likewise.
26957         (exp2_test): Likewise.
26958         (expm1_test): Likewise.
26959         (fmod_test): Likewise.
26960         (gamma_test): Likewise.
26961         (hypot_test): Likewise.
26962         (j0_test): Likewise.
26963         (j1_test): Likewise.
26964         (jn_test): Likewise.
26965         (lgamma_test): Likewise.
26966         (log_test): Likewise.
26967         (log10_test): Likewise.
26968         (log1p_test): Likewise.
26969         (log2_test): Likewise.
26970         (logb_test_downward): Likewise.
26971         (pow_test): Likewise.
26972         (pow_test_tonearest): Likewise.
26973         (pow_test_towardzero): Likewise.
26974         (pow_test_downward): Likewise.
26975         (pow_test_upward): Likewise.
26976         (remainder_test): Likewise.
26977         (remquo_test): Likewise.
26978         (sin_test): Likewise.
26979         (sin_test_tonearest): Likewise.
26980         (sin_test_towardzero): Likewise.
26981         (sin_test_downward): Likewise.
26982         (sin_test_upward): Likewise.
26983         (sincos_test): Likewise.
26984         (sinh_test): Likewise.
26985         (sinh_test_tonearest): Likewise.
26986         (sinh_test_towardzero): Likewise.
26987         (sinh_test_downward): Likewise.
26988         (sinh_test_upward): Likewise.
26989         (sqrt_test): Likewise.
26990         (tan_test): Likewise.
26991         (tan_test_tonearest): Likewise.
26992         (tan_test_towardzero): Likewise.
26993         (tan_test_downward): Likewise.
26994         (tan_test_upward): Likewise.
26995         (tanh_test): Likewise.
26996         (tgamma_test): Likewise.
26997         (y0_test): Likewise.
26998         (y1_test): Likewise.
26999         (yn_test): Likewise.
27001         * math/gen-libm-test.pl (adjust_arg): Remove function.
27002         (special_function): Remove argument $in_func.  Only handle
27003         generating output for tables of tests, not inside functions.
27004         (parse_args): Likewise.
27005         (generate_testfile): Remove variable $in_func.  Update call to
27006         parse_args.
27007         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27008         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27009         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27010         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27011         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27012         (MAX_VALUE_INIT): Rename macro to max_value.
27013         (MIN_VALUE_INIT): Rename macro to min_value.
27014         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27015         (plus_zero): Remove variable.
27016         (minus_zero): Likewise.
27017         (plus_infty): Likewise.
27018         (minus_infty): Likewise.
27019         (qnan_value): Likewise.
27020         (max_value): Likewise.
27021         (min_value): Likewise.
27022         (min_subnorm_value): Likewise.
27024 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27026         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27027         uint64_t or uint32_t usage.
27028         * crypt/sha256-block.c: Likewise.
27029         * crypt/sha256-crypt.c: Likewise.
27030         * crypt/sha256.c: Likewise.
27031         * crypt/sha512-block.c: Likewise.
27032         * crypt/sha512-crypt.c: Likewise.
27033         * crypt/sha512.c: Likewise.
27034         * debug/backtrace-tst.c: Likewise.
27035         * debug/pcprofiledump.c: Likewise.
27036         * elf/cache.c: Likewise.
27037         * elf/dl-cache.c: Likewise.
27038         * elf/dl-misc.c: Likewise.
27039         * elf/dl-profile.c: Likewise.
27040         * elf/dl-support.c: Likewise.
27041         * elf/ldconfig.c: Likewise.
27042         * elf/sprof.c: Likewise.
27043         * iconv/dummy-repertoire.c: Likewise.
27044         * iconv/iconv_charmap.c: Likewise.
27045         * iconv/skeleton.c: Likewise.
27046         * iconvdata/8bit-generic.c: Likewise.
27047         * iconvdata/cp737.h: Likewise.
27048         * iconvdata/cp775.h: Likewise.
27049         * iconvdata/ibm1008.h: Likewise.
27050         * iconvdata/ibm1025.h: Likewise.
27051         * iconvdata/ibm1046.h: Likewise.
27052         * iconvdata/ibm1097.h: Likewise.
27053         * iconvdata/ibm1112.h: Likewise.
27054         * iconvdata/ibm1122.h: Likewise.
27055         * iconvdata/ibm1123.h: Likewise.
27056         * iconvdata/ibm1124.h: Likewise.
27057         * iconvdata/ibm1129.h: Likewise.
27058         * iconvdata/ibm1130.h: Likewise.
27059         * iconvdata/ibm1132.h: Likewise.
27060         * iconvdata/ibm1133.h: Likewise.
27061         * iconvdata/ibm1137.h: Likewise.
27062         * iconvdata/ibm1140.h: Likewise.
27063         * iconvdata/ibm1141.h: Likewise.
27064         * iconvdata/ibm1142.h: Likewise.
27065         * iconvdata/ibm1143.h: Likewise.
27066         * iconvdata/ibm1144.h: Likewise.
27067         * iconvdata/ibm1145.h: Likewise.
27068         * iconvdata/ibm1146.h: Likewise.
27069         * iconvdata/ibm1147.h: Likewise.
27070         * iconvdata/ibm1148.h: Likewise.
27071         * iconvdata/ibm1149.h: Likewise.
27072         * iconvdata/ibm1153.h: Likewise.
27073         * iconvdata/ibm1154.h: Likewise.
27074         * iconvdata/ibm1155.h: Likewise.
27075         * iconvdata/ibm1156.h: Likewise.
27076         * iconvdata/ibm1157.h: Likewise.
27077         * iconvdata/ibm1158.h: Likewise.
27078         * iconvdata/ibm1160.h: Likewise.
27079         * iconvdata/ibm1161.h: Likewise.
27080         * iconvdata/ibm1162.h: Likewise.
27081         * iconvdata/ibm1163.h: Likewise.
27082         * iconvdata/ibm1164.h: Likewise.
27083         * iconvdata/ibm1166.h: Likewise.
27084         * iconvdata/ibm1167.h: Likewise.
27085         * iconvdata/ibm12712.h: Likewise.
27086         * iconvdata/ibm1390.h: Likewise.
27087         * iconvdata/ibm1399.h: Likewise.
27088         * iconvdata/ibm16804.h: Likewise.
27089         * iconvdata/ibm4517.h: Likewise.
27090         * iconvdata/ibm4899.h: Likewise.
27091         * iconvdata/ibm4909.h: Likewise.
27092         * iconvdata/ibm4971.h: Likewise.
27093         * iconvdata/ibm5347.h: Likewise.
27094         * iconvdata/ibm803.h: Likewise.
27095         * iconvdata/ibm856.h: Likewise.
27096         * iconvdata/ibm901.h: Likewise.
27097         * iconvdata/ibm902.h: Likewise.
27098         * iconvdata/ibm9030.h: Likewise.
27099         * iconvdata/ibm9066.h: Likewise.
27100         * iconvdata/ibm921.h: Likewise.
27101         * iconvdata/ibm922.h: Likewise.
27102         * iconvdata/ibm9448.h: Likewise.
27103         * iconvdata/isiri-3342.h: Likewise.
27104         * iconvdata/jis0201.h: Likewise.
27105         * include/link.h: Likewise.
27106         * include/netdb.h: Likewise.
27107         * inet/check_native.c: Likewise.
27108         * inet/check_pf.c: Likewise.
27109         * inet/getipv4sourcefilter.c: Likewise.
27110         * inet/getnameinfo.c: Likewise.
27111         * inet/getsourcefilter.c: Likewise.
27112         * inet/htonl.c: Likewise.
27113         * inet/setipv4sourcefilter.c: Likewise.
27114         * inet/setsourcefilter.c: Likewise.
27115         * inet/test-inet6_opt.c: Likewise.
27116         * inet/tst-network.c: Likewise.
27117         * locale/C-collate.c: Likewise.
27118         * locale/C-ctype.c: Likewise.
27119         * locale/C-time.c: Likewise.
27120         * locale/C-translit.h: Likewise.
27121         * locale/loadarchive.c: Likewise.
27122         * locale/programs/3level.h: Likewise.
27123         * locale/programs/charmap.c: Likewise.
27124         * locale/programs/charmap.h: Likewise.
27125         * locale/programs/ld-address.c: Likewise.
27126         * locale/programs/ld-collate.c: Likewise.
27127         * locale/programs/ld-ctype.c: Likewise.
27128         * locale/programs/ld-identification.c: Likewise.
27129         * locale/programs/ld-measurement.c: Likewise.
27130         * locale/programs/ld-messages.c: Likewise.
27131         * locale/programs/ld-monetary.c: Likewise.
27132         * locale/programs/ld-name.c: Likewise.
27133         * locale/programs/ld-numeric.c: Likewise.
27134         * locale/programs/ld-paper.c: Likewise.
27135         * locale/programs/ld-telephone.c: Likewise.
27136         * locale/programs/ld-time.c: Likewise.
27137         * locale/programs/linereader.c: Likewise.
27138         * locale/programs/locale.c: Likewise.
27139         * locale/programs/locarchive.c: Likewise.
27140         * locale/programs/locfile.h: Likewise.
27141         * locale/programs/repertoire.c: Likewise.
27142         * locale/programs/simple-hash.c: Likewise.
27143         * locale/programs/simple-hash.h: Likewise.
27144         * malloc/memusage.c: Likewise.
27145         * malloc/memusagestat.c: Likewise.
27146         * nis/nis_defaults.c: Likewise.
27147         * nis/nis_hash.c: Likewise.
27148         * nis/nis_print.c: Likewise.
27149         * nis/nis_xdr.c: Likewise.
27150         * nscd/connections.c: Likewise.
27151         * nscd/hstcache.c: Likewise.
27152         * nscd/nscd_gethst_r.c: Likewise.
27153         * nscd/nscd_getserv_r.c: Likewise.
27154         * nscd/nscd_helper.c: Likewise.
27155         * nscd/servicescache.c: Likewise.
27156         * nss/makedb.c: Likewise.
27157         * nss/nss_db/db-XXX.c: Likewise.
27158         * nss/nss_db/db-initgroups.c: Likewise.
27159         * nss/nss_db/db-netgrp.c: Likewise.
27160         * nss/nss_files/files-network.c: Likewise.
27161         * nss/nss_files/files-parse.c: Likewise.
27162         * posix/bug-regex5.c: Likewise.
27163         * posix/fnmatch_loop.c: Likewise.
27164         * posix/regcomp.c: Likewise.
27165         * posix/regexec.c: Likewise.
27166         * posix/tst-rfc3484-2.c: Likewise.
27167         * posix/tst-rfc3484-3.c: Likewise.
27168         * posix/tst-rfc3484.c: Likewise.
27169         * resolv/nss_dns/dns-canon.c: Likewise.
27170         * resolv/nss_dns/dns-network.c: Likewise.
27171         * resolv/res_init.c: Likewise.
27172         * resolv/res_mkquery.c: Likewise.
27173         * resolv/tst-aton.c: Likewise.
27174         * stdlib/cxa_atexit.c: Likewise.
27175         * stdlib/cxa_finalize.c: Likewise.
27176         * stdlib/gen-fpioconst.c: Likewise.
27177         * stdlib/strtol_l.c: Likewise.
27178         * string/tst-endian.c: Likewise.
27179         * sunrpc/auth_des.c: Likewise.
27180         * sunrpc/clnt_udp.c: Likewise.
27181         * sunrpc/rtime.c: Likewise.
27182         * sunrpc/svcauth_des.c: Likewise.
27183         * sunrpc/xdr.c: Likewise.
27184         * sunrpc/xdr_intXX_t.c: Likewise.
27185         * sunrpc/xdr_rec.c: Likewise.
27186         * sysdeps/generic/ldconfig.h: Likewise.
27187         * sysdeps/generic/ldsodefs.h: Likewise.
27188         * sysdeps/generic/memusage.h: Likewise.
27189         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27190         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27191         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27192         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27193         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27194         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27195         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27196         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27197         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27198         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27199         * sysdeps/posix/getaddrinfo.c: Likewise.
27200         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27201         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27202         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27203         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27204         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27205         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27206         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27207         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27208         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27209         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27210         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27211         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27212         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27213         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27214         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27215         * sysdeps/x86_64/dl-tls.h: Likewise.
27216         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27217         * time/alt_digit.c: Likewise.
27218         * time/era.c: Likewise.
27219         * wcsmbs/tst-c16c32-1.c: Likewise.
27221 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27223         * math/libm-test.inc (struct test_sincos_data): New type.
27224         (RUN_TEST_LOOP_sincos): New macro.
27225         (sincos_test_data): New variable.
27226         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27228 2013-05-16  Richard Henderson  <rth@redhat.com>
27230         * math/atest-exp2.c (LIMB64): New macro.
27231         (CONSTSZ): New macro.
27232         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27233         (hexdig): Move ...
27234         (print_mpn_fp): ... to function scope.
27235         (read_mpn_hex): Remove.
27236         (get_log2): Remove.
27237         (exp2_mpn): Use mp_log2.
27238         (main): Use mp_exp1.
27240 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27242         * math/libm-test.inc: Remove comment about not testing "inexact"
27243         exceptions.
27244         (INEXACT_EXCEPTION): New macro.
27245         (NO_INEXACT_EXCEPTION): Likewise.
27246         (INVALID_EXCEPTION_OK): Update value.
27247         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27248         (OVERFLOW_EXCEPTION_OK): Likewise.
27249         (UNDERFLOW_EXCEPTION_OK): Likewise.
27250         (IGNORE_ZERO_INF_SIGN): Likewise.
27251         (ERRNO_UNCHANGED): Likewise.
27252         (ERRNO_EDOM): Likewise.
27253         (ERRNO_ERANGE): Likewise.
27254         (test_exceptions): Handle testing "inexact" exceptions.
27255         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27256         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27257         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27258         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27259         INEXACT_EXCEPTION.
27260         (rint_towardzero_test_data): Likewise.
27261         (rint_downward_test_data): Likewise.
27262         (rint_upward_test_data): Likewise.
27264         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27265         with OVERFLOW_EXCEPTION.
27266         (exp10_test_data): Likewise.
27267         (exp2_test_data): Likewise.
27268         (expm1_test_data): Likewise.
27269         (lgamma_test_data): Likewise.
27270         (pow_test_data): Likewise.
27271         (tgamma_test_data): Likewise.
27272         (yn_test_data): Remove duplicate test of overflow.
27274         * math/libm-test.inc (struct test_cc_c_data): New type.
27275         (RUN_TEST_LOOP_cc_c): New macro.
27276         (cpow_test_data): New variable.
27277         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27279         * math/libm-test.inc (struct test_f_L_data): New type.
27280         (RUN_TEST_LOOP_f_L): New macro.
27281         (llrint_test_data): New variable.
27282         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27283         (llrint_tonearest_test_data): New variable.
27284         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27285         (llrint_towardzero_test_data): New variable.
27286         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27287         (llrint_downward_test_data): New variable.
27288         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27289         (llrint_upward_test_data): New variable.
27290         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27291         (llround_test_data): New variable.
27292         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27294 2013-05-13  Peter Collingbourne  <pcc@google.com>
27296         * math/atest-exp2.c (get_log2): Remove const attribute.
27298 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27300         * math/libm-test.inc (struct test_f_l_data): New type.
27301         (RUN_TEST_LOOP_f_l): New macro.
27302         (lrint_test_data): New variable.
27303         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27304         (lrint_tonearest_test_data): New variable.
27305         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27306         (lrint_towardzero_test_data): New variable.
27307         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27308         (lrint_downward_test_data): New variable.
27309         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27310         (lrint_upward_test_data): New variable.
27311         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27312         (lround_test_data): New variable.
27313         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27315 2013-05-15  Peter Collingbourne  <pcc@google.com>
27317         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27318         (EXTRACT_WORDS64) Use where appropriate.
27319         (INSERT_WORDS64) Likewise.
27321         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27322         constraints with x constraints.
27323         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27325         * malloc/obstack.c (_obstack_compat): Add initializer.
27327 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27329         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27330         si_trapno and add si_addr_lsb to _sifields.sigfault.
27331         (si_trapno): Remove macro.
27332         (si_addr_lsb): Define new macro.
27333         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27335 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27337         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27338         instead of TEST_f_l.
27339         (llrint_test_tonearest): Likewise.
27340         (llrint_test_towardzero): Likewise.
27341         (llrint_test_downward): Likewise.
27342         (llrint_test_upward): Likewise.
27343         (llround_test): Likewise.
27345         * math/libm-test.inc (struct test_f_i_data): Add comment.
27346         (RUN_TEST_LOOP_f_b): New macro.
27347         (RUN_TEST_LOOP_f_b_tg): Likewise.
27348         (finite_test_data): New variable.
27349         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27350         (isfinite_test_data): New variable.
27351         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27352         (isinf_test_data): New variable.
27353         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27354         (isnan_test_data): New variable.
27355         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27356         (isnormal_test_data): New variable.
27357         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27358         (issignaling_test_data): New variable.
27359         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27360         (signbit_test_data): New variable.
27361         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27363         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27364         with INVALID_EXCEPTION.
27365         (acosh_test_data): Likewise.
27366         (asin_test_data): Likewise.
27367         (atanh_test_data): Likewise.
27368         (fmod_test_data): Likewise.
27369         (log_test_data): Likewise.
27370         (log10_test_data): Likewise.
27371         (log2_test_data): Likewise.
27372         (pow_test_data): Likewise.
27373         (sqrt_test_data): Likewise.
27374         (y0_test_data): Likewise.
27375         (y1_test_data): Likewise.
27376         (yn_test_data): Likewise.
27378         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27379         function contents.
27381         * math/libm-test.inc (struct test_ff_i_data): New type.
27382         (RUN_TEST_LOOP_ff_i_tg): New macro.
27383         (isgreater_test_data): New variable.
27384         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27385         (isgreaterequal_test_data): New variable.
27386         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27387         (isless_test_data): New variable.
27388         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27389         (islessequal_test_data): New variable.
27390         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27391         (islessgreater_test_data): New variable.
27392         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27393         (isunordered_test_data): New variable.
27394         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27396 2013-05-14  David S. Miller  <davem@davemloft.net>
27398         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27400 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27402         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27404         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27405         extra_test to int.
27406         (struct test_f_i_data): Change type of max_ulp to int.
27408         * math/libm-test.inc (test_ffI_f1_data): New type.
27409         (RUN_TEST_LOOP_ffI_f1): New macro.
27410         (remquo_test_data): New variable.
27411         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27413         * setjmp/tst-setjmp-fp.c: New file.
27414         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27415         (link-libm): New variable.
27416         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27418         * math/libm-test.inc (struct test_f_i_data): New type.
27419         (RUN_TEST_LOOP_f_i): New macro.
27420         (RUN_TEST_LOOP_f_i_tg): Likewise.
27421         (fpclassify_test_data): New variable.
27422         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27423         (ilogb_test_data): New variable.
27424         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27426         * math/libm-test.inc (scalbln_test): Correct function name in END
27427         call.
27429         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27430         (RUN_TEST_LOOP_fI_f1): New macro.
27431         (frexp_test_data): New variable.
27432         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27434         * math/libm-test.inc (struct test_fF_f1_data): New type.
27435         (RUN_TEST_LOOP_fF_f1): New macro.
27436         (modf_test_data): New variable.
27437         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27439         * math/libm-test.inc (struct test_f_f1_data): New type.
27440         (RUN_TEST_LOOP_f_f1): New macro.
27441         (gamma_test_data): New variable.
27442         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27443         (lgamma_test_data): New variable.
27444         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27446 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27448         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27449         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27450         (main): Comment "tls" pseudo-hwcap.
27452 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27454         * math/libm-test.inc (struct test_fl_f_data): New type.
27455         (RUN_TEST_LOOP_fl_f): New variable.
27456         (scalbln_test_data): New variable.
27457         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27459         * math/libm-test.inc (struct test_fi_f_data): New type.
27460         (RUN_TEST_LOOP_fi_f): New macro.
27461         (ldexp_test_data): New variable.
27462         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27463         (scalbn_test_data): New variable.
27464         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27466         * math/libm-test.inc (struct test_c_f_data): New type.
27467         (RUN_TEST_LOOP_c_f): New macro.
27468         (cabs_test_data): New variable.
27469         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27470         (carg_test_data): New variable.
27471         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27472         (cimag_test_data): New variable.
27473         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27474         (creal_test_data): New variable.
27475         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27477         * math/libm-test.inc (struct test_if_f_data): New type.
27478         (RUN_TEST_LOOP_if_f): New macro.
27479         (jn_test_data): New variable.
27480         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27481         (yn_test_data): New variable.
27482         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27484         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27486 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27488         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27489         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27491 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27493         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27494         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27495         (bench-deps): Add bench-timing.h.
27496         * benchtests-bench-skeleton.c: Include bench-timing.h.
27497         (main): Use TIMING_* macros instead of clock_gettime.
27498         * benchtests/bench-timing.h: New file.
27500         [BZ #14582]
27501         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27502         Renamed from _LIB_VERSION.
27503         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27505 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27507         * math/libm-test.inc (struct test_fff_f_data): New type.
27508         (RUN_TEST_LOOP_fff_f): New macro.
27509         (fma_test_data): New variable.
27510         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27511         (fma_towardzero_test_data): New variable.
27512         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27513         (fma_downward_test_data): New variable.
27514         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27515         (fma_upward_test_data): New variable.
27516         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27518         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27519         (struct test_c_c_data): New type.
27520         (RUN_TEST_LOOP_c_c): New macro.
27521         (cacos_test_data): New variable.
27522         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27523         (cacosh_test_data): New variable.
27524         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27525         (casin_test_data): New variable.
27526         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27527         (casinh_test_data): New variable.
27528         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27529         (catan_test_data): New variable.
27530         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27531         (catanh_test_data): New variable.
27532         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27533         (ccos_test_data): New variable.
27534         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27535         (ccosh_test_data): New variable.
27536         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27537         (cexp_test_data): New variable.
27538         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27539         (clog_test_data): New variable.
27540         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27541         (clog10_test_data): New variable.
27542         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27543         (conj_test_data): New variable.
27544         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27545         (cproj_test_data): New variable.
27546         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27547         (csin_test_data): New variable.
27548         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27549         (csinh_test_data): New variable.
27550         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27551         (csqrt_test_data): New variable.
27552         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27553         (ctan_test_data): New variable.
27554         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27555         (ctan_tonearest_test_data): New variable.
27556         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27557         (ctan_towardzero_test_data): New variable.
27558         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27559         (ctan_downward_test_data): New variable.
27560         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27561         (ctan_upward_test_data): New variable.
27562         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27563         (ctanh_test_data): New variable.
27564         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27565         (ctanh_tonearest_test_data): New variable.
27566         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27567         (ctanh_towardzero_test_data): New variable.
27568         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27569         (ctanh_downward_test_data): New variable.
27570         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27571         (ctanh_upward_test_data): New variable.
27572         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27573         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27574         of BUILD_COMPLEX.
27576         * math/libm-test.inc (struct test_ff_f_data): New type.
27577         (struct test_ff_f_data_nexttoward): Likewise.
27578         (RUN_TEST_LOOP_2_f): New macro.
27579         (RUN_TEST_LOOP_ff_f): Likewise.
27580         (atan2_test_data): New variable.
27581         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27582         (copysign_test_data): New variable.
27583         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27584         (fdim_test_data): New variable.
27585         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27586         (fmax_test_data): New variable.
27587         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27588         (fmin_test_data): New variable.
27589         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27590         (fmod_test_data): New variable.
27591         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27592         (hypot_test_data): New variable.
27593         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27594         (nextafter_test_data): New variable.
27595         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27596         (nexttoward_test_data): New variable.
27597         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27598         (pow_test_data): New variable.
27599         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27600         (pow_tonearest_test_data): New variable.
27601         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27602         (pow_towardzero_test_data): New variable.
27603         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27604         (pow_downward_test_data): New variable.
27605         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27606         (pow_upward_test_data): New variable.
27607         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27608         (remainder_test_data): New variable.
27609         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27610         (scalb_test_data): New variable.
27611         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27612         * sysdeps/i386/fpu/libm-test-ulps: Update.
27614 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27616         * math/libm-test.inc (fma_test): Use max_value instead of local
27617         variable fltmax.
27618         (nextafter_test): Likewise.
27620         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27621         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27622         (acos_downward_test_data): New variable.
27623         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27624         (acos_upward_test_data): New variable.
27625         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27626         (acosh_test_data): New variable.
27627         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27628         (asin_test_data): New variable.
27629         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27630         (asin_tonearest_test_data): New variable.
27631         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27632         (asin_towardzero_test_data): New variable.
27633         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27634         (asin_downward_test_data): New variable.
27635         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27636         (asin_upward_test_data): New variable.
27637         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27638         (asinh_test_data): New variable.
27639         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27640         (atan_test_data): New variable.
27641         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27642         (atanh_test_data): New variable.
27643         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27644         (cbrt_test_data): New variable.
27645         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27646         (ceil_test_data): New variable.
27647         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27648         (cos_test_data): New variable.
27649         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27650         (cos_tonearest_test_data): New variable.
27651         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27652         (cos_towardzero_test_data): New variable.
27653         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27654         (cos_downward_test_data): New variable.
27655         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27656         (cos_upward_test_data): New variable.
27657         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27658         (cosh_test_data): New variable.
27659         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27660         (cosh_tonearest_test_data): New variable.
27661         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27662         (cosh_towardzero_test_data): New variable.
27663         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27664         (cosh_downward_test_data): New variable.
27665         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27666         (cosh_upward_test_data): New variable.
27667         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27668         (erf_test_data): New variable.
27669         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27670         (erfc_test_data): New variable.
27671         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27672         (exp_test_data): New variable.
27673         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27674         (exp_tonearest_test_data): New variable.
27675         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27676         (exp_towardzero_test_data): New variable.
27677         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27678         (exp_downward_test_data): New variable.
27679         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27680         (exp_upward_test_data): New variable.
27681         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27682         (exp10_test_data): New variable.
27683         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27684         (exp2_test_data): New variable.
27685         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27686         (expm1_test_data): New variable.
27687         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27688         (fabs_test_data): New variable.
27689         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27690         (floor_test_data): New variable.
27691         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27692         (j0_test_data): New variable.
27693         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27694         (j1_test_data): New variable.
27695         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27696         (log_test_data): New variable.
27697         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27698         (log10_test_data): New variable.
27699         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27700         (log1p_test_data): New variable.
27701         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27702         (log2_test_data): New variable.
27703         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27704         (logb_test_data): New variable.
27705         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27706         (logb_downward_test_data): New variable.
27707         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27708         (nearbyint_test_data): New variable.
27709         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27710         (rint_test_data): New variable.
27711         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27712         (rint_tonearest_test_data): New variable.
27713         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27714         (rint_towardzero_test_data): New variable.
27715         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27716         (rint_downward_test_data): New variable.
27717         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27718         (rint_upward_test_data): New variable.
27719         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27720         (round_test_data): New variable.
27721         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27722         (sin_test_data): New variable.
27723         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27724         (sin_tonearest_test_data): New variable.
27725         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27726         (sin_towardzero_test_data): New variable.
27727         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27728         (sin_downward_test_data): New variable.
27729         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27730         (sin_upward_test_data): New variable.
27731         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27732         (sinh_test_data): New variable.
27733         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27734         (sinh_tonearest_test_data): New variable.
27735         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27736         (sinh_towardzero_test_data): New variable.
27737         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27738         (sinh_downward_test_data): New variable.
27739         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27740         (sinh_upward_test_data): New variable.
27741         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27742         (sqrt_test_data): New variable.
27743         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27744         (tan_test_data): New variable.
27745         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27746         (tan_tonearest_test_data): New variable.
27747         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27748         (tan_towardzero_test_data): New variable.
27749         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27750         (tan_downward_test_data): New variable.
27751         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27752         (tan_upward_test_data): New variable.
27753         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27754         (tanh_test_data): New variable.
27755         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27756         (tgamma_test_data): New variable.
27757         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27758         (trunc_test_data): New variable.
27759         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27760         (y0_test_data): New variable.
27761         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27762         (y1_test_data): New variable.
27763         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27764         (significand_test_data): New variable.
27765         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27767 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27769         [BZ #12387]
27770         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27772 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27774         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27776 2013-05-10  Andreas Jaeger  <aj@suse.de>
27778         [BZ #15448]
27779         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27780         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27782 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27784         * math/gen-libm-test.pl (adjust_arg): New function.
27785         (special_functions): Handle generating output in both functions
27786         and arrays.
27787         (parse_args): Likewise.
27788         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27789         $in_func argument to parse_args.
27790         * math/libm-test.inc (struct test_f_f_data): New type.
27791         (IF_ROUND_INIT_): New macro.
27792         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27793         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27794         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27795         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27796         (ROUND_RESTORE_): Likewise.
27797         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27798         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27799         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27800         (ROUND_RESTORE_FE_UPWARD): Likewise.
27801         (RUN_TEST_LOOP_f_f): New macro.
27802         (acos_test_data): New variable.
27803         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27804         (acos_tonearest_test_data): New variable.
27805         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27807 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27809         * benchtests/bench-skeleton.c (startup): Fix coding style.
27811 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27813         [BZ #6809]
27814         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27815         negative infinity argument.
27816         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27817         negative infinity argument.
27818         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27819         negative infinity argument.
27820         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27821         domain errors.
27823 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27825         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27826         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27827         * iconv/iconv_prog.c (main): Likewise.
27828         * locale/programs/charmap-dir.c (charmap_readdir)
27829         (fopen_uncompressed): Likewise.
27830         * locale/programs/locfile.c (siblings_uncached)
27831         (write_locale_data): Use lstat64 instead of lstat.
27832         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27833         stat.
27835 2013-05-10  Andreas Jaeger  <aj@suse.de>
27837         [BZ #15395]
27838         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27839         localization.
27840         Include <locale.h>.
27842 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27844         * elf/dl-close.c (_dl_close_worker): Add comments.
27846 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27848         [BZ #15359]
27849         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27850         high part of pi/2.
27851         (__ieee754_rem_pio2l): Update comments.
27853         [BZ #15429]
27854         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27855         high part of pi/2.
27856         (__ieee754_rem_pio2l): Update comments.
27858         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27859         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27861         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27862         M_PI_4l.
27864         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27865         (M_PI_34_LOG10El): Likewise.
27866         (M_PI2_LOG10El): Likewise.
27867         (M_PI4_LOG10El): Likewise.
27868         (M_PI_LOG10El): Likewise.
27870 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27874 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27876         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27877         (MINUS_ZERO_INIT): Likewise.
27878         (PLUS_INFTY_INIT): Likewise.
27879         (MINUS_INFTY_INIT): Likewise.
27880         (QNAN_VALUE_INIT): Likewise.
27881         (MAX_VALUE_INIT): Likewise.
27882         (MIN_VALUE_INIT): Likewise.
27883         (MIN_SUBNORM_VALUE_INIT): Likewise.
27884         (plus_zero): Initialize with PLUS_ZERO_INIT.
27885         (minus_zero): Initialize with MINUS_ZERO_INIT.
27886         (plus_infty): Initialize with PLUS_INFTY_INIT.
27887         (minus_infty): Initialize with MINUS_INFTY_INIT.
27888         (qnan_value): Initialize with QNAN_VALUE_INIT.
27889         (max_value): Initialize with MAX_VALUE_INIT.
27890         (min_value): Initialize with MIN_VALUE_INIT.
27891         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27893         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27894         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27895         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27896         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27898         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27899         (RUN_TEST_2_f): Likewise.
27900         (RUN_TEST_ff_f): Likewise.
27901         (RUN_TEST_fi_f): Likewise.
27902         (RUN_TEST_fl_f): Likewise.
27903         (RUN_TEST_fff_f): Likewise.
27904         (RUN_TEST_c_f): Likewise.
27905         (RUN_TEST_f_f1): Likewise.
27906         (RUN_TEST_fF_f1): Likewise.
27907         (RUN_TEST_fI_f1): Likewise.
27908         (RUN_TEST_ffI_f1): Likewise.
27909         (RUN_TEST_c_c): Likewise.
27910         (RUN_TEST_cc_c): Likewise.
27911         (RUN_TEST_f_i): Likewise.
27912         (RUN_TEST_f_i_tg): Likewise.
27913         (RUN_TEST_ff_i_tg): Likewise.
27914         (RUN_TEST_f_b): Likewise.
27915         (RUN_TEST_f_b_tg): Likewise.
27916         (RUN_TEST_f_l): Likewise.
27917         (RUN_TEST_f_L): Likewise.
27918         (RUN_TEST_sincos): Likewise.
27919         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27920         whether to show exceptions.  Do not include ");\n" in return
27921         value.
27922         (special_functions): Output call to RUN_TEST_sincos instead of
27923         check_float calls.  Update calls to new_test.
27924         (parse_args): Output call to single RUN_TEST_* macro instead of
27925         check_* calls and other assignments.  Update calls to new_test.
27927         [BZ #2546]
27928         [BZ #2560]
27929         [BZ #5159]
27930         [BZ #15426]
27931         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27932         input to result for tgamma overflow.
27933         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27934         (gamma_coeff): New variable.
27935         (NCOEFF): New macro.
27936         (gamma_positive): New function.
27937         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27938         underflow here.  Use gamma_positive instead of exp (lgamma) for
27939         other arguments.
27940         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27941         (gamma_coeff): New variable.
27942         (NCOEFF): New macro.
27943         (gammaf_positive): New function.
27944         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27945         underflow here.  Use gamma_positive instead of exp (lgamma) for
27946         other arguments.
27947         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27948         (gamma_coeff): New variable.
27949         (NCOEFF): New macro.
27950         (gammal_positive): New function.
27951         (__ieee754_gammal_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-128ibm/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, overflow and
27959         underflow here.  Handle NaN the same as positive infinity.  Remove
27960         check x < 0xffffffff for negative integers.  Use gamma_positive
27961         instead of exp (lgamma) for other arguments.
27962         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27963         (gamma_coeff): New variable.
27964         (NCOEFF): New macro.
27965         (gammal_positive): New function.
27966         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27967         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27968         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27969         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27970         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27971         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27972         * sysdeps/generic/math_private.h (__gamma_productf): New
27973         prototype.
27974         (__gamma_product): Likewise.
27975         (__gamma_productl): Likewise.
27976         * math/Makefile (libm-calls): Add gamma_product.
27977         * math/libm-test.inc (tgamma_test): Add more tests.
27978         * sysdeps/i386/fpu/libm-test-ulps: Update.
27979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27981 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27983         * benchtests/bench-skeleton.c (main): Preheat CPU.
27985 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27987         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27989 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27991         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27992         and _dl_skip_args_internal.
27994 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27996         * manual/message.texi (Message Translation): Talk about users.
27997         Message to key mapping impacts design.
27999 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28001         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28003         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28005         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28006         * sysdeps/wordsize-64/glob64.c: ... here.
28008         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28009         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28010         New macros.
28012         * debug/getlogin_r_chk.c: Moved to ...
28013         * login/getlogin_r_chk.c: ... here.
28014         * debug/Makefile (routines): Move getlogin_r_chk to ...
28015         * login/Makefile (routines): ... here.
28016         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28017         * login/Versions (libc: GLIBC_2.4): ... here.
28019         * io/poll.c (__poll): Renamed from poll.
28020         Add libc_hidden_def.
28021         (poll): Define as weak alias.
28023         * debug/ptsname_r_chk.c: Moved to ...
28024         * login/ptsname_r_chk.c: ... here.
28025         * debug/Makefile (routines): Move ptsname_r_chk to ...
28026         * login/Makefile (routines): ... here.
28027         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28028         * login/Versions (libc: GLIBC_2.4): ... here.
28030         * posix/getlogin.c: Moved to ...
28031         * login/getlogin.c: ... here.
28032         * posix/getlogin_r.c: Moved to ...
28033         * login/getlogin_r.c: ... here.
28034         * posix/getlogin_r.c: Moved to ...
28035         * login/getlogin_r.c: ... here.
28036         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28037         * login/Makefile (routines): ... here.
28038         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28039         * login/Versions (libc: GLIBC_2.0): ... here.
28041         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28042         (setrlimit): Define as weak alias.
28044         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28045         Call __ names for open, ftruncate, and close.
28046         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28047         (truncate): Define as weak alias.
28049 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28051         * math/gen-libm-test.pl (parse_args): Initialize x before each
28052         test of frexp, modf and remquo.
28054         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28055         test signgam value.
28057 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28059         [BZ #15418]
28060         [BZ #15419]
28061         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28062         internal tests.
28063         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28065 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28067         * elf/dl-writev.h: New file.
28068         * elf/dl-misc.c: Include it.
28069         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28070         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28072 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28074         * math/libm-test.inc (noXFails): Remove variable.
28075         (noXPasses): Likewise.
28076         (BUILD_COMPLEX_INT): Remove macro.
28077         (print_screen): Remove xfail argument.
28078         (print_screen_max_error): Likewise.
28079         (update_stats): Likewise.
28080         (print_max_error): Likewise.  Update calls to other affected
28081         functions.
28082         (print_complex_max_error): Likewise.
28083         (test_single_exception): Update calls to print_screen.
28084         (test_single_errno): Likewise.
28085         (check_float_internal): Remove xfail argument.  Update calls to
28086         other affected functions.
28087         (check_float): Likewise.
28088         (check_complex): Likewise.
28089         (check_int): Likewise.
28090         (check_long): Likewise.
28091         (check_bool): Likewise.
28092         (check_longlong): Likewise.
28093         (main): Don't print noXFails and noXPasses.
28094         * math/gen-libm-test.pl (top level): Don't mention expected
28095         failure handling in comment.
28096         (new_test): Don't handle expected failures.
28097         (parse_args): Don't mention expected failure handling in comment.
28098         (generate_testfile): Don't handle expected failures.
28099         (parse_ulps): Likewise.
28100         (print_ulps_file): Likewise.
28101         (get_failure): Remove function.
28102         (output_test): Don't handle expected failures.
28103         * make/README.libm-test: Don't mention expected failure handling.
28105         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28106         (minus_zero): Likewise.
28107         (plus_infty): Likewise.
28108         (minus_infty): Likewise.
28109         (qnan_value): Likewise.
28110         (max_value): Likewise.
28111         (min_value): Likewise.
28112         (min_subnorm_value): Likewise.
28113         (initialize): Do not initialize those variables dynamically.
28115 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28117         * io/open.c (__open_2): Moved to ...
28118         * io/open_2.c: ... this new file.
28119         * io/open64.c (__open64_2): Moved to ...
28120         * io/open64_2.c: ... this new file.
28121         * io/openat.c (__openat_2): Moved to ...
28122         * io/openat_2.c: ... this new file.
28123         * io/openat64.c (__openat64_2): Moved to ...
28124         * io/openat64_2.c: ... this new file.
28125         * io/Makefile (routines): Add them.
28126         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28127         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28128         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28129         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28130         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28131         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28132         (__openat64): Add hidden_ver.
28133         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28134         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28136         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28137         Separately conditionalize setting of GLRO(dl_sysinfo) so
28138         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28139         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28141 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28143         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28144         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28145         definition.
28146         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28147         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28148         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28149         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28150         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28152 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28154         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28155         test signgam value.
28157         * math/libm-test.inc (hypot_test): Do not use
28158         IGNORE_ZERO_INF_SIGN.
28160 2013-05-03  Andreas Jaeger  <aj@suse.de>
28162         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28163         Linux 3.9.
28164         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28165         (PF_MAX): Adjust for VSOCK change.
28167 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28169         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28171 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28173         [BZ #15264]
28174         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28175         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28176         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28178 2013-05-02  David S. Miller  <davem@davemloft.net>
28180         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28182 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28184         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28186 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28188         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28190 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28192         [BZ #14952]
28193         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28194         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28195         Use __attribute__ ((__gnu_inline__)).
28196         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28197         Don't use __attribute__ ((__gnu_inline__)).
28199 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28201         [BZ #15423]
28202         * math/s_catan.c (__catan): Handle small real or imaginary part of
28203         input specially to avoid spurious underflow.
28204         * math/s_catanf.c (__catanf): Likewise.
28205         * math/s_catanh.c (__catanh): Likewise.
28206         * math/s_catanhf.c (__catanhf): Likewise.
28207         * math/s_catanhl.c (__catanhl): Likewise.
28208         * math/s_catanl.c (__catanl): Likewise.
28209         * math/libm-test.inc (catan_test): Add more tests.
28210         (catanh_test): Likewise.
28211         * sysdeps/i386/fpu/libm-test-ulps: Update.
28212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28214 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28216         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28218 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28220         [BZ #15416]
28221         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28222         accurately for denominator in atan2.
28223         * math/s_catanf.c (__catanf): Likewise.
28224         * math/s_catanh.c (__catanh): Likewise.
28225         * math/s_catanhf.c (__catanhf): Likewise.
28226         * math/s_catanhl.c (__catanhl): Likewise.
28227         * math/s_catanl.c (__catanl): Likewise.
28228         * math/libm-test.inc (catan_test): Add more tests.
28229         (catanh_test): Likewise.
28230         * sysdeps/i386/fpu/libm-test-ulps: Update.
28231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28233 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28235         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28237         * benchtests/Makefile (bench): Remove slow benchmarks.
28238         * benchtests/atan-inputs: Add slow benchmark inputs.
28239         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28240         (BENCH_FUNC): Accept variant offset.
28241         (VARIANT): Define.
28242         * benchtests/bench-skeleton.c (main): Run benchmark for each
28243         variant.
28244         * benchtests/cos-inputs: Add slow benchmark inputs.
28245         * benchtests/exp-inputs: Likewise.
28246         * benchtests/pow-inputs: Likewise.
28247         * benchtests/sin-inputs: Likewise.
28248         * benchtests/slowatan-inputs: Remove.
28249         * benchtests/slowatan.c: Remove.
28250         * benchtests/slowcos-inputs: Remove.
28251         * benchtests/slowcos.c: Remove.
28252         * benchtests/slowexp-inputs: Remove.
28253         * benchtests/slowexp.c: Remove.
28254         * benchtests/slowpow-inputs: Remove.
28255         * benchtests/slowpow.c: Remove.
28256         * benchtests/slowsin-inputs: Remove.
28257         * benchtests/slowsin.c: Remove.
28258         * benchtests/slowtan-inputs: Remove.
28259         * benchtests/slowtan.c: Remove.
28260         * benchtests/tan-inputs: Add slow benchmark inputs.
28261         * scripts/bench.pl: Parse comments and directives.
28263         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28264         in CPPFLAGS.
28265         ($(objpfx)bench-%.c): Remove *-ITER.
28266         * benchtests/bench-modf.c: Remove definition of ITER.
28267         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28268         (main): Loop for DURATION seconds instead of fixed number of
28269         iterations.
28270         * scripts/bench.pl: Don't expect iterations in parameters.
28272 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28274         * io/fchdir.c (__fchdir): Renamed from fchdir.
28275         (fchdir): Define as weak alias.
28277 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28279         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28280         (ERRNO_EDOM): Likewise.
28281         (ERRNO_ERANGE): Likewise.
28282         (noErrnoTests): New variable.
28283         (init_max_error): Set errno to 0.
28284         (test_single_errno): New function.
28285         (test_errno): Likewise.
28286         (check_float_internal): Call test_errno.  Set errno to 0.
28287         (check_complex): Refer to errno tests in comment.
28288         (check_int): Call test_errno.  Set errno to 0.
28289         (check_long): Likewise.
28290         (check_bool): Likewise.
28291         (check_longlong): Likewise.
28292         (cos_test): Use ERRNO_* flags for errno tests instead of
28293         check_int.
28294         (expm1_test): Likewise.
28295         (fmod_test): Likewise.
28296         (ilogb_test): Likewise.
28297         (lgamma_test): Likewise.
28298         (pow_test): Likewise.
28299         (remainder_test): Likewise.
28300         (sin_test): Likewise.
28301         (tan_test): Likewise.
28302         (yn_test): Likewise.
28303         (initialize): Set errno to 0.
28304         (main): Print number of errno tests.
28305         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28307 2013-04-29  Andreas Jaeger  <aj@suse.de>
28309         [BZ #15084]
28310         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28311         and RES_USEVC.
28313         [BZ #15085]
28314         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28315         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28316         unimplemented.
28318         [BZ #15380]
28319         * stdlib/random.c (__initstate): Return NULL if
28320         __initstate fails.
28322         [BZ #15086]
28323         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28324         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28325         RES_SNGLKUPREOP.
28327 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28331 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28333         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28334         of individual tests.
28335         (casin_test): Likewise.
28336         (casinh_test): Likewise.
28338 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28340         [BZ #15409]
28341         * math/s_catan.c (__catan): Handle arguments with large real or
28342         imaginary part separately without squaring.
28343         * math/s_catanf.c (__catanf): Likewise.
28344         * math/s_catanh.c (__catanh): Likewise.
28345         * math/s_catanhf.c (__catanhf): Likewise.
28346         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28347         and redefine.
28348         (__catanhl): Handle arguments with large real or imaginary part
28349         separately without squaring.
28350         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28351         and redefine.
28352         (__catanl): Handle arguments with large real or imaginary part
28353         separately without squaring.
28354         * math/libm-test.inc (catan_test): Add more tests.
28355         (catanh_test): Likewise.
28356         * sysdeps/i386/fpu/libm-test-ulps: Update.
28357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28359 2013-04-27  Andreas Jaeger  <aj@suse.de>
28361         [BZ #15007]
28362         * stdlib/stdlib.h: Update guards for qecvt.
28363         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28364         <stdlib.h>.
28366 2013-04-27  Allan McRae  <allan@archlinux.org>
28368         * sysdeps/i386/fpu/libm-test-ulps: Update.
28370 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28372         [BZ #15406]
28373         * math/s_catan.c: Include <float.h>.
28374         (__catan): Ensure underflow exception occurs for underflowed
28375         result.
28376         * math/s_catanf.c: Include <float.h>.
28377         (__catanf): Ensure underflow exception occurs for underflowed
28378         result.
28379         * math/s_catanh.c: Include <float.h>.
28380         (__catanh): Ensure underflow exception occurs for underflowed
28381         result.
28382         * math/s_catanhf.c: Include <float.h>.
28383         (__catanhf): Ensure underflow exception occurs for underflowed
28384         result.
28385         * math/s_catanhl.c: Include <float.h>.
28386         (__catanhl): Ensure underflow exception occurs for underflowed
28387         result.
28388         * math/s_catanl.c: Include <float.h>.
28389         (__catanl): Ensure underflow exception occurs for underflowed
28390         result.
28391         * math/libm-test.inc (catan_test): Add more tests.
28392         (catanh_test): Likewise.
28394         [BZ #15405]
28395         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28396         underflowed result.
28397         * math/s_ccoshf.c (__ccoshf): Likewise.
28398         * math/s_ccoshl.c (__ccoshl): Likewise.
28399         * math/s_csin.c (__csin): Likewise.
28400         * math/s_csinf.c (__csinf): Likewise.
28401         * math/s_csinh.c (__csinh): Likewise.
28402         * math/s_csinhf.c (__csinhf): Likewise.
28403         * math/s_csinhl.c (__csinhl): Likewise.
28404         * math/s_csinl.c (__csinl): Likewise.
28405         * math/libm-test.inc (ccos_test): Add more tests.
28406         (ccosh_test): Likewise.
28407         (csin_test): Likewise.
28408         (csinh_test): Likewise.
28410 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28412         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28413         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28414         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28415         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28416         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28417         powerpc/power5+/fpu folders.
28418         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28421 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28423         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28425 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28427         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28428         additions to variable.
28429         [$(config-machine) = x86_64] (modules-names): Likewise.
28430         ($(objpfx)tst-audit3): Remove dependency.
28431         ($(objpfx)tst-audit3.out): Likewise.
28432         ($(objpfx)tst-audit4): Likewise.
28433         ($(objpfx)tst-audit4.out): Likewise.
28434         ($(objpfx)tst-audit5): Likewise.
28435         ($(objpfx)tst-audit5.out): Likewise.
28436         ($(objpfx)tst-audit6): Likewise.
28437         ($(objpfx)tst-audit6.out): Likewise.
28438         ($(objpfx)tst-audit7): Likewise.
28439         ($(objpfx)tst-audit7.out): Likewise.
28440         (tst-audit3-ENV): Remove variable.
28441         (tst-audit4-ENV): Likewise.
28442         (tst-audit5-ENV): Likewise.
28443         (tst-audit6-ENV): Likewise.
28444         (tst-audit7-ENV): Likewise.
28445         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28446         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28447         addition to variable.
28448         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28449         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28450         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28451         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28452         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28453         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28454         tst-audit3, tst-audit4 and tst-audit5.
28455         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28456         tst-audit6 and tst-audit7.
28457         [$(subdir) = elf] (modules-names): Add audit modules for those
28458         tests.
28459         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28460         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28461         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28462         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28463         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28464         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28465         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28466         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28467         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28468         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28469         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28470         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28471         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28472         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28473         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28474         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28475         Likewise.
28476         [$(subdir) = elf && $(config-cflags-avx) = yes]
28477         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28478         [$(subdir) = elf && $(config-cflags-avx) = yes]
28479         (CFLAGS-tst-auditmod4a.c): Likewise.
28480         [$(subdir) = elf && $(config-cflags-avx) = yes]
28481         (CFLAGS-tst-auditmod4b.c): Likewise.
28482         [$(subdir) = elf && $(config-cflags-avx) = yes]
28483         (CFLAGS-tst-auditmod6b.c): Likewise.
28484         [$(subdir) = elf && $(config-cflags-avx) = yes]
28485         (CFLAGS-tst-auditmod6c.c): Likewise.
28486         [$(subdir) = elf && $(config-cflags-avx) = yes]
28487         (CFLAGS-tst-auditmod7b.c): Likewise.
28488         * elf/tst-audit3.c: Move to ...
28489         * sysdeps/x86_64/tst-audit3.c: ... here.
28490         * elf/tst-audit4.c: Move to ...
28491         * sysdeps/x86_64/tst-audit4.c: ... here.
28492         * elf/tst-audit5.c: Move to ...
28493         * sysdeps/x86_64/tst-audit5.c: ... here.
28494         * elf/tst-audit6.c: Move to ...
28495         * sysdeps/x86_64/tst-audit6.c: ... here.
28496         * elf/tst-audit7.c: Move to ...
28497         * sysdeps/x86_64/tst-audit7.c: ... here.
28498         * elf/tst-auditmod3a.c: Move to ...
28499         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28500         * elf/tst-auditmod3b.c: Move to ...
28501         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28502         * elf/tst-auditmod4a.c: Move to ...
28503         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28504         * elf/tst-auditmod4b.c: Move to ...
28505         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28506         * elf/tst-auditmod5a.c: Move to ...
28507         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28508         * elf/tst-auditmod5b.c: Move to ...
28509         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28510         * elf/tst-auditmod6a.c: Move to ...
28511         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28512         * elf/tst-auditmod6b.c: Move to ...
28513         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28514         * elf/tst-auditmod6c.c: Move to ...
28515         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28516         * elf/tst-auditmod7a.c: Move to ...
28517         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28518         * elf/tst-auditmod7b.c: Move to ...
28519         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28521 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28523         [BZ #15366]
28524         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28525         define unconditionally.
28526         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28527         define unconditionally.
28528         (INT8_C, INT16_C, etc.): Likewise.
28530 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28532         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28533         __ehdr_start with hidden visibility.
28535         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28537 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28539         * math/libm-test.inc (cos_test): Use accurate hex constants.
28540         (sincost_test): Likewise.
28542 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28544         * math/libm-test.inc (catan_test): Add more tests.
28545         (catanh_test): Likewise.
28547         * math/s_catanf.c (__catanf): Use suffixed floating-point
28548         constants.
28549         * math/s_catanhf.c (__catanhf): Likewise.
28550         * math/s_catanhl.c (__catanhl): Likewise.
28551         * math/s_catanl.c (__catanl): Likewise.
28553         [BZ #15394]
28554         * math/s_catan.c (__catan): Calculate imaginary part of result
28555         with log1p not log unless computing log of number close to 0.
28556         * math/s_catanf.c (__catanf): Likewise.
28557         * math/s_catanl.c (__catanl): Likewise.
28558         * math/s_catanh.c (__catanh): Calculate real part of result with
28559         log1p not log unless computing log of number close to 0.
28560         * math/s_catanhf.c (__catanhf): Likewise.
28561         * math/s_catanhl.c (__catanhl): Likewise.
28562         * math/libm-test.inc (catan_test): Add more tests.
28563         (catanh_test): Likewise.
28564         * sysdeps/i386/fpu/libm-test-ulps: Update.
28565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28567 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28569         * benchtests/Makefile: Mention files in which fast and slow
28570         paths of math functions are implemented.
28572 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28574         * sysdeps/posix/timespec_get.c: New file.
28576 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28578         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28579         POWER.
28580         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28581         for POWER.
28582         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28583         powerpc/power5/fpu folders.
28584         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28585         * benchtests/Makefile: Add modf testcase.
28586         * benchtests/bench-modf.c: New file: Benchmark test for mo
28588 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28590         [BZ #14888]
28591         * time/Makefile (tests): Add tst-strptime-whitespace.
28592         * time/strptime_l.c (get_number): Use ISSPACE.
28593         (__strptime_internal): Likewise.
28594         * time/tst-strptime-whitespace.c: New test case.
28596 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28598         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28599         member.
28600         (_nss_files_init): Set it here.
28602 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28604         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28605         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28606         unsigned.
28608 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28610         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28612 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28614         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28615         size just once.
28617 2013-04-21  David S. Miller  <davem@davemloft.net>
28619         * po/ru.po: Update Russion translation from translation project.
28621 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28623         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28624         and setfsgid.
28626 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28628         * configure.in: Remove i386 configure warning. Remove i386 case.
28629         * configure: Regenerate.
28630         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28631         Add example to error message.
28632         * sysdeps/i386/configure: Regenerate.
28634 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28636         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28637         slowtan.
28638         * benchtests/cos-inputs: New file.
28639         * benchtests/slowcos-inputs: New file.
28640         * benchtests/slowcos.c: New file.
28641         * benchtests/slowtan-inputs: New file.
28642         * benchtests/slowtan.c: New file.
28643         * benchtests/tan-inputs: New file.
28645 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28647         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28648         considered kosher.
28650 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28652         * benchtests/Makefile: Include cppflags-iterator.mk to add
28653         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28655         * Makefile.in (bench-clean): New target.
28656         * benchtests/Makefile (bench-clean): Likewise.
28658 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28660         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28662 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28664         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28666 2013-04-15  Andreas Schwab  <schwab@suse.de>
28668         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28669         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28670         * nscd/pwdcache.c (cache_addpw): Likewise.
28671         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28672         more than recsize.
28674 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28676         * benchtests/Makefile (bench): Write all output to
28677         bench-out.tmp together.
28679 2013-04-15  Andreas Schwab  <schwab@suse.de>
28681         * nscd/nscd.c (main): Don't fork again after closing files.
28683 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28685         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28687         * benchtests/Rules (bench-deps): Collect dependencies into a
28688         single variable.  Add Makefile to dependencies.
28689         ($(objpfx)bench-%.c): Depend on bench-deps.
28691 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28692             Xavier Roche  <roche+kml2@exalead.com>
28694         [BZ #15361]
28695         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28696         just that it's a file descriptor.
28697         * manual/llio.texi (Synchronizing AIO Operations): Update description
28698         for EBADF error from aio_fsync.
28700 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28702         * Rules (bench): Move target definition...
28703         * benchtests/Makefile: ... here.
28705 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28707         * math/libm-test.inc (cos_test): Fix PI/2 test.
28708         (sincos_test): Likewise.
28709         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28710         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28712 2013-04-11  Andreas Schwab  <schwab@suse.de>
28714         [BZ #13988]
28715         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28716         accept exponent character only when digits were seen.
28717         * stdio-common/Makefile (tests): Add bug26.
28718         * stdio-common/bug26.c: New file.
28720         [BZ #14293]
28721         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28722         non-freeable.
28724 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28726         * Makeconfig (rtld-prefix): Define built linker prefix.
28727         * Rules (run-bench): Use it.
28728         * math/Makefile (run-regen-ulps): Likewise.
28730         * Rules (bench): Remove eval.
28732 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28733             Roland McGrath  <roland@hack.frob.com>
28734             Ondrej Bilka  <neleai@seznam.cz>
28736         [BZ #15346]
28737         * time/getdate.c: Include ctype.h and alloca.h.
28738         (__getdate_r): Trim leading and trailing spaces of input.
28739         * time/tst-getdate.c (tests): Add tests with leading and
28740         trailing spaces.
28742 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28744         [BZ #14280]
28745         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28746         when computing value.
28748 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28750         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28751         Use testrun.sh to run libm tests.
28753         [BZ #15309]
28754         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28756 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28758         [BZ #15264]
28759         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28761 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28763         * Makefile.in (regen-ulps): New target.
28764         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28765         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28766         [ifneq (no,$(PERL)] (regen-ulps): New target.
28767         [ifeq (no,$(PERL)] (regen-ulps): New target.
28768         * math/libm-test.inc (ulps_file_name): Define.
28769         (output_dir): New variable.
28770         (options): Add "output-dir" option.
28771         (parse_opt): Handle 'o' case.
28772         (main): If output_dir is non-NULL use it as a prefix
28773         otherwise use "".
28774         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28776 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28778         [BZ #10060, #10062]
28779         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28780         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28781         fail configure if __sync_val_compare_and_swap is not inlined.
28782         * sysdeps/i386/configure: Regenerate.
28783         * configure.in: Build for i686 when configured for i386.
28784         * configure: Regenerate.
28785         * README: Remove i386 reference.
28787 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28789         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28790         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28792 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28794         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28795         (lmsnanval): New variables.
28796         (F): Add conversion tests.
28797         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28798         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28800         * stdio-common/tstdiomisc.c (F): Properly collect individual
28801         tests' results.
28803         [BZ #14686, #15336]
28804         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28805         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28806         Instead, use input NaN values or generate a qNaN by arithmetic
28807         operation.  Also fix bugs to comply with the standard.
28808         * math/libm-test.inc (remainder_test): Add more tests.
28810         [BZ #15335, #15342]
28811         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28812         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28813         input NaN values or generate a qNaN by arithmetic operation.
28815         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28816         unreachable code.
28818         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28819         definitions.
28821 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28823         [BZ #14478]
28824         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28825         underflowed result.
28826         * math/s_cexpf.c (__cexpf): Likewise.
28827         * math/s_cexpl.c (__cexpl): Likewise.
28828         * math/libm-test.inc (cexp_test): Add more tests.
28830 2013-04-03  Andreas Schwab  <schwab@suse.de>
28832         [BZ #15330]
28833         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28834         order arrays from heap if bigger than alloca cutoff.
28836 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28838         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28839         (SNAN_TESTS_double): Refer to GCC PR56831.
28840         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28841         GCC PR56828.
28843 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28845         * Rules (bench): Move bench.out after the run is complete.
28847         * Rules (bench): Echo currently running benchmark.
28849         * benchtests/Makefile (bench): Add atan and slowatan.
28850         * benchtests/atan-inputs: New file.
28851         * benchtests/slowatan-inputs: New file.
28852         * benchtests/slowatan.c: New file.
28854         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28855         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28856         its value.
28858         [BZ #15305]
28859         * sysdeps/unix/sysv/linux/kernel-features.h
28860         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28861         __ASSUME_XFS_RESTRICTED_CHOWN.
28862         * sysdeps/unix/sysv/linux/pathconf.c
28863         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28864         Save and restore errno.
28866 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28868         [BZ #15327]
28869         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28870         arguments using __kernel_casinh.
28871         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28872         arguments using __kernel_casinhf.
28873         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28874         arguments using __kernel_casinhl.
28875         * math/libm-test.inc (cacosh_test): Add more tests.
28876         * sysdeps/i386/fpu/libm-test-ulps: Update.
28877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28879 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28881         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28882         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28884         * bench/Makefile (bench): Add sin and slowsin.
28885         * benchtests/sin-inputs: New file.
28886         * benchtests/slowsin-inputs: New file.
28887         * benchtests/slowsin.c: New file.
28889         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28890         (bench): Add slowexp and slowpow.
28891         (exp-ITER): Increase iterations.
28892         (pow-ITER): Likewise.
28893         * benchtests/exp-inputs: Change input.
28894         * benchtests/pow-inputs: Likewise.
28895         * benchtests/slowexp-inputs: New file.
28896         * benchtests/slowexp.c: New file.
28897         * benchtests/slowpow-inputs: New file.
28898         * benchtests/slowpow.c: New file.
28900 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28902         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28903         instructions.
28904         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28905         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28906         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28907         * benchtests/Makefile: Add rint benchtest.
28908         * benchtests/rint-inputs: Input for rint benchtest.
28910 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28912         * Versions.def (libm): Add GLIBC_2.18.
28913         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28914         hidden libm prototypes.
28915         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28916         * math/Makefile (libm-calls): Add s_issignaling.
28917         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28918         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28919         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28920         declaration.
28921         * math/math.h [__USE_GNU] (issignaling): New macro.
28922         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28923         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28924         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28925         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28926         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28927         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28928         * manual/arith.texi (issignaling): New section.
28929         * manual/libm-err-tab.pl (@all_functions): Update comment.
28930         * math/gen-libm-test.pl (parse_args): Apply special handling for
28931         issignaling.
28932         * math/libm-test.inc (print_float, issignaling_test): New
28933         functions.
28934         (check_float_internal): Add issignaling checks.
28935         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28936         default definition.
28937         * sysdeps/powerpc/math-tests.h: New file.
28938         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28939         tests.
28940         * math/test-snan.c (TEST_FUNC): Likewise.
28942 2013-03-30  David S. Miller  <davem@davemloft.net>
28944         * po/de.po: Update from translation team.
28946 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28948         [BZ #10357]
28949         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28950         imaginary part less than 1.0 and real part less than 0.5
28951         specially.
28952         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28953         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28954         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28955         (cacos_test): Add more tests.
28956         (casin_test): Likewise.
28957         (casinh_test): Likewise.
28958         * sysdeps/i386/fpu/libm-test-ulps: Update.
28959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28961 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28963         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28964         ONE with its value.
28966         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28967         (__pow_mp): Replace ONE and MONE with their values.
28968         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28969         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28970         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28971         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28972         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28973         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28975         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28977         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28978         (__pow_mp): Replace ZERO and MZERO with their values.
28979         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28980         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28981         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28982         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28983         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28984         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28985         (__sqr): Likewise.
28987         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28989         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28991 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28993         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28994         Declare with __attribute__ ((weak)).
28995         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28996         Call __call_tls_dtors only if it's not NULL.
28998 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29000         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29001         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29002         magic __ehdr_start linker symbol if it's defined.
29003         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29004         them up here if it was already done.
29006         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29007         (_dl_aux_init): Use const in cast when setting it.
29008         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29009         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29010         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29012         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29013         Declare them here.
29014         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29015         * csu/libc-tls.c: Nor here.
29016         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29018         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29019         (__libc_message): Never call vsyslog.
29021 2013-03-28  Alan Modra  <amodra@gmail.com>
29023         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29024         Define as empty.
29025         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29026         Likewise.
29028 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29030         [BZ #15214]
29031         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29032         underflow.
29033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29035 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29037         [BZ #15304]
29038         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29039         Don't add gid passed as argument.
29041         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29043 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29045         [BZ #15307]
29046         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29047         imaginary part between 1.0 and 1.5 and real part less than 0.5
29048         specially.
29049         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29050         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29051         * math/libm-test.inc (cacos_test): Add more tests.
29052         (casin_test): Likewise.
29053         (casinh_test): Likewise.
29054         * sysdeps/i386/fpu/libm-test-ulps: Update.
29055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29057 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29059         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29060         constants.
29061         (norm): Likewise.
29062         (denorm): Likewise.
29063         (__dbl_mp): Likewise.
29064         (add_magnitudes): Likewise.
29065         (sub_magnitudes): Likewise.
29066         (__add): Likewise.
29067         (__sub): Likewise.
29068         (__mul): Likewise.
29069         (__sqr): Likewise.
29070         (__inv): Likewise.
29071         (__dvd): Likewise.
29073         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29074         commented code.
29075         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29076         (__dubcos): Likewise.
29077         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29078         (__ieee754_acos): Likewise.
29079         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29080         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29081         (__exp1): Likewise.
29082         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29083         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29084         (log1): Likewise.
29085         (my_log2): Likewise.
29086         (checkint): Likewise.
29087         * sysdeps/ieee754/dbl-64/e_remainder.c
29088         (__ieee754_remainder): Likewise.
29089         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29090         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29091         (bsloww): Likewise.
29092         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29094         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29095         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29096         MANTISSA_STORE_T to store computations on mantissa.  Use
29097         macros for rounding and division.
29098         (denorm): Likewise.
29099         (__dbl_mp): Likewise.
29100         (add_magnitudes): Likewise.
29101         (sub_magnitudes): Likewise.
29102         (__mul): Likewise.
29103         (__sqr): Likewise.
29104         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29105         powers of two in terms of TWOPOW macro.
29106         (mp_no): Make type of mantissa as MANTISSA_T.
29107         [!RADIXI]: Define RADIXI.
29108         [!TWO52]: Define TWO52.
29109         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29111 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29113         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29114         llroundl symbol when building for PPC32.
29116 2013-03-24  Mark H Weaver  <mhw@netris.org>
29118         * manual/arith.texi (Normalization Functions): Fix prototypes for
29119         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29121 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29123         [BZ #13889]
29124         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29125         high value to check if expl overflow.
29126         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29127         to check for underflow and overflow.
29128         * math/libm-test.inc: Add exp test.
29130 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29132         [BZ #11120]
29133         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29134         with NOT_IN_libc.
29136 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29138         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29139         symbol.
29141 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29143         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29144         wrap blocks consisting of several statements.
29146         * sysdeps/generic/math-tests.h: New file.
29147         * sysdeps/i386/fpu/math-tests.h: Likewise.
29148         * math/test-snan.c: Include it.
29149         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29151 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29153         [BZ #15285]
29154         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29155         (__ieee754_j0l): Do not improve calculations using cos of twice
29156         input for inputs above LDBL_MAX / 2.0L.
29157         (__ieee754_y0l): Likewise.
29158         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29159         (__ieee754_j1l): Do not improve calculations using cos of twice
29160         input for inputs above LDBL_MAX / 2.0L.
29161         (__ieee754_y1l): Likewise.
29162         * math/libm-test.inc (j0_test): Add another test.
29163         (j1_test): Likewise.
29164         (y0_test): Likewise.
29165         (y1_test): Likewise.
29166         * sysdeps/i386/fpu/libm-test-ulps: Update.
29168 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29170         * Rules ($(objpfx)bench-%.c): Include code from a C source
29171         file.
29173 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29175         [BZ #15287]
29176         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29177         imaginary part 1.0 and real part less than 0.5 specially.
29178         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29179         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29180         * math/libm-test.inc (cacos_test): Add more tests.
29181         (casin_test): Likewise.
29182         (casinh_test): Likewise.
29183         * sysdeps/i386/fpu/libm-test-ulps: Update.
29184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29186 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29188         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29189         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29191 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29193         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29194         * config.make.in (config-cflags-sse4): Remove variable.
29195         (config-cflags-avx): Likewise.
29196         (config-cflags-sse2avx): Likewise.
29197         (config-cflags-novzeroupper): Likewise.
29198         (config-asflags-i686): Likewise.
29199         (have-mfma4): Likewise.
29200         (have-as-vis3): Likewise.
29201         (MIG): Likewise.
29202         * configure.in (MIG): Do not AC_SUBST.
29203         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29204         (libc_cv_cc_sse4): Do not AC_SUBST.
29205         (libc_cv_cc_avx): Likewise.
29206         (libc_cv_cc_sse2avx): Likewise.
29207         (libc_cv_cc_novzeroupper): Likewise.
29208         (libc_cv_cc_fma4): Likewise.
29209         (libc_cv_as_i686): Likewise.
29210         (libc_cv_sparc_as_vis3): Likewise.
29211         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29212         LIBC_CONFIG_VAR.
29213         (config-asflags-i686): Likewise.
29214         (config-cflags-avx): Likewise.
29215         (config-cflags-sse2avx): Likewise.
29216         (have-mfma4): Likewise.
29217         (config-cflags-novzeroupper): Likewise.
29218         * sysdeps/mach/configure.in (MIG): Likewise.
29219         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29220         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29221         LIBC_CONFIG_VAR.
29222         (config-cflags-avx): Likewise.
29223         (config-cflags-sse2avx): Likewise.
29224         (have-mfma4): Likewise.
29225         (config-cflags-novzeroupper): Likewise.
29226         * configure: Regenerated.
29227         * sysdeps/i386/configure: Likewise.
29228         * sysdeps/mach/configure: Likewise.
29229         * sysdeps/sparc/configure: Likewise.
29230         * sysdeps/x86_64/configure: Likewise.
29232 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29234         [BZ #14812]
29235         * locale/programs/localedef.c (options): Put N_ translation marker
29236         on argument names, not just descriptions.
29238 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29240         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29242 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29244         [BZ #14176]
29245         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29247 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29249         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29250         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29251         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29252         [!BEFORE_ABORT] (before_abort): New function.
29253         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29254         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29255         (writev_for_fatal): New function.
29256         (WRITEV_FOR_FATAL): New macro; call that.
29257         (backtrace_and_maps): New function.
29258         (BEFORE_ABORT): New macro; call that.
29259         (struct str_list): Type removed.
29260         (__libc_message, __libc_fatal): Functions removed.
29261         Include <sysdeps/posix/libc_fatal.c> instead.
29263 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29265         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29266         constants.
29267         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29268         double constants.
29270 2013-03-19  Andreas Schwab  <schwab@suse.de>
29272         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29273         * sysdeps/gnu/configure: Regenerate.
29275         * configure.in: Substitute libc_cv_rtlddir.
29276         * configure: Regenerate.
29277         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29278         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29279         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29280         * elf/Makefile (install-others, CFLAGS-interp.c)
29281         (ldso_install, common-ldd-rewrite): Likewise.
29282         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29283         $(inst_slibdir)/$(rtld-installed-name).
29284         * scripts/rellns-sh: Add -p option.
29285         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29286         for source.
29288 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29290         * manual/nptl.texi: Renamed to ...
29291         * manual/threads.texi: ... this.
29292         * manual/Makefile (chapters): Update.
29294 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29296         [BZ #14812]
29297         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29298         on argument names, not just descriptions.
29299         * malloc/memusagestat.c (options): Likewise.
29300         * nss/getent.c (options): Likewise.
29302 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29304         [BZ #14812]
29305         * iconv/iconv_prog.c (options): Put N_ translation marker
29306         on argument names, not just descriptions.
29307         * iconv/iconvconfig.c (options): Likewise.
29309 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29311         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29312         implementation which is faster on all x86_64 architectures.
29313         Tested on AMD, Intel Nehalem, SNB, IVB.
29314         * sysdeps/x86_64/strnlen.S: Likewise.
29316         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29317         Remove all multiarch strlen and strnlen versions.
29318         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29319         Remove strlen and strnlen related parts.
29321         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29322         Inline strlen part.
29323         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29325         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29326         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29327         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29328         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29329         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29330         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29332 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29334         * manual/memory.texi (Malloc Tunable Parameters):
29335         Sort parameters alphabetically. Add comments for missing entries.
29337 2013-03-17  David S. Miller  <davem@davemloft.net>
29339         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29341 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29343         [BZ #15283]
29344         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29345         for arguments at most half maximum finite value.
29346         * math/libm-test.inc (j0_test): Add more tests.
29347         (j1_test): Likewise.
29348         (y0_test): Likewise.
29349         (y1_test): Likewise.
29350         * sysdeps/i386/fpu/libm-test-ulps: Update.
29351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29353         [BZ #14155]
29354         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29355         1 / x and functions P and Q for arguments above 0x1p256L.
29356         (__ieee754_y0l): Likewise.
29357         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29358         (__ieee754_y1l): Likewise.
29359         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29360         (j1_test): Likewise.
29361         (y0_test): Likewise.
29362         (y1_test): Likewise.
29364 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29366         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29367         variable.
29369 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29371         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29372         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29373         zero since it's initialized to EXEC_PAGESIZE.
29375         * sysdeps/unix/sysv/linux/ldsodefs.h
29376         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29377         * sysdeps/generic/ldsodefs.h: ... here.
29379 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29381         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29383         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29384         math/test-snan.c.
29385         * math/test-snan.c: Renamed from
29386         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29387         * math/Makefile (tests): Add test-snan.
29388         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29389         test-powerpc-snan.
29391         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29392         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29393         functions.
29394         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29395         __builtin_nan family of functions.
29396         * math/libm-test.inc (initialize): Initialize qnan_value with
29397         __builtin_nan family of functions.
29398         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29399         Remove variables.
29400         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29401         Remove functions.
29402         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29403         storage class.  Initialize qNaN_var and sNaN_var with
29404         __builtin_nan and __builtin_nans families of functions,
29405         respectively.
29407         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29408         (sqrt_test): Remove duplicate test with qNaN input.
29409         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29410         (round_test, signbit_test, significand_test): Note missing +/-Inf
29411         as well as qNaN tests.
29413         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29414         qNaN_var.  Fix a few strings, too.
29415         * math/libm-test.inc (nan_value): Rename to qnan_value.
29416         * math/gen-libm-test.pl (%beautify): Adjust to that.
29417         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29418         * math/test-misc.c (main): Likewise.
29419         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29420         to __qnan_bytes, and __qnan_union, respectively.
29421         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29422         Likewise.
29423         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29424         and lqnanval, respectively.
29425         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29426         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29427         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29428         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29430         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29431         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29432         doubles.
29434         * math/test-misc.c (main): Fix copy'n'pastos.
29435         * misc/tst-efgcvt.c (special): Likewise.
29437         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29438         Remove declarations.
29440 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29442         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29443         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29444         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29445         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29447 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29449         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29450         macro to return vdso values correctly in IFUNC implementations.
29451         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29452         Optimization by using IFUNC.
29454 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29455             Richard Henderson  <rth@redhat.com>
29456             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29458         * Makefile.in (bench): New target.
29459         * NEWS: Mention the benchmark framework.
29460         * Rules (bench): Likewise.
29461         (binaries-bench): Generate binaries for functions to
29462         benchmark.
29463         * benchtests/Makefile: New makefile for benchmark tests.
29464         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29465         programs.
29466         * benchtests/exp-inputs: New input file for EXP function.
29467         * benchtests/pow-inputs: New input file for POW function.
29468         * scripts/bench.pl: New script to generate source files for
29469         benchmark programs.
29471 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29473         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29474         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29475         computations on mantissa.  Use macros for rounding and
29476         division.
29477         (denorm): Likewise.
29478         (__dbl_mp): Likewise.
29479         (add_magnitudes): Likewise.
29480         (sub_magnitudes): Likewise.
29481         (__mul): Likewise.
29482         (__sqr): Likewise.
29483         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29484         powers of two in terms of TWOPOW macro.
29485         (mp_no): Make type of mantissa as MANTISSA_T.
29486         [!RADIXI]: Define RADIXI.
29487         [!TWO52]: Define TWO52.
29488         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29490         * manual/nptl.texi (cindex): Modify threads to pthreads.
29492 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29494         * sysdeps/x86_64/preconfigure: Regenerated.
29496 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29498         [BZ #14155]
29499         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29500         0x1p28 and above.
29501         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29502         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29503         0x1p28 and above.
29504         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29505         * math/libm-test.inc (j0_test): Do not allow one spurious
29506         underflow exception.
29507         (y1_test): Likewise.
29509 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29511         * manual/Makefile (chapters): Add nptl.
29512         * manual/debug.texi (Debugging Support): Add link to Threads
29513         chapter.
29514         * manual/nptl.texi: New file.
29516         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29518 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29520         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29521         for non-NULL pointer before the memory validity test. Pointed
29522         out by Holger Brunck <holger.brunck@keymile.com>.
29524 2013-03-13  Andreas Schwab  <schwab@suse.de>
29526         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29527         instead of .os.
29529 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29531         * timezone/zic.c: Update from tzcode 2013b.
29533 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29535         * manual/install.texi (Configuring and compiling):
29536         Mention i686 and i586.
29537         * INSTALL: Regenerate.
29539 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29541         * sysdeps/init_array/elf-init.c: New file.
29542         * csu/elf-init.c
29543         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29544         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29546         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29547         __gmon_start__ as global, but as static with a .preinit_array pointer.
29548         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29549         * sysdeps/init_array/crti.S: New file, empty except for comments.
29550         * sysdeps/init_array/crtn.S: Likewise.
29552 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29554         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29555         definining bcopy.
29556         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29557         Remove Prefer_SSE_for_memop.
29558         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29559         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29560         HAS_PREFER_SSE_FOR_MEMOP.
29561         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29562         memset-x86-64.
29563         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29564         Remove bzero, memset ifunc support.
29565         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29566         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29567         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29568         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29570 2013-03-11  Andreas Schwab  <schwab@suse.de>
29572         [BZ #15234]
29573         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29574         by SHLIB_COMPAT.
29575         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29576         (GLIBC_2.16): Remove pthread_atfork.
29578 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29580         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29581         (ptestcases.h): Likewise.
29583 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29585         * Makeconfig ($(common-objpfx)config.status): Depend on
29586         sysdeps/*/preconfigure{,.in} too.
29588 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29590         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29591         (__free_hook): Use void * instead of __malloc_ptr_t.
29592         (__malloc_hook): Likewise.
29593         (__realloc_hook): Likewise.
29594         (__memalign_hook): Likewise.
29595         (__after_morecore_hook): Likewise.
29596         * malloc/arena.c (save_malloc_hook): Likewise.
29597         (save_free_hook): Likewise.
29598         * malloc/hooks.c (malloc_hook_ini): Likewise.
29599         (realloc_hook_ini): Likewise.
29600         (memalign_hook_ini): Likewise.
29601         * malloc/malloc.c (malloc_hook_ini): Likewise.
29602         (realloc_hook_ini): Likewise.
29603         (memalign_hook_ini): Likewise.
29604         (__free_hook): Likewise.
29605         (__malloc_hook): Likewise.
29606         (__realloc_hook): Likewise.
29607         (__memalign_hook): Likewise.
29608         (__libc_malloc): Likewise.
29609         (__libc_free): Likewise.
29610         (__libc_realloc): Likewise.
29611         (__libc_memalign): Likewise.
29612         (__libc_valloc): Likewise.
29613         (__libc_pvalloc): Likewise.
29614         (__libc_calloc): Likewise.
29615         (__posix_memalign): Likewise.
29616         * malloc/morecore.c (__sbrk): Likewise.
29617         (__default_morecore): Likewise.
29619         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29621         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29622         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29623         __malloc_ptrdiff_t.
29625         * malloc/malloc.h (__malloc_size_t): Remove macro.
29626         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29627         __malloc_size_t.
29628         (old_memalign_hook): Likewise.
29629         (old_realloc_hook): Likewise.
29630         (struct hdr): Likewise.
29631         (flood): Likewise.
29632         (mallochook): Likewise.
29633         (memalignhook): Likewise.
29634         (reallochook): Likewise.
29635         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29636         (tr_old_realloc_hook): Likewise.
29637         (tr_old_memalign_hook): Likewise.
29638         (tr_mallochook): Likewise.
29639         (tr_reallochook): Likewise.
29640         (tr_memalignhook): Likewise.
29642 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29644         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29645         default_ldbl_pack and using as default implementation.
29646         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29647         implementation.
29648         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29649         redundant definition.
29650         (ldbl_insert_mantissa): Likewise.
29651         (ldbl_canonicalize): Likewise.
29652         (ldbl_nearbyint): Likewise.
29653         (ldbl_pack): Rename to ldbl_pack_ppc.
29654         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29655         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29656         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29658 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29660         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29661         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29662         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29663         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29664         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29665         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29666         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29667         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29669 2013-03-07  Andreas Jaeger  <aj@suse.de>
29671         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29672         bits/mman-linux.h.
29674 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29676         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29677         Include mpa.h and declare __MPEXP.
29678         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29679         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29680         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29681         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29682         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29683         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29684         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29686         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29687         (__slowpow): Use long double EXPL and LOGL functions to
29688         compute POW.
29689         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29690         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29691         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29692         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29693         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29694         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29696         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29697         intermediate variable to calculate exponent.
29698         (__sqr): Likewise.
29699         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29700         Likewise.
29701         (__sqr): Likewise.
29703         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29704         [!NO__SQR]: Define __sqr.
29705         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29706         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29707         sysdeps/ieee754/dbl-64/mpa.c.
29708         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29710         [BZ #12723]
29711         * posix/Makefile (tests): Add tst-pathconf.
29712         * posix/tst-pathconf.c: New test case.
29713         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29714         _PC_PIPE_BUF.
29715         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29717 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29719         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29721 2013-03-06  Andreas Jaeger  <aj@suse.de>
29723         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29724         definition via __MAP_ANONYMOUS.
29726         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29727         it's not part of Linux headers.
29729         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29730         (MAP_HUGE_MASK): Define.
29732         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29733         Define.
29734         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29735         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29736         Define.
29737         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29738         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29739         Define.
29740         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29741         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29742         Define.
29743         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29745         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29746         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29747         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29748         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29749         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29750         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29752         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29753         Handle f2fs.
29755         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29756         Handle f2fs and efivarfs.
29758         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29759         f2fs.
29761         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29762         (EFIVARFS_MAGIC): Add.
29763         (F2FS_LINK_MAX): Add.
29765 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29767         * stdio-common/vfprintf.c: Replace __builtin_expect with
29768         __glibc_unlikely.
29770 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29772         [BZ #13550]
29773         * sysdeps/generic/bp-sym.h: Remove file.
29774         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29775         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29776         <bp-sym.h> and <bp-asm.h>.
29777         (__longjmp): Don't use BP_SYM.
29778         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29779         and <bp-asm.h>.
29780         (memcpy): Don't use BP_SYM.
29781         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29782         <bp-sym.h> and <bp-asm.h>.
29783         (memcpy): Don't use BP_SYM.
29784         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29785         <bp-asm.h>.
29786         (memcpy): Don't use BP_SYM.
29787         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29788         <bp-asm.h>.
29789         (memset): Don't use BP_SYM.
29790         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29791         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29792         (__bzero): Don't use BP_SYM.
29793         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29794         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29795         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29796         <bp-sym.h> and <bp-asm.h>.
29797         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29798         pointers.
29799         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29800         <bp-sym.h> and <bp-asm.h>.
29801         (memcpy): Don't use BP_SYM.
29802         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29803         <bp-sym.h> and <bp-asm.h>.
29804         (memset): Don't use BP_SYM.
29805         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29806         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29807         (__bzero): Don't use BP_SYM.
29808         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29809         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29810         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29811         <bp-sym.h> and <bp-asm.h>.
29812         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29813         pointers.
29814         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29815         <bp-sym.h> and <bp-asm.h>.
29816         (memcpy): Don't use BP_SYM.
29817         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29818         <bp-sym.h> and <bp-asm.h>.
29819         (memset): Don't use BP_SYM.
29820         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29821         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29822         (__bzero): Don't use BP_SYM.
29823         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29824         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29825         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29826         <bp-sym.h> and <bp-asm.h>.
29827         (__memchr): Don't use BP_SYM.
29828         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29829         <bp-sym.h> and <bp-asm.h>.
29830         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29831         pointers.
29832         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29833         <bp-sym.h> and <bp-asm.h>.
29834         (memcpy): Don't use BP_SYM.
29835         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29836         <bp-sym.h> and <bp-asm.h>.
29837         (__mempcpy): Don't use BP_SYM.
29838         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29839         <bp-sym.h> and <bp-asm.h>.
29840         (__memrchr): Don't use BP_SYM.
29841         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29842         <bp-sym.h> and <bp-asm.h>.
29843         (memset): Don't use BP_SYM.
29844         (__bzero): Likewise.
29845         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29846         <bp-sym.h> and <bp-asm.h>.
29847         (__rawmemchr): Don't use BP_SYM.
29848         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29849         <bp-sym.h> and <bp-asm.h>.
29850         (__STRCMP): Don't use BP_SYM.
29851         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29852         <bp-sym.h> and <bp-asm.h>.
29853         (strchr): Don't use BP_SYM.
29854         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29855         <bp-sym.h> and <bp-asm.h>.
29856         (__strchrnul): Don't use BP_SYM.
29857         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29858         <bp-sym.h> and <bp-asm.h>.
29859         (strlen): Don't use BP_SYM.
29860         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29861         <bp-sym.h> and <bp-asm.h>.
29862         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29863         pointers.
29864         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29865         <bp-sym.h> and <bp-asm.h>.
29866         (__strnlen): Don't use BP_SYM.
29867         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29868         <bp-sym.h> and <bp-asm.h>.
29869         (__GI__setjmp): Don't use BP_SYM.
29870         (_setjmp): Likewise.
29871         (__sigsetjmp): Likewise.
29872         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29873         (L(start_addresses)): Don't use BP_SYM.
29874         (_start): Likewise.
29875         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29876         <bp-asm.h>.
29877         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29878         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29879         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29880         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29881         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29882         <bp-asm.h>.
29883         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29884         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29885         about bounded pointers.
29886         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29887         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29888         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29889         <bp-asm.h>.
29890         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29891         about bounded pointers.  Remove GKM FIXME comments.
29892         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29893         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29894         <bp-asm.h>.
29895         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29896         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29897         Remove GKM FIXME comments.
29898         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29899         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29900         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29901         <bp-asm.h>.
29902         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29903         about bounded pointers.  Remove GKM FIXME comment.
29904         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29905         and <bp-asm.h>.
29906         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29907         pointers.
29908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29909         <bp-sym.h> and <bp-asm.h>.
29910         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29912         <bp-sym.h> and <bp-asm.h>.
29913         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29914         comment.
29916 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29918         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29919         call free(NULL).
29921 2013-03-05  David S. Miller  <davem@davemloft.net>
29923         * po/es.po: Update from translation team.
29925 2013-03-05  Andreas Jaeger  <aj@suse.de>
29927         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29928         <bits/mman-linux.h>.
29929         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29930         is fine.
29931         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29932         <bits/mman-linux.h> to end of file.
29933         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29934         is fine.
29935         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29936         <bits/mman-linux.h> to end of file.
29937         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29938         is fine.
29939         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29940         <bits/mman-linux.h> to end of file.
29942         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29943         (MCL_CURRENT, MCL_FUTURE): Define here.
29945 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29947         [BZ #15232]
29948         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29949         attribute_hidden.
29950         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29952 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29954         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29955         fourth parameter needed for rt_sigprocmask syscall.
29956         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29957         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29958         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29959         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29960         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29961         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29963 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29965         [BZ #13550]
29966         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29967         comment about bounded pointers.
29968         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29969         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29971 2013-03-04  Andreas Jaeger  <aj@suse.de>
29973         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29974         common definitions.
29976         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29977         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29978         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29979         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29980         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29981         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29983 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29985         [BZ #15055]
29986         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29987         __ieee754_sqrl instead of __sqrl.
29989 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29991         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29992         * sysdeps/powerpc/fpu_control.h: ... here.
29993         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29994         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29995         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29996         * sysdeps/powerpc/bits/mathinline.h: ... here.
29998 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30000         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30001         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30002         to just [NEED_DL_SYSINFO_DSO].
30003         * elf/dl-support.c: Likewise.
30004         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30005         * elf/rtld.c (dl_main): Likewise.
30006         * elf/setup-vdso.h (setup_vdso): Likewise.
30007         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30008         * sysdeps/unix/sysv/linux/dl-sysdep.c
30009         (_dl_discover_osversion): Likewise.
30011 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30013         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30014         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30016 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30018         * NEWS: Mention libm performance improvements and non-x86 PI
30019         futex support.
30021         * csu/libc-start.c (__pthread_initialize_minimal): Change
30022         function arguments.
30023         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30025 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30027         [BZ #13550]
30028         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30029         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30030         <bp-sym.h> and <bp-asm.h>.
30031         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30032         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30033         and <bp-asm.h>.
30034         (memcpy): Don't use BP_SYM.
30035         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30036         <bp-asm.h>.
30037         (__mpn_add_n): Don't use BP_SYM.
30038         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30039         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30040         and <bp-asm.h>.
30041         (__mpn_addmul_1): Don't use BP_SYM.
30042         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30043         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30044         <bp-sym.h>.
30045         (_setjmp): Don't use BP_SYM.
30046         (__novmx_setjmp): Likewise.
30047         (__GI__setjmp): Likewise.
30048         (__vmx_setjmp): Likewise.
30049         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30050         <bp-sym.h>.
30051         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30052         (__bzero): Don't use BP_SYM.
30053         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30054         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30055         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30056         <bp-sym.h> and <bp-asm.h>.
30057         (memcpy): Don't use BP_SYM.
30058         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30059         <bp-sym.h> and <bp-asm.h>.
30060         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30061         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30062         <bp-sym.h> and <bp-asm.h>.
30063         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30064         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30065         <bp-asm.h>.
30066         (__mpn_lshift): Don't use BP_SYM.
30067         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30068         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30069         <bp-asm.h>.
30070         (memset): Don't use BP_SYM.
30071         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30072         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30073         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30074         <bp-asm.h>.
30075         (__mpn_mul_1): Don't use BP_SYM.
30076         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30077         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30078         <bp-sym.h> and <bp-asm.h>.
30079         (memcmp): Don't use BP_SYM.
30080         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30081         <bp-sym.h> and <bp-asm.h>.
30082         (memcpy): Don't use BP_SYM.
30083         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30084         <bp-sym.h> and <bp-asm.h>.
30085         (memset): Don't use BP_SYM.
30086         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30087         <bp-sym.h> and <bp-asm.h>.
30088         (strncmp): Don't use BP_SYM.
30089         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30090         <bp-sym.h> and <bp-asm.h>.
30091         (memcpy): Don't use BP_SYM.
30092         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30093         <bp-sym.h> and <bp-asm.h>.
30094         (memset): Don't use BP_SYM.
30095         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30096         <bp-sym.h> and <bp-asm.h>.
30097         (__memchr): Don't use BP_SYM.
30098         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30099         <bp-sym.h> and <bp-asm.h>.
30100         (memcmp): Don't use BP_SYM.
30101         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30102         <bp-sym.h> and <bp-asm.h>.
30103         (memcpy): Don't use BP_SYM.
30104         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30105         <bp-sym.h> and <bp-asm.h>.
30106         (__mempcpy): Don't use BP_SYM.
30107         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30108         <bp-sym.h> and <bp-asm.h>.
30109         (__memrchr): Don't use BP_SYM.
30110         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30111         <bp-sym.h> and <bp-asm.h>.
30112         (memset): Don't use BP_SYM.
30113         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30114         <bp-sym.h> and <bp-asm.h>.
30115         (__rawmemchr): Don't use BP_SYM.
30116         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30117         <bp-sym.h> and <bp-asm.h>.
30118         (__STRCMP): Don't use BP_SYM.
30119         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30120         <bp-sym.h> and <bp-asm.h>.
30121         (strchr): Don't use BP_SYM.
30122         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30123         <bp-sym.h> and <bp-asm.h>.
30124         (__strchrnul): Don't use BP_SYM.
30125         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30126         <bp-sym.h> and <bp-asm.h>.
30127         (strlen): Don't use BP_SYM.
30128         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30129         <bp-sym.h> and <bp-asm.h>.
30130         (strncmp): Don't use BP_SYM.
30131         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30132         <bp-sym.h> and <bp-asm.h>.
30133         (__strnlen): Don't use BP_SYM.
30134         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30135         <bp-asm.h>.
30136         (__mpn_rshift): Don't use BP_SYM.
30137         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30138         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30139         <bp-sym.h> and <bp-asm.h>.
30140         (__sigsetjmp): Don't use BP_SYM.
30141         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30142         (L(start_addresses)): Don't use BP_SYM.
30143         (_start): Likewise.
30144         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30145         <bp-asm.h>.
30146         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30147         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30148         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30149         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30150         <bp-asm.h>.
30151         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30152         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30153         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30154         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30155         <bp-asm.h>.
30156         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30157         comments.
30158         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30159         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30160         <bp-asm.h>.
30161         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30162         FIXME comments.
30163         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30164         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30165         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30166         <bp-asm.h>.
30167         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30168         comment.
30169         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30170         and <bp-asm.h>.
30171         (strncmp): Don't use BP_SYM,
30172         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30173         <bp-asm.h>.
30174         (__mpn_sub_n): Don't use BP_SYM.
30175         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30176         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30177         and <bp-asm.h>.
30178         (__mpn_submul_1): Don't use BP_SYM.
30179         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30181         <bp-sym.h> and <bp-asm.h>.
30182         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30184         <bp-sym.h> and <bp-asm.h>.
30185         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30186         comment.
30188 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30190         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30191         Use ZK to minimize writes to Z.
30192         (sub_magnitudes): Simplify code a bit.
30193         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30194         Use ZK to minimize writes to Z.
30195         (sub_magnitudes): Simplify code a bit.
30197 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30199         * csu/gmon-start.c: Add special exception to license text.
30201 2013-02-27  Richard Henderson  <rth@redhat.com>
30203         * scripts/config.guess: Update from config.git.
30204         * scripts/config.sub: Likewise.
30206 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30208         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30210         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30212         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30214         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30216         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30218 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30220         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30221         [$(build-shared = yes].
30223 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30225         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30226         (__mul): Reduce iterations for calculating mantissa.
30228         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30229         MPTWO.
30230         (__mpranred): Likewise.
30232         [BZ #15160]
30233         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30234         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30236 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30238         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30239         Define __attribute__.
30241 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30243         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30244         unused.
30245         * posix/regex_internal.h (__attribute): Remove.
30246         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30247         (re_string_context_at): Likewise.
30248         (bitset_not): Use __attribute__ and mark function as possibly
30249         unused.
30250         (bitset_merge): Likewise.
30251         (bitset_mask): Likewise.
30252         (re_string_char_size_at): Likewise.
30253         (re_string_wchar_at): Likewise.
30254         (re_string_elem_size_at): Likewise.
30256 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30258         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30259         code.
30260         (cc32): Likewise.
30262         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30263         (__acr): Likewise.
30264         (__cpy): Likewise.
30265         (norm): Likewise.
30266         (denorm): Likewise.
30267         (__dbl_mp): Likewise.
30268         (add_magnitudes): Likewise.
30269         (sub_magnitudes): Likewise.
30270         (__mul): Likewise.
30271         (__inv): Likewise.
30273         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30274         style.
30276         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30277         style.
30279         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30280         code.
30282         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30283         up changes with default code.
30284         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30285         Likewise.
30287 2013-02-24  Allan McRae  <allan@archlinux.org>
30289         * manual/socket.texi (The Internet Namespace): Order menu items
30290         to match that in the file.
30292         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30293         node listing of the info page menu.
30295 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30297         [BZ #13550]
30298         * sysdeps/i386/bp-asm.h: Remove file.
30299         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30300         (PARMS): Do not use macros from bp-asm.h.
30301         (S1): Likewise.
30302         (S2): Likewise.
30303         (SIZE): Likewise.
30304         (__mpn_add_n): Do not use BP_SYM
30305         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30306         "bp-asm.h".
30307         (PARMS): Do not use macros from bp-asm.h.
30308         (S1): Likewise.
30309         (SIZE): Likewise.
30310         (__mpn_addmul_1): Do not use BP_SYM
30311         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30312         "bp-asm.h".
30313         (PARMS): Do not use macros from bp-asm.h.
30314         (SIGMSK): Likewise.
30315         (_setjmp): Likewise.  Do not use BP_SYM.
30316         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30317         "bp-asm.h".
30318         (PARMS): Do not use macros from bp-asm.h.
30319         (SIGMSK): Likewise.
30320         (setjmp): Likewise.  Do not use BP_SYM.
30321         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30322         "bp-asm.h".
30323         (PARMS): Do not use macros from bp-asm.h.
30324         (__frexp): Do not use BP_SYM.
30325         (frexp): Likewise.
30326         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30327         "bp-asm.h".
30328         (PARMS): Do not use macros from bp-asm.h.
30329         (__frexpf): Do not use BP_SYM.
30330         (frexpf): Likewise.
30331         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30332         "bp-asm.h".
30333         (PARMS): Do not use macros from bp-asm.h.
30334         (__frexpl): Do not use BP_SYM.
30335         (frexpl): Likewise.
30336         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30337         "bp-asm.h".
30338         (PARMS): Do not use macros from bp-asm.h.
30339         (__remquo): Do not use BP_SYM.
30340         (remquo): Likewise.
30341         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30342         "bp-asm.h".
30343         (PARMS): Do not use macros from bp-asm.h.
30344         (__remquof): Do not use BP_SYM.
30345         (remquof): Likewise.
30346         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30347         "bp-asm.h".
30348         (PARMS): Do not use macros from bp-asm.h.
30349         (__remquol): Do not use BP_SYM.
30350         (remquol): Likewise.
30351         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30352         "bp-asm.h".
30353         (PARMS): Do not use macros from bp-asm.h.
30354         (DEST): Likewise.
30355         (SRC): Likewise.
30356         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30357         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30358         "bp-asm.h".
30359         (PARMS): Do not use macros from bp-asm.h.
30360         (strlen): Do not use BP_SYM.
30361         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30362         "bp-asm.h".
30363         (PARMS): Do not use macros from bp-asm.h.
30364         (S1): Likewise.
30365         (S2): Likewise.
30366         (SIZE): Likewise.
30367         (__mpn_add_n): Do not use BP_SYM.
30368         * sysdeps/i386/i586/addmul_1.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         (SIZE): Likewise.
30373         (__mpn_addmul_1): Do not use BP_SYM.
30374         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30375         weak_alias.
30376         (bzero): Likewise.
30377         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30378         "bp-asm.h".
30379         (PARMS): Do not use macros from bp-asm.h.
30380         (S): Likewise.
30381         (SIZE): Likewise.
30382         (__mpn_lshift): Do not use BP_SYM.
30383         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30384         "bp-asm.h".
30385         (PARMS): Do not use macros from bp-asm.h.
30386         (DEST): Likewise.
30387         (SRC): Likewise.
30388         (LEN): Likewise.
30389         (memcpy): Likewise.  Do not use BP_SYM.
30390         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30391         libc_hidden_def and weak_alias.
30392         (mempcpy): Do not use BP_SYM in weak_alias.
30393         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30394         "bp-asm.h".
30395         (PARMS): Do not use macros from bp-asm.h.
30396         (DEST): Likewise.
30397         (LEN): Likewise.
30398         [!BZERO_P] (CHR): Likewise.
30399         (memset): Likewise.  Do not use BP_SYM.
30400         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30401         "bp-asm.h".
30402         (PARMS): Do not use macros from bp-asm.h.
30403         (S1): Likewise.
30404         (SIZE): Likewise.
30405         (__mpn_mul_1): Do not use BP_SYM.
30406         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30407         "bp-asm.h".
30408         (PARMS): Do not use macros from bp-asm.h.
30409         (S): Likewise.
30410         (SIZE): Likewise.
30411         (__mpn_rshift): Do not use BP_SYM.
30412         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30413         "bp-asm.h".
30414         (PARMS): Do not use macros from bp-asm.h.
30415         (STR): Likewise.
30416         (CHR): Likewise.
30417         (strchr): Likewise.  Do not use BP_SYM.
30418         (index): Do not use BP_SYM in weak_alias.
30419         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30420         "bp-asm.h".
30421         (PARMS): Do not use macros from bp-asm.h.
30422         (DEST): Likewise.
30423         (SRC): Likewise.
30424         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30425         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30426         "bp-asm.h".
30427         (PARMS): Do not use macros from bp-asm.h.
30428         (strlen): Do not use BP_SYM.
30429         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30430         "bp-asm.h".
30431         (PARMS): Do not use macros from bp-asm.h.
30432         (S1): Likewise.
30433         (S2): Likewise.
30434         (SIZE): Likewise.
30435         (__mpn_sub_n): Do not use BP_SYM.
30436         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
30441         (__mpn_submul_1): Do not use BP_SYM.
30442         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30443         "bp-asm.h".
30444         (PARMS): Do not use macros from bp-asm.h.
30445         (S1): Likewise.
30446         (S2): Likewise.
30447         (SIZE): Likewise.
30448         (__mpn_add_n): Do not use BP_SYM.
30449         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30450         weak_alias.
30451         (bzero): Likewise.
30452         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30453         "bp-asm.h".
30454         (PARMS): Do not use macros from bp-asm.h.
30455         (BLK2): Likewise.
30456         (LEN): Likewise.
30457         (memcmp): Do not use BP_SYM.
30458         (bcmp): Do not use BP_SYM in weak_alias.
30459         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30460         "bp-asm.h".
30461         (PARMS): Do not use macros from bp-asm.h.
30462         (DEST): Likewise.
30463         (SRC): Likewise.
30464         (LEN): Likewise.
30465         (memcpy): Likewise.  Do not use BP_SYM.
30466         * sysdeps/i386/i686/memmove.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         (memmove): Likewise.  Do not use BP_SYM.
30473         * sysdeps/i386/i686/mempcpy.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         (__mempcpy): Likewise.  Do not use BP_SYM.
30480         (mempcpy): Do not use BP_SYM in weak_alias.
30481         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30482         "bp-asm.h".
30483         (PARMS): Do not use macros from bp-asm.h.
30484         (DEST): Likewise.
30485         (LEN): Likewise.
30486         [!BZERO_P] (CHR): Likewise.
30487         (memset): Likewise.  Do not use BP_SYM.
30488         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30489         "bp-asm.h".
30490         (PARMS): Do not use macros from bp-asm.h.
30491         (STR2): Likewise.
30492         (strcmp): Do not use BP_SYM.
30493         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30494         "bp-asm.h".
30495         (PARMS): Do not use macros from bp-asm.h.
30496         (STR): Likewise.
30497         (DELIM): Likewise.
30498         [USE_AS_STRTOK_R] (SAVE): Likewise.
30499         (FUNCTION): Likewise.  Do not use BP_SYM.
30500         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30501         aliases.
30502         (strtok_r): Likewise.
30503         (__GI___strtok_r): Likewise.
30504         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30505         (PARMS): Do not use macros from bp-asm.h.
30506         (S): Likewise.
30507         (SIZE): Likewise.
30508         (__mpn_lshift): Do not use BP_SYM.
30509         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30510         (PARMS): Do not use macros from bp-asm.h.
30511         (STR): Likewise.
30512         (CHR): Likewise.
30513         (__memchr): Do not use BP_SYM.
30514         (memchr): Do not use BP_SYM in weak_alias.
30515         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30516         (PARMS): Do not use macros from bp-asm.h.
30517         (BLK2): Likewise.
30518         (LEN): Likewise.
30519         (memcmp): Do not use BP_SYM.
30520         (bcmp): Do not use BP_SYM in weak_alias.
30521         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30522         (PARMS): Do not use macros from bp-asm.h.
30523         (S1): Likewise.
30524         (SIZE): Likewise.
30525         (__mpn_mul_1): Do not use BP_SYM.
30526         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30527         "bp-asm.h".
30528         (PARMS): Do not use macros from bp-asm.h.
30529         (STR): Likewise.
30530         (CHR): Likewise.
30531         (__rawmemchr): Do not use BP_SYM.
30532         (rawmemchr): Do not use BP_SYM in weak_alias.
30533         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30534         (PARMS): Do not use macros from bp-asm.h.
30535         (S): Likewise.
30536         (SIZE): Likewise.
30537         (__mpn_rshift): Do not use BP_SYM.
30538         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30539         (PARMS): Do not use macros from bp-asm.h.
30540         (SIGMSK): Likewise.
30541         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30542         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30543         (_start): Do not use BP_SYM.
30544         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30545         (PARMS): Do not use macros from bp-asm.h.
30546         (DEST): Likewise.
30547         (SRC): Likewise.
30548         (__stpcpy): Likewise.  Do not use BP_SYM.
30549         (stpcpy): Do not use BP_SYM in weak_alias.
30550         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30551         "bp-asm.h".
30552         (PARMS): Do not use macros from bp-asm.h.
30553         (DEST): Likewise.
30554         (SRC): Likewise.
30555         (LEN): Likewise.
30556         (__stpncpy): Likewise.  Do not use BP_SYM.
30557         (stpncpy): Do not use BP_SYM in weak_alias.
30558         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30559         (PARMS): Do not use macros from bp-asm.h.
30560         (STR): Likewise.
30561         (CHR): Likewise.
30562         (strchr): Likewise.  Do not use BP_SYM.
30563         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30564         "bp-asm.h".
30565         (PARMS): Do not use macros from bp-asm.h.
30566         (STR): Likewise.
30567         (CHR): Likewise.
30568         (__strchrnul): Likewise.  Do not use BP_SYM.
30569         (strchrnul): Do not use BP_SYM in weak_alias.
30570         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30571         "bp-asm.h".
30572         (PARMS): Do not use macros from bp-asm.h.
30573         (STOP): Likewise.
30574         (strcspn): Do not use BP_SYM.
30575         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30576         "bp-asm.h".
30577         (PARMS): Do not use macros from bp-asm.h.
30578         (STR): Likewise.
30579         (STOP): Likewise.
30580         (strpbrk): Likewise.  Do not use BP_SYM.
30581         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30582         "bp-asm.h".
30583         (PARMS): Do not use macros from bp-asm.h.
30584         (STR): Likewise.
30585         (CHR): Likewise.
30586         (strrchr): Likewise.  Do not use BP_SYM.
30587         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30588         (PARMS): Do not use macros from bp-asm.h.
30589         (SKIP): Likewise.
30590         (strspn): Do not use BP_SYM.
30591         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30592         (PARMS): Do not use macros from bp-asm.h.
30593         (STR): Likewise.
30594         (DELIM): Likewise.
30595         (SAVE): Likewise.
30596         (FUNCTION): Likewise.  Do not use BP_SYM.
30597         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30598         aliases.
30599         (strtok_r): Likewise.
30600         (__GI___strtok_r): Likewise.
30601         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30602         (PARMS): Do not use macros from bp-asm.h.
30603         (S1): Likewise.
30604         (S2): Likewise.
30605         (SIZE): Likewise.
30606         (__mpn_sub_n): Do not use BP_SYM.
30607         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30608         "bp-asm.h".
30609         (PARMS): Do not use macros from bp-asm.h.
30610         (S1): Likewise.
30611         (SIZE): Likewise.
30612         (__mpn_submul_1): Do not use BP_SYM.
30613         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30614         <bp-sym.h>.
30615         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30616         and <bp-asm.h>.
30617         (PARMS): Do not use macros from bp-asm.h.
30618         (FLAGS): Likewise.
30619         (PTID): Likewise.
30620         (TLS): Likewise.
30621         (CTID): Likewise.
30622         (__clone): Do not use BP_SYM.
30623         (clone): Do not use BP_SYM in weak_alias.
30624         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30625         and <bp-asm.h>.
30626         (PARMS): Do not use macros from bp-asm.h.
30627         (LEN): Likewise.
30628         (__mmap64): Do not use BP_SYM.
30629         (mmap64): Do not use BP_SYM in weak_alias.
30630         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30631         <bp-sym.h> and <bp-asm.h>.
30632         (PARMS): Do not use macros from bp-asm.h.
30633         (__posix_fadvise64_l64): Do not use BP_SYM.
30634         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30635         (PARMS): Do not use macros from bp-asm.h.
30636         (NSOPS): Likewise.
30637         (semtimedop): Do not use BP_SYM.
30638         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30639         and <bp-asm.h>.
30641 2013-02-21  Allan McRae  <allan@archlinux.org>
30643         * manual/message.texi (Charset conversion in gettext):
30644         Move @end statement to beginning of line.
30646 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30648         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30649         static.
30650         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30651         Likewise.
30653         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30654         (denorm): Likewise.
30655         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30656         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30658 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30660         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30661         tail-call to the resolved function if pltexit isn't needed.
30663 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30665         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30666         or Y being zero as being unlikely.
30667         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30668         Likewise.
30670 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30672         * manual/nss.texi (System Databases and Name Service Switch):
30673         Remove frobnicate @pxref.
30675 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30677         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30678         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30680 2013-02-20  Petr Machata  <pmachata@redhat.com>
30682         * elf/elf.h (R_ARM_TARGET1): New macro.
30683         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30684         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30685         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30686         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30687         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30688         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30689         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30690         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30691         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30692         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30693         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30694         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30695         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30696         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30697         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30698         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30699         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30700         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30701         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30702         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30703         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30704         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30705         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30706         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30707         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30708         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30709         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30710         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30711         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30712         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30713         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30714         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30715         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30716         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30717         (R_ARM_THM_GOT_BREL12): Likewise.
30718         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30719         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30720         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30721         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30722         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30723         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30724         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30725         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30726         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30728 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30730         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30731         __attribute_used__ to __attribute__ ((unused)).
30733 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30735         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30736         powerpc mpa.c.
30737         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30738         comment formatting.
30739         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30741 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30743         [BZ #13550]
30744         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30745         Remove macro.
30746         (ENTER): Remove both macro definitions.
30747         (LEAVE): Likewise.
30748         (CHECK_BOUNDS_LOW): Likewise.
30749         (CHECK_BOUNDS_HIGH): Likewise.
30750         (CHECK_BOUNDS_BOTH): Likewise.
30751         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30752         (RETURN_BOUNDED_POINTER): Likewise.
30753         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30754         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30755         (POP_ERRNO_LOCATION_RETURN): Likewise.
30756         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30757         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30758         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30759         macros.
30760         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30761         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30762         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30763         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30764         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30765         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30766         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30767         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30768         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30769         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30770         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30771         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30772         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30773         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30774         removed macros.
30775         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30776         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30777         macros.
30778         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30779         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30780         * sysdeps/i386/i586/memset.S (memset): Likewise.
30781         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30782         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30783         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30784         macros.
30785         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30786         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30787         Change uses of L(2) to L(out).
30788         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30789         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30790         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30791         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30792         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30793         removed macros.
30794         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30795         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30796         macros.
30797         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30798         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30799         (RETURN): Do not use macro LEAVE.
30800         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30801         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30802         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30803         * sysdeps/i386/i686/memset.S (memset): Likewise.
30804         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30805         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30806         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30807         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30808         Likewise.
30809         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30810         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30811         L(1_2) and L(1_3) into L(1).
30812         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30813         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30814         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30815         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30816         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30817         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30818         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30819         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30820         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30821         macros.
30822         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30823         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30824         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30825         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30826         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30827         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30828         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30829         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30830         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30831         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30832         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30833         * sysdeps/i386/strspn.S (strspn): Likewise.
30834         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30835         conditional code.
30836         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30837         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30838         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30839         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30840         L(1_3) into L(1_1).
30841         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30842         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30843         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30844         macros.
30845         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30847 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30849         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30850         macro.
30852 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30854         * math/atest-exp.c (exp_mpn): Remove ROUND.
30855         * math/atest-exp2.c (exp_mpn): Likewise.
30856         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30858         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30859         * stdlib/tst-tls-atexit-lib.c: Likewise.
30860         * stdlib/tst-tls-atexit.c: Likewise.
30862 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30864         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30865         and __attribute_alloc_size__.
30867 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30869         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30870         __attribute_alloc_size__.
30871         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30872         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30874 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30876         * include/programs/xmalloc.h: New file.
30877         * catgets/gencat.c: Include it.
30878         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30879         * elf/pldd.c: Likewise.
30880         * iconv/iconv_charmap.c: Likewise.
30881         * iconv/iconvconfig.c: Likewise.
30882         * iconv/strtab.c: Likewise.
30883         * locale/programs/locale.c: Likewise.
30884         * locale/programs/localedef.h: Likewise.
30885         * locale/programs/simple-hash.c: Likewise.
30886         * nscd/nscd.h: Likewise.
30887         * nss/makedb.c: Likewise.
30888         * sysdeps/generic/ldconfig.h: Likewise.
30890 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30892         * Versions.def: Add GLIBC_2.18.
30893         * include/link.h (struct link_map): New member l_tls_dtor_count.
30894         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30895         (__call_tls_dtors): Likewise.
30896         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30897         __cxa_thread_atexit_impl.
30898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30899         Likewise.
30900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30901         Likewise.
30902         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30903         Likewise.
30904         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30905         Likewise.
30906         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30907         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30908         Likewise.
30909         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30910         Likewise.
30911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30912         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30913         Likewise.
30914         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30915         (tests): Add test case tst-tls-atexit.
30916         (modules-names): Add shared library for tst-tls-atexit.
30917         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30918         (GLIBC_PRIVATE): Add __call_tls_dtors.
30919         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30920         for libstdc++.
30921         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30922         * stdlib/tst-tls-atexit.c: New test case.
30923         * stdlib/tst-tls-atexit-lib.c: New test case.
30925         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30927         * elf/Versions (ld): Add _dl_find_dso_for_object.
30928         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30929         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30930         (dl_open_worker): Use _dl_find_dso_for_object.
30931         * elf/dl-sym.c (do_sym): Likewise.
30932         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30934 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30936         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30937         Syntactic changes only.
30938         (_dl_runtime_profile): Do a tail-call to the resolved function.
30940 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30942         [BZ #13550]
30943         * sysdeps/x86_64/bp-asm.h: Remove file.
30944         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30945         <bp-sym.h> and <bp-asm.h>.
30946         (__clone): Do not use BP_SYM.
30947         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30948         <bp-sym.h> and <bp-asm.h>.
30949         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30950         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30951         "bp-asm.h".
30952         (_setjmp): Do not use BP_SYM.
30953         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30954         "bp-asm.h".
30955         (setjmp): Do not use BP_SYM.
30956         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30957         libc_hidden_def.
30958         (mempcpy): Do not use BP_SYM in weak_alias.
30959         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30960         "bp-asm.h".
30961         (strchr): Do not use BP_SYM.
30962         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30963         "bp-asm.h".
30964         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30965         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30966         (_start): Do not use BP_SYM.
30967         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30968         "bp-asm.h".
30969         (strcat): Do not use BP_SYM.
30970         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30971         "bp-asm.h".
30972         (STRCMP): Do not use BP_SYM.
30973         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30974         "bp-asm.h".
30975         (STRCPY): Do not use BP_SYM.
30976         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30977         "bp-asm.h".
30978         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30979         "bp-asm.h".
30980         (FUNCTION): Do not use BP_SYM.
30981         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30982         weak_alias.
30983         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30985 2013-02-17  Andreas Jaeger  <aj@suse.de>
30987         * time/Versions: Sort entries.
30988         * string/Versions: Likewise.
30989         * resolv/Versions: Likewise.
30990         * posix/Versions: Likewise.
30991         * iconv/Versions: Likewise.
30992         * elf/Versions: Likewise.
30993         * wcsmbs/Versions: Likewise.
30995 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30997         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30998         loop termination condition.
31000         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31001         variable to calculate EZ.
31002         (__sqr): Likewise.
31004         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31005         the lower precision input.
31007 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31009         [BZ #13550]
31010         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31011         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31012         (run-via-rtld-prefix): Do not handle %-bp tests.
31013         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31014         (all-object-suffixes): Remove .ob.
31015         (bppfx): Remove variable.
31016         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31017         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31018         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31019         [$(build-bounded) = yes] (libtype.ob): Likewise.
31020         * Makerules (elide-routines.ob): Remove variable.
31021         (do-tests-clean): Do not handle *-bp.out.
31022         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31023         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31024         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31025         (tests): Do not include $(tests-bp.out).
31026         (xtests): Do not include $(xtests-bp.out).
31027         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31028         [$(build-bounded) = yes] ($(addprefix
31029         $(objpfx),$(binaries-bounded))): Remove rule.
31030         ($(objpfx)%-bp.out): Remove rule.
31031         * config.make.in (build-bounded): Remove variable.
31032         * crypt/Makefile [$(build-bounded) = yes]
31033         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31034         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31035         append to variable.
31036         [$(build-bounded) = yes] (install-lib): Likewise.
31037         [$(build-bounded) = yes] (generated): Likewise.
31038         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31039         Remove rule.
31040         * intl/Makefile [$(build-bounded) = yes]
31041         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31042         * math/Makefile [$(build-bounded) = yes]
31043         ($(tests:%=$(objpfx)%-bp): Likewise.
31044         * misc/Makefile [$(build-bounded) = yes]
31045         ($(objpfx)tst-tsearch-bp): Likewise.
31046         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31047         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31048         Remove dependency.
31049         * string/Makefile (o-objects.ob): Remove variable.
31050         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31051         (CFLAGS-.ob): Remove variable.
31052         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31053         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31054         both definitions of variable.
31055         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31056         (ASFLAGS-.ob): Remove variable.
31058 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31060         [BZ #13550]
31061         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31062         Remove __BOUNDED_POINTERS__ from condition.
31063         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31064         * string/bits/string2.h [!__NO_STRING_INLINES &&
31065         !__BOUNDED_POINTERS__]: Likewise.
31066         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31067         Likewise.
31068         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31069         Remove conditional code.
31070         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31071         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31072         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31073         condition.
31075         [BZ #13550]
31076         * csu/libc-start.c: Do not include <bp-sym.h>.
31077         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31078         * elf/dl-open.c: Do not include <bp-sym.h>.
31079         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31080         * math/fegetenv.c: Do not include <bp-sym.h>.
31081         (fegetenv): Do not use BP_SYM in versioned symbols.
31082         * nptl/sysdeps/pthread/bits/libc-lockP.h
31083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31084         <bp-sym.h>.
31085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31086         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31088         (__pthread_mutex_destroy): Likewise.
31089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31090         (__pthread_mutex_lock): Likewise.
31091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31092         (__pthread_mutex_trylock): Likewise.
31093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31094         (__pthread_mutex_unlock): Likewise.
31095         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31096         (__pthread_mutexattr_init): Likewise.
31097         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31098         (__pthread_mutexattr_destroy): Likewise.
31099         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31100         (__pthread_mutexattr_settype): Likewise.
31101         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31102         (__pthread_rwlock_init): Likewise.
31103         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31104         (__pthread_rwlock_destroy): Likewise.
31105         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31106         (__pthread_rwlock_rdlock): Likewise.
31107         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31108         (__pthread_rwlock_tryrdlock): Likewise.
31109         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31110         (__pthread_rwlock_wrlock): Likewise.
31111         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31112         (__pthread_rwlock_trywrlock): Likewise.
31113         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31114         (__pthread_rwlock_unlock): Likewise.
31115         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31116         (__pthread_key_create): Likewise.
31117         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31118         (__pthread_setspecific): Likewise.
31119         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31120         (__pthread_getspecific): Likewise.
31121         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31122         Likewise.
31123         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31124         (_pthread_cleanup_push_defer): Likewise.
31125         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31126         (_pthread_cleanup_pop_restore): Likewise.
31127         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31128         (pthread_setcancelstate): Likewise.
31129         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31130         <bp-sym.h>.
31131         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31132         (memchr): Do not use BP_SYM in weak_alias.
31133         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31134         (fegetenv): Do not use BP_SYM in versioned symbols.
31135         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31136         (fesetenv): Do not use BP_SYM in versioned symbols.
31137         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31138         (feupdateenv): Do not use BP_SYM in versioned symbols.
31139         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31140         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31141         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31142         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31143         (open64): Do not use BP_SYM in weak_alias.
31144         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31145         (fegetenv): Do not use BP_SYM in versioned symbols.
31146         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31147         (fesetenv): Do not use BP_SYM in versioned symbols.
31148         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31149         (feupdateenv): Do not use BP_SYM in versioned symbols.
31150         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31151         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31152         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31153         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31154         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31155         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31156         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31157         <bp-sym.h>.
31158         (__libc_start_main): Do not use BP_SYM.
31160 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31162         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31163         redundant return line.
31164         (norm): Likewise.
31165         (denorm): Likewise.
31166         (dbl_mp): Likewise.
31167         (sub_magnitudes): Likewise.
31168         (__add): Likewise.
31169         (__sub): Likewise.
31170         (__mul): Likewise.
31171         (__inv): Likewise.
31172         (__dvd): Likewise.
31173         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31174         (norm): Likewise.
31175         (denorm): Likewise.
31176         (dbl_mp): Likewise.
31177         (sub_magnitudes): Likewise.
31178         (__add): Likewise.
31179         (__sub): Likewise.
31180         (__mul): Likewise.
31181         (__inv): Likewise.
31182         (__dvd): Likewise.
31184         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31185         instead of __mul.
31186         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31187         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31188         (cc32): Likewise.
31190         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31191         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31192         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31193         of __mul for squares.
31194         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31195         function
31196         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31197         Likewise.
31198         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31199         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31201 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31203         [BZ #13550]
31204         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31205         code.
31206         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31207         prototype or function definition.  Rename ubp_* variables and
31208         parameters.  Remove argv definitions conditional on
31209         [__BOUNDED_POINTERS__].
31210         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31211         * elf/dl-runtime.c (_dl_fixup): Likewise.
31212         * include/set-hooks.h (RUN_HOOK): Likewise.
31213         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31214         definition.
31215         * string/strcpy.c (strcpy): Do not use __unbounded.
31216         * sysdeps/generic/frame.h (struct layout): Likewise.
31217         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31218         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31219         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31220         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31221         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31222         (__backtrace): Likewise.
31223         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31224         use __ptrvalue.
31225         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31226         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31227         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31228         Likewise.
31229         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31230         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31231         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31232         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31233         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31234         Do not use __unbounded.
31235         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31236         Rename __unboundedrlimits parameter to rlimits in prototype.
31237         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31238         Do not use __unbounded.
31239         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31240         not use __ptrvalue.
31241         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31242         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31243         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31244         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31245         __ptrvalue or __unbounded.
31246         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31247         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31248         use __unbounded.
31249         (__new_msgctl): Do not use __ptrvalue.
31250         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31251         __unbounded.
31252         (__libc_msgrcv): Do not use __ptrvalue.
31253         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31254         startup_info): Do not use __unbounded.
31255         (__libc_start_main): Likewise.  Rename ubp_* variables and
31256         parameters.  Remove argv definitions conditional on
31257         [__BOUNDED_POINTERS__].
31258         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31259         __ptrvalue.
31260         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31261         use __unbounded.
31262         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31263         or __ptrvalue.
31264         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31265         use __unbounded.
31266         (__new_shmctl): Do not use __ptrvalue.
31267         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31268         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31269         Likewise.
31270         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31271         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31272         (__libc_sigaction): Likewise.
31273         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31274         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31275         Likewise.
31276         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31278 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31280         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31282         * string/mempcpy.c: Implement by calling memcpy.
31284 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31286         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31288         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31289         evaluation.
31291         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31292         values in the mantissa.
31294         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31295         minimize writes to Z.
31296         (sub_magnitudes): Simplify code a bit.
31298 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31300         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31301         from the message.  The linker prefixes all warnings with that already.
31303 2013-02-12  Andreas Schwab  <schwab@suse.de>
31305         [BZ #15078]
31306         * posix/regexec.c (extend_buffers): Add parameter min_len.
31307         (check_matching): Pass minimum needed length.
31308         (clean_state_log_if_needed): Likewise.
31309         (get_subexp): Likewise.
31310         * posix/Makefile (tests): Add bug-regex34.
31311         (bug-regex34-ENV): Define.
31312         * posix/bug-regex34.c: New file.
31314         [BZ #11561]
31315         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31316         elements compare against the byte sequence of it, not its name.
31317         * posix/Makefile (tests): Add bug-regex35.
31318         (bug-regex35-ENV): Define.
31319         * posix/bug-regex35.c: New file.
31321 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31323         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31324         comment.
31325         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31326         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31327         (CHECK_EOL): Add undef.
31329 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31331         * bits/stdlib-bsearch.h: New file.
31332         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31333         * stdlib/stdlib.h: Likewise.
31335 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31337         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31338         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31339         declaration.
31340         * manual/search.texi (Array Search Function): Add missing const in
31341         lfind prototype.
31342         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31343         declaration to use rlim_t.
31344         (Basic Scheduling Functions): Remove erroneous const from
31345         sched_getparam prototype.  Remove erroneous * from
31346         sched_get_priority_max and sched_get_priority_min prototypes.
31347         (Resource Usage): Fix summary @comment on vtimes to refer to
31348         sys/vtimes.h rather than vtimes.h.
31349         Add missing *s in vtimes prototype.
31350         (Limits on Resources): Fix ulimit prototype to return long int.
31351         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31352         prototypes to use long int rather than double.
31353         (BSD Random): Fix initstate and setstate to use char *, not void *.
31354         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31355         prototype to make second argument 'struct aiocb64 *const[]'.
31356         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31357         (Status of AIO Operations): Remove erroneous const in aio_return and
31358         aio_return64 prototypes.
31359         (Synchronizing I/O): Fix sync prototype to return void.
31360         * manual/startup.texi (Suboptions): Remove an erroneous const in
31361         getsubopt prototype.
31362         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31363         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31364         use size_t rather than int.
31365         (Scanning All Users): Likewise for getpwent_r.
31366         (Setting Groups): Add missing const to setgroups prototype.
31367         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31368         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31369         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31370         'const void *' rather than 'const char *'.
31371         (Host Address Functions): Likewise for inet_ntop.
31372         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31373         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31374         ssize_t for return value.
31375         (Sending Data): Likewise for send, sendto, sendmsg.
31376         (Socket Option Functions): Add a missing const in setsockopt prototype.
31377         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31378         use wchar_t for the argument.
31379         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31380         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31381         take no arguments.
31382         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31383         double/float/long double for second argument.
31384         Fix return types of significand, significandf, significandl.
31385         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31386         argument in fchmod prototype.
31387         (File Owner): Use uid_t and gid_t in fchown prototype.
31388         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31389         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31390         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31391         use 'const struct dirent **' as argument types to CMP function pointer
31392         argument.
31393         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31394         (File Times): Fix summary magic @comment for struct utimbuf and utime
31395         to refer to utime.h, not time.h.
31396         * manual/string.texi (Argz Functions): Add missing const in
31397         argz_extract and argz_next prototypes.
31398         (Finding Tokens in a String): Likewise for basename.
31399         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31400         (Copying and Concatenation): Fix typo in wmemmove prototype.
31401         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31402         (Signal Stack): Remove erroneous const in sigstack prototype.
31403         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31404         prototype.
31405         (Simple Calendar Time): Likewise for stime.
31406         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31407         prototype.
31408         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31409         say sys/sysctl.h instead.
31410         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31411         and vsyslog prototypes.
31413 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31415         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31416         Remove.
31418 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31420         * misc/sys/mman.h: Fix typo in mremap comment.
31422 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31424         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31425         the '\0' terminator.
31427 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31429         [BZ #13550]
31430         * debug/segfault.c: Don't include <bp-checks.h>.
31431         * sysdeps/generic/bp-checks.h: Remove file.
31432         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31433         (__GETDENTS): Don't use CHECK_N.
31434         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31435         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31436         (__getgroups): Don't use CHECK_N.
31437         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31438         (setgroups): Don't use CHECK_N.
31439         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31440         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31441         (__libc_msgrcv): Don't use CHECK_N.
31442         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31443         (__libc_msgsnd): Don't use CHECK_N.
31444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31445         <bp-checks.h>.
31446         (__libc_pread): Don't use CHECK_N.
31447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31448         include <bp-checks.h>.
31449         (__libc_pread64): Don't use CHECK_N.
31450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31451         include <bp-checks.h>.
31452         (__libc_pwrite): Don't use CHECK_N.
31453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31454         include <bp-checks.h>.
31455         (__libc_pwrite64): Don't use CHECK_N.
31456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31457         <bp-checks.h>.
31458         (__libc_pread): Don't use CHECK_N.
31459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31460         include <bp-checks.h>.
31461         (__libc_pread64): Don't use CHECK_N.
31462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31463         include <bp-checks.h>.
31464         (__libc_pwrite): Don't use CHECK_N.
31465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31466         include <bp-checks.h>.
31467         (__libc_pwrite64): Don't use CHECK_N.
31468         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31469         (do_pread): Don't use CHECK_N.
31470         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31471         (do_pread64): Don't use CHECK_N.
31472         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31473         (do_pwrite): Don't use CHECK_N.
31474         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31475         (do_pwrite64): Don't use CHECK_N.
31476         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31477         (__libc_readv): Don't use CHECK_N.
31478         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31479         (semop): Don't use CHECK_N.
31480         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31481         <bp-checks.h>.
31482         (semtimedop): Don't use CHECK_N.
31483         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31484         (__libc_pread): Don't use CHECK_N.
31485         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31486         <bp-checks.h>.
31487         (__libc_pread64): Don't use CHECK_N.
31488         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31489         <bp-checks.h>.
31490         (__libc_pwrite): Don't use CHECK_N.
31491         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31492         <bp-checks.h>.
31493         (__libc_pwrite64): Don't use CHECK_N.
31494         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31495         <bp-checks.h>.
31496         (__libc_msgrcv): Don't use CHECK_N.
31497         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31498         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31499         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31500         (__libc_writev): Don't use CHECK_N.
31502 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31504         * string/strcpy.c: Removed unused variable.
31506         * Makeconfig (+sysdep-includes): Define with := rather than =.
31507         Use an existing include/ subdir of each sysdeps dir before it.
31509 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31511         * nscd/connection.c (register_traced_file): Comment function.
31512         [HAVE_INOTIFY] (union __inev): Define.
31513         [HAVE_INOTIFY] (inotify_check_files): New function.
31514         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31515         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31516         clear_db_cache.
31517         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31519 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31521         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31522         loaded if not already and that a failure is permanent.
31524 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31526         [BZ #15006]
31527         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31528         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31530 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31532         [BZ #13550]
31533         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31534         (CHECK_1_NULL_OK): Likewise.
31535         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31536         (__fxstat): Do not use CHECK_1.
31537         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31538         <bp-checks.h>.
31539         (___fxstat64): Do not use CHECK_1.
31540         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31541         <bp-checks.h>.
31542         (__fxstatat): Do not use CHECK_1.
31543         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31544         <bp-checks.h>.
31545         (__fxstatat64): Do not use CHECK_1.
31546         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31547         <bp-checks.h>.
31548         (__fxstat): Do not use CHECK_1.
31549         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31550         <bp-checks.h>.
31551         (__fxstatat): Do not use CHECK_1.
31552         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31553         <bp-checks.h>.
31554         (__getresgid): Do not use CHECK_1.
31555         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31556         <bp-checks.h>.
31557         (__getresuid): Do not use CHECK_1.
31558         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31559         <bp-checks.h>.
31560         (__lxstat): Do not use CHECK_1.
31561         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31562         <bp-checks.h>.
31563         (__old_msgctl): Do not use CHECK_1.
31564         (__new_msgctl): Likewise.
31565         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31566         <bp-checks.h>.
31567         (__new_setrlimit): Do not use CHECK_1.
31568         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31569         <bp-checks.h>.
31570         (__old_shmctl): Do not use CHECK_1.
31571         (__new_shmctl): Likewise.
31572         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31573         <bp-checks.h>.
31574         (__xstat): Do not use CHECK_1.
31575         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31576         (__lxstat): Do not use CHECK_1.
31577         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31578         <bp-checks.h>.
31579         (___lxstat64): Do not use CHECK_1.
31580         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31581         (__old_msgctl): Do not use CHECK_1.
31582         (__new_msgctl): Likewise.
31583         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31584         <bp-checks.h>.
31585         (__gettimeofday): Do not use CHECK_1.
31586         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31587         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31588         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31589         <bp-checks.h>.
31590         (__gettimeofday): Do not use CHECK_1.
31591         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31592         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31593         (__new_shmctl): Do not use CHECK_1.
31594         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31595         <bp-checks.h>.
31596         (do_sigtimedwait): Do not use CHECK_1.
31597         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31598         <bp-checks.h>.
31599         (do_sigwaitinfo): Do not use CHECK_1.
31600         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31601         <bp-checks.h>.
31602         (msgctl): Do not use CHECK_1.
31603         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31604         <bp-checks.h>.
31605         (shmctl): Do not use CHECK_1.
31606         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31607         (ustat): Do not use CHECK_1.
31608         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31609         <bp-checks.h>.
31610         (__fxstat): Do not use CHECK_1.
31611         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31612         <bp-checks.h>.
31613         (__fxstatat): Do not use CHECK_1.
31614         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31615         <bp-checks.h>.
31616         (__lxstat): Do not use CHECK_1.
31617         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31618         <bp-checks.h>.
31619         (__xstat): Do not use CHECK_1.
31620         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31621         (__xstat): Do not use CHECK_1.
31622         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31623         (___xstat64): Do not use CHECK_1.
31625         [BZ #13550]
31626         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31627         definitions.
31628         (CHECK_BOUNDS_HIGH): Likewise.
31629         * string/strcpy.c: Do not include <bp-checks.h>.
31630         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31632 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31634         * nscd/nscd-client.h (__nscd_drop_map_ref):
31635         Add __attribute__ ((unused)).
31636         * nis/nss-nisplus.h (niserr2nss): Likewise.
31638         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31639         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31641         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31642         Remove inline keyword.
31643         * include/rounding-mode.h (round_away): Likewise.
31644         * libio/wfileops.c (adjust_wide_data): Likewise.
31645         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31646         (__m128i_strloadu_tolower): Likewise.
31647         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31648         (__m128i_strloadu_tolower): Likewise.
31649         * time/mktime.c (ydhms_diff): Likewise.
31650         * locale/elem-hash.h (elem_hash): Likewise.
31651         * locale/setlocale.c (setdata): Likewise.
31652         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31653         (re_string_wchar_at): Likewise.
31654         (bitset_not, bitset_merge, bitset_mask): Likewise.
31655         [!(__GNUC__ > 3)] (inline): Remove macro.
31656         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31657         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31658         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31659         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31660         * string/memcmp.c (memcmp_bytes): Likewise.
31661         * locale/programs/locarchive.c (compute_hashval): Likewise.
31662         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31663         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31664         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31665         * nss/getent.c (print_rpc, print_protocols): Likewise.
31666         (print_passwd, print_group, print_aliases): Likewise.
31667         * nis/nss-nisplus.h (niserr2nss): Likewise.
31668         * nscd/connections.c (restart_p): Likewise.
31669         Change return type to bool.
31671 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31673         * Makeconfig (all-Depend-files): Add existing
31674         $(sorted-subdirs:=/Depend) files.
31675         (all-subdirs): Remove nss.
31676         * sysdeps/unix/inet/Subdirs: Add it here instead.
31677         * hesiod/Depend: New file.
31679         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31680         instead of calling alloca.
31682         * io/lseek.c (__lseek): Rename to __libc_lseek.
31683         Define __lseek as an alias.
31685         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31687 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31689         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31690         else clause and remove check for non-standard endianness.
31692 2013-02-04  David S. Miller  <davem@davemloft.net>
31694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31696 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31698         [BZ #13550]
31699         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31700         (__ubp_memchr): Remove prototype.
31701         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31702         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31703         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31704         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31705         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31706         Remove alias.
31707         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31708         (__ubp_memchr): Likewise.
31709         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31710         (__ubp_memchr): Likewise.
31711         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31712         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31713         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31714         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31715         CHECK_STRING.
31716         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31717         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31718         (__getcwd): Do not use CHECK_STRING.
31719         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31720         <bp-checks.h>.
31721         (__real_chown): Do not use CHECK_STRING.
31722         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31723         <bp-checks.h>.
31724         (fchownat): Do not use CHECK_STRING.
31725         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31726         CHECK_STRING.
31727         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31728         <bp-checks.h>.
31729         (__lchown): Do not use CHECK_STRING.
31730         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31731         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31732         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31733         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31735         include <bp-checks.h>.
31736         (truncate64): Do not use CHECK_STRING.
31737         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31738         <bp-checks.h>.
31739         (__real_chown): Do not use CHECK_STRING.
31740         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31741         <bp-checks.h>.
31742         (__lchown): Do not use CHECK_STRING.
31743         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31744         <bp-checks.h>.
31745         (__chown): Do not use CHECK_STRING.
31746         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31747         <bp-checks.h>.
31748         (truncate64): Do not use CHECK_STRING.
31749         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31750         Likewise.
31751         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31752         (__xmknod): Do not use CHECK_STRING.
31753         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31754         <bp-checks.h>.
31755         (__xmknodat): Do not use CHECK_STRING.
31756         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31757         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31759 2013-02-04  Andreas Schwab  <schwab@suse.de>
31761         [BZ #14142]
31762         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31763         * include/netdb.h: Likewise for h_errno.
31764         * elf/tst-stackguard1.c: Include <tls.h>.
31766 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31768         * elf/link.h (struct link_map): Extend the l_addr comment.
31769         * include/link.h (struct link_map): Likewise.
31771 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31773         [BZ #13550]
31774         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31775         (BOUNDED_1): Remove macro.
31776         * debug/backtrace.c: Don't include <bp-checks.h>.
31777         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31778         (__backtrace): Likewise.
31779         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31780         <bp-checks.h>.
31781         (__backtrace): Don't use BOUNDED_1.
31782         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31783         <bp-checks.h>.
31784         (__backtrace): Don't use BOUNDED_1.
31785         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31786         (__backtrace): Don't use BOUNDED_1.
31787         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31788         (shmat): Don't use BOUNDED_N.
31790 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31792         [BZ #13550]
31793         * sysdeps/generic/bp-start.h: Remove file.
31794         * csu/libc-start.c: Don't include <bp-start.h>.
31795         (LIBC_START_MAIN): Set up __environ directly instead of using
31796         INIT_ARGV_and_ENVIRON.
31797         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31798         <bp-start.h>.
31800         [BZ #13550]
31801         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31802         definitions.
31803         (CHECK_FCNTL): Likewise.
31804         (CHECK_N_PAGES): Likewise.
31806         [BZ #13550]
31807         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31808         definitions.
31809         (CHECK_SIGSET_NULL_OK): Likewise.
31810         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31811         <bp-checks.h>.
31812         (sigpending): Don't use CHECK_SIGSET.
31813         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31814         <bp-checks.h>.
31815         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31816         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31817         <bp-checks.h>.
31818         (do_sigsuspend): Don't use CHECK_SIGSET.
31819         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31820         use CHECK_SIGSET.
31821         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31822         (do_sigwait): Don't use CHECK_SIGSET.
31823         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31824         use CHECK_SIGSET.
31825         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31826         include <bp-checks.h>.
31827         (sigpending): Don't use CHECK_SIGSET.
31828         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31829         include <bp-checks.h>.
31830         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31831         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31832         <bp-checks.h>.
31833         (sigpending): Don't use CHECK_SIGSET.
31834         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31835         <bp-checks.h>.
31836         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31838         [BZ #13550]
31839         * sysdeps/generic/bp-semctl.h: Remove file.
31840         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31841         <bp-checks.h> and <bp-semctl.h>.
31842         (__old_semctl): Don't use CHECK_SEMCTL.
31843         (__new_semctl): Likewise.
31844         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31845         and <bp-semctl.h>.
31846         (__old_semctl): Don't use CHECK_SEMCTL.
31847         (__new_semctl): Likewise.
31848         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31849         <bp-checks.h> and <bp-semctl.h>.
31850         (__old_semctl): Don't use CHECK_SEMCTL.
31851         (__new_semctl): Likewise.
31852         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31853         <bp-checks.h> and <bp-semctl.h>.
31854         (semctl): Don't use CHECK_SEMCTL.
31856         [BZ #13550]
31857         * Makerules (elide-bp-thunks): Remove variable.
31858         (elide-routines.oS): Don't use $(elide-bp-thunks).
31859         (elide-routines.os): Likewise.
31860         (elide-routines.o): Likewise.
31861         (elide-routines.op): Likewise.
31862         (elide-routines.og): Likewise.
31863         (objects): Don't use $(bp-thunks).
31864         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31865         include.
31866         (common-generated): Do not add s-proto-bp.d.
31867         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31868         (int): Likewise.
31869         (typ): Likewise.
31870         Do not generate makefile rules for bounded-pointer thunks.
31871         * sysdeps/generic/bp-thunks.h: Remove file.
31872         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31873         * sysdeps/unix/s-proto-bp.S: Likewise.
31875         [BZ #15062]
31876         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31877         parts of result separately when argument is not close to line from
31878         -i to i and one part of argument is small.
31879         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31880         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31881         * math/libm-test.inc (cacos_test): Add more tests.
31882         (casin_test): Likewise.
31883         (casinh_test): Likewise.
31884         * sysdeps/i386/fpu/libm-test-ulps: Update.
31885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31887 2013-01-31  David S. Miller  <davem@davemloft.net>
31889         * po/de.po: Update from translation team.
31891 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31893         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31895 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31897         * configure.in (_AC_PROG_CC_C89): New definition.
31898         * configure: Regenerate.
31900         * configure.in (AC_PROG_CPP): New definition.
31901         * configure: Regenerate.
31903 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31905         * debug/tst-backtrace.h: New file.
31906         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31907         (ret): Remove variable.
31908         (x): Likewise.
31909         (FAIL): Remove macro.
31910         (NO_INLINE): Likewise.
31911         (fn1): Use match function instead of strstr.
31912         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31913         (ret): Remove variable.
31914         (x): Likewise.
31915         (FAIL): Remove macro.
31916         (NO_INLINE): Likewise.
31917         (fn): Use match function instead of strstr.
31918         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31919         (ret): Remove variable.
31920         (x): Likewise.
31921         (FAIL): Remove macro.
31922         (NO_INLINE): Likewise.
31923         (handle_signal): Use match function instead of strstr.
31924         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31925         (ret): Remove variable.
31926         (x): Likewise.
31927         (FAIL): Remove macro.
31928         (NO_INLINE): Likewise.
31929         (handle_signal): Use match function instead of strstr.
31931 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31933         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31935 2013-01-23  David S. Miller  <davem@davemloft.net>
31937         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31938         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31939         argument of CAS if possible.
31940         * sysdeps/sparc/sparc64/bits/atomic.h
31941         (__arch_compare_and_exchange_val_32_acq): Likewise.
31942         (__arch_compare_and_exchange_val_64_acq): Likewise.
31944 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31946         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31947         * sysdeps/posix/ulimit.c: ... this.
31948         Include <limits.h>.
31949         * sysdeps/unix/bsd/ulimit.c: Remove file.
31951 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31953         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31954         (LDFLAGS-tst-array5): Likewise.
31956 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31958         [BZ #15036]
31959         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31960         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31961         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31962         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31964 2013-01-21  David S. Miller  <davem@davemloft.net>
31966         * sysdeps/sparc/backtrace.c: New file.
31967         * sysdeps/sparc/sparc32/backtrace.h: New file.
31968         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31969         * sysdeps/sparc/sparc64/backtrace.h: New file.
31970         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31971         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31972         -funwind-tables.
31974 2013-01-21  Andreas Schwab  <schwab@suse.de>
31976         [BZ #15020]
31977         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31978         closed its stdout.
31980 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31982         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31983         "mpa2.h".
31984         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31986 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31987             Mark Mitchell  <mark@codesourcery.com>
31988             Tom de Vries  <tom@codesourcery.com>
31989             Paul Pluzhnikov  <ppluzhnikov@google.com>
31991         * debug/tst-backtrace2.c: New file.
31992         * debug/tst-backtrace3.c: Likewise.
31993         * debug/tst-backtrace4.c: Likewise.
31994         * debug/tst-backtrace5.c: Likewise.
31995         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31996         (CFLAGS-tst-backtrace3.c): Likewise.
31997         (CFLAGS-tst-backtrace4.c): Likewise.
31998         (CFLAGS-tst-backtrace5.c): Likewise.
31999         (LDFLAGS-tst-backtrace2): Likewise.
32000         (LDFLAGS-tst-backtrace3): Likewise.
32001         (LDFLAGS-tst-backtrace4): Likewise.
32002         (LDFLAGS-tst-backtrace5): Likewise.
32003         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32004         tst-backtrace4 and tst-backtrace5.
32006 2013-01-18  Anton Blanchard  <anton@samba.org>
32007             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32009         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32010         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32011         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32012         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32014         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32015         "+r" and remove output regs list as redundant.  Add explicit inline
32016         asm to specify register of return val to work around compiler codegen
32017         bug.  Remove (int) cast on return value.  Add return type parameter to
32018         use in macro so that this macro does not truncate return value for
32019         64-bit values.
32020         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32021         pass to INTERNAL_VSYSCALL_NCS.
32022         (INLINE_VSYSCALL): Add 'long int' as return type to
32023         INTERNAL_VSYSCALL_NCS macro invocation.
32024         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32025         INTERNAL_VSYSCALL_NCS macro invocation.
32026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32028 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32030         [BZ #14496]
32031         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32032         Fix application of SIMD FP exception mask.
32034         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32035         mp_no from a power of two.
32036         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32037         __mpexp_twomm1.  Use __pow_mp.
32039         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32040         multiplication.
32042 2013-01-17  David S. Miller  <davem@davemloft.net>
32044         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32046 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32048         [BZ #15023]
32049         * include/complex.h: Condition contents on [!_COMPLEX_H].
32050         (__kernel_casinhf): New prototype.
32051         (__kernel_casinh): Likewise.
32052         (__kernel_casinhl): Likewise.
32053         * math/Makefile (libm_calls): Add k_casinh.
32054         * math/k_casinh.c: New file.
32055         * math/k_casinhf.c: Likewise.
32056         * math/k_casinhl.c: Likewise.
32057         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32058         finite nonzero arguments.
32059         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32060         finite nonzero arguments.
32061         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32062         finite nonzero arguments.
32063         * math/s_casinh.c: Do not include <float.h>.
32064         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32065         * math/s_casinhf.c: Do not include <float.h>.
32066         (__casinhf): Move code for finite nonzero arguments to
32067         k_casinhf.c.
32068         * math/s_casinhl.c: Do not include <float.h>.
32069         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32070         redefine.
32071         (__casinhl): Move code for finite nonzero arguments to
32072         k_casinhl.c.
32073         * math/libm-test.inc (cacos_test): Add more tests.
32074         * sysdeps/i386/fpu/libm-test-ulps: Update.
32075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32077 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32079         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32080         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32081         [!HAVE_MREMAP]: Remove [defined linux] case.
32082         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32084 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32086         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32088 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32090         * elf/elf.h (R_386_SIZE32): New relocation.
32091         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32092         R_386_SIZE32.
32093         (elf_machine_rela): Likewise.
32094         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32095         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32097 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32099         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32100         (FP_FAST_FMA): Do not define.
32101         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32102         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32103         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32104         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32105         !_SOFT_FLOAT]: Likewise.
32106         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32107         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32108         value.
32109         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32110         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32111         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32112         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32113         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32114         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32115         file.
32117 2013-01-16  Andreas Schwab  <schwab@suse.de>
32119         [BZ #14327]
32120         * include/stdlib.h (__mktemp): Add declaration.
32121         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32122         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32124 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32126         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32127         definitions.
32128         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32129         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32130         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32131         definitions here.
32132         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32133         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32134         definitions.
32135         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32136         and ONE.
32137         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32138         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32139         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32140         definitions.
32141         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32142         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32143         definitions.
32144         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32146         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32148 2013-01-15  David S. Miller  <davem@davemloft.net>
32150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32151         trunc{,f} to libm-sysdep_routes.
32152         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32154         file.
32155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32157         file.
32158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32159         file.
32160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32162         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32163         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32164         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32165         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32166         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32167         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32170         nearbyint{,f} to libm-sysdep_routes.
32171         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32173         New file.
32174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32175         file.
32176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32177         New file.
32178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32179         file.
32180         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32181         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32182         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32183         file.
32184         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32185         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32186         file.
32187         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32188         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32189         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32191         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32192         libc_feholdexcept and libc_fesetenv.
32194 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32196         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32198 2013-01-14  David S. Miller  <davem@davemloft.net>
32200         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32201         (SPARC_ASM_VIS2_IFUNC): Likewise.
32202         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32204         use of 'siam' instruction.
32205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32206         Likewise.
32207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32208         Likewise.
32209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32210         Likewise.
32211         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32212         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32213         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32214         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32216         file.
32217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32218         file.
32219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32220         file.
32221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32222         file.
32223         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32224         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32225         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32226         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32228         new VIS2 routines.
32229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32232         Likewise.
32233         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32234         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32235         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32236         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32238         routines to libm-sysdep_routines.
32239         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32242         fdim/fdimf to libm-sysdep_routines.
32243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32244         file.
32245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32247         file.
32248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32251         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32252         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32253         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32254         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32256 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32258         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32259         to optimize copies.
32261         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32262         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32263         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32265         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32266         local variable MPTWO.
32267         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32268         Likewise.
32270 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32272         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32273         GLOB_NOESCAPE.
32275 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32277         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32279 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32281         * manual/pattern.texi (glob_t): Document gl_flags.
32282         (glob64_t): Likewise.
32284 2013-01-11  David S. Miller  <davem@davemloft.net>
32286         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32287         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32288         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32289         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32290         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32291         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32292         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32293         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32294         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32295         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32296         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32297         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32298         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32300         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32301         sparc V9 rather than using V8 code.
32302         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32303         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32305         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32306         Move to...
32307         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32308         Here.
32310 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32312         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32313         not in the main loop.
32314         * configure: Regenerated.
32316 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32318         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32319         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32320         to just #else.
32321         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32322         [!__GLIBC_HAVE_LONG_LONG] case.
32323         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32324         condition to just #else.
32325         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32326         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32327         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32328         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32329         unconditional.
32330         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32331         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32332         #elif condition to just #else.
32333         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32334         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32335         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32336         #elif condition to just #else.
32338 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32340         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32341         (EF_MIPS_ARCH_64): Fix value.
32342         (EF_MIPS_ARCH_32R2): New.
32343         (EF_MIPS_ARCH_64R2): New.
32345 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32347         * Makeconfig (+link-pie-before-libc): New.
32348         (+link-pie-after-libc): Likewise.
32349         (+link-pie-tests): Likewise.
32350         (+link-pie): Rewritten.
32351         (link-before-libc): Remove $(config-LDFLAGS).
32352         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32353         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32354         (config-LDFLAGS): Renamed to ...
32355         (rtld-LDFLAGS): This.
32356         (rtld-tests-LDFLAGS): New macro.
32357         (link-libc-rpath-link): Likewise.
32358         (link-libc-tests-rpath-link): Likewise.
32359         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32360         (link-libc): Prepand $(link-libc-rpath-link).
32361         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32362         (test-program-prefix): New macro.
32363         (test-via-rtld-prefix): Likewise.
32364         (test-program-cmd): Likewise.
32365         (host-test-program-cmd): Likewise.
32366         * Makefile ($(common-objpfx)testrun.sh): Replace
32367         $(run-program-prefix) with $(test-program-prefix).
32368         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32369         $(rtld-LDFLAGS).
32370         ($(common-objpfx)shlib.lds): Likewise.
32371         (build-module-helper): Likewise.
32372         ($(common-objpfx)format.lds): Likewise.
32373         * Rules (binaries-pie-tests): New.
32374         (binaries-pie-notests): Likewise.
32375         (binaries-pie): Rewritten.
32376         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32377         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32378         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32379         (make-test-out): Replace $(host-built-program-cmd) with
32380         $(host-test-program-cmd).
32381         * config.make.in (build-hardcoded-path-in-tests): New variable.
32382         * configure.in (--enable-hardcoded-path-in-tests): New configure
32383         option.
32384         (hardcoded_path_in_tests): New AC_SUBST.
32385         * configure: Regenerated.
32386         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32387         $(built-program-cmd) with $(test-program-cmd).
32388         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32389         (test_program_cmd): This.
32390         * elf/Makefile ($(objpfx)order.out): Run test with
32391         $(test-program-prefix).
32392         ($(objpfx)order2.out): Likewise.
32393         ($(objpfx)tst-initorder.out): Likewise.
32394         ($(objpfx)tst-initorder2.out): Likewise.
32395         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32396         $(test-program-cmd).
32397         ($(objpfx)tst-array1-static.out): Likewise.
32398         ($(objpfx)tst-array2.out): Likewise.
32399         ($(objpfx)tst-array3.out): Likewise.
32400         ($(objpfx)tst-array4.out): Likewise.
32401         ($(objpfx)tst-array5.out): Likewise.
32402         ($(objpfx)tst-array5-static.out): Likewise.
32403         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32404         $(test-program-cmd).
32405         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32406         $(run-program-prefix) with $(test-program-prefix).
32407         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32408         (test_program_prefix): This.
32409         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32410         $(run-program-prefix) with $(test-program-prefix).
32411         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32412         (test_program_prefix): This.
32413         * iconvdata/tst-tables.sh: Likewise.
32414         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32415         $(run-program-prefix) with $(test-program-prefix).
32416         ($(objpfx)tst-translit.out): Likewise.
32417         ($(objpfx)tst-gettext2.out): Likewise.
32418         ($(objpfx)tst-gettext4.out): Likewise.
32419         ($(objpfx)tst-gettext6.out): Likewise.
32420         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32421         (test_program_prefix): This.
32422         * intl/tst-gettext2.sh: Likewise.
32423         * intl/tst-gettext4.sh  Likewise.
32424         * intl/tst-gettext6.sh: Likewise.
32425         * intl/tst-translit.sh: Likewise.
32426         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32427         with $(test-program-cmd).
32428         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32429         $(run-program-prefix) with $(test-program-prefix).
32430         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32431         (test_program_prefix): This.
32432         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32433         $(run-program-prefix) with $(test-program-prefix).
32434         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32435         (test_program_prefix): This.
32436         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32437         * posix/Makefile ($(objpfx)globtest.out): Replace
32438         $(run-via-rtld-prefix) and $(test-wrapper) with
32439         $(test-program-prefix) and $(test-via-rtld-prefix).
32440         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32441         $(test-program-prefix).
32442         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32443         $(host-test-program-cmd).
32444         (tst-spawn-ARGS): Likewise.
32445         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32446         $(test-program-prefix).
32447         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32448         (test_via_rtld_prefix): This.
32449         (test_wrapper): Renamed to ...
32450         (test_program_prefix): This.
32451         (run_program_prefix): Replaced by test_program_prefix.
32452         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32453         (test_program_prefix): This.
32454         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32455         with $(host-test-program-cmd).
32456         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32457         $(run-program-prefix) with $(test-program-prefix).
32458         ($(objpfx)tst-printf.out): Likewise.
32459         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32460         $(test-program-cmd).
32461         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32462         (test_program_prefix): This.
32463         * stdio-common/tst-unbputc.sh: Likewise.
32464         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32465         $(run-program-prefix) with $(test-program-prefix).
32466         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32467         (test_program_prefix): This.
32468         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32469         $(built-program-cmd) with $(test-program-cmd).
32471 2013-01-11  Andreas Jaeger  <aj@suse.de>
32473         [BZ #15003]
32474         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32475         value. Sync with Linux 3.7.
32477 2013-01-10  David S. Miller  <davem@davemloft.net>
32479         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32480         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32481         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32483 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32485         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32486         never set.
32487         * configure: Regenerated.
32489 2013-01-10  David S. Miller  <davem@davemloft.net>
32491         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32492         sparc V9 rather than using V8 code.
32493         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32494         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32496 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32498         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32499         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32500         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32501         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32502         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32503         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32504         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32505         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32506         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32507         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32508         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32509         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32510         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32511         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32512         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32513         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32514         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32515         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32516         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32517         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32518         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32519         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32520         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32521         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32522         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32523         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32524         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32526 2013-01-10  David S. Miller  <davem@davemloft.net>
32528         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32530 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32532         * posix/Makefile (tests-static): New variable.
32533         (tests): Add $(tests-static).
32534         (tst-exec-static-ARGS): New variable.
32535         (tst-spawn-static-ARGS): Likewise.
32536         * posix/tst-exec-static.c: New file.
32537         * posix/tst-spawn-static.c: Likewise.
32538         * posix/tst-exec.c: Support run directly.
32539         * posix/tst-spawn.c: Likewise.
32541 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32543         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32544         long.
32545         * math/bits/mathcalls.h (llrint): Likewise.
32546         (llround): Likewise.
32547         * stdlib/stdlib.h (struct drand48_data): Likewise.
32548         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32549         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32550         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32551         Likewise.
32552         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32553         Likewise.
32554         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32555         (elf_greg_t): Likewise.
32556         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32557         (__jmp_buf): Likewise.
32558         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32559         definitions.
32560         (llrint): Likewise, for all definitions.
32561         (llrintl): Likewise.
32563         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32564         Remove [__GNUC__] condition.
32565         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32566         condition to just [__USE_ISOC99].
32567         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32569 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32571         [BZ #14200]
32572         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32573         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32574         defined.
32575         (_POSIX_V6_ILP32_OFF32): Likewise.
32576         (_XBS5_ILP32_OFF32): Likewise.
32577         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32578         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32580 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32582         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32584         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32585         doubles __mpexp_twomm1.  Adjust usage.
32586         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32587         Remove.
32589 2013-01-10  Andreas Schwab  <schwab@suse.de>
32591         [BZ #14964]
32592         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32593         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32595 2013-01-09  David S. Miller  <davem@davemloft.net>
32597         [BZ #15003]
32598         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32599         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32600         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32601         (TCP_FASTOPEN): Define.
32602         (tcp_repair_opt): New structure.
32603         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32604         enum values.
32605         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32606         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32607         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32608         (tcp_cookie_transactions): New structure.
32610 2013-01-09  Anton Blanchard  <anton@samba.org>
32612         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32613         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32614         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32615         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32617 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32619         * include/features.h (__USE_ANSI): Remove.
32621 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32623         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32625         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32627 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32629         * sysdeps/s390/fpu/libm-test-ulps: Update.
32631         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32633         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32634         (__acr): Likewise.
32635         (__cpy): Likewise.
32636         (norm): Likewise.
32637         (denorm): Likewise.
32638         (__mp_dbl): Likewise.
32639         (__dbl_mp): Likewise.
32640         (add_magnitudes): Likewise.
32641         (sub_magnitudes): Likewise.
32642         (__add): Likewise.
32643         (__sub): Likewise.
32644         (__mul): Likewise.
32645         (__inv): Likewise.
32646         (__dvd): Likewise.
32647         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32648         (__acr): Likewise.
32649         (__cpy): Likewise.
32650         (norm): Likewise.
32651         (denorm): Likewise.
32652         (__mp_dbl): Likewise.
32653         (__dbl_mp): Likewise.
32654         (add_magnitudes): Likewise.
32655         (sub_magnitudes): Likewise.
32656         (__add): Likewise.
32657         (__sub): Likewise.
32658         (__mul): Likewise.
32659         (__inv): Likewise.
32660         (__dvd): Likewise.
32661         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32662         (__acr): Likewise.
32663         (__cpy): Likewise.
32664         (norm): Likewise.
32665         (denorm): Likewise.
32666         (__mp_dbl): Likewise.
32667         (__dbl_mp): Likewise.
32668         (add_magnitudes): Likewise.
32669         (sub_magnitudes): Likewise.
32670         (__add): Likewise.
32671         (__sub): Likewise.
32672         (__mul): Likewise.
32673         (__inv): Likewise.
32674         (__dvd): Likewise.
32676 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32678         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32679         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32680         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32681         2 && __USE_EXTERN_INLINES]: Likewise.
32683 2013-01-08  Andreas Jaeger  <aj@suse.de>
32685         [BZ# 14985]
32686         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32687         Remove.
32688         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32689         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32691 2013-01-07  Anton Blanchard  <anton@samba.org>
32693         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32694         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32695         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32696         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32697         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32698         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32699         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32700         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32701         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32702         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32703         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32704         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32705         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32706         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32707         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32708         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32709         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32710         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32711         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32712         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32713         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32714         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32715         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32716         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32717         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32718         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32719         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32720         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32721         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32722         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32723         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32725         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32726         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32727         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32728         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32729         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32730         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32731         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32732         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32733         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32734         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32735         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32737 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32739         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32740         (__MALLOC_PMT): Likewise.
32741         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32742         [__GNUC__], only on [_LIBC].
32743         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32744         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32745         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32746         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32747         forward declaration.
32748         (realloc_hook_ini): Likewise.
32749         (memalign_hook_ini): Likewise.
32750         (__libc_memalign): Do not use __MALLOC_PMT in variable
32751         declaration.
32752         (__libc_valloc): Likewise.
32753         (__libc_pvalloc): Likewise.
32754         (__libc_calloc): Likewise.
32755         (__posix_memalign): Likewise.
32757         [BZ #14996]
32758         * math/s_casinh.c: Include <float.h>.
32759         (__casinh): Do not do computation with squaring and square root
32760         for large arguments.
32761         * math/s_casinhf.c: Include <float.h>.
32762         (__casinhf): Do not do computation with squaring and square root
32763         for large arguments.
32764         * math/s_casinhl.c: Include <float.h>.
32765         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32766         (__casinhl): Do not do computation with squaring and square root
32767         for large arguments.
32768         * math/libm-test.inc (casin_test): Add more tests.
32769         (casinh_test): Likewise.
32770         * sysdeps/i386/fpu/libm-test-ulps: Update.
32771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32773 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32775         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32776         (__x86_64_raw_data_cache_size): Likewise.
32777         (__x86_64_data_cache_size_half): Likewise.
32778         (__x86_64_raw_data_cache_size_half): Likewise.
32779         (__x86_64_shared_cache_size): Likewise.
32780         (__x86_64_raw_shared_cache_size): Likewise.
32781         (__x86_64_shared_cache_size_half): Likewise.
32782         (__x86_64_raw_shared_cache_size_half): Likewise.
32783         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32784         to ...
32785         (__x86_data_cache_size): This.
32786         (__x86_64_raw_data_cache_size): Renamed to ...
32787         (__x86_raw_data_cache_size): This.
32788         (__x86_64_data_cache_size_half): Renamed to ...
32789         (__x86_data_cache_size_half): This.
32790         (__x86_64_raw_data_cache_size_half): Renamed to ...
32791         (__x86_raw_data_cache_size_half): This.
32792         (__x86_64_shared_cache_size): Renamed to ...
32793         (__x86_shared_cache_size): This.
32794         (__x86_64_raw_shared_cache_size): Renamed to ...
32795         (__x86_raw_shared_cache_size): This.
32796         (__x86_64_shared_cache_size_half): Renamed to ...
32797         (__x86_shared_cache_size_half): This.
32798         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32799         (__x86_raw_shared_cache_size_half): This.
32800         * sysdeps/x86_64/memcpy.S: Updated.
32801         * sysdeps/x86_64/memset.S: Likewise.
32802         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32803         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32804         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32806 2013-01-04  David S. Miller  <davem@davemloft.net>
32808         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32810 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32812         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32813         1 to avoid redefinition warning.
32814         (__USE_GNU): Don't define.
32815         (init_signaling_nan): Protoize.
32817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32819 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32821         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32823         (__cpymn): Likewise.
32824         (norm): Remove commented code.
32825         (denorm): Likewise.
32826         (__mp_dbl): Likewise.
32827         (__inv): Likewise.
32828         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32829         (__cpymn): Likewise.
32830         (norm): Remove commented code.
32831         (denorm): Likewise.
32832         (__mp_dbl): Likewise.
32833         (__inv): Likewise.
32835         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32836         mp_no value for 1.0 and 2.0.
32837         (norm): Use RADIXI instead of radixi.d.
32838         (denorm): Likewise.
32839         (__mul): Use 0.0 instead of zero.d.
32840         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32841         mp_no value for 1.0 and 2.0.
32842         (norm): Use RADIXI instead of radixi.d.
32843         (denorm): Likewise.
32844         (__mul): Use 0.0 instead of zero.d.
32846 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32848         [BZ #14994]
32849         * math/s_casinh.c (__casinh): Reduce finite argument to first
32850         quadrant then set signs of results at the end.
32851         * math/s_casinhf.c (__casinhf): Likewise.
32852         * math/s_casinhl.c (__casinhl): Likewise.
32853         * math/libm-test.inc (casin_test): Add more tests.
32854         (casinh_test): Likewise.
32855         * sysdeps/i386/fpu/libm-test-ulps: Update.
32856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32858 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32860         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32862         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32864         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32865         declarations.
32866         (denorm): Likewise.
32867         (__mp_dbl): Likewise.
32868         (__inv): Likewise.
32870         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32871         and adjust the header comment.
32873         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32874         variable name from declaration.
32876 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32878         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32879         Initialize COMMON_CPUID_INDEX_7 element.
32880         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32881         (CPUID_RTM): Likewise.
32882         (HAS_RTM): Likewise.
32883         (COMMON_CPUID_INDEX_7): New enum.
32885 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32887         [BZ #14981]
32888         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32889         size is zero, record memory as freed.
32891 2013-01-03  Andreas Jaeger  <aj@suse.de>
32893         * po/ia.po: Add new Interlingua translation.
32895 2012-01-03  Allan McRae  <allan@archlinux.org>
32897         * locale/programs/localedef.c: Fix description of '--posix' flag.
32899 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32901         * NEWS: Update dates in second copyright notice.
32902         * README: Update copyright dates in example.
32903         * manual/libc.texinfo: Update copyright dates.
32904         * scripts/test-installation.pl: Update copyright date in --version
32905         output.
32907         * hurd/ctty-input.c: Fix copyright notice formatting.
32908         * hurd/ctty-output.c: Likewise.
32909         * hurd/dtable.c: Likewise.
32910         * hurd/hurd-raise.c: Likewise.
32911         * hurd/hurdprio.c: Likewise.
32912         * hurd/msgportdemux.c: Likewise.
32913         * misc/sys/file.h: Likewise.
32914         * misc/sys/ioctl.h: Likewise.
32915         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32916         * sysdeps/mach/hurd/chdir.c: Likewise.
32917         * sysdeps/mach/hurd/fchdir.c: Likewise.
32918         * sysdeps/mach/hurd/rename.c: Likewise.
32919         * sysdeps/mach/hurd/rmdir.c: Likewise.
32920         * sysdeps/mach/hurd/seekdir.c: Likewise.
32921         * sysdeps/mach/hurd/setsid.c: Likewise.
32922         * sysdeps/posix/wait3.c: Likewise.
32924         * All files with FSF copyright notices: Update copyright dates
32925         using scripts/update-copyrights.
32926         * intl/plural.c: Regenerated.
32927         * locale/programs/charmap-kw.h: Likewise.
32928         * locale/programs/locfile-kw.h: Likewise.
32930 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32932         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32933         four values.
32935         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32936         calculation loop and add branch prediction.
32938         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32939         check access beyond bounds of m1np.
32941         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32942         MPTWO.
32943         (__inv): Remove local variable MPTWO to use the global
32944         constant.
32945         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32946         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32947         variable MPTWO.
32948         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32949         MP3HALFS static const.
32951 2013-01-01  David S. Miller  <davem@davemloft.net>
32953         * po/ca.po: Update from translation team.
32955 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32957         * scripts/update-copyrights: New file.
32958         * Makeconfig: Reformat copyright notice.
32959         * ctype/ctype.h: Likewise.
32960         * debug/swprintf_chk.c: Likewise.
32961         * elf/dl-cache.c: Likewise.
32962         * elf/dl-debug.c: Likewise.
32963         * elf/dl-object.c: Likewise.
32964         * grp/initgroups.c: Likewise.
32965         * hurd/Makefile: Likewise.
32966         * hurd/hurd/signal.h: Likewise.
32967         * hurd/hurdfault.c: Likewise.
32968         * hurd/hurdioctl.c: Likewise.
32969         * hurd/hurdlookup.c: Likewise.
32970         * hurd/intr-msg.c: Likewise.
32971         * iconv/gconv_open.c: Likewise.
32972         * libio/swprintf.c: Likewise.
32973         * locale/lc-ctype.c: Likewise.
32974         * locale/nl_langinfo.c: Likewise.
32975         * mach/Machrules: Likewise.
32976         * mach/Makefile: Likewise.
32977         * malloc/obstack.h: Likewise.
32978         * manual/Makefile: Likewise.
32979         * manual/tsort.awk: Likewise.
32980         * misc/bits/stab.def: Likewise.
32981         * nis/nis_print_group_entry.c: Likewise.
32982         * nis/nis_table.c: Likewise.
32983         * nis/nss_compat/compat-pwd.c: Likewise.
32984         * nis/nss_compat/compat-spwd.c: Likewise.
32985         * po/Makefile: Likewise.
32986         * posix/fnmatch.c: Likewise.
32987         * posix/regex.h: Likewise.
32988         * resolv/Makefile: Likewise.
32989         * resolv/nss_dns/dns-network.c: Likewise.
32990         * resolv/res_hconf.c: Likewise.
32991         * scripts/gen-sorted.awk: Likewise.
32992         * soft-fp/soft-fp.h: Likewise.
32993         * stdio-common/printf.h: Likewise.
32994         * stdlib/monetary.h: Likewise.
32995         * stdlib/random.c: Likewise.
32996         * stdlib/random_r.c: Likewise.
32997         * sysdeps/generic/Makefile: Likewise.
32998         * sysdeps/gnu/Makefile: Likewise.
32999         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33000         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33001         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33002         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33003         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33004         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33005         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33006         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33007         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33008         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33009         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33010         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33011         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33012         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33013         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33014         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33015         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33016         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33017         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33018         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33019         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33020         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33021         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33022         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33023         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33024         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33025         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33026         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33027         * sysdeps/mach/hurd/errnos.awk: Likewise.
33028         * sysdeps/mach/hurd/fork.c: Likewise.
33029         * sysdeps/mach/hurd/getcwd.c: Likewise.
33030         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33031         * sysdeps/mach/hurd/mmap.c: Likewise.
33032         * sysdeps/mach/hurd/utimes.c: Likewise.
33033         * sysdeps/mach/hurd/xmknod.c: Likewise.
33034         * sysdeps/posix/profil.c: Likewise.
33035         * sysdeps/posix/readdir_r.c: Likewise.
33036         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33037         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33038         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33039         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33040         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33041         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33042         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33043         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33045         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33046         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33047         * sysdeps/pthread/lio_listio.c: Likewise.
33048         * sysdeps/sparc/dl-procinfo.h: Likewise.
33049         * sysdeps/unix/i386/sysdep.S: Likewise.
33050         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33051         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33052         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33053         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33055         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33056         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33057         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33058         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33059         * sysdeps/wordsize-32/divdi3.c: Likewise.
33060         * time/sys/time.h: Likewise.
33061         * wcsmbs/Makefile: Likewise.
33063 2013-01-01  David S. Miller  <davem@davemloft.net>
33065         * po/fr.po: Update from translation team.
33067         * catgets/gencat.c: Update copyright year.
33068         * csu/version.c: Likewise.
33069         * debug/catchsegv.sh: Likewise.
33070         * debug/pcprofiledump.c: Likewise.
33071         * debug/xtrace.sh: Likewise.
33072         * elf/ldconfig.c: Likewise.
33073         * elf/ldd.bash.in: Likewise.
33074         * elf/pldd.c: Likewise.
33075         * elf/sotruss.ksh: Likewise.
33076         * elf/sprof.c: Likewise.
33077         * iconv/iconv_prog.c: Likewise.
33078         * iconv/iconvconfig.c: Likewise.
33079         * locale/programs/locale.c: Likewise.
33080         * locale/programs/localedef.c: Likewise.
33081         * login/programs/pt_chown.c: Likewise.
33082         * malloc/memusage.sh: Likewise.
33083         * malloc/memusagestat.c: Likewise.
33084         * malloc/mtrace.pl: Likewise.
33085         * nscd/nscd.c: Likewise.
33086         * nss/getent.c: Likewise.
33087         * nss/makedb.c: Likewise.
33088         * posix/getconf.c: Likewise.
33090 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33092         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33093         numbers.
33095 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33097         * math/bits/mathcalls.h (modf): Use __nonnull.
33099 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33101         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33102         (split): Use macro CN instead of the bare value.
33103         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33104         could be used.
33105         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33106         instead of the bare value.
33107         (power1): Likewise.
33109 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33111         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33112         __ATAN_TWOM.
33113         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33115         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33116         their values.
33117         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33118         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33119         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33120         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33122 2012-12-28  Andreas Jaeger  <aj@suse.de>
33124         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33125         values are from Linux 3.7.
33127         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33128         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33130 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33132         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33133         TRUE case.
33135         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33136         (norm): Likewise.
33137         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33138         variables with preprocessor constants.
33139         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33140         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33141         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33143 2012-12-27  Bruno Haible  <bruno@clisp.org>
33145         [BZ #14317]
33146         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33147         only if needed.
33149 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33151         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33152         and use variable directly.
33153         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33155         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33156         MPONE.
33157         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33158         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33159         variable MPONE.
33160         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33161         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33162         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33163         include directive.  Remove local variable MPONE.
33164         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33165         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33166         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33168 2012-12-25  David S. Miller  <davem@davemloft.net>
33170         * version.h (RELEASE): Set to "development".
33171         (VERSION): Set to "2.17.90".
33172         * NEWS: Add 2.18 section.
33174 2012-12-21  David S. Miller  <davem@davemloft.net>
33176         * po/hr.po: Update from translation team.
33178 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33180         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33182 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33184         * NEWS:  Mention new memcpy for MIPS.
33186 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33188         * manual/contrib.texi (Contributors): Spelling correction.
33190 2012-12-15  David S. Miller  <davem@davemloft.net>
33192         * po/ru.po: Update from translation team.
33194 2012-12-13  David S. Miller  <davem@davemloft.net>
33196         * NEWS: Mention IFUNC testsuite enhancements.
33198         * po/pl.po: Update from translation team.
33199         * po/bg.po: Likewise.
33201         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33202         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33204 2012-12-11  David S. Miller  <davem@davemloft.net>
33206         * po/sv.po: Update from translation team.
33208         * po/vi.po: Update from translation team.
33210         * po/cs.po: Update from translation team.
33212         * po/de.po: Update from translation team.
33213         * po/eo.po: Likewise.
33214         * po/nl.po: Likewise.
33216 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33218         [BZ #14246]
33219         * manual/argp.texi (Argp Helper Functions): Move node to follow
33220         Argp Parsing State.
33222         [BZ #14872]
33223         * manual/conf.texi (Limits on File System Capacity): Mention if
33224         terminating null is included in the max size.
33226 2012-12-10  Andreas Jaeger  <aj@suse.de>
33228         * po/cs.po: Update from translation team.
33230 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33232         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33233         void pointer and cast to uintptr_t.
33234         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33235         path.
33236         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33237         * sysdeps/s390/s390-64/memset.S: Likewise.
33239 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33241         [BZ #14833]
33242         * menual/message.texi (Message Translation): Fix typos.
33243         (Helper programs for gettext): Likewise.
33245 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33247         [BZ #14898]
33248         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33249         Change to -1.
33251 2012-12-07  David S. Miller  <davem@davemloft.net>
33253         * po/libc.pot: Update.
33255 2012-12-07  Richard Henderson  <rth@redhat.com>
33257         [BZ #10114]
33258         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33259         normal/normal case to before the switch.
33260         (_FP_DIV): Likewise.
33262 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33263             Mike Frysinger  <vapier@gentoo.org>
33265         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33266         check for __NR_fadvise64_64.
33268 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33270         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33271         0, not just to plain "0" as a statement.
33272         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33273         with cw.
33275 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33277         * NEWS: Use sourceware.org in Bugzilla URL.
33279 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33282         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33284         * stdio-common/tst-put-error.c (do_test): Add newline to the
33285         padded test to ensure flush.
33287 2012-12-05  Jeff Law  <law@redhat.com>
33289         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33291 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33293         * README: Don't refer to ports add-on as distributed separately.
33294         Mention AArch64 in list of systems supported in the ports add-on.
33296         * LICENSES: Add more non-FSF copyright and license notices.
33298         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33299         ((unused)).
33301         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33303         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33304         10000 as width of padded output.
33306 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33308         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33310         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33311         variable LX with __attribute__ ((unused)).
33312         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33313         Likewise.
33314         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33315         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33316         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33317         with __attribute__ ((unused)).
33319 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33321         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33323 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33325         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33326         (CFLAGS-nldbl-acos.c): New variable.
33327         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33328         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33329         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33330         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33331         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33332         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33333         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33334         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33340         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33341         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33342         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33343         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33344         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33345         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33346         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33347         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33348         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33349         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33350         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33351         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33352         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33353         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33354         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33355         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33356         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33357         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33358         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33359         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33360         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33361         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33362         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33363         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33364         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33365         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33366         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33367         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33368         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33369         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33370         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33371         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33372         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33373         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33374         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33375         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33376         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33377         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33378         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33379         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33380         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33381         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33382         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33383         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33384         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33385         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33386         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33387         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33388         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33389         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33390         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33391         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33392         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33393         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33394         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33395         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33396         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33397         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33398         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33399         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33400         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33401         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33402         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33403         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33404         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33405         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33406         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33407         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33408         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33409         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33410         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33411         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33412         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33413         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33414         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33415         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33416         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33417         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33418         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33419         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33420         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33421         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33422         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33423         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33426         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33428         [BZ #14914]
33429         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33430         whole low double instead of just low 47 bits when splitting values
33431         into two parts.
33433 2012-12-03  Allan McRae  <allan@archlinux.org>
33435         * manual/stdio.texi (Predefined Printf Handlers): Remove
33436         @hsep and @vsep usage.
33438 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33440         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33441         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33443 2012-12-03  Jeff Law  <law@redhat.com>
33445         * time/sys/time.h (settimeofday): Do not mark TV argument
33446         as __nonnull.
33448 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33450         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33451         when currently writing and seek to current position when not.
33452         * libio/Makefile (tests): Remove bug-fclose1.
33453         * libio/bug-fclose1.c: Delete.
33455 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33457         * manual/arith.texi (feenableexcept): Fix typo.
33458         (fedisableexcept): Likewise.
33460 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33462         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33463         second, differently-typed declaration, rather than a cast.
33465 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33467         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33468         * include/rpc/svc.h: ... here.
33470 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33472         [BZ #13013]
33473         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33474         depending n and resplen2 to catch cases where answer
33475         equals answerp2.
33477 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33479         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33480         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33482 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33484         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33486 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33488         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33490 2012-11-28  Jeff Law  <law@redhat.com>
33492         [BZ #13761]
33493         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33494         dataset_temporary.  Track alloca usage into alloca_used.
33495         If dataset is large allocate and release it via malloc/free.
33497 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33499         [BZ #14197]
33500         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33502 2012-11-28  David S. Miller  <davem@davemloft.net>
33504         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33506 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33508         [BZ #14803]
33509         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33510         of pi/2 rounded to nearest to 64 bits.
33511         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33512         nearest to 64 bits.
33513         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33514         bits.
33516 2012-11-28  Jeff Law <law@redhat.com>
33517             Martin Osvald <mosvald@redhat.com>
33519         [BZ #14889]
33520         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33521         * sunrpc/svc.c: Include time.h.
33522         (__svc_accept_failed): New function.
33523         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33524         any reason other than EINTR, call __svc_accept_failed.
33525         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33526         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33528 2012-11-28  Andreas Schwab  <schwab@suse.de>
33530         * scripts/abilist.awk: Also handle indirect functions in .opd
33531         section.
33533 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33535         [BZ #13881]
33536         * sysdeps/x86/fpu/powl_helper.c: New file.
33537         * sysdeps/x86/fpu/Makefile: Likewise.
33538         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33539         (p3): New object.
33540         (__ieee754_powl): Use __powl_helper for finite arguments except
33541         integer exponents below 8.
33542         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33543         (p3): New object.
33544         (__ieee754_powl): Use __powl_helper for finite arguments except
33545         integer exponents below 8.
33546         * math/libm-test.inc (pow_test): Add more tests and enable some
33547         previously disabled tests.
33548         * sysdeps/i386/fpu/libm-test-ulps: Update.
33549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33551 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33552             Carlos O'Donell  <carlos_odonell@mentor.com>
33554         * nss/makedb.c (is_prime): Assert that input is odd and greater
33555         than 4.  Note that fact in a comment too.
33556         (next_prime): Add 4 to input.
33558 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33560         [BZ #11741]
33561         * libio/Makefile (tests): Add test case tst-fwrite-error.
33562         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33563         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33564         * libio/tst-fwrite-error.c: New test case.
33566 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33568         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33569         before casting to void *.
33570         * include/libc-internal.h (__pointer_type): New macro.
33571         (__integer_if_pointer_type_sub): Likewise.
33572         (__integer_if_pointer_type): Likewise.
33573         (cast_to_integer): Likewise.
33574         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33575         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33576         before casting to atomic64_t.
33577         (atomic_exchange_acq): Likewise.
33578         (__arch_exchange_and_add_body): Likewise.
33579         (__arch_add_body): Likewise.
33580         (atomic_add_negative): Likewise.
33581         (atomic_add_zero): Likewise.
33583 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33585         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33586         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33587         (add_fdes): Likewise.
33588         (linear_search_fdes): Likewise.
33589         (binary_search_unencoded_fdes): Likewise.
33591 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33593         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33595 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33597         * configure.in: Autodetect C++ header directories.
33598         * configure: Regenerated.
33600 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33602         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33604 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33606         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33608 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33610         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33611         LDBL_MANT_DIG == 106]: Disable some tests.
33612         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33613         Likewise.
33614         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33615         Likewise.
33617         [BZ #14871]
33618         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33619         input for small inputs.  Return +/- pi/2 for large inputs.
33620         * math/libm-test.inc (atan_test): Add more tests.
33622         * sysdeps/generic/unwind-dw2-fde-glibc.c
33623         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33624         __attribute__ ((unused)).
33626         [BZ #14645]
33627         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33628         x * y if x and y are nonzero and z is zero.
33630         [BZ #14811]
33631         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33632         nonzero exponents with absolute value below 0x1p-117 to +/-
33633         0x1p-117.
33635         [BZ #14869]
33636         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33637         up arguments below 2**-450, not just those below 2**-500.
33638         * math/libm-test.inc (hypot_test): Add another test.
33640         [BZ #14868]
33641         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33642         Return a+b for ratio over 2**120, not 2**60.
33643         * math/libm-test.inc (hypot_test): Add another test.
33645         * math/libm-test.inc (clog_test): Use
33646         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33647         (clog10_test): Likewise.
33649         [BZ #6778]
33650         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33652 2012-11-22  Andreas Schwab  <schwab@suse.de>
33654         * sysdeps/i386/fpu/libm-test-ulps: Update.
33656 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33658         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33659         printf output with newline.
33661 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33663         [BZ #14865]
33664         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33665         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33666         -z nodlopen, -z initfirst and -z execstack support.
33667         * configure: Regenerated.
33669         * elf/elf.h (DF_1_NODIRECT): New macro.
33670         (DF_1_IGNMULDEF): Likewise.
33671         (DF_1_NOKSYMS): Likewise.
33672         (DF_1_NOHDR): Likewise.
33673         (DF_1_EDITED): Likewise.
33674         (DF_1_NORELOC): Likewise.
33675         (DF_1_SYMINTPOSE): Likewise.
33676         (DF_1_GLOBAUDIT): Likewise.
33677         (DF_1_SINGLETON): Likewise.
33678         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33679         DT_1_SUPPORTED_MASK bits.
33680         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33682 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33684         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33686 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33688         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33689         macro.
33691         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33692         (sendmmsg): Move declarations...
33693         * socket/sys/socket.h: ... here.
33694         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33695         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33696         include it from...
33697         * socket/recvmmsg.c: ... this new file.
33698         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33699         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33700         definition of __sendmmsg hidden.
33701         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33702         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33703         Move ENOSYS stub into and include it from...
33704         * socket/sendmmsg.c: ... this new file.
33705         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33706         (sysdep_routines): Move recvmmsg and sendmmsg...
33707         * socket/Makefile (routines): ... here.
33708         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33709         (GLIBC_PRIVATE): Add __sendmmsg.
33710         * include/sys/socket.h (__sendmmsg): Add declarations.
33711         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33712         sendmmsg.
33714 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33716         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33717         variable I1 with __attribute__ ((unused)).
33718         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33720 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33722         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33723         DUMMY variables with __attribute__ ((unused)).
33725         * bits/byteswap.h: Include <bits/types.h>.
33726         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33728 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33730         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33731         string_t.  Do not manually set errno.
33732         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33733         length with __strnlen.  Make sure to both set errno and return it on
33734         failure.
33736 2012-11-19  David S. Miller  <davem@davemloft.net>
33738         With help from Joseph Myers.
33739         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33740         very large arguments properly.
33741         * math/libm-test.inc (atan_test): New tests.
33742         (atan2_test): New tests.
33743         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33744         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33746 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33748         [BZ #14856]
33749         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33750         Define to 3.
33752         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33753         [POSIX] (EADDRNOTAVAIL): Likewise.
33754         [POSIX] (EAFNOSUPPORT): Likewise.
33755         [POSIX] (EALREADY): Likewise.
33756         [POSIX] (ECONNABORTED): Likewise.
33757         [POSIX] (ECONNREFUSED): Likewise.
33758         [POSIX] (ECONNRESET): Likewise.
33759         [POSIX] (EDESTADDRREQ): Likewise.
33760         [POSIX] (EDQUOT): Likewise.
33761         [POSIX] (EHOSTUNREACH): Likewise.
33762         [POSIX] (EIDRM): Likewise.
33763         [POSIX] (EISCONN): Likewise.
33764         [POSIX] (ELOOP): Likewise.
33765         [POSIX] (EMULTIHOP): Likewise.
33766         [POSIX] (ENETDOWN): Likewise.
33767         [POSIX] (ENETUNREACH): Likewise.
33768         [POSIX] (ENOBUFS): Likewise.
33769         [POSIX] (ENODATA): Likewise.
33770         [POSIX] (ENOLINK): Likewise.
33771         [POSIX] (ENOMSG): Likewise.
33772         [POSIX] (ENOPROTOOPT): Likewise.
33773         [POSIX] (ENOSR): Likewise.
33774         [POSIX] (ENOSTR): Likewise.
33775         [POSIX] (ENOTCONN): Likewise.
33776         [POSIX] (ENOTSOCK): Likewise.
33777         [POSIX] (EOPNOTSUPP): Likewise.
33778         [POSIX] (EOVERFLOW): Likewise.
33779         [POSIX] (EPROTO): Likewise.
33780         [POSIX] (EPROTONOSUPPORT): Likewise.
33781         [POSIX] (EPROTOTYPE): Likewise.
33782         [POSIX] (ESTALE): Likewise.
33783         [POSIX] (ETIME): Likewise.
33784         [POSIX] (ETXTBSY): Likewise.
33785         [POSIX] (EWOULDBLOCK): Likewise.
33786         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33787         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33788         [POSIX] (SEEK_CUR): Likewise.
33789         [POSIX] (SEEK_END): Likewise.
33790         [POSIX || UNIX98] (mode_t): Do not require.
33791         [POSIX] (off_t): Likewise.
33792         [POSIX] (pid_t): Likewise.
33793         [POSIX] (sys/stat.h): Do not allow header.
33794         [POSIX] (unistd.h): Likewise.
33795         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33796         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33797         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33798         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33799         require.
33800         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33801         sigevent): Specify elements.
33802         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33803         entry.
33804         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33805         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33807         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33808         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33809         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33810         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33811         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33812         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33813         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33814         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33815         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33816         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33817         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33818         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33819         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33820         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33821         Likewise.
33822         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33823         Likewise.
33824         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33825         Likewise.
33826         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33827         Likewise.
33828         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33829         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33830         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33831         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33832         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33833         Specify lower bound on value.
33834         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33835         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33836         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33837         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33838         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33839         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33840         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33841         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33842         value.
33843         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33844         as optional.
33845         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33846         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33847         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33848         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33849         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33850         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33851         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33852         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33853         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33854         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33855         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33856         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33857         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33858         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33859         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33860         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33861         entry.
33862         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33863         optional.
33864         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33865         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33866         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33867         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33868         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33869         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33870         Likewise.
33871         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33872         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33873         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33874         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33875         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33876         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33877         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33878         as optional.
33879         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33880         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33881         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33882         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33883         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33884         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33885         specify as optional.
33886         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33887         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33888         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33889         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33890         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33891         [XPG3] (NL_LANGMAX): Likewise.
33892         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33893         [POSIX || XPG3] (NL_NMAX): Likewise.
33894         [POSIX || XPG3] (NL_SETMAX): Likewise.
33895         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33896         [XPG3] (NZERO): Likewise.
33897         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33898         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33899         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33900         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33901         (REG_ERANGE): Expect.
33902         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33903         optional-constant.
33904         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33905         Use (void) in prototype.
33906         [POSIX] (*_t): Allow.
33907         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33908         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33909         (WRDE_BADVAL): Expect.
33911         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33912         expect.
33913         [XPG3 || XPG4] (O_RSYNC): Likewise.
33914         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33915         Likewise.
33916         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33917         [XPG3 || XPG4] (sigqueue): Likewise.
33918         [XPG3 || XPG4] (sigtimedwait): Likewise.
33919         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33920         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33921         [XPG3 || XPG4] (vsnprintf): Likewise.
33922         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33923         Likewise.
33924         [XPG3 || XPG4] (blksize_t): Likewise.
33925         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33926         Likewise.
33927         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33928         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33929         [XPG3 || XPG4] (struct itimerspec): Likewise.
33930         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33931         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33932         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33933         [XPG3 || XPG4] (clockid_t): Likewise.
33934         [XPG3 || XPG4] (timer_t): Likewise.
33935         [XPG3 || XPG4] (clock_getres): Likewise.
33936         [XPG3 || XPG4] (clock_gettime): Likewise.
33937         [XPG3 || XPG4] (clock_settime): Likewise.
33938         [XPG3 || XPG4] (nanosleep): Likewise.
33939         [XPG3 || XPG4] (timer_create): Likewise.
33940         [XPG3 || XPG4] (timer_delete): Likewise.
33941         [XPG3 || XPG4] (timer_gettime): Likewise.
33942         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33943         [XPG3 || XPG4] (timer_settime): Likewise.
33944         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33945         [XPG3 || XPG4] (getlogin_r): Likewise.
33946         [XPG3 || XPG4] (pread): Likewise.
33947         [XPG3 || XPG4] (pthread_atfork): Likewise.
33948         [XPG3 || XPG4] (pwrite): Likewise.
33950         [BZ #14835]
33951         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33952         <bits/siginfo.h>.
33954 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33956         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33957         finalizing MALLSTREAM.
33959         * sysdeps/mach/hurd/syncfs.c: New file.
33961 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33963         [BZ #14719]
33964         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33965         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33966         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33967         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33968         (_nss_dns_gethostbyname4_r): Likewise.
33969         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33970         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33972 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33974         [BZ #13763]
33975         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33977 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33979         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33980         * elf/cache.c (print_entry): Print ",AArch64" for
33981         FLAG_AARCH64_LIB64
33983         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33984         * elf/cache.c (print_entry): Print ",hard-float" for
33985         FLAG_ARM_LIBHF.
33987 2012-11-18  David S. Miller  <davem@davemloft.net>
33989         With help from Joseph Myers.
33990         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33991         cutoff to 2**-13.
33992         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33993         cutoff to 2**-25.
33994         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33995         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33996         small.
33997         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33998         * math/libm-test.inc (y0_test): New tests.
33999         (y1_test): New tests.
34000         * sysdeps/i386/fpu/libm-test-ulps: Update.
34001         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34004 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34006         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34007         64-bit targets.
34008         * configure: Regenerated.
34010 2012-11-17  David S. Miller  <davem@davemloft.net>
34012         [BZ #14811]
34013         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34014         nonzero exponents with absolute value below 0x1p-128 to +/-
34015         0x1p-128.
34017 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34019         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34021         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34023         * posix/getconf-speclist.c: New file.
34024         * posix/posix-envs.def: Likewise.
34025         * posix/confstr.c (START_ENV_GROUP): New macro.
34026         (END_ENV_GROUP): Likewise.
34027         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34028         (KNOWN_PRESENT_ENV_STRING): Likewise.
34029         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34030         (UNKNOWN_ENVIRONMENT): Likewise.
34031         (confstr): Include posix-envs.def instead of handling
34032         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34033         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34034         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34035         (END_ENV_GROUP): Likewise.
34036         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34037         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34038         (UNKNOWN_ENVIRONMENT): Likewise.
34039         (__sysconf): Include posix-envs.def instead of handling associated
34040         cases directly here.
34041         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34042         preprocessing getconf-speclist.c rather than running getconf or
34043         generating empty file.
34045 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34047         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34049 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34051         [BZ #14672]
34052         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34054 2012-11-16  David S. Miller  <davem@davemloft.net>
34056         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34057         smaller than LDBL_EPSILON/2.0L, just return xm1.
34059 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34061         * elf/tst-array1.c (init): Set constructor priority to 1000.
34062         (fini): Set destructor priority to 1000.
34063         * elf/tst-array2dep.c: Likewise.
34065 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34067         [BZ #11741]
34068         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34069         (_IO_new_file_xsputn): Also return EOF if none of the input
34070         data was written when overflow failed.
34071         * libio/iopadn.c (_IO_padn): Likewise.
34072         * libio/iowpadn.c (_IO_wpadn): Likewise.
34073         * stdio-common/tst-put-error.c: Add copyright notice.
34074         (do_test): Add case for printing padded string.
34075         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34076         _IO_padn returned error.
34077         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34078         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34079         return EOF.
34081 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34083         * libio/libioP.h: Add comment note that the references to C++
34084         bits are now obsolete.
34086 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34088         * math/libm-test.inc (check_complex): Use asprintf.
34090 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34092         * debug/pcprofiledump.c (print_version): Update copyright year.
34093         * malloc/memusagestat.c (print_version): Likewise.
34095 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34097         [BZ #14831]
34098         * elf/Makefile (tests): Add tst-audit8.
34099         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34100         ($(objpfx)tst-audit8.out): New target.
34101         (tst-audit8-ENV): New variable.
34102         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34103         audit if l_reloc_result is NULL.
34104         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34105         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34106         * elf/tst-audit8.c: New file.
34108 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34110         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34111         * misc/Makefile (CFLAGS-select.c): Define.
34112         * posix/Makefile (CFLAGS-pause.c): Define.
34114 2012-11-13  David S. Miller  <davem@davemloft.net>
34116         * crypt/Makefile: Move test targets after toplevel Rules
34117         inclusion.  Grab any necessary sysdep routines when linking.
34118         * crypt/md5.c (md5_process_block): Remove define, we will always
34119         name it __md5_process_block.
34120         (md5_finish_ctx): Update md5_process_block call.
34121         (md5_stream): Likewise.
34122         (md5_process_bytes): Likewise.
34123         (md5_process_block): Rename to __md5_process_block and move to ...
34124         * crypt/md5-block.c: ... here.
34125         * crypt/sha256.c (sha256_process_block): Move to ...
34126         * crypt/sha256-block.c: ... here.
34127         * crypt/sha512.c (sha512_process_block): Move to ...
34128         * crypt/sha512-block.c: ... here.
34129         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34130         path.
34131         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34132         * sysdeps/sparc/sparc64/multiarch/Makefile
34133         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34134         crypt subdir.
34135         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34136         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34137         multiarch changes.
34138         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34139         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34140         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34141         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34142         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34143         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34144         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34145         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34146         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34147         file.
34148         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34149         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34150         file.
34151         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34153 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34155         * timezone/tzselect.ksh: Update from tzcode git revision
34156         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34157         * timezone/zdump.c: Likewise.
34158         * timezone/zic.c: Likewise.
34159         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34160         in TZVERSION setting, not $(PKGVERSION).
34161         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34162         REPORT_BUGS_TO settings.
34164         [BZ #14838]
34165         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34166         macro.
34168 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34170         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34171         detection to immediately after _FP_ROUND().
34172         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34173         bits are 0.
34175 2012-11-11  David S. Miller  <davem@davemloft.net>
34177         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34178         inttypes.h
34179         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34180         __close rather than their public counterparts.
34182 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34184         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34185         file.
34186         [UNIX98] (sem_timedwait): Do not expect.
34187         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34188         [XPG4 || UNIX98] (sockatmark): Do not expect.
34189         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34190         (clock_getcpuclockid): Do not expect.
34191         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34192         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34193         Do not expect.
34194         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34195         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34196         [UNIX98] (vwscanf): Likewise.
34197         [UNIX98] (vswscanf): Likewise.
34199 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34201         * timezone/version.h: Remove file.
34202         * timezone/README: Do not refer to version.h.
34203         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34204         $(objpfx)version.h.
34205         ($(objpfx)zdump.o): Likewise.
34206         ($(objpfx)version.h): New target.
34208         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34209         2012i.
34210         * timezone/README: Don't mention modification to tzselect.ksh.
34211         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34212         work on unmodified tzselect.ksh.  Substitute version numbers in
34213         tzselect.ksh.
34215         * Makefile (format-me): Remove.
34216         (INSTALL): Adjust indentation.  Use commands directly instead of
34217         using $(format-me).
34219         * aclocal.m4 (ACX_PKGVERSION): New macro.
34220         (ACX_BUGURL): Likewise.
34221         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34222         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34223         (REPORT_BUGS_TO): Likewise.
34224         * configure: Regenerated.
34225         * config.h.in (PKGVERSION): New macro.
34226         (REPORT_BUGS_TO): Likewise.
34227         * config.make.in (PKGVERSION): New variable.
34228         (PKGVERSION_TEXI): Likewise.
34229         (REPORT_BUGS_TO): Likewise.
34230         (REPORT_BUGS_TEXI): Likewise.
34231         * Makefile (format-me): Use -I$(common-objpfx)manual.
34232         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34233         ($(common-objpfx)manual/%): New target.
34234         (manual/%): Remove target.
34235         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34236         (print_version): Use PKGVERSION.
34237         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34238         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34239         and REPORT_BUGS_TO.
34240         ($(objpfx)xtrace): Likewise.
34241         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34242         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34243         (print_version): Use PKGVERSION.
34244         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34245         (do_version): Use PKGVERSION.
34246         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34247         REPORT_BUGS_TO.
34248         (common-ldd-rewrite): Likewise.
34249         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34250         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34251         (print_version): Use PKGVERSION.
34252         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34253         * elf/pldd.c (argp_program_bug_address): Remove variable.
34254         (more_help): New function.
34255         (argp): Use more_help.
34256         (print_version): Use PKGVERSION.
34257         * elf/sln.c (main): Use PKGVERSION.
34258         (usage): Use REPORT_BUGS_TO.
34259         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34260         (top level): Use PKGVERSION.
34261         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34262         (print_version): Use PKGVERSION.
34263         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34264         (print_version): Use PKGVERSION.
34265         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34266         (print_version): Use PKGVERSION.
34267         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34268         (print_version): Use PKGVERSION.
34269         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34270         (print_version): Use PKGVERSION.
34271         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34272         (print_version): Use PKGVERSION.
34273         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34274         and BUGURL.
34275         ($(objpfx)memusage): Likewise.
34276         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34277         (do_version): Use PKGVERSION.
34278         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34279         (print_version): Use PKGVERSION.
34280         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34281         ($PKGVERSION): New variable.
34282         ($REPORT_BUGS_TO): Likewise.
34283         (usage): Use $REPORT_BUGS_TO.
34284         (top level): Use $PKGVERSION.
34285         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34286         ($(objpfx)pkgvers.texi): New rule.
34287         ($(objpfx)stamp-pkgvers): Likewise.
34288         * manual/install.texi: Include pkgvers.texi.
34289         (--with-pkgversion): Document new configure option.
34290         (--with-bugurl): Likewise.
34291         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34292         than necessarily for this particular distribution.  Use
34293         REPORT_BUGS_TO for where to report bugs.
34294         * INSTALL: Regenerated.
34295         * manual/libc.texinfo: Include pkgvers.texi.
34296         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34297         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34298         (print_version): Use PKGVERSION.
34299         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34300         (print_version): Use PKGVERSION.
34301         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34302         (print_version): Use PKGVERSION.
34303         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34304         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34305         macro.
34306         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34307         (print_version): Use PKGVERSION.
34308         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34309         (print_version): Use PKGVERSION.
34310         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34311         and PKGVERSION.
34313         * timezone/checktab.awk: Update from tzcode 2012i.
34314         * timezone/ialloc.c: Likewise.
34315         * timezone/private.h: Likewise.
34316         * timezone/scheck.c: Likewise.
34317         * timezone/tzfile.h: Likewise.
34318         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34319         (TZVERSION): Hardcode tzcode version number.
34320         * timezone/zdump.c: Update from tzcode 2012i.
34321         * timezone/zic.c: Likewise.
34322         * timezone/version.h: New file.
34323         * timezone/README: Describe version.h.  Update upstream location.
34325         [BZ #14824]
34326         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34327         (mktemp): Enable declaration.
34328         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34329         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34330         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34331         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34332         Likewise.
34333         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34334         Likewise.
34335         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34336         Likewise.
34337         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34338         Likewise.
34339         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34340         Likewise.
34341         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34342         Likewise.
34344         [BZ #14821]
34345         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34346         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34347         for copies of such integer values.
34348         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34349         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34351 2012-11-09  Andreas Jaeger  <aj@suse.de>
34353         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34354         definitions and declarations that are provided by
34355         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34357 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34359         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34360         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34361         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34362         definition.
34364 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34366         * elf/elf.h: Update comment before AArch64 relocations.
34368 2012-11-07  David S. Miller  <davem@davemloft.net>
34370         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34371         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34372         (__start_context): Declare.
34373         (__makecontext_ret): Delete.
34374         (__makecontext): Hook up __start_context instead of
34375         __makecontext_ret.
34376         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34377         (sysdep_routines): Add __start_context when in stdlib.
34379 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34381         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34382         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34383         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34384         hardcoded "nm".
34385         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34386         (READELF): New variable.  Use it instead of hardcoded "readelf".
34388 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34390         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34391         * sysdeps/x86/Makefile: Here.
34392         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34393         * sysdeps/x86/tst-xmmymm.sh: This.
34395 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34397         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34398         expectations.
34399         [UNIX98] (pthread_barrier_t): Do not expect.
34400         [UNIX98] (pthread_barrierattr_t): Likewise.
34401         [UNIX98] (pthread_spinlock_t): Likewise.
34402         [UNIX98] (pthread_barrier_destroy): Likewise.
34403         [UNIX98] (pthread_barrier_init): Likewise.
34404         [UNIX98] (pthread_barrier_wait): Likewise.
34405         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34406         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34407         [UNIX98] (pthread_barrierattr_init): Likewise.
34408         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34409         [UNIX98] (pthread_getcpuclockid): Likewise.
34410         [UNIX98] (pthread_mutex_timedlock): Likewise.
34411         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34412         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34413         [UNIX98] (pthread_sigmask): Likewise.
34414         [UNIX98] (pthread_spin_destroy): Likewise.
34415         [UNIX98] (pthread_spin_init): Likewise.
34416         [UNIX98] (pthread_spin_lock): Likewise.
34417         [UNIX98] (pthread_spin_trylock): Likewise.
34418         [UNIX98] (pthread_spin_unlock): Likewise.
34419         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34420         Do not expect.
34421         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34422         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34423         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34424         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34425         [XPG3 || XPG4] (pthread_key_t): Likewise.
34426         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34427         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34428         [XPG3 || XPG4] (pthread_once_t): Likewise.
34429         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34430         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34431         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34432         [XPG3 || XPG4] (pthread_t): Likewise.
34434         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34435         not expect.
34436         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34438         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34439         Change function return type to int.
34441         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34442         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34443         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34444         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34445         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34446         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34447         [!POSIX] (posix_madvise): Likewise.
34448         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34449         && !UNIX98].
34450         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34451         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34452         (mode_t): Likewise.
34453         (posix_mem_offset): Likewise.
34454         (posix_typed_mem_get_info): Likewise.
34455         (posix_typed_mem_open): Likewise.
34457         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34458         Change condition to [XOPEN2K8].
34460         * conform/conformtest.pl: Preprocess allow-header data with -x c
34461         instead of from stdin.
34462         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34463         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34464         [C99-based standards] (cerfc): Likewise.
34465         [C99-based standards] (cexp2): Likewise.
34466         [C99-based standards] (cexpm1): Likewise.
34467         [C99-based standards] (clog10): Likewise.
34468         [C99-based standards] (clog1p): Likewise.
34469         [C99-based standards] (clog2): Likewise.
34470         [C99-based standards] (clgamma): Likewise.
34471         [C99-based standards] (ctgamma): Likewise.
34472         [C99-based standards] (cerff): Likewise.
34473         [C99-based standards] (cerfcf): Likewise.
34474         [C99-based standards] (cexp2f): Likewise.
34475         [C99-based standards] (cexpm1f): Likewise.
34476         [C99-based standards] (clog10f): Likewise.
34477         [C99-based standards] (clog1pf): Likewise.
34478         [C99-based standards] (clog2f): Likewise.
34479         [C99-based standards] (clgammaf): Likewise.
34480         [C99-based standards] (ctgammaf): Likewise.
34481         [C99-based standards] (cerfl): Likewise.
34482         [C99-based standards] (cerfcl): Likewise.
34483         [C99-based standards] (cexp2l): Likewise.
34484         [C99-based standards] (cexpm1l): Likewise.
34485         [C99-based standards] (clog10l): Likewise.
34486         [C99-based standards] (clog1pl): Likewise.
34487         [C99-based standards] (clog2l): Likewise.
34488         [C99-based standards] (clgammal): Likewise.
34489         [C99-based standards] (ctgammal): Likewise.
34490         * conform/data/inttypes.h-data [C99-based standards]: Include
34491         stdint.h-data.  Remove all expectations for stdint.h contents.
34492         [C99-based standards] (PRI*): Do not allow.
34493         [C99-based standards] (SCN*): Likewise.
34494         [C99-based standards] (*_t): Likewise.
34495         [C99-based-standards] (PRId8): Expect macro.
34496         [C99-based-standards] (PRIi8): Likewise.
34497         [C99-based-standards] (PRIo8): Likewise.
34498         [C99-based-standards] (PRIu8): Likewise.
34499         [C99-based-standards] (PRIx8): Likewise.
34500         [C99-based-standards] (PRIX8): Likewise.
34501         [C99-based-standards] (SCNd8): Likewise.
34502         [C99-based-standards] (SCNi8): Likewise.
34503         [C99-based-standards] (SCNo8): Likewise.
34504         [C99-based-standards] (SCNu8): Likewise.
34505         [C99-based-standards] (SCNx8): Likewise.
34506         [C99-based-standards] (PRIdLEAST8): Likewise.
34507         [C99-based-standards] (PRIiLEAST8): Likewise.
34508         [C99-based-standards] (PRIoLEAST8): Likewise.
34509         [C99-based-standards] (PRIuLEAST8): Likewise.
34510         [C99-based-standards] (PRIxLEAST8): Likewise.
34511         [C99-based-standards] (PRIXLEAST8): Likewise.
34512         [C99-based-standards] (SCNdLEAST8): Likewise.
34513         [C99-based-standards] (SCNiLEAST8): Likewise.
34514         [C99-based-standards] (SCNoLEAST8): Likewise.
34515         [C99-based-standards] (SCNuLEAST8): Likewise.
34516         [C99-based-standards] (SCNxLEAST8): Likewise.
34517         [C99-based-standards] (PRIdFAST8): Likewise.
34518         [C99-based-standards] (PRIiFAST8): Likewise.
34519         [C99-based-standards] (PRIoFAST8): Likewise.
34520         [C99-based-standards] (PRIuFAST8): Likewise.
34521         [C99-based-standards] (PRIxFAST8): Likewise.
34522         [C99-based-standards] (PRIXFAST8): Likewise.
34523         [C99-based-standards] (SCNdFAST8): Likewise.
34524         [C99-based-standards] (SCNiFAST8): Likewise.
34525         [C99-based-standards] (SCNoFAST8): Likewise.
34526         [C99-based-standards] (SCNuFAST8): Likewise.
34527         [C99-based-standards] (SCNxFAST8): Likewise.
34528         [C99-based-standards] (PRId16): Likewise.
34529         [C99-based-standards] (PRIi16): Likewise.
34530         [C99-based-standards] (PRIo16): Likewise.
34531         [C99-based-standards] (PRIu16): Likewise.
34532         [C99-based-standards] (PRIx16): Likewise.
34533         [C99-based-standards] (PRIX16): Likewise.
34534         [C99-based-standards] (SCNd16): Likewise.
34535         [C99-based-standards] (SCNi16): Likewise.
34536         [C99-based-standards] (SCNo16): Likewise.
34537         [C99-based-standards] (SCNu16): Likewise.
34538         [C99-based-standards] (SCNx16): Likewise.
34539         [C99-based-standards] (PRIdLEAST16): Likewise.
34540         [C99-based-standards] (PRIiLEAST16): Likewise.
34541         [C99-based-standards] (PRIoLEAST16): Likewise.
34542         [C99-based-standards] (PRIuLEAST16): Likewise.
34543         [C99-based-standards] (PRIxLEAST16): Likewise.
34544         [C99-based-standards] (PRIXLEAST16): Likewise.
34545         [C99-based-standards] (SCNdLEAST16): Likewise.
34546         [C99-based-standards] (SCNiLEAST16): Likewise.
34547         [C99-based-standards] (SCNoLEAST16): Likewise.
34548         [C99-based-standards] (SCNuLEAST16): Likewise.
34549         [C99-based-standards] (SCNxLEAST16): Likewise.
34550         [C99-based-standards] (PRIdFAST16): Likewise.
34551         [C99-based-standards] (PRIiFAST16): Likewise.
34552         [C99-based-standards] (PRIoFAST16): Likewise.
34553         [C99-based-standards] (PRIuFAST16): Likewise.
34554         [C99-based-standards] (PRIxFAST16): Likewise.
34555         [C99-based-standards] (PRIXFAST16): Likewise.
34556         [C99-based-standards] (SCNdFAST16): Likewise.
34557         [C99-based-standards] (SCNiFAST16): Likewise.
34558         [C99-based-standards] (SCNoFAST16): Likewise.
34559         [C99-based-standards] (SCNuFAST16): Likewise.
34560         [C99-based-standards] (SCNxFAST16): Likewise.
34561         [C99-based-standards] (PRId32): Likewise.
34562         [C99-based-standards] (PRIi32): Likewise.
34563         [C99-based-standards] (PRIo32): Likewise.
34564         [C99-based-standards] (PRIu32): Likewise.
34565         [C99-based-standards] (PRIx32): Likewise.
34566         [C99-based-standards] (PRIX32): Likewise.
34567         [C99-based-standards] (SCNd32): Likewise.
34568         [C99-based-standards] (SCNi32): Likewise.
34569         [C99-based-standards] (SCNo32): Likewise.
34570         [C99-based-standards] (SCNu32): Likewise.
34571         [C99-based-standards] (SCNx32): Likewise.
34572         [C99-based-standards] (PRIdLEAST32): Likewise.
34573         [C99-based-standards] (PRIiLEAST32): Likewise.
34574         [C99-based-standards] (PRIoLEAST32): Likewise.
34575         [C99-based-standards] (PRIuLEAST32): Likewise.
34576         [C99-based-standards] (PRIxLEAST32): Likewise.
34577         [C99-based-standards] (PRIXLEAST32): Likewise.
34578         [C99-based-standards] (SCNdLEAST32): Likewise.
34579         [C99-based-standards] (SCNiLEAST32): Likewise.
34580         [C99-based-standards] (SCNoLEAST32): Likewise.
34581         [C99-based-standards] (SCNuLEAST32): Likewise.
34582         [C99-based-standards] (SCNxLEAST32): Likewise.
34583         [C99-based-standards] (PRIdFAST32): Likewise.
34584         [C99-based-standards] (PRIiFAST32): Likewise.
34585         [C99-based-standards] (PRIoFAST32): Likewise.
34586         [C99-based-standards] (PRIuFAST32): Likewise.
34587         [C99-based-standards] (PRIxFAST32): Likewise.
34588         [C99-based-standards] (PRIXFAST32): Likewise.
34589         [C99-based-standards] (SCNdFAST32): Likewise.
34590         [C99-based-standards] (SCNiFAST32): Likewise.
34591         [C99-based-standards] (SCNoFAST32): Likewise.
34592         [C99-based-standards] (SCNuFAST32): Likewise.
34593         [C99-based-standards] (SCNxFAST32): Likewise.
34594         [C99-based-standards] (PRId64): Likewise.
34595         [C99-based-standards] (PRIi64): Likewise.
34596         [C99-based-standards] (PRIo64): Likewise.
34597         [C99-based-standards] (PRIu64): Likewise.
34598         [C99-based-standards] (PRIx64): Likewise.
34599         [C99-based-standards] (PRIX64): Likewise.
34600         [C99-based-standards] (SCNd64): Likewise.
34601         [C99-based-standards] (SCNi64): Likewise.
34602         [C99-based-standards] (SCNo64): Likewise.
34603         [C99-based-standards] (SCNu64): Likewise.
34604         [C99-based-standards] (SCNx64): Likewise.
34605         [C99-based-standards] (PRIdLEAST64): Likewise.
34606         [C99-based-standards] (PRIiLEAST64): Likewise.
34607         [C99-based-standards] (PRIoLEAST64): Likewise.
34608         [C99-based-standards] (PRIuLEAST64): Likewise.
34609         [C99-based-standards] (PRIxLEAST64): Likewise.
34610         [C99-based-standards] (PRIXLEAST64): Likewise.
34611         [C99-based-standards] (SCNdLEAST64): Likewise.
34612         [C99-based-standards] (SCNiLEAST64): Likewise.
34613         [C99-based-standards] (SCNoLEAST64): Likewise.
34614         [C99-based-standards] (SCNuLEAST64): Likewise.
34615         [C99-based-standards] (SCNxLEAST64): Likewise.
34616         [C99-based-standards] (PRIdFAST64): Likewise.
34617         [C99-based-standards] (PRIiFAST64): Likewise.
34618         [C99-based-standards] (PRIoFAST64): Likewise.
34619         [C99-based-standards] (PRIuFAST64): Likewise.
34620         [C99-based-standards] (PRIxFAST64): Likewise.
34621         [C99-based-standards] (PRIXFAST64): Likewise.
34622         [C99-based-standards] (SCNdFAST64): Likewise.
34623         [C99-based-standards] (SCNiFAST64): Likewise.
34624         [C99-based-standards] (SCNoFAST64): Likewise.
34625         [C99-based-standards] (SCNuFAST64): Likewise.
34626         [C99-based-standards] (SCNxFAST64): Likewise.
34627         [C99-based-standards] (PRIdMAX): Likewise.
34628         [C99-based-standards] (PRIiMAX): Likewise.
34629         [C99-based-standards] (PRIoMAX): Likewise.
34630         [C99-based-standards] (PRIuMAX): Likewise.
34631         [C99-based-standards] (PRIxMAX): Likewise.
34632         [C99-based-standards] (PRIXMAX): Likewise.
34633         [C99-based-standards] (SCNdMAX): Likewise.
34634         [C99-based-standards] (SCNiMAX): Likewise.
34635         [C99-based-standards] (SCNoMAX): Likewise.
34636         [C99-based-standards] (SCNuMAX): Likewise.
34637         [C99-based-standards] (SCNxMAX): Likewise.
34638         [C99-based-standards] (PRIdPTR): Likewise.
34639         [C99-based-standards] (PRIiPTR): Likewise.
34640         [C99-based-standards] (PRIoPTR): Likewise.
34641         [C99-based-standards] (PRIuPTR): Likewise.
34642         [C99-based-standards] (PRIxPTR): Likewise.
34643         [C99-based-standards] (PRIXPTR): Likewise.
34644         [C99-based-standards] (SCNdPTR): Likewise.
34645         [C99-based-standards] (SCNiPTR): Likewise.
34646         [C99-based-standards] (SCNoPTR): Likewise.
34647         [C99-based-standards] (SCNuPTR): Likewise.
34648         [C99-based-standards] (SCNxPTR): Likewise.
34649         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34650         allow.
34651         * conform/data/stdint.h-data: Update comments to clarify
34652         requirements.
34653         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34654         type.
34655         [C99-based standards] (INT8_MAX): Likewise.
34656         [C99-based standards] (INT16_MIN): Likewise.
34657         [C99-based standards] (INT16_MAX): Likewise.
34658         [C99-based standards] (INT32_MIN): Likewise.
34659         [C99-based standards] (INT32_MAX): Likewise.
34660         [C99-based standards] (INT64_MIN): Likewise.
34661         [C99-based standards] (INT64_MAX): Likewise.
34662         [C99-based standards] (UINT8_MAX): Likewise.
34663         [C99-based standards] (UINT16_MAX): Likewise.
34664         [C99-based standards] (UINT32_MAX): Likewise.
34665         [C99-based standards] (UINT64_MAX): Likewise.
34666         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34667         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34668         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34669         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34670         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34671         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34672         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34673         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34674         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34675         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34676         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34677         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34678         [C99-based standards] (INT_FAST8_MIN): Likewise.
34679         [C99-based standards] (INT_FAST8_MAX): Likewise.
34680         [C99-based standards] (INT_FAST16_MIN): Likewise.
34681         [C99-based standards] (INT_FAST16_MAX): Likewise.
34682         [C99-based standards] (INT_FAST32_MIN): Likewise.
34683         [C99-based standards] (INT_FAST32_MAX): Likewise.
34684         [C99-based standards] (INT_FAST64_MIN): Likewise.
34685         [C99-based standards] (INT_FAST64_MAX): Likewise.
34686         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34687         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34688         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34689         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34690         [C99-based standards] (INTPTR_MIN): Likewise.
34691         [C99-based standards] (INTPTR_MAX): Likewise.
34692         [C99-based standards] (UINTPTR_MAX): Likewise.
34693         [C99-based standards] (INTMAX_MIN): Likewise.
34694         [C99-based standards] (INTMAX_MAX): Likewise.
34695         [C99-based standards] (UINTMAX_MAX): Likewise.
34696         [C99-based standards] (PTRDIFF_MIN): Likewise.
34697         [C99-based standards] (PTRDIFF_MAX): Likewise.
34698         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34699         [C99-based standards] (SIZE_MAX): Likewise.
34700         [C99-based standards] (WCHAR_MAX): Likewise.
34701         [C99-based standards] (WINT_MAX): Likewise.
34702         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34703         constraint on value.
34704         [C99-based standards] (WCHAR_MIN): Likewise.
34705         [C99-based standards] (WINT_MIN): Likewise.
34706         [C99-based standards] (*_t): Allow.
34707         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34708         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34709         Include math.h-data and complex.h-data.  Remove all expectations
34710         of math.h and complex.h contents.
34711         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34712         at end of line.
34713         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34714         (struct tm): Expect tag.
34715         [C99-based-standards] (wcstof): Expect function.
34716         [C99-based-standards] (wcstold): Likewise.
34717         [C99-based-standards] (wcstoll): Likewise.
34718         [C99-based-standards] (wcstoull): Likewise.
34719         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34720         macro-int-constant.  Specify type.
34721         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34722         constraint on value.
34723         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34724         Specify type.
34725         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34726         Specify value.
34727         [ISO C standards]: Do not allow headers.
34728         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34729         wcs[abcdefghijklmnopqrstuvwxyz]*.
34730         [ISO C standards] (*_t): Do not allow.
34731         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34732         Expect function.
34733         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34734         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34735         Specify type.
34736         [ISO C standards]: Do not allow headers.
34737         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34738         is[abcdefghijklmnopqrstuvwxyz]*.
34739         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34740         to[abcdefghijklmnopqrstuvwxyz]*.
34741         [ISO C standards] (*_t): Do not allow.
34742         * conform/data/stdalign.h-data: New file.
34743         * conform/data/stdbool.h-data: Likewise.
34744         * conform/data/stdnoreturn.h-data: Likewise.
34746 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34748         [BZ #14815]
34749         * manual/filesys.texi (Directory Entries): Typo fix.
34750         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34752 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34754         * elf/elf.h (EM_AARCH64): New macro.
34755         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34756         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34757         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34758         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34759         (R_AARCH64_TLSDESC): Likewise.
34760         (NT_ARM_TLS): Likewise.
34761         (NT_ARM_HW_BREAK): Likewise.
34762         (NT_ARM_HW_WATCH): Likewise.
34764 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34766         [BZ #14811]
34767         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34768         (__ieee754_powl): Saturate nonzero exponents with absolute value
34769         below 0x1p-79 to +/- 0x1p-79.
34770         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34771         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34772         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34773         nonzero exponents with absolute value below 0x1p-32 to +/-
34774         0x1p-32.
34775         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34776         (__ieee754_powl): Saturate nonzero exponents with absolute value
34777         below 0x1p-79 to +/- 0x1p-79.
34778         * math/libm-test.inc (pow_test): Add more tests.
34780 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34782         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34783         _dl_s390_cap_flags with kernel. Increase string length.
34784         (_dl_s390_platforms): Add z196 and zEC12.
34786 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34788         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34789         Change XOPEN21K to XOPEN2K.
34791 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34793         * string/memmove.c: Use memcpy when possible.
34795 2012-11-06  Andreas Jaeger  <aj@suse.de>
34797         * po/eo.po: Update from translation team.
34799 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34801         [BZ #14793]
34802         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34803         exponent and small x and y exponents, scale x or y up.  Increase
34804         by 2 the exponent used in scaling up.
34805         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34806         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34807         * math/libm-test.inc (fma_test): Add more tests.
34808         (fma_test_towardzero): Likewise.
34809         (fma_test_downward): Likewise.
34810         (fma_test_upward): Likewise.
34812 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34814         [BZ #14805]
34815         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34816         fenv_t *.
34818         [BZ #14801]
34819         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34820         namespace for names of struct fields.
34821         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34822         fenv_t fields.
34823         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34824         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34826 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34828         [BZ #3665]
34829         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34831 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34833         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34834         PTR_DEMANGLE.
34836         [BZ #5246]
34837         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34838         PTR_DEMANGLE.
34840 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34842         [BZ #14797]
34843         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34844         definitely overflow as x * y not x * y + z.
34845         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34846         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34847         * math/libm-test.inc (fma_test): Add more tests.
34848         (fma_test_towardzero): Likewise.
34849         (fma_test_downward): Likewise.
34850         (fma_test_upward): Likewise.
34852 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34854         [BZ #157]
34856         * include/stub-tag.h: Remove file.
34857         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34858         '#include' of it.
34859         * manual/maint.texi (Porting): Don't reference it.
34860         * Makerules ($(objpfx)stubs): Likewise.
34861         * dirent/closedir.c: Don't include <stub-tag.h>.
34862         * dirent/dirfd.c: Likewise.
34863         * dirent/fdopendir.c: Likewise.
34864         * dirent/getdents.c: Likewise.
34865         * dirent/getdents64.c: Likewise.
34866         * dirent/opendir.c: Likewise.
34867         * dirent/readdir.c: Likewise.
34868         * dirent/readdir64.c: Likewise.
34869         * dirent/readdir64_r.c: Likewise.
34870         * dirent/readdir_r.c: Likewise.
34871         * dirent/rewinddir.c: Likewise.
34872         * dirent/seekdir.c: Likewise.
34873         * dirent/telldir.c: Likewise.
34874         * gmon/profil.c: Likewise.
34875         * grp/setgroups.c: Likewise.
34876         * inet/if_index.c: Likewise.
34877         * io/access.c: Likewise.
34878         * io/chdir.c: Likewise.
34879         * io/chmod.c: Likewise.
34880         * io/chown.c: Likewise.
34881         * io/close.c: Likewise.
34882         * io/dup.c: Likewise.
34883         * io/dup2.c: Likewise.
34884         * io/dup3.c: Likewise.
34885         * io/euidaccess.c: Likewise.
34886         * io/faccessat.c: Likewise.
34887         * io/fchdir.c: Likewise.
34888         * io/fchmod.c: Likewise.
34889         * io/fchmodat.c: Likewise.
34890         * io/fchown.c: Likewise.
34891         * io/fchownat.c: Likewise.
34892         * io/fcntl.c: Likewise.
34893         * io/flock.c: Likewise.
34894         * io/fstatfs.c: Likewise.
34895         * io/fstatfs64.c: Likewise.
34896         * io/fstatvfs.c: Likewise.
34897         * io/fstatvfs64.c: Likewise.
34898         * io/futimens.c: Likewise.
34899         * io/fxstat.c: Likewise.
34900         * io/fxstat64.c: Likewise.
34901         * io/fxstatat.c: Likewise.
34902         * io/fxstatat64.c: Likewise.
34903         * io/getcwd.c: Likewise.
34904         * io/isatty.c: Likewise.
34905         * io/lchmod.c: Likewise.
34906         * io/lchown.c: Likewise.
34907         * io/link.c: Likewise.
34908         * io/linkat.c: Likewise.
34909         * io/lseek.c: Likewise.
34910         * io/lseek64.c: Likewise.
34911         * io/lxstat64.c: Likewise.
34912         * io/mkdir.c: Likewise.
34913         * io/mkdirat.c: Likewise.
34914         * io/mkfifo.c: Likewise.
34915         * io/mkfifoat.c: Likewise.
34916         * io/open.c: Likewise.
34917         * io/open64.c: Likewise.
34918         * io/openat.c: Likewise.
34919         * io/openat64.c: Likewise.
34920         * io/pipe.c: Likewise.
34921         * io/pipe2.c: Likewise.
34922         * io/poll.c: Likewise.
34923         * io/posix_fadvise.c: Likewise.
34924         * io/posix_fadvise64.c: Likewise.
34925         * io/posix_fallocate.c: Likewise.
34926         * io/posix_fallocate64.c: Likewise.
34927         * io/read.c: Likewise.
34928         * io/readlink.c: Likewise.
34929         * io/readlinkat.c: Likewise.
34930         * io/rmdir.c: Likewise.
34931         * io/sendfile.c: Likewise.
34932         * io/sendfile64.c: Likewise.
34933         * io/statfs.c: Likewise.
34934         * io/statfs64.c: Likewise.
34935         * io/statvfs.c: Likewise.
34936         * io/statvfs64.c: Likewise.
34937         * io/symlink.c: Likewise.
34938         * io/symlinkat.c: Likewise.
34939         * io/ttyname.c: Likewise.
34940         * io/ttyname_r.c: Likewise.
34941         * io/umask.c: Likewise.
34942         * io/unlink.c: Likewise.
34943         * io/unlinkat.c: Likewise.
34944         * io/utime.c: Likewise.
34945         * io/utimensat.c: Likewise.
34946         * io/write.c: Likewise.
34947         * io/xmknod.c: Likewise.
34948         * io/xmknodat.c: Likewise.
34949         * io/xstat.c: Likewise.
34950         * io/xstat64.c: Likewise.
34951         * login/getpt.c: Likewise.
34952         * login/grantpt.c: Likewise.
34953         * login/unlockpt.c: Likewise.
34954         * math/e_acoshl.c: Likewise.
34955         * math/e_acosl.c: Likewise.
34956         * math/e_asinl.c: Likewise.
34957         * math/e_atan2l.c: Likewise.
34958         * math/e_atanhl.c: Likewise.
34959         * math/e_coshl.c: Likewise.
34960         * math/e_expl.c: Likewise.
34961         * math/e_fmodl.c: Likewise.
34962         * math/e_gammal_r.c: Likewise.
34963         * math/e_hypotl.c: Likewise.
34964         * math/e_j0l.c: Likewise.
34965         * math/e_j1l.c: Likewise.
34966         * math/e_jnl.c: Likewise.
34967         * math/e_lgammal_r.c: Likewise.
34968         * math/e_log10l.c: Likewise.
34969         * math/e_log2l.c: Likewise.
34970         * math/e_logl.c: Likewise.
34971         * math/e_powl.c: Likewise.
34972         * math/e_rem_pio2l.c: Likewise.
34973         * math/e_sinhl.c: Likewise.
34974         * math/e_sqrtl.c: Likewise.
34975         * math/fclrexcpt.c: Likewise.
34976         * math/fedisblxcpt.c: Likewise.
34977         * math/feenablxcpt.c: Likewise.
34978         * math/fegetenv.c: Likewise.
34979         * math/fegetexcept.c: Likewise.
34980         * math/fegetround.c: Likewise.
34981         * math/feholdexcpt.c: Likewise.
34982         * math/fesetenv.c: Likewise.
34983         * math/fesetround.c: Likewise.
34984         * math/feupdateenv.c: Likewise.
34985         * math/fgetexcptflg.c: Likewise.
34986         * math/fraiseexcpt.c: Likewise.
34987         * math/fsetexcptflg.c: Likewise.
34988         * math/ftestexcept.c: Likewise.
34989         * math/k_cosl.c: Likewise.
34990         * math/k_rem_pio2l.c: Likewise.
34991         * math/k_sinl.c: Likewise.
34992         * math/k_tanl.c: Likewise.
34993         * math/s_asinhl.c: Likewise.
34994         * math/s_atanl.c: Likewise.
34995         * math/s_cbrtl.c: Likewise.
34996         * math/s_erfl.c: Likewise.
34997         * math/s_expm1l.c: Likewise.
34998         * math/s_log1pl.c: Likewise.
34999         * math/s_tanhl.c: Likewise.
35000         * misc/acct.c: Likewise.
35001         * misc/brk.c: Likewise.
35002         * misc/chflags.c: Likewise.
35003         * misc/chroot.c: Likewise.
35004         * misc/fchflags.c: Likewise.
35005         * misc/fgetxattr.c: Likewise.
35006         * misc/flistxattr.c: Likewise.
35007         * misc/fremovexattr.c: Likewise.
35008         * misc/fsetxattr.c: Likewise.
35009         * misc/fsync.c: Likewise.
35010         * misc/ftruncate.c: Likewise.
35011         * misc/futimes.c: Likewise.
35012         * misc/futimesat.c: Likewise.
35013         * misc/getdomain.c: Likewise.
35014         * misc/getdtsz.c: Likewise.
35015         * misc/gethostid.c: Likewise.
35016         * misc/gethostname.c: Likewise.
35017         * misc/getloadavg.c: Likewise.
35018         * misc/getpagesize.c: Likewise.
35019         * misc/getsysstats.c: Likewise.
35020         * misc/getxattr.c: Likewise.
35021         * misc/gtty.c: Likewise.
35022         * misc/ioctl.c: Likewise.
35023         * misc/lgetxattr.c: Likewise.
35024         * misc/listxattr.c: Likewise.
35025         * misc/llistxattr.c: Likewise.
35026         * misc/lremovexattr.c: Likewise.
35027         * misc/lsetxattr.c: Likewise.
35028         * misc/lutimes.c: Likewise.
35029         * misc/madvise.c: Likewise.
35030         * misc/mincore.c: Likewise.
35031         * misc/mlock.c: Likewise.
35032         * misc/mlockall.c: Likewise.
35033         * misc/mmap.c: Likewise.
35034         * misc/mprotect.c: Likewise.
35035         * misc/msync.c: Likewise.
35036         * misc/munlock.c: Likewise.
35037         * misc/munlockall.c: Likewise.
35038         * misc/munmap.c: Likewise.
35039         * misc/preadv.c: Likewise.
35040         * misc/preadv64.c: Likewise.
35041         * misc/ptrace.c: Likewise.
35042         * misc/pwritev.c: Likewise.
35043         * misc/pwritev64.c: Likewise.
35044         * misc/readv.c: Likewise.
35045         * misc/reboot.c: Likewise.
35046         * misc/remap_file_pages.c: Likewise.
35047         * misc/removexattr.c: Likewise.
35048         * misc/revoke.c: Likewise.
35049         * misc/select.c: Likewise.
35050         * misc/setdomain.c: Likewise.
35051         * misc/setegid.c: Likewise.
35052         * misc/seteuid.c: Likewise.
35053         * misc/sethostid.c: Likewise.
35054         * misc/sethostname.c: Likewise.
35055         * misc/setregid.c: Likewise.
35056         * misc/setreuid.c: Likewise.
35057         * misc/setxattr.c: Likewise.
35058         * misc/sstk.c: Likewise.
35059         * misc/stty.c: Likewise.
35060         * misc/swapoff.c: Likewise.
35061         * misc/swapon.c: Likewise.
35062         * misc/sync.c: Likewise.
35063         * misc/syncfs.c: Likewise.
35064         * misc/syscall.c: Likewise.
35065         * misc/truncate.c: Likewise.
35066         * misc/ualarm.c: Likewise.
35067         * misc/usleep.c: Likewise.
35068         * misc/ustat.c: Likewise.
35069         * misc/utimes.c: Likewise.
35070         * misc/vhangup.c: Likewise.
35071         * misc/writev.c: Likewise.
35072         * posix/_exit.c: Likewise.
35073         * posix/alarm.c: Likewise.
35074         * posix/execve.c: Likewise.
35075         * posix/fexecve.c: Likewise.
35076         * posix/fork.c: Likewise.
35077         * posix/fpathconf.c: Likewise.
35078         * posix/getaddrinfo.c: Likewise.
35079         * posix/getegid.c: Likewise.
35080         * posix/geteuid.c: Likewise.
35081         * posix/getgid.c: Likewise.
35082         * posix/getgroups.c: Likewise.
35083         * posix/getlogin.c: Likewise.
35084         * posix/getlogin_r.c: Likewise.
35085         * posix/getpgid.c: Likewise.
35086         * posix/getpid.c: Likewise.
35087         * posix/getppid.c: Likewise.
35088         * posix/getresgid.c: Likewise.
35089         * posix/getresuid.c: Likewise.
35090         * posix/getsid.c: Likewise.
35091         * posix/getuid.c: Likewise.
35092         * posix/glob64.c: Likewise.
35093         * posix/nanosleep.c: Likewise.
35094         * posix/pathconf.c: Likewise.
35095         * posix/pause.c: Likewise.
35096         * posix/posix_madvise.c: Likewise.
35097         * posix/pread.c: Likewise.
35098         * posix/pread64.c: Likewise.
35099         * posix/pwrite.c: Likewise.
35100         * posix/pwrite64.c: Likewise.
35101         * posix/sched_getaffinity.c: Likewise.
35102         * posix/sched_getp.c: Likewise.
35103         * posix/sched_gets.c: Likewise.
35104         * posix/sched_primax.c: Likewise.
35105         * posix/sched_primin.c: Likewise.
35106         * posix/sched_rr_gi.c: Likewise.
35107         * posix/sched_setaffinity.c: Likewise.
35108         * posix/sched_setp.c: Likewise.
35109         * posix/sched_sets.c: Likewise.
35110         * posix/sched_yield.c: Likewise.
35111         * posix/setgid.c: Likewise.
35112         * posix/setlogin.c: Likewise.
35113         * posix/setpgid.c: Likewise.
35114         * posix/setresgid.c: Likewise.
35115         * posix/setresuid.c: Likewise.
35116         * posix/setsid.c: Likewise.
35117         * posix/setuid.c: Likewise.
35118         * posix/sleep.c: Likewise.
35119         * posix/spawni.c: Likewise.
35120         * posix/sysconf.c: Likewise.
35121         * posix/times.c: Likewise.
35122         * posix/wait.c: Likewise.
35123         * posix/wait3.c: Likewise.
35124         * posix/wait4.c: Likewise.
35125         * posix/waitpid.c: Likewise.
35126         * resolv/gai_sigqueue.c: Likewise.
35127         * resource/getpriority.c: Likewise.
35128         * resource/getrlimit.c: Likewise.
35129         * resource/getrusage.c: Likewise.
35130         * resource/nice.c: Likewise.
35131         * resource/setpriority.c: Likewise.
35132         * resource/setrlimit.c: Likewise.
35133         * resource/ulimit.c: Likewise.
35134         * rt/aio_cancel.c: Likewise.
35135         * rt/aio_fsync.c: Likewise.
35136         * rt/aio_read.c: Likewise.
35137         * rt/aio_sigqueue.c: Likewise.
35138         * rt/aio_suspend.c: Likewise.
35139         * rt/aio_write.c: Likewise.
35140         * rt/clock_getres.c: Likewise.
35141         * rt/clock_gettime.c: Likewise.
35142         * rt/clock_nanosleep.c: Likewise.
35143         * rt/clock_settime.c: Likewise.
35144         * rt/lio_listio.c: Likewise.
35145         * rt/mq_close.c: Likewise.
35146         * rt/mq_getattr.c: Likewise.
35147         * rt/mq_notify.c: Likewise.
35148         * rt/mq_open.c: Likewise.
35149         * rt/mq_receive.c: Likewise.
35150         * rt/mq_send.c: Likewise.
35151         * rt/mq_setattr.c: Likewise.
35152         * rt/mq_timedreceive.c: Likewise.
35153         * rt/mq_timedsend.c: Likewise.
35154         * rt/mq_unlink.c: Likewise.
35155         * rt/shm_open.c: Likewise.
35156         * rt/shm_unlink.c: Likewise.
35157         * rt/timer_create.c: Likewise.
35158         * rt/timer_delete.c: Likewise.
35159         * rt/timer_getoverr.c: Likewise.
35160         * rt/timer_gettime.c: Likewise.
35161         * rt/timer_settime.c: Likewise.
35162         * setjmp/__longjmp.c: Likewise.
35163         * setjmp/setjmp.c: Likewise.
35164         * signal/kill.c: Likewise.
35165         * signal/killpg.c: Likewise.
35166         * signal/raise.c: Likewise.
35167         * signal/sigaction.c: Likewise.
35168         * signal/sigaltstack.c: Likewise.
35169         * signal/sigblock.c: Likewise.
35170         * signal/sigignore.c: Likewise.
35171         * signal/sigintr.c: Likewise.
35172         * signal/signal.c: Likewise.
35173         * signal/sigpause.c: Likewise.
35174         * signal/sigpending.c: Likewise.
35175         * signal/sigqueue.c: Likewise.
35176         * signal/sigreturn.c: Likewise.
35177         * signal/sigset.c: Likewise.
35178         * signal/sigsetmask.c: Likewise.
35179         * signal/sigstack.c: Likewise.
35180         * signal/sigsuspend.c: Likewise.
35181         * signal/sigtimedwait.c: Likewise.
35182         * signal/sigvec.c: Likewise.
35183         * signal/sigwait.c: Likewise.
35184         * signal/sigwaitinfo.c: Likewise.
35185         * signal/sysv_signal.c: Likewise.
35186         * socket/accept.c: Likewise.
35187         * socket/accept4.c: Likewise.
35188         * socket/bind.c: Likewise.
35189         * socket/connect.c: Likewise.
35190         * socket/getpeername.c: Likewise.
35191         * socket/getsockname.c: Likewise.
35192         * socket/getsockopt.c: Likewise.
35193         * socket/isfdtype.c: Likewise.
35194         * socket/listen.c: Likewise.
35195         * socket/recv.c: Likewise.
35196         * socket/recvfrom.c: Likewise.
35197         * socket/recvmsg.c: Likewise.
35198         * socket/send.c: Likewise.
35199         * socket/sendmsg.c: Likewise.
35200         * socket/sendto.c: Likewise.
35201         * socket/setsockopt.c: Likewise.
35202         * socket/shutdown.c: Likewise.
35203         * socket/sockatmark.c: Likewise.
35204         * socket/socket.c: Likewise.
35205         * socket/socketpair.c: Likewise.
35206         * stdio-common/ctermid.c: Likewise.
35207         * stdio-common/cuserid.c: Likewise.
35208         * stdio-common/remove.c: Likewise.
35209         * stdio-common/rename.c: Likewise.
35210         * stdio-common/renameat.c: Likewise.
35211         * stdio-common/tempname.c: Likewise.
35212         * stdlib/getcontext.c: Likewise.
35213         * stdlib/makecontext.c: Likewise.
35214         * stdlib/setcontext.c: Likewise.
35215         * stdlib/swapcontext.c: Likewise.
35216         * stdlib/system.c: Likewise.
35217         * streams/fattach.c: Likewise.
35218         * streams/fdetach.c: Likewise.
35219         * streams/getmsg.c: Likewise.
35220         * streams/getpmsg.c: Likewise.
35221         * streams/putmsg.c: Likewise.
35222         * streams/putpmsg.c: Likewise.
35223         * sysdeps/unix/bsd/getpt.c: Likewise.
35224         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35225         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35226         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35228         Likewise.
35229         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35230         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35231         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35232         * sysvipc/msgctl.c: Likewise.
35233         * sysvipc/msgget.c: Likewise.
35234         * sysvipc/msgrcv.c: Likewise.
35235         * sysvipc/msgsnd.c: Likewise.
35236         * sysvipc/semctl.c: Likewise.
35237         * sysvipc/semget.c: Likewise.
35238         * sysvipc/semop.c: Likewise.
35239         * sysvipc/semtimedop.c: Likewise.
35240         * sysvipc/shmat.c: Likewise.
35241         * sysvipc/shmctl.c: Likewise.
35242         * sysvipc/shmdt.c: Likewise.
35243         * sysvipc/shmget.c: Likewise.
35244         * termios/tcdrain.c: Likewise.
35245         * termios/tcflow.c: Likewise.
35246         * termios/tcflush.c: Likewise.
35247         * termios/tcgetattr.c: Likewise.
35248         * termios/tcgetpgrp.c: Likewise.
35249         * termios/tcsendbrk.c: Likewise.
35250         * termios/tcsetattr.c: Likewise.
35251         * termios/tcsetpgrp.c: Likewise.
35252         * time/adjtime.c: Likewise.
35253         * time/clock.c: Likewise.
35254         * time/getitimer.c: Likewise.
35255         * time/gettimeofday.c: Likewise.
35256         * time/setitimer.c: Likewise.
35257         * time/settimeofday.c: Likewise.
35258         * time/stime.c: Likewise.
35259         * time/time.c: Likewise.
35261 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35263         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35264         /usr/old/bin.
35266         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35267         instead of spaces.
35268         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35270 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35272         [BZ #14796]
35273         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35274         FE_TONEAREST before applying Dekker multiplication and Knuth
35275         addition.  Clear inexact exceptions and check for exact zero
35276         results afterwards.
35277         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35278         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35279         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35280         * math/libm-test.inc (fma_test): Add more tests.
35281         (fma_test_towardzero): Likewise.
35282         (fma_test_downward): Likewise.
35283         (fma_test_upward): Likewise.
35284         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35285         function.
35286         (libc_fesetround): New macro.
35287         (libc_fesetroundf): Likewise.
35288         (libc_fesetroundl): Likewise.
35289         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35290         function.
35291         (libc_fesetround_387): Likewise.
35292         (libc_fesetroundf): New macro.
35293         (libc_fesetround): Likewise.
35294         (libc_fesetroundl): Likewise.
35295         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35296         function.
35297         (libc_fesetroundf): New macro.
35298         (libc_fesetround): Likewise.
35299         (libc_fesetroundl): Likewise.
35300         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35301         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35302         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35303         libm_hidden_ver.
35304         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35305         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35306         libm_hidden_def.
35307         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35308         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35309         libm_hidden_ver.
35310         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35311         libm_hidden_def.
35313         [BZ #3439]
35314         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35315         integer constant usable in #if and use that to give value to enum
35316         constant.
35317         (FE_DIVBYZERO): Likewise.
35318         (FE_UNDERFLOW): Likewise.
35319         (FE_OVERFLOW): Likewise.
35320         (FE_INVALID): Likewise.
35321         (FE_INVALID_SNAN): Likewise.
35322         (FE_INVALID_ISI): Likewise.
35323         (FE_INVALID_IDI): Likewise.
35324         (FE_INVALID_ZDZ): Likewise.
35325         (FE_INVALID_IMZ): Likewise.
35326         (FE_INVALID_COMPARE): Likewise.
35327         (FE_INVALID_SOFTWARE): Likewise.
35328         (FE_INVALID_SQRT): Likewise.
35329         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35330         (FE_TONEAREST): Likewise.
35331         (FE_TOWARDZERO): Likewise.
35332         (FE_UPWARD): Likewise.
35333         (FE_DOWNWARD): Likewise.
35334         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35335         (FE_DIVBYZERO): Likewise.
35336         (FE_OVERFLOW): Likewise.
35337         (FE_UNDERFLOW): Likewise.
35338         (FE_INEXACT): Likewise.
35339         (FE_TONEAREST): Likewise.
35340         (FE_DOWNWARD): Likewise.
35341         (FE_UPWARD): Likewise.
35342         (FE_TOWARDZERO): Likewise.
35343         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35344         (FE_UNDERFLOW): Likewise.
35345         (FE_OVERFLOW): Likewise.
35346         (FE_DIVBYZERO): Likewise.
35347         (FE_INVALID): Likewise.
35348         (FE_TONEAREST): Likewise.
35349         (FE_TOWARDZERO): Likewise.
35350         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35351         (FE_OVERFLOW): Likewise.
35352         (FE_UNDERFLOW): Likewise.
35353         (FE_DIVBYZERO): Likewise.
35354         (FE_INEXACT): Likewise.
35355         (FE_TONEAREST): Likewise.
35356         (FE_TOWARDZERO): Likewise.
35357         (FE_UPWARD): Likewise.
35358         (FE_DOWNWARD): Likewise.
35359         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35360         (FE_DIVBYZERO): Likewise.
35361         (FE_OVERFLOW): Likewise.
35362         (FE_UNDERFLOW): Likewise.
35363         (FE_INEXACT): Likewise.
35364         (FE_TONEAREST): Likewise.
35365         (FE_DOWNWARD): Likewise.
35366         (FE_UPWARD): Likewise.
35367         (FE_TOWARDZERO): Likewise.
35369 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35371         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35373 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35375         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35376         commands.  Quote $PWD.
35377         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35378         -x" by "export".
35379         (remove_newlines): Remove.
35381 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35383         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35384         * stdlib/stdlib.h (atof): Moved to ...
35385         * include/bits/stdlib-float.h: Here.  New file.
35386         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35387         * stdlib/bits/stdlib-float.h: New file.
35388         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35389         -mno-sse -mno-mmx.
35390         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35391         <xmmintrin.h>.
35393 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35395         * conform/conformtest.pl (@headers): Add fenv.h.
35396         * conform/data/fenv.h-data: New file.
35397         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35398         include of <math/fenv.h>.
35400         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35401         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35402         && !UNIX98].  Enables tests for XOPEN2K8.
35403         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35404         POSIX2008]: Likewise.
35406         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35407         (struct rusage): Do not expect type or its members.
35409         [BZ #3439]
35410         * math/math.h (FP_NAN): Define macro to integer constant usable in
35411         #if and use that to give value to enum constant.
35412         (FP_INFINITE): Likewise.
35413         (FP_ZERO): Likewise.
35414         (FP_SUBNORMAL): Likewise.
35415         (FP_NORMAL): Likewise.
35417 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35419         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35420         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35421         arguments.
35423 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35425         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35426         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35427         autoconf-time if not.
35428         * configure.in: Remove AC_PREREQ.
35430 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35432         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35433         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35434         of the internal implementation.
35436 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35438         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35439         except include of <misc/sys/syslog.h>.
35441 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35444         function returns with a NULL context exit with zero.
35446 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35448         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35450 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35452         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35453         (run_program_cmd): This.
35454         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35455         (tst_langinfo): New variable.  Use it.
35457 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35459         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35460         floating point opcodes.
35462 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35464         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35465         variable.
35467         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35469         * sysdeps/mach/hurd/powerpc: Remove directory.
35470         * sysdeps/mach/powerpc: Likewise.
35472 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35474         * scripts/check-local-headers.sh: Ignore c++ headers.
35476 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35478         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35479         __libc_cleanup_region_start argument.
35481 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35483         [BZ #14784]
35484         [BZ #14785]
35485         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35486         x * y using scaling, not as x * y + z.
35487         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35488         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35489         * math/libm-test.inc (fma_test): Add more tests.
35490         (fma_test_towardzero): Likewise.
35491         (fma_test_downward): Likewise.
35492         (fma_test_upward): Likewise.
35494 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35496         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35498 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35500         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35501         New variable.
35503 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35505         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35507 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35510         Fix sort order.
35511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35512         Likewise.
35514 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35517         Fix the order of the list for glibc 2.17.
35518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35519         Likewise.
35521 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35523         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35525 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35527         [BZ #14610]
35528         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35529         for low part of x being zero before using __atanl (y).
35530         * math/libm-test.inc (atan2_test): Add another test.
35532         * manual/install.texi (Configuring and compiling): Document
35533         general use of test-wrapper and test-wrapper-env.
35534         * INSTALL: Regenerated.
35536         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35537         (__fma): Do not extract and scale down low bits on after-rounding
35538         systems when result rounded to normal precision would have normal
35539         exponent.
35540         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35541         (__fmal): Do not extract and scale down low bits on after-rounding
35542         systems when result rounded to normal precision would have normal
35543         exponent.
35544         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35545         (__fmal): Do not extract and scale down low bits on after-rounding
35546         systems when result rounded to normal precision would have normal
35547         exponent.
35548         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35549         macro.
35550         (fma_test): Add more tests.
35551         (fma_test_towardzero): Likewise.
35552         (fma_test_downward): Likewise.
35553         (fma_test_upward): Likewise.
35555 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35557         * sysdeps/i386/tininess.h: Renamed to ...
35558         * sysdeps/x86/tininess.h: This.
35559         * sysdeps/x86_64/tininess.h: Removed.
35561 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35563         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35564         input.  Use $(build-program-cmd).
35565         ($(objpfx)tst-array1-static.out): Likewise.
35566         ($(objpfx)tst-array2.out): Likewise.
35567         ($(objpfx)tst-array3.out): Likewise.
35568         ($(objpfx)tst-array4.out): Likewise.
35569         ($(objpfx)tst-array5.out): Likewise.
35570         ($(objpfx)tst-array5-static.out): Likewise.
35572 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35574         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35575         if defined.
35577         * nss/nsswitch.h (nss_interface_function): Provide new
35578         macro for use with NSS functions.
35579         * grp/initgroups.c: Use new macro.
35580         * nss/getXXbyYY.c: Likewise.
35581         * nss/getXXbyYY_r.c: Likewise.
35582         * nss/getXXent.c: Likewise.
35583         * nss/getXXent_r.c: Likewise.
35584         * sysdeps/posix/getaddrinfo.c: Likewise.
35586 2012-10-30  Andreas Jaeger  <aj@suse.de>
35588         * po/ru.po: Update Russion translation from translation project.
35590 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35592         [BZ #14152]
35593         [BZ #14783]
35594         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35595         result and shift together with sticky bit instead of replicating
35596         round-to-nearest rounding.
35597         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35598         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35599         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35600         missing underflow exceptions.
35601         (fma_test_towardzero): Add more tests.
35602         (fma_test_downward): Likewise.
35603         (fma_test_upward): Likewise.
35605         [BZ #14047]
35606         * sysdeps/generic/tininess.h: New file.
35607         * sysdeps/i386/tininess.h: Likewise.
35608         * sysdeps/sh/tininess.h: Likewise.
35609         * sysdeps/x86_64/tininess.h: Likewise.
35610         * stdlib/tst-strtod-underflow.c: Likewise.
35611         * stdlib/tst-tininess.c: Likewise.
35612         * stdlib/strtod_l.c: Include <tininess.h>.
35613         (round_and_return): Do not set errno for exact underflow cases.
35614         Force an underflow exception when setting errno for underflow.
35615         Determine underflow based on rounding to normal precision if
35616         TININESS_AFTER_ROUNDING.
35617         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35618         ERANGE for exact underflow cases.
35619         * stdlib/Makefile (tests): Add tst-tininess and
35620         tst-strtod-underflow.
35621         ($(objpfx)tst-tininess): Use $(link-libm).
35622         ($(objpfx)tst-strtod-underflow): Likewise.
35624 2012-10-30  Andreas Jaeger  <aj@suse.de>
35626         [BZ#14767]
35627         * elf/Makefile (tests): Remove conditional for have-initfini-array
35628         since this is now always required and the variable does not exist
35629         anymore.
35630         (tests-static): Likewise.
35631         (modules-names): Likewise.
35633         * po/eo.po: Add Esperanto translation from translation project.
35635         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35636         merged with constructor/destructor.
35637         (init_array): Likewise.
35638         * elf/tst-array2dep.c (fini_array): Likewise.
35639         (init_array): Likewise.
35641 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35643         * manual/message.texi: Delete @cartouche tags.
35645 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35647         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35648         EOPNOTSUPP.
35649         * sysdeps/mach/hurd/fsync.c: Likewise.
35651         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35652         [_POSIX_REALTIME_SIGNALS]: Change condition to
35653         [_POSIX_REALTIME_SIGNALS > 0].
35655 2012-10-27  Andreas Jaeger  <aj@suse.de>
35657         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35658         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35659         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35660         [__WORDSIZE != 64]: Likewise.
35662 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35664         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35665         *  iconvdata/tst-tables.sh: Likewise.
35667 2012-10-25  David S. Miller  <davem@davemloft.net>
35669         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35670         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35671         of strtoull.
35673         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35674         ifunc-impl-list.c
35675         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35676         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35677         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35678         file.
35680 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35682         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35683         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35684         __getdirentries.
35686 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35687             Jim Blandy  <jimb@codesourcery.com>
35689         * scripts/cross-test-ssh.sh: New file.
35690         * manual/install.texi (Configuring and compiling): Document use of
35691         cross-test-ssh.sh.
35692         * INSTALL: Regenerated.
35694 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35696         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35697         EOPNOTSUPP.
35699 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35701         * Makeconfig (run-program-prefix): Fix comment.
35703 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35704             Jim Blandy  <jimb@codesourcery.com>
35706         * Makeconfig (test-wrapper): New variable,
35707         (test-wrapper-env): Likewise.
35708         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35709         (run-built-tests): Define to yes.
35710         (run-program-prefix): Use $(test-wrapper).
35711         (built-program-cmd): Likewise.
35712         * Rules (make-test-out): Use $(test-wrapper-env) and
35713         $(host-built-program-cmd).
35714         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35715         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35716         tst-pathopt.sh.
35717         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35718         $(test-wrapper-env) to tst-rtld-load-self.sh.
35719         ($(objpfx)order2.out): Use $(test-wrapper).
35720         ($(objpfx)tst-initorder.out): Likewise.
35721         ($(objpfx)tst-initorder2.out): Likewise.
35722         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35723         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35724         (test_wrapper_env): New variable.  Use it to run ld.so.
35725         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35726         Use it to run ld.so.
35727         (test_wrapper_env): Likewise.
35728         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35729         $(test-wrapper) to run-iconv-test.sh.
35730         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35731         (ICONV): Use $test_wrapper.
35732         * posix/Makefile ($(objpfx)globtest.out): Pass
35733         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35734         globtest.sh, not $(run-program-prefix).
35735         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35736         (test_wrapper): Likewise.
35737         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35738         set together with run_via_rtld_prefix.
35739         (run_program_prefix): Define in terms of test_wrapper and
35740         run_via_rtld_prefix.
35742 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35744         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35745         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35746         Targets removed.
35748         [BZ #14743]
35749         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35750         Declare __clock_getres, __clock_gettime, __clock_settime,
35751         __clock_nanosleep, and __clock_getcpuclockid.
35752         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35753         Remove librt_hidden_def (clock_gettime).
35754         * sysdeps/unix/clock_gettime.c: Likewise.
35755         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35756         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35757         * rt/clock_getres.c: Define __clock_getres as an alias.
35758         * sysdeps/posix/clock_getres.c: Likewise.
35759         * rt/clock_settime.c: Define __clock_settime as an alias.
35760         * sysdeps/unix/clock_settime.c: Likewise.
35761         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35762         * sysdeps/unix/clock_nanosleep.c: Likewise.
35763         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35764         * rt/clock-compat.c: New file.
35765         * rt/Makefile (librt-routines): Add clock-compat and move
35766         $(clock-routines) to ...
35767         (routines): ... here, new variable.
35768         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35769         Don't add get_clockfreq here.
35770         * rt/Versions (libc: GLIBC_2.17): New version set.
35771         Add clock_* symbols here.
35772         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35773         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35774         (GLIBC_2.17): Add clock_* symbols.
35775         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35777         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35779         Likewise.
35780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35781         Likewise.
35782         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35783         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35784         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35785         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35786         * NEWS: Mention the move.
35788         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35789         Use __open, __read, __close rather than their public counterparts.
35790         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35791         (__get_clockfreq_via_cpuinfo): Likewise.
35792         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35793         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35795         * config.h.in (HAVE_IFUNC): New #undef.
35796         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35797         was successful.
35798         * configure: Regenerated.
35800 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35802         * configure.in: Move READELF check to start of file.
35803         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35804         libc_cv_asm_gnu_indirect_function in the process.
35805         * configure: Regenerated.
35807 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35809         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35810         send the output to /dev/null.
35811         (libc_cv_cc_with_libunwind): Likewise.
35812         (libc_cv_as_noexecstack): Likewise.
35813         * configure: Regenerate.
35815 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35817         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35819         * posix/globtest.sh (TMPDIR): Do not set.
35820         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35821         (testout): Likewise.
35823 2012-10-24  Andreas Jaeger  <aj@suse.de>
35825         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35826         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35827         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35828         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35829         posix_fadvise64, posix_fallocate64.
35831         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35832         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35833         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35834         Likewise.
35835         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35836         Likewise.
35837         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35839         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35840         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35841         <bits/fcntl-linux.h>.
35842         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35844         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35845         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35846         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35847         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35848         [__WORDSIZE != 64]: Likewise.
35850 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35852         * Makeconfig (run-built-tests): New variable.
35853         * Rules [$(cross-compiling) = yes]: Change condition to
35854         [$(run-built-tests) = no].
35855         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35856         to [$(run-built-tests) = yes].
35857         * elf/Makefile [$(cross-compiling) = no]: Likewise
35858         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35859         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35860         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35861         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35862         * io/Makefile [$(cross-compiling) = no]: Likewise.
35863         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35864         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35865         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35866         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35867         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35868         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35869         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35870         * string/Makefile [$(cross-compiling) = no]: Likewise.
35872         * posix/Makefile ($(objpfx)globtest.out): Pass
35873         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35874         $(rtld-installed-name).
35875         * posix/globtest.sh (elf_objpfx): Remove variable.
35876         (rtld_installed_name): Likewise.
35877         (library_path): Likewise.
35878         (run_program_prefix): New variable.  Use for running globtest
35879         binary.
35881 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35882             Joseph Myers  <joseph@codesourcery.com>
35884         * Makeconfig (host-built-program-cmd): New variable.
35885         * elf/Makefile (tst-stackguard1-ARGS): Use
35886         $(host-built-program-cmd).
35887         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35888         (tst-spawn-ARGS): Likewise.
35889         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35891 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35892             Jim Blandy  <jimb@codesourcery.com>
35894         * Makeconfig (run-via-rtld-prefix): New variable.
35895         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35896         (built-program-cmd): Likewise.
35898 2012-10-22  Andreas Jaeger  <aj@suse.de>
35900         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35901         __O_RSYNC if it exists, otherwise to O_SYNC.
35903 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35904             Joseph Myers  <joseph@codesourcery.com>
35906         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35907         /dev/null.
35908         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35909         from /dev/null
35910         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35911         /dev/null.
35913 2012-10-22  Andreas Jaeger  <aj@suse.de>
35915         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35916         Define always.
35917         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35919         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35920         bits/fcntl-linux.h.
35922         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35923         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35925         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35926         to __O_LARGEFILE.
35927         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35928         to __O_LARGEFILE.
35930 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35931             Joseph Myers  <joseph@codesourcery.com>
35933         * config.make.in (NM): New variable.
35935 2012-10-21  Andreas Jaeger  <aj@suse.de>
35937         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35938         definitions and declarations that are provided by
35939         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35941 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35943         [BZ #14683]
35944         * elf/Makefile (tests-static): Add tst-leaks1-static.
35945         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35946         ($(objpfx)tst-leaks1-static): New rule.
35947         ($(objpfx)tst-leaks1-static-mem): Likewise.
35948         (tst-leaks1-static-ENV): New macro.
35949         * elf/dl-open.c (dl_open_worker): Check the main application
35950         only if SHARED is defined.
35951         * elf/tst-leaks1-static.c: New file.
35953 2012-10-20  Andreas Jaeger  <aj@suse.de>
35955         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35956         generic values for Linux.
35957         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35958         and declarations that are provided by <bits/fcntl-linux.h> and
35959         include <bits/fcntl-linux.h>.
35960         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35961         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35963 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35965         * io/fcntl.h: Move include of <bits/types.h> to the top and
35966         include it unconditionally.
35968 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35970         * wcsmbs/Makefile (tests-ifunc): New variable.
35971         (tests): Add $(tests-ifunc).
35972         * wcsmbs/test-wcschr-ifunc.c: New file.
35973         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35974         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35975         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35976         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35977         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35979         * string/Makefile (tests-ifunc): New variable.
35980         (tests): Add $(tests-ifunc).
35981         * string/test-memccpy.c (TEST_NAME): New macro.
35982         * string/test-memchr.c (TEST_NAME): Likewise.
35983         * string/test-memcmp.c (TEST_NAME): Likewise.
35984         * string/test-memcpy.c (TEST_NAME): Likewise.
35985         * string/test-memmem.c (TEST_NAME): Likewise.
35986         * string/test-memmove.c (TEST_NAME): Likewise.
35987         * string/test-memset.c (TEST_NAME): Likewise.
35988         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35989         * string/test-stpcpy.c (TEST_NAME): Likewise.
35990         * string/test-stpncpy.c (TEST_NAME): Likewise.
35991         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35992         * string/test-strcasestr.c (TEST_NAME): Likewise.
35993         * string/test-strcat.c (TEST_NAME): Likewise.
35994         * string/test-strchr.c (TEST_NAME): Likewise.
35995         * string/test-strcmp.c(TEST_NAME): Likewise.
35996         * string/test-strcpy.c (TEST_NAME): Likewise.
35997         * string/test-strcspn.c (TEST_NAME): Likewise.
35998         * string/test-strlen.c (TEST_NAME): Likewise.
35999         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36000         * string/test-strncmp.c (TEST_NAME): Likewise.
36001         * string/test-strncpy.c (TEST_NAME): Likewise.
36002         * string/test-strnlen.c (TEST_NAME): Likewise.
36003         * string/test-strpbrk.c (TEST_NAME): Likewise.
36004         * string/test-strrchr.c (TEST_NAME): Likewise.
36005         * string/test-strspn.c (TEST_NAME): Likewise.
36006         * string/test-strstr.c (TEST_NAME): Likewise.
36007         * string/test-bcopy-ifunc.c: New file.
36008         * string/test-bzero-ifunc.c: Likewise.
36009         * string/test-memccpy-ifunc.c: Likewise.
36010         * string/test-memchr-ifunc.c: Likewise.
36011         * string/test-memcmp-ifunc.c: Likewise.
36012         * string/test-memcpy-ifunc.c: Likewise.
36013         * string/test-memmem-ifunc.c: Likewise.
36014         * string/test-memmove-ifunc.c: Likewise.
36015         * string/test-mempcpy-ifunc.c: Likewise.
36016         * string/test-memset-ifunc.c: Likewise.
36017         * string/test-rawmemchr-ifunc.c: Likewise.
36018         * string/test-stpcpy-ifunc.c: Likewise.
36019         * string/test-stpncpy-ifunc.c: Likewise.
36020         * string/test-strcasecmp-ifunc.c: Likewise.
36021         * string/test-strcasestr-ifunc.c: Likewise.
36022         * string/test-strcat-ifunc.c: Likewise.
36023         * string/test-strchr-ifunc.c: Likewise.
36024         * string/test-strchrnul-ifunc.c: Likewise.
36025         * string/test-strcmp-ifunc.c: Likewise.
36026         * string/test-strcpy-ifunc.c: Likewise.
36027         * string/test-strcspn-ifunc.c: Likewise.
36028         * string/test-strlen-ifunc.c: Likewise.
36029         * string/test-strncasecmp-ifunc.c: Likewise.
36030         * string/test-strncat-ifunc.c: Likewise.
36031         * string/test-strncmp-ifunc.c: Likewise.
36032         * string/test-strncpy-ifunc.c: Likewise.
36033         * string/test-strnlen-ifunc.c: Likewise.
36034         * string/test-strpbrk-ifunc.c: Likewise.
36035         * string/test-strrchr-ifunc.c: Likewise.
36036         * string/test-strspn-ifunc.c: Likewise.
36037         * string/test-strstr-ifunc.c: Likewise.
36039         * debug/Makefile (tests-ifunc): New variable.
36040         (tests): Add $(tests-ifunc).
36041         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36042         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36043         * debug/test-stpcpy_chk-ifunc.c: New file.
36044         * debug/test-strcpy_chk-ifunc.c: Likewise.
36046 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36048         [BZ #13601]
36049         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36050         header is not read in.
36052 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36054         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36055         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36056         directly.  Pass built executable to script as
36057         $(built-program-cmd).
36058         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36059         $testprogram without using LD_LIBRARY_PATH and $ldso.
36061         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36062         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36063         $(rtld-installed-name).
36064         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36065         (rtld_installed_name): Likewise.
36066         (library_path): Likewise.
36067         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36068         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36069         $(run-program-prefix) to tst-tables.sh.
36070         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36071         it to run tst-table-from and tst-table-to.
36072         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36073         Pass it to tst-table.sh.
36074         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36075         $(run-program-prefix) to tst-gettext.sh.
36076         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36077         tst-translit.sh.
36078         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36079         tst-gettext2.sh.
36080         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36081         to run tst-gettext.
36082         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36083         to run tst-gettext2.
36084         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36085         to run tst-translit.
36086         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36087         $(run-program-prefix) to tst-mtrace.sh.
36088         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36089         to run tst-mtrace.
36090         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36091         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36092         $(rtld-installed-name).
36093         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36094         (rtld_installed_name): Likewise.
36095         (run_program_prefix): New variable.  Use it to run wordexp-test.
36097         * Makeconfig (ARCH): Remove all definitions.
36098         (machine): Likewise.
36099         [ARCH]: Remove conditional code.
36100         [!objdir]: Give error.
36101         [!objdir] (objpfx): Remove.
36102         [!objdir] (common-objpfx): Likewise.
36103         [!objdir] (common-objdir): Likewise.
36104         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36105         AC_CONFIG_FILES call.
36106         * configure: Regenerated.
36108         [BZ #13888]
36109         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36110         or TMPDIR.
36111         (testout): Likewise.
36113         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36114         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36115         $(rtld-installed-name).
36116         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36117         (rtld_installed_name): Likwise.
36118         (runit): Remove function.
36119         (run_getconf): New variable,  Use it for running getconf binary.
36121 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36123         [BZ #14716]
36124         * string/test-memmem.c (check_result): New function.
36125         (do_one_test): Use it.
36126         (check1): New function.
36127         (test_main): Use it.
36129 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36131         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36133 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36135         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36136         (_G_LSEEK64): Likewise.
36137         (_G_MMAP64): Likewise.
36138         (_G_FSTAT64): Likewise.
36139         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36140         (_G_LSEEK64): Likewise.
36141         (_G_MMAP64): Likewise.
36142         (_G_FSTAT64): Likewise.
36143         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36144         unconditional.  Call __mmap64 directly.
36145         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36146         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36147         __lseek64 directly.
36148         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36149         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36150         __mmap64 directly.
36151         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36152         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36153         __lseek64 directly.
36154         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36155         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36156         __lseek64 directly.
36157         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36158         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36159         __lseek64 directly.
36160         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36161         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36162         __fxstat64 directly.
36163         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36164         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36165         unconditional.
36166         (freopen64) [!_G_OPEN64]: Remove conditional code.
36167         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36168         unconditional.
36169         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36170         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36171         unconditional.
36172         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36173         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36174         unconditional.
36175         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36176         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36177         unconditional.
36178         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36179         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36180         unconditional.
36181         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36182         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36183         unconditional.
36184         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36185         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36186         unconditional.
36187         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36189 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36191         [BZ #12140]
36192         * manual/memory.texi (Malloc Tunable Parameters): Add note
36193         about free list pointers overwriting some perturb bytes.
36194         Wording suggested by Roland McGrath.
36196 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36198         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36199         (lgamma_test): Likewise.
36200         (tgamma_test): Likewise.
36202 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36204         [BZ #14700]
36205         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36206         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36208 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36210         * NEWS: Mention BZ #14716.
36211         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36212         when removing AVAILABLE1_USES_J macro.
36214 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36216         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36217         (__bswap_64): __uint64_t for unsigned 64-bit int.
36219 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36221         * include/string.h (memmem): Declare libc hidden alias.
36222         * string/memmem.c (memmem): Define libc hidden alias.
36223         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36224         __read, __close instead of open, read, close.
36226 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36228         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36229         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36230         global and hidden.
36231         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36232         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36233         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36234         Likewise.
36235         (__rawmemchr_sse2): Likewise.
36236         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36237         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36238         (__strchr_sse2): Likewise.
36239         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36240         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36241         (__strcasecmp_sse2): Likewise.
36242         (__strncasecmp_sse2): Likewise.
36243         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36244         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36245         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36246         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36247         (__strrchr_sse2): Likewise.
36248         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36249         ifunc-impl-list.c.
36250         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36251         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36252         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36253         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36254         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36255         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36256         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36257         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36258         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36259         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36260         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36261         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36262         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36263         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36264         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36265         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36266         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36267         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36268         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36269         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36270         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36271         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36272         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36273         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36274         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36275         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36276         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36277         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36278         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36279         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36281         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36282         global and hidden.
36283         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36284         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36285         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36286         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36287         Likewise.
36288         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36289         Likewise.
36290         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36291         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36292         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36293         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36294         ifunc-impl-list.c.
36295         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36296         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36297         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36298         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36299         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36300         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36301         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36302         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36303         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36304         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36305         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36306         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36307         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36308         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36309         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36310         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36311         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36312         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36313         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36314         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36315         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36316         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36317         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36318         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36319         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36320         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36321         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36322         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36323         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36324         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36325         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36326         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36327         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36328         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36329         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36330         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36331         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36332         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36333         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36334         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36335         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36337         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36338         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36339         * include/ifunc-impl-list.h: New file.
36340         * misc/ifunc-impl-list.c: Likewise.
36341         * misc/Makefile (routines): Add ifunc-impl-list.
36342         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36343         * string/test-string.h: Include <ifunc-impl-list.h>.
36344         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36345         TEST_NAME]: New variables.
36346         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36347         are defined.
36348         (test_init): Call __libc_ifunc_impl_list to initialize
36349         func_list if TEST_IFUNC and TEST_NAME are defined.
36351         * string/Makefile (strop-tests): Add bcopy and bzero.
36352         * string/test-bcopy.c: New file.
36353         * string/test-bzero.c: Likewise.
36354         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36355         defined.
36356         * string/test-memset.c: Support bzero test if TEST_BZERO is
36357         defined.
36358         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36359         __libc_memmove.
36360         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36361         __libc_memset.
36362         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36363         of memset.
36365 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36367         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36368         * configure: Regenerated.
36370         * Makeconfig (+link-static-before-libc): Don't include
36371         $(link-static-libc).
36373         * libio/libio.h (_IO_pos_t): Remove.
36375 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36377         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36378         McGrath.
36380 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36382         * crypt/crypt-entry.c: Include fips-private.h.
36383         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36384         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36385         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36386         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36388 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36390         * crypt/crypt-private.h: Include stdbool.h.
36391         (_ufc_setup_salt_r): Return bool.
36392         * crypt/crypt-entry.c: Include errno.h.
36393         (__crypt_r): Return NULL with EINVAL for bad salt.
36394         * crypt/crypt_util.c (bad_for_salt): New.
36395         (_ufc_setup_salt_r): Check that salt is long enough and within
36396         the specified alphabet.
36397         * crypt/badsalttest.c: New file.
36398         * crypt/Makefile (tests): Add it.
36399         ($(objpfx)badsalttest): New.
36401 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36403         * NEWS: Add entry for BZ #14602.
36405 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36407         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36408         type-generic.
36409         * math/libm-test.inc: Update comment listing what functions and
36410         macros are tested.
36411         (isgreater_test): New function.
36412         (isgreaterequal_test): Likewise.
36413         (isless_test): Likewise.
36414         (islessequal_test): Likewise.
36415         (islessgreater_test): Likewise.
36416         (isunordered_test): Likewise.
36417         (main): Call the new functions.
36419 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36421         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36422         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36423         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36424         * sysdeps/i386/configure: Regenerated.
36425         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36426         * sysdeps/mach/configure: Regenerated.
36427         * sysdeps/mach/hurd/configure: Regenerated.
36428         * sysdeps/powerpc/configure: Regenerated.
36429         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36430         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36431         * sysdeps/s390/s390-32/configure: Regenerated.
36432         * sysdeps/s390/s390-64/configure: Regenerated.
36433         * sysdeps/sh/configure: Regenerated.
36434         * sysdeps/sparc/configure: Regenerated.
36435         * sysdeps/unix/sysv/linux/configure: Regenerated.
36436         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36437         * sysdeps/x86_64/configure: Regenerated.
36439         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36440         defined.  Don't check if MAP is NULL.
36442 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36444         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36445         (_G_stat64): Likewise.
36446         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36447         (_G_stat64): Likewise.
36448         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36449         instead of struct _G_stat64.
36450         * libio/fileops.c (mmap_remap_check): Likewise.
36451         (decide_maybe_mmap): Likewise.
36452         (_IO_new_file_seekoff): Likewise.
36453         (_IO_file_stat): Likewise.
36454         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36455         _G_off64_t.
36456         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36457         instead of struct _G_stat64.
36458         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36460 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36462         [BZ #14602]
36463         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36464         Replace with ...
36465         (CHECK_EOL): New macro.
36466         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36467         CHECK_EOL.
36468         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36469         Replace with CHECK_EOL.
36470         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36471         Replace with CHECK_EOL.
36473 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36475         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36476         type-generic.
36477         * math/libm-test.inc: Update comment listing what functions and
36478         macros are tested.
36479         (finite_test): New function.
36480         (isinf_test): Likewise.
36481         (isnan_test): Likewise.
36482         (fpclassify_test): Test subnormal input.
36483         (isfinite_test): Likewise.
36484         (isnormal_test): Likewise.
36485         (main): Call the new functions.
36487 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36489         [BZ #14660]
36490         * Makerules (%.dynsym): Force C locale when running
36491         $(OBJDUMP) --dynamic-syms.
36493 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36495         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36496         <stdint.h>.
36498 2012-10-06  David S. Miller  <davem@davemloft.net>
36500         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36501         upper 32-bits of the length value in %o2 since we use branch-on-register
36502         tests which consider the entire 64-bit register.
36504 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36506         * string/test-strstr.c (check2): Add a test for page boundary.
36508 2012-10-05  David S. Miller  <davem@davemloft.net>
36510         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36511         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36512         file.
36513         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36514         sysdep_routines.
36515         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36516         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36517         and bzero when HWCAP_SPARC_CRYPTO is present.
36519 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36521         [BZ #14602]
36522         * string/test-strstr.c (check2): New function.
36523         (test_main): Call check2.
36525         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36526         and bug-strchr1.
36527         * string/bug-strcasestr1.c (do_test): Moved to ...
36528         * string/test-strcasestr.c (check1): Here.  New function.
36529         (do_one_test): Break out result checking code into ...
36530         (check_result): This.  New function.
36531         (do_one_test): Call check_result.
36532         (test_main): Call check1.
36533         * string/bug-strchr1.c (do_test): Moved to ...
36534         * string/test-strchr.c (check1): Here.  New function.
36535         (do_one_test): Break out result checking code into ...
36536         (check_result): This.  New function.
36537         (do_one_test): Call check_result.
36538         (test_main): Call check1.
36539         * string/bug-strstr1.c (main): Moved to ...
36540         * string/test-strstr.c (check1): Here.  New function.
36541         (do_one_test): Break out result checking code into ...
36542         (check_result): This.  New function.
36543         (do_one_test): Call check_result.
36544         (test_main): Call check1.
36545         * string/bug-strcasestr1.c: Removed.
36546         * string/bug-strchr1.c: Likewise.
36547         * string/bug-strstr1.c: Likewise.
36549         * elf/Makefile (dl-routines): Add hwcaps.
36550         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36551         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36552         (_dl_important_hwcaps): Moved to ...
36553         * elf/dl-hwcaps.c: Here.  New file.
36554         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36556         [BZ #14557]
36557         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36558         if IS_IN_rtld isn't defined.
36560         * elf/dl-support.c (_dl_sysinfo_map): New.
36561         Include "get-dynamic-info.h" and "setup-vdso.h".
36562         (_dl_non_dynamic_init): Call setup_vdso.
36563         * elf/dynamic-link.h: Don't include <assert.h>.
36564         (elf_get_dynamic_info): Moved to ...
36565         * elf/get-dynamic-info.h: Here.  New file.
36566         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36567         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36568         * elf/setup-vdso.h: Here.  New file.
36569         * elf/rtld.c: Include "setup-vdso.h".
36570         (dl_main): Call setup_vdso.
36572 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36574         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36575         creal in comment listing functions tested.  List finite, isinf,
36576         isnan, isless, islessequal, isgreater, isgreaterequal,
36577         islessgreater, isunordered, lgamma_r and pow10 as functions and
36578         macros not tested.  Mention which functions not tested are aliases
36579         for other functions.  Fix typo.  Note that signs of NaNs are not
36580         tested.
36582         * scripts/config.guess: Update from config.git.
36583         * scripts/config.sub: Likewise.
36585 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36587         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36588         * misc/madvise.c (madvise): Renamed to __madvise.
36589         Make madvise a weak alias.
36590         * include/sys/mman.h: Declare __madvise.
36591         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36592         * sysdeps/unix/syscalls.list
36593         (madvise): Make __madvise the strong name, and madvise a weak alias.
36594         * sysdeps/unix/sysv/linux/syscalls.list
36595         (madvise, mmap): Remove redundant entries.
36596         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36597         * malloc/malloc.c (mtrim): Likewise.
36598         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36600 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36602         * sysdeps/mach/hurd/dl-cache.c: File removed.
36603         * config.h.in (USE_LDCONFIG): New #undef.
36604         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36605         * configure: Regenerated.
36606         * elf/Makefile (dl-routines): Add dl-cache only under
36607         [$(use-ldconfig) = yes].
36608         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36609         cache on [USE_LDCONFIG].
36610         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36611         [USE_LDCONFIG].
36612         * elf/rtld.c (dl_main): Likewise.
36614 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36616         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36617         _SC_LEVEL4_CACHE_LINESIZE.
36619 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36621         * sysdeps/unix/bsd/confstr.h: File removed.
36623 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36625         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36626         sys/sdt-config.h.
36628 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36630         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36631         Make 'mapoff' field ElfW(Off) rather than off_t.
36633 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36635         * nscd/Makefile: Remove nscd-cflags and all its users.
36636         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36637         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36639         [BZ #10631]
36640         * malloc.c (malloc_printerr): Clarify error message.
36642 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36644         [BZ #14648]
36645         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36646         Set bit_FMA_Usable if FMA is supported.
36647         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36648         macro.
36649         (bit_FMA4_Usable): Updated.
36650         (index_FMA_Usable): New macro.
36651         (CPUID_FMA): Likewise
36652         (HAS_FMA): Defined with bit_FMA_Usable.
36654 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36656         * bits/types.h (__swblk_t): Type removed.
36657         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36658         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36659         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36660         (__SWBLK_T_TYPE): Likewise.
36661         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36662         (__SWBLK_T_TYPE): Likewise.
36663         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36664         (__SWBLK_T_TYPE): Likewise.
36665         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36666         (__SWBLK_T_TYPE): Likewise.
36668 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36669             Honza Horak <hhorak@redhat.com>
36671         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36672         (xdr_mapname): Use YPMAXMAP as maxsize.
36673         (xdr_peername): Use YPMAXPEER as maxsize.
36674         (xdr_keydat): Use YPAXRECORD as maxsize.
36675         (xdr_valdat): Use YPMAXRECORD as maxsize.
36677 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36679         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36681         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36682         * csu/init-first.c: ... here.
36683         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36684         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36685         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36686         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36687         * sysdeps/i386/init-first.c: File removed.
36688         * sysdeps/sh/init-first.c: File removed.
36690 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36692         [BZ #14645]
36693         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36694         if x * y might underflow to zero and z is zero.
36695         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36696         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36697         * math/libm-test.inc (min_subnorm_value): New variable.
36698         (fma_test): Add more tests.
36699         (fma_test_towardzero): Likewise.
36700         (fma_test_downward): Likewise
36701         (fma_test_upward): Likewise.
36702         (initialize): Set min_subnorm_value.
36704 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36706         [BZ #14638]
36707         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36708         0 + 0.
36709         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36710         mode for addition resulting in exact zero.
36711         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36712         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36713         exact 0 + 0.
36714         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36715         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36716         * math/libm-test.inc (fma_test): Add more tests.
36717         (fma_test_towardzero): New function.
36718         (fma_test_downward): Likewise.
36719         (fma_test_upward): Likewise.
36720         (main): Call the new functions.
36722 2012-09-28  David S. Miller  <davem@davemloft.net>
36724         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36726 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36728         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36729         instead of SIGALRM.
36731         * sysdeps/gnu/_G_config.h: Moved to ...
36732         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36733         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36734         * sysdeps/generic/_G_config.h: ... here.
36736         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36738         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36740         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36741         Conditionalize target on [libnss_test1.so-version].
36743         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36745         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36746         (elfobjdir): Move out of conditionals.
36748         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36749         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36750         (__nss_lookup_function): Conditionalize label remove_from_tree on
36751         [!DO_STATIC_NSS || SHARED], matching its only use.
36753 2012-09-28  David S. Miller  <davem@davemloft.net>
36755         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36756         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36757         file.
36758         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36759         sysdep_routines.
36760         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36761         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36762         when HWCAP_SPARC_CRYPTO is present.
36764 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36766         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36768 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36770         [BZ #6530]
36771         * stdio-common/vfprintf.c (process_string_arg): Revert
36772         2000-07-22 change.
36774 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36776         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36777         for testcase.
36778         * stdio-common/tst-sprintf.c: Include <locale.h>
36779         (main): Test sprintf's handling of incomplete multibyte
36780         characters.
36782 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36784         * elf/dl-runtime.c (VERSYMIDX): Removed.
36785         * elf/dl-version.c (VERSYMIDX): Likewise.
36786         * elf/do-rel.h (VERSYMIDX): Likewise.
36787         (VALIDX): Likewise.
36788         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36789         * elf/rtld.c (VALIDX): Likewise.
36790         (ADDRIDX): Likewise.
36791         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36792         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36793         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36794         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36795         (VALIDX): Likewise.
36796         (ADDRIDX): Likewise.
36798 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36800         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36802 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36804         [BZ #11438]
36805         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36806         to global scope.
36807         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36808         addresses are in the same scope as 192.0.2/24.
36809         * posix/gai.conf: Document new scope table defaults.
36811 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36813         [BZ #5298]
36814         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36815         for ftell.  Compute offsets from write pointers instead.
36816         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36818 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36820         [BZ #14543]
36821         * libio/Makefile (tests): New test case tst-fseek.
36822         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36823         combination works in wide mode.
36824         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36825         state when the external buffer state changes.
36827 2012-09-27  David S. Miller  <davem@davemloft.net>
36829         [BZ #14376]
36830         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36831         pass reloc->r_addend in as the 'high' argument to
36832         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36834         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36836 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36838         * rt/tst-aio2.c: Include <pthread.h>.
36839         * rt/tst-aio3.c: Likewise.
36841 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36843         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36845 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36847         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36848         contents on [SHARED].
36850 2012-09-26  Marek Polacek  <polacek@redhat.com>
36852         [BZ #14530]
36853         [BZ #13741]
36854         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36855         for C++ and GCC <4.3 as well as for non GCC compilers.
36857 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36859         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36861 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36863         * Makefile.in (all, install): Declare with .PHONY.
36864         Reported by Michael Hope <michael.hope@linaro.org>.
36866 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36868         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36869         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36870         system header.
36871         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36872         Likewise.
36873         (sydep_routines): Add the new and the internal functions.
36874         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36875         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36877         (GLIBC_2.17): Add the new function.
36878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36879         (GLIBC_2.17): Likewise.
36880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36881         (GLIBC_2.17): Likewise.
36882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36883         (GLIBC_2.17): Likewise.
36884         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36886 2012-09-25  Alan Modra  <amodra@gmail.com>
36888         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36889         Add release barrier before setting once_control to say
36890         initialisation is done.  Add hints on lwarx.  Use macro in
36891         place of isync.
36892         (clear_once_control): Add release barrier.
36894 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36896         [BZ #13629]
36897         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36898         specially.
36899         * math/s_clog10.c (__clog10): Likewise.
36900         * math/s_clog10f.c (__clog10f): Likewise.
36901         * math/s_clog10l.c (__clog10l): Likewise.
36902         * math/s_clogf.c (__clogf): Likewise.
36903         * math/s_clogl.c (__clogl): Likewise.
36904         * math/Makefile (libm-calls): Add x2y2m1.
36905         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36906         (__x2y2m1): Likewise.
36907         (__x2y2m1l): Likewise.
36908         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36909         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36910         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36911         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36912         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36913         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36914         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36915         * sysdeps/i386/fpu/libm-test-ulps: Update.
36916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36918         [BZ #14621]
36919         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36920         int as type of variable DEPTH.
36921         (glob): Use size_t instead of int as type of variables NEWCOUNT
36922         and OLD_PATHC.
36924 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36926         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36927         Add s_sincosf-sse2.
36928         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36929         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36930         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36931         macros for using routine as __sincosf_ia32.
36932         Use macro for function declaration and weak_alias.
36933         * sysdeps/i386/fpu/libm-test-ulps: Update.
36935         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36938         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36939         subnormal argument.
36940         * math/s_cexpf.c (__cexpf): Likewise.
36941         * math/s_csinf.c (__csinf): Likewise.
36942         * math/s_csinhf.c (__csinhf): Likewise.
36943         * math/s_ctanf.c (__ctanf): Likewise.
36944         * math/s_ctanhf.c (__ctanhf): Likewise.
36945         * math/s_ccosh.c (__ccoshf): Likewise.
36946         * math/s_cexp.c (__cexpl): Likewise.
36947         * math/s_csin.c (__csin): Likewise.
36948         * math/s_csinh.c (__csinh): Likewise.
36949         * math/s_ctan.c (__ctan): Likewise.
36950         * math/s_ctanh.c (ctanh): Likewise.
36951         * math/s_ccoshl.c (__ccoshl): Likewise.
36952         * math/s_cexpl.c (__cexpl): Likewise.
36953         * math/s_csinl.c (__csinl): Likewise.
36954         * math/s_csinhl.c (__csinhl): Likewise.
36955         * math/s_ctanl.c (__ctanl): Likewise.
36956         * math/s_ctanhl.c (__ctanhl): Likewise.
36958 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36960         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36961         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36962         (_IO_off_t): Define to __off_t, not _G_off_t.
36963         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36964         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36965         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36966         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36967         type of __dummy and __dummy2 fields.
36968         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36969         (_G_ssize_t): Likewise.
36970         (_G_off_t): Likewise.
36971         (_G_pid_t): Likewise.
36972         (_G_uid_t): Likewise.
36973         (_G_wchar_t): Likewise.
36974         (_G_wint_t): Likewise.
36975         * sysdeps/gnu/_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/mach/hurd/_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.
36990 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36992         * malloc/arena.c: Include malloc-sysdep.h.
36993         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36994         is sufficient to shrink the heap or an unmap is needed.
36995         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36996         new function check_may_shrink_heap.
36997         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36998         new function check_may_shrink_heap.
37000 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37002         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37003         comments.
37005 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37007         * catgets/test-gencat.sh: Add "set -e".
37008         * elf/tst-pathopt.sh: Likewise.
37009         * grp/tst_fgetgrent.sh: Likewise.
37010         * iconvdata/run-iconv-test.sh: Likewise.
37011         * intl/tst-gettext.sh: Likewise.
37012         * intl/tst-gettext2.sh: Likewise.
37013         * intl/tst-gettext4.sh: Likewise.
37014         * intl/tst-gettext6.sh: Likewise.
37015         * intl/tst-translit.sh: Likewise.
37016         * io/ftwtest-sh: Likewise.
37017         * libio/test-freopen.sh: Likewise.
37018         * malloc/tst-mtrace.sh: Likewise.
37019         * posix/globtest.sh: Likewise.
37020         * posix/tst-getconf.sh: Likewise.
37021         * posix/wordexp-tst.sh: Likewise.
37022         * stdio-common/tst-printf.sh: Likewise.
37023         * stdio-common/tst-unbputc.sh: Likewise.
37024         * stdlib/tst-fmtmsg.sh: Likewise.
37025         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37026         * catgets/Makefile: Do not specify -e option when running
37027         testsuite shell scripts.
37028         * elf/Makefile: Likewise.
37029         * grp/Makefile: Likewise.
37030         * iconvdata/Makefile: Likewise.
37031         * intl/Makefile: Likewise.
37032         * io/Makefile: Likewise.
37033         * libio/Makefile: Likewise.
37034         * malloc/Makefile: Likewise.
37035         * posix/Makefile: Likewise.
37036         * stdio-common/Makefile: Likewise.
37037         * stdlib/Makefile: Likewise.
37038         * sysdeps/x86_64/Makefile: Likewise.
37040         * io/ftwtest-sh: Add copyright header.
37041         * posix/globtest.sh: Likewise.
37042         * posix/tst-getconf.sh: Likewise.
37043         * posix/wordexp-tst.sh: Likewise.
37044         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37046 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37048         [BZ #13679]
37049         * Makeconfig (+link): Defined as $(+link-static) if
37050         $(build-shared) isn't yes.
37051         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37052         isn't yes.
37053         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37055         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37057         [BZ #14562]
37058         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37059         new chunk size with MALLOC_ALIGN_MASK.
37061 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37063         [BZ #5044]
37064         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37065         <rounding-mode.h>.
37066         (__printf_fphex): Determine rounding using get_rounding_mode and
37067         round_away.
37068         * stdio-common/tst-printf-round.c (struct hex_test): New
37069         structure.
37070         (hex_tests): New variable.
37071         (test_hex_in_one_mode): New function.
37072         (do_test): Also run tests for hex float output.
37074 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37076         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37077         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37078         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37079         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37080         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37081         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37082         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37083         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37085 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37087         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37088         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37089         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37090         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37092 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37094         [BZ #14579]
37095         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37096         mode only.
37097         * elf/tst-rtld-load-self.sh: New test.
37098         * elf/Makefile: Run it.
37100 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37102         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37103         (tst-writev-ENV): Remove.
37104         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37106 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37108         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37110 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37112         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37113         unconditional.
37114         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37115         Likewise.
37116         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37117         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37118         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37119         Likewise.
37121 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37123         [BZ #14587]
37124         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37125         * config.make.in (have-cpp-asm-debuginfo): Removed.
37126         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37127         * configure: Regenerated.
37129 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37131         [BZ #5044]
37132         * stdio-common/printf_fp.c: Include <stdbool.h> and
37133         <rounding-mode.h>.
37134         (___printf_fp): Determine rounding using get_rounding_mode and
37135         round_away.
37136         * stdio-common/tst-printf-round.c: New file.
37137         * stdio-common/Makefile (tests): Add tst-printf-round.
37138         (link-libm): New variable.
37139         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37141 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37143         [BZ #14576]
37144         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37145         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37146         Likewise.
37147         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37148         Likewise.
37150 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37152         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37153         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37154         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37155         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37157 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37159         [BZ #14518]
37160         * include/rounding-mode.h: New file.
37161         * sysdeps/generic/get-rounding-mode.h: Likewise.
37162         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37163         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37164         (MAX_VALUE): New macro.
37165         (MIN_VALUE): Likewise.
37166         (overflow_value): New function.
37167         (underflow_value): Likewise.
37168         (round_and_return): Use overflow_value and underflow_value to
37169         determine return values in overflow and underflow cases.  Use
37170         round_away to determine rounding depending on rounding mode.
37171         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37172         determine return values in overflow and underflow cases.
37173         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37174         (struct test_results): New structure.
37175         (struct test): Use struct test_results to store expected results
37176         for all rounding modes.
37177         (TEST): Include expected results for all rounding modes.
37178         (test_in_one_mode): New function.
37179         (do_test): Use test_in_one_mode to compute and check results.
37180         Check results for all rounding modes.
37181         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37182         $(link-libm).
37184 2012-12-09  Allan McRae  <allan@archlinux.org>
37186         * sysdeps/i386/fpu/libm-test-ulps: Update
37188 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37190         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37191         (_G_int32_t): Likewise.
37192         (_G_uint16_t): Likewise.
37193         (_G_uint32_t): Likewise.
37194         (_G_HAVE_BOOL): Likewise.
37195         (_G_HAVE_ATEXIT): Likewise.
37196         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37197         (_G_HAVE_IO_FILE_OPEN): Likewise.
37198         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37199         (_G_int32_t): Likewise.
37200         (_G_uint16_t): Likewise.
37201         (_G_uint32_t): Likewise.
37202         (_G_HAVE_BOOL): Likewise.
37203         (_G_HAVE_ATEXIT): Likewise.
37204         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37205         (_G_HAVE_IO_FILE_OPEN): Likewise.
37206         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37207         (_G_int32_t): Likewise.
37208         (_G_uint16_t): Likewise.
37209         (_G_uint32_t): Likewise.
37210         (_G_HAVE_BOOL): Likewise.
37211         (_G_HAVE_ATEXIT): Likewise.
37212         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37213         (_G_HAVE_IO_FILE_OPEN): Likewise.
37215 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37217         * csu/libc-tls.c: Update copyright years.
37219 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37221         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37222         [!_G_USING_THUNKS]: Remove conditional code.
37223         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37224         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37226         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37227         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37228         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37229         (_G_VTABLE_LABEL_PREFIX): Likewise.
37230         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37231         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37232         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37233         (_G_VTABLE_LABEL_PREFIX): Likewise.
37234         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37235         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37236         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37237         (_G_VTABLE_LABEL_PREFIX): Likewise.
37238         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37240 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37242         * libio/Makefile: Include ../Makeconfig before tests.
37243         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37244         only if $(build-shared) is yes.
37246         * iconv/gconv_db.c: Update copyright years.
37248 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37250         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37251         unwind info if defined PIC. Fix special cases description.
37252         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37254         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37255         DP_HI_MASK entry.
37256         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37258 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37260         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37262         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37263         is NULL.
37265         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37266         (LDLIBS-tst-chk4): This.
37267         (LDFLAGS-tst-chk5): Renamed to ...
37268         (LDLIBS-tst-chk5): This.
37269         (LDFLAGS-tst-chk6): Renamed to ...
37270         (LDLIBS-tst-chk6): This.
37271         (LDFLAGS-tst-lfschk4): Renamed to ...
37272         (LDLIBS-tst-lfschk4): This.
37273         (LDFLAGS-tst-lfschk5): Renamed to ...
37274         (LDLIBS-tst-lfschk5): This.
37275         (LDFLAGS-tst-lfschk6): Renamed to ...
37276         (LDLIBS-tst-lfschk6): This.
37278         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37279         on $(common-objpfx)soversions.mk.
37281 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37283         [BZ #10014]
37284         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37285         example host name.
37287 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37289         * malloc/arena.c (arena_get_retry): New function that gets
37290         another arena for the caller to try its request on.
37291         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37292         current arena cannot fulfill the request.
37293         (__libc_memalign): Likewise.
37294         (__libc_memalign): Likewise.
37295         (__libc_pvalloc): Likewise.
37296         (__libc_calloc): Likewise.
37298 2012-09-05  John Tobey  <john.tobey@gmail.com>
37300         [BZ #13542]
37301         * manual/arith.texi (Operations on Complex): Fix description
37302         of carg branch cut.
37304 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37306         [BZ #10014]
37307         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37308         host name.
37310         [BZ #10038]
37311         * manual/memory.texi (Memory): Make order of menu items match
37312         order of sections.
37314 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37316         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37317         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37318         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37320 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37322         * csu/libc-tls.c (static_dtv): Renamed to ...
37323         (_dl_static_dtv): This.  Make it global.
37324         (_dl_initial_dtv): Removed.
37325         (__libc_setup_tls): Updated.
37326         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37327         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37328         DL_INITIAL_DTV.
37330 2012-09-06  Petr Machata  <pmachata@redhat.com>
37332         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37333         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37334         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37335         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37337 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37339         [BZ #14545]
37340         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37341         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37342         freeing dtv[-1].
37344 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37346         [BZ #14544]
37347         * Makeconfig (link-static-before-libc): Replace $(+prector)
37348         with $(+prectorT).
37349         (link-static-after-libc): Replace $(+postctor) with
37350         $(+postctorT).
37351         (link-bounded): Replace $(+prector)/$(+postctor) with
37352         $(+prectorT)/$(+postctorT).
37353         (+prectorT): New macro.
37354         (+postctorT): Likewise.
37356 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37358         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37359         (round_str): Handle values above the maximum for IBM long double
37360         as inexact.
37361         * stdlib/tst-strtod-round.c (tests): Regenerated.
37363 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37365         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37366         assembler flag.
37367         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37368         zarch_nohighgprs around the zarch optimized routines.
37369         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37370         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37371         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37372         for zarch.
37374 2012-09-05  David S. Miller  <davem@davemloft.net>
37376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37378         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37379         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37380         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37381         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37382         entries.
37384 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37386         * malloc/arena.c: Fold copyright years.
37387         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37389 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37391         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37393 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37395         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37397 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37399         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37400         change internal state upon failure.
37402 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37404         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37405         * malloc/memusage.c (mmap): Likewise.
37406         (mmap64, mremap): Likewise.  Adjust name in comment.
37408 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37410         * libio/fileops.c: Fix typos in comments.
37411         * libio/oldfileops.c: Likewise.
37412         * libio/wfileops.c: Likewise.
37414 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37416         [BZ #1349]
37417         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37418         (tst-malloc-usable-ENV): Set environment for test case.
37419         * malloc/hooks.c (malloc_check_get_size): New function to get
37420         requested size.
37421         * malloc/malloc.c (musable): Use malloc_check_get_size.
37422         * malloc/tst-malloc-usable.c: New test case.
37424 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37426         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37428 2012-09-05  Allan McRae  <allan@archlinux.org>
37430         [BZ #13966]
37431         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37432         determine header location.
37433         * configure: Regenerated.
37435 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37437         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37438         float format.
37439         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37440         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37441         format.
37442         (test): Regenerate.
37444 2012-09-04  David S. Miller  <davem@davemloft.net>
37446         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37447         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37448         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37450 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37452         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37453         failures.
37455         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37457 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37459         [BZ #9914]
37460         * libio/iogetdelim.c: Include <limits.h>.
37461         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37462         + len + 1 would overflow.
37464 2012-09-03  Andreas Jaeger  <aj@suse.de>
37466         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37467         * sysdeps/i386/fpu/libm-test-ulps: Update.
37469 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37471         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37472         Add s_sinf-sse2, s_conf-sse2.
37474         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37475         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37476         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37477         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37479         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37480         for using routine as __sinf_ia32.
37481         Use macro for function declaration and weak_alias.
37482         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37483         for using routine as __cosf_ia32.
37484         Use macro for function declaration and weak_alias.
37486         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37487         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37489         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37490         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37491         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37493         * math/libm-test.inc (cos_test): Add more test cases.
37494         (sin_test): Likewise.
37495         (sincos_test): Likewise.
37497 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37499         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37500         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37501         hidden.
37502         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37504 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37506         [BZ #14538]
37507         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37508         first element of the GOT.
37509         (elf_machine_load_address): Return the difference between
37510         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37512 2012-09-01  Allan McRae  <allan@archlinux.org>
37514         [BZ #13412]
37515         * configure.in (AWK): Require gawk version 3.0 or later.
37516         * configure: Regenerated.
37518 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37520         * sysdeps/unix/sysv/linux/kernel-features.h
37521         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37522         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37523         [__NR_clock_getres]: Make code unconditional.
37524         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37525         (clock_getcpuclockid): Remove code left unreachable by removal of
37526         conditionals.
37527         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37528         code unconditional.
37529         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37530         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37531         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37532         Make code unconditional.
37533         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37534         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37535         * sysdeps/unix/sysv/linux/clock_settime.c
37536         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37537         conditional code.
37538         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37539         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37541 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37543         [BZ #14476]
37544         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37545         scripts/test-installation.pl.
37547         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37548         and $ld_so_version if it is set.
37550 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37552         [BZ #14516]
37553         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37554         failure if reading from procfs failed.
37555         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37557 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37559         * sysdeps/unix/sysv/linux/kernel-features.h
37560         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37561         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37562         Remove conditional code.
37563         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37564         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37565         Remove conditional code.
37566         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37567         * sysdeps/unix/sysv/linux/i386/fxstat.c
37568         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37569         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37570         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37571         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37572         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37573         * sysdeps/unix/sysv/linux/i386/lxstat.c
37574         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37575         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37576         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37577         Remove conditional code.
37578         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37579         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37580         Remove conditional code.
37581         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37582         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37583         <kernel-features.h>.
37584         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37585         Remove.
37586         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37587         Remove conditional code.
37588         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37589         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37590         Remove conditional.
37592 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37594         [BZ #5400]
37595         * NEWS: Add fixed bug number.
37597 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37599         [BZ #14519]
37600         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37601         underflowing exponent in case of negative sign.
37602         * stdlib/tst-strtod-round-data: Add more tests.
37603         * stdlib/tst-strtod-round.c (tests): Regenerated.
37605         [BZ #3479]
37606         * stdlib/strtod_l.c (NDIG): Remove.
37607         (HEXNDIG): Likewise.
37608         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37609         smallest representable value.
37610         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37611         lie within an exact representation of 1/2 ulp of the result.
37612         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37613         unconditionally.
37614         (TENS_P9_IDX): Define unconditionally.
37615         (TENS_P9_SIZE): Likewise.
37616         (TENS_P10_IDX): Likewise.
37617         (TENS_P10_SIZE): Likewise.
37618         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37619         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37620         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37621         entries for 10^2^13 and 10^2^14.
37622         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37623         (TENS_P13_IDX): Define.
37624         (TENS_P13_SIZE): Likewise.
37625         (TENS_P14_IDX): Likewise.
37626         (TENS_P14_SIZE): Likewise.
37627         (_fpioconst_pow10): Change array size to
37628         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37629         unconditional.
37630         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37631         1024]: Add entries for 10^2^13 and 10^2^14.
37632         [LAST_POW10 > _LAST_POW10]: Remove #error.
37633         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37634         (_fpioconst_pow10): Change array size to
37635         FPIOCONST_POW10_ARRAY_SIZE.
37636         * stdlib/gen-fpioconst.c: New file.
37637         * stdlib/gen-tst-strtod-round.c: Likewise.
37638         * stdlib/tst-strtod-round-data: Likewise.
37639         * stdlib/tst-strtod-round.c: Likewise.
37640         * stdlib/Makefile (tests): Add tst-strtod-round.
37642         [BZ #14459]
37643         * stdlib/strtod_l.c: Include <stdint.h>.
37644         (NDEBUG): Do not define.
37645         (round_and_return): Change EXPONENT parameter to type intmax_t.
37646         Rearrange calculations to avoid internal overflow possibilities.
37647         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37648         Rearrange calculations to avoid internal overflow possibilities.
37649         Assert that number fits inside MPNSIZE limbs.
37650         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37651         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37652         calculations and add assertions to avoid internal overflow
37653         possibilities.  Add casts to avoid signed/unsigned operations.
37654         * stdlib/tst-strtod-overflow.c: New file.
37655         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37657 2012-08-25  Marek Polacek  <polacek@redhat.com>
37659         * time/time.h: Fix some typos in comments.
37661 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37663         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37664         * posix/tst-rfc3484-2.c: Likewise.
37665         * posix/tst-rfc3484-3.c: Likewise.
37667 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37669         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37670         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37672 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37674         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37675         #include of fxstatat64.c.
37677 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37679         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37680         * shadow/getspent_r.c: Likewise.
37681         * shadow/getspnam.c: Likewise.
37682         * shadow/getspnam_r.c: Likewise.
37683         * gshadow/getsgent.c: Likewise.
37684         * gshadow/getsgent_r.c: Likewise.
37685         * gshadow/getsgnam.c: Likewise.
37686         * gshadow/getsgnam_r.c: Likewise.
37687         * inet/getnetbyad.c: Likewise.
37688         * inet/getnetbyad_r.c: Likewise.
37689         * inet/getnetbynm.c: Likewise.
37690         * inet/getnetbynm_r.c: Likewise.
37691         * inet/getnetent.c: Likewise.
37692         * inet/getnetent_r.c: Likewise.
37693         * inet/getproto.c: Likewise.
37694         * inet/getproto_r.c: Likewise.
37695         * inet/getprtent.c: Likewise.
37696         * inet/getprtent_r.c: Likewise.
37697         * inet/getprtname.c: Likewise.
37698         * inet/getprtname_r.c: Likewise.
37699         * inet/getrpcbyname.c: Likewise.
37700         * inet/getrpcbyname_r.c: Likewise.
37701         * inet/getrpcbynumber.c: Likewise.
37702         * inet/getrpcbynumber_r.c: Likewise.
37703         * inet/getrpcent.c: Likewise.
37704         * inet/getrpcent_r.c: Likewise.
37705         * inet/getaliasent.c: Likewise.
37706         * inet/getaliasent_r.c: Likewise.
37707         * inet/getaliasname.c: Likewise.
37708         * inet/getaliasname_r.c: Likewise.
37709         * nscd/getgrgid_r.c: Likewise.
37710         * nscd/getgrnam_r.c: Likewise.
37711         * nscd/gethstbyad_r.c: Likewise.
37712         * nscd/gethstbynm3_r.c: Likewise.
37713         * nscd/getpwnam_r.c: Likewise.
37714         * nscd/getpwuid_r.c: Likewise.
37715         * nscd/getsrvbynm_r.c: Likewise.
37716         * nscd/getsrvbypt_r.c: Likewise.
37717         * nscd/gai.c: Likewise.
37719         * configure.in (build_nscd): New substituted variable, set
37720         by --disable-build-nscd and defaults to $use_nscd.
37721         * configure: Regenerated.
37722         * config.make.in (build-nscd): New substituted variable.
37723         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37724         Change conditional to require [$(build-nscd) = yes] as well.
37725         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37727         [BZ# 13696]
37728         * configure.in (use_nscd): New substituted variable, set by
37729         --disable-nscd.  If enabled, define USE_NSCD.
37730         * configure: Regenerated.
37731         * config.h.in: Add USE_NSCD.
37732         * config.make.in (use-nscd): New substituted variable.
37733         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37734         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37735         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37736         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37737         (CFLAGS-getgrnam_r.c): Likewise.
37738         (CFLAGS-initgroups.c): Likewise.
37739         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37740         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37741         Variables removed.
37742         * inet/getnetgrent_r.c
37743         (nscd_setnetgrent): New function, broken out of ...
37744         (setnetgrent): ... here.  Call it.
37745         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37746         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37747         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37748         * nscd/Makefile (routines, aux): Move definitions after include of
37749         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37750         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37751         Conditionalize on [USE_NSCD].
37752         (is_nscd, nscd_init_cb): Likewise.
37753         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37754         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37755         * nss/nss_db/db-init.c: Likewise.
37756         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37757         [USE_NSCD].
37758         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37759         (make_request): Use it.
37760         (cache_valid_p): New function.
37761         (__check_pf): Use it.
37762         * NEWS: Add item for --disable-nscd.
37764 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37766         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37767         to support sed >= 4.2.1-20-ga9bf076.
37768         * configure: Regenerated.
37770 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37772         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37773         Conditionalize whole body on [IREL].
37775 2012-08-22  Jeff Law <law@redhat.com>
37777         [BZ #14505]
37778         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37779         if the family is PF_UNSPEC.
37781 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37783         * Makerules (lib-version): Rename from V.
37784         (install-lib-nosubdir): Change V to lib-version.
37786 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37788         [BZ #14252]
37789         * powerpc32/power6/wcschr.c: New file.
37790         * powerpc32/power6/wcscpy.c: New file.
37791         * powerpc32/power6/wcsrchr.c: New file.
37792         * powerpc64/power6/wcschr.c: New file.
37793         * powerpc64/power6/wcscpy.c: New file.
37794         * powerpc64/power6/wcsrchr.c: New file.
37796 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37798         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37799         (two_way_short_needle): Use it.
37800         * string/strstr.c (AVAILABLE1_USES_J): Define.
37801         * string/strcasestr.c: Likewise.
37803         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37804         array references.
37805         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37807         [BZ #11607]
37808         * NEWS: Add an entry.
37809         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37810         define their defaults.
37811         (two_way_short_needle): Detect end-of-string on-the-fly.
37812         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37813         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37814         * string/bug-strcasestr1.c: New test.
37815         * string/Makefile: Run it.
37817 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37819         [BZ #11607]
37820         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37821         the first character.
37823 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37825         * csu/elf-init.c (__libc_csu_irel): Function removed.
37826         * csu/libc-start.c (apply_irel): New function.
37827         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37829 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37831         * sysdeps/unix/sysv/linux/kernel-features.h
37832         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37833         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37834         <kernel-features.h>.
37835         [__NR_fadvise64_64]: Make code unconditional.
37836         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37837         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37838         !__NR_fadvise64_64)]: Likewise.
37839         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37840         !__NR_fadvise64_64))]: Likewise.
37841         [__NR_fadvise64]: Make code unconditional.
37842         [!__NR_fadvise64]: Remove conditional code.
37843         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37844         <kernel-features.h>.
37845         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37846         unconditional.
37847         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37848         conditional code.
37849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37850         not include <kernel-features.h>.
37851         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37852         unconditional.
37853         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37854         conditional code.
37855         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37856         include <kernel-features.h>.
37857         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37858         unconditional.
37859         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37860         conditional code.
37862 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37864         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37865         slight instruction rearrangements per scrollpipe analysis.
37866         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37868 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37870         * manual/syslog.texi (syslog; vsyslog, closelog):
37871         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37872         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37874         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37875         DSOCAPS to match condition on defining it.
37877 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37879         * sysdeps/unix/sysv/linux/kernel-features.h
37880         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37882         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37883         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37885         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37886         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37888         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37889         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37891         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37892         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37894         * sysdeps/unix/sysv/linux/kernel-features.h
37895         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37896         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37897         unconditional.
37898         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37899         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37900         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37901         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37902         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37903         Make code unconditional.
37904         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37905         (__mmap64) [!__NR_mmap2]: Likewise.
37906         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37907         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37908         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37909         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37910         [__NR_mmap2]: Make code unconditional.
37911         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37912         (__mmap64) [!__NR_mmap2]: Likewise.
37914 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37916         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37918 2012-08-18  Andreas Jaeger  <aj@suse.de>
37920         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37922 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37924         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37925         * include/unistd.h (__have_sock_cloexec): Likewise.
37926         (__have_pipe2): Likewise.
37927         (__have_dup3): Likewise.
37929 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37931         [BZ #9685]
37932         * include/unistd.h (__have_pipe2): Change define into an extern int.
37933         (__have_dup3): Likewise.
37934         * socket/have_sock_cloexec.c: Include fcntl.h.
37935         (__have_pipe2): New variable.
37936         (__have_dup3): Likewise.
37938 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37940         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37942 2012-08-17  Marek Polacek  <polacek@redhat.com>
37944         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37945         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37947 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37949         * configure.in: Add AC_SUBST for sysheaders.
37950         * configure: Regenerated.
37951         * config.make.in (sysheaders): New substituted variable.
37953         * sysdeps/unix/mkfifo.c: Moved ...
37954         * sysdeps/posix/mkfifo.c: ... here.
37955         * sysdeps/unix/mkfifoat.c: Moved ...
37956         * sysdeps/posix/mkfifoat.c: ... here.
37958         * sysdeps/unix/utime.c: Moved ...
37959         * sysdeps/posix/utime.c: ... here.
37961         * sysdeps/unix/time.c: Moved ...
37962         * sysdeps/posix/time.c: ... here.
37963         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37964         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37966         * sysdeps/unix/nice.c: Moved ...
37967         * sysdeps/posix/nice.c: ... here.
37969         * sysdeps/unix/alarm.c: Moved ...
37970         * sysdeps/posix/alarm.c: ... here.
37972         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37974 2012-08-17  Jeff Law <law@redhat.com>
37976         * intl/Makefile (codeset_mo): New variable.
37977         ($(codeset_mo)): New target.
37978         (tst-codeset.out): Depend on that.  Remove explicit rule.
37979         (tst-gettext3.out, tst-gettext5.out): Likewise.
37980         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37981         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37982         * intl/tst-codeset.sh: Remove.
37983         * intl/tst-gettext3.sh: Likewise.
37984         * intl/tst-gettext5.sh: Likewise.
37986 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37988         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37989         * sysdeps/unix/syscalls.list: ... here.
37991         * sysdeps/posix/getaddrinfo.c
37992         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37993         (gaiconf_init, gaiconf_reload): Use them.
37994         [!_STATBUF_ST_NSEC]
37995         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37996         Define using time_t rather than struct timespec.
37998         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37999         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38000         Macros removed.
38001         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38002         [!NO_THREADS].
38003         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38004         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38005         Likewise.
38007         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38008         __libc_cleanup_push argument.
38010         * bits/param.h: New file.
38011         * misc/sys/param.h: New file.
38012         * include/sys/param.h: New file.
38013         * misc/Makefile (headers): Add bits/param.h.
38014         * sysdeps/generic/sys/param.h: File removed.
38015         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38016         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38017         * sysdeps/mach/hurd/bits/param.h: New file.
38018         * sysdeps/mach/hurd/sys/param.h: File removed.
38020         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38021         last change.
38023         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38024         [_IO_MTSAFE_IO].
38025         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38026         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38027         New macros.
38029         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38030         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38031         rather than -D_IO_MTSAFE_IO conditionally.
38032         * stdio-common/Makefile (CPPFLAGS): Likewise.
38033         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38034         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38035         Use $(libio-mtsafe).
38036         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38037         of -D_IO_MTSAFE_IO.
38038         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38039         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38040         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38041         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38042         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38043         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38044         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38045         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38046         (CFLAGS-fread_u_chk.c): Likewise.
38047         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38048         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38049         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38050         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38051         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38052         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38053         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38054         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38055         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38057         * libio/Makefile: Test [$(libc-reentrant) = yes]
38058         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38060         * Makeconfig
38061         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38062         * sysdeps/pthread/configure: File removed.
38063         * sysdeps/pthread/Makeconfig: New file.
38064         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38065         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38067 2012-08-16  Gary Benson  <gbenson@redhat.com>
38069         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38070         unmapping the first object in a namespace.
38072 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38074         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38075         (__internal_setnetgrent): ... this.  Add internal_function to
38076         definition.  Add libc_hidden_def.
38077         (setnetgrent): Update caller.
38078         (internal_endnetgrent): Renamed to ...
38079         (__internal_endnetgrent): ... this.  Add internal_function to
38080         definition.  Add libc_hidden_def.
38081         (endnetgrent): Update caller.
38082         (internal_getnetgrent_r): Renamed to ...
38083         (__internal_getnetgrent_r): ... this.  Add internal_function to
38084         definition.  Add libc_hidden_def.
38085         (__getnetgrent_r): Update caller.
38086         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38088 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38090         * stdlib/longlong.h: Update from GCC.
38092 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38094         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38095         on _QL, which is set by umul_ppmm but never used.
38096         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38097         variables, which are set by GMP macros but never used.
38098         * stdio-common/_itowa.c (_itowa): Likewise.
38099         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38100         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38102 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38104         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38105         struct La_sh_regs is not constant.
38106         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38107         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38108         and struct La_sparc64_regs are not constant.
38110 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38112         * sysdeps/unix/sysv/linux/kernel-features.h
38113         (__ASSUME_POSIX_TIMERS): Remove.
38114         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38115         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38116         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38117         Make code unconditional.
38118         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38119         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38120         Make code unconditional.
38121         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38122         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38123         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38124         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38125         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38126         Make code unconditional.
38127         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38128         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38129         (__libc_missing_posix_timers): Remove.
38131 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38133         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38134         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38136         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38138         * elf/dl-sym.c: Include <stdlib.h>.
38140         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38141         constants, which avoids warnings in 32-bit builds.
38143         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38144         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38146         * misc/lseek.c: File moved to ...
38147         * io/lseek.c: ... here.
38149         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38151         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38152         shifting LEN more than 31 bits at once.
38154 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38156         [BZ #14195]
38157         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38158         segmentation fault for a case of two empty input strings.
38159         * string/test-strncasecmp.c (check1): Renamed to...
38160         (bz12205): ...this.
38161         (bz14195): Add new testcase for two empty input strings and N > 0.
38162         (test_main): Call new testcase, adapt for renamed function.
38164 2012-08-15  Andreas Jaeger  <aj@suse.de>
38166         [BZ #14090]
38167         * crypt/md5test2.c: New test, based on test supplied by Serge
38168         Belyshev <belyshev@depni.sinp.msu.ru>.
38169         * crypt/Makefile (xtests): Add md5test-giant..
38170         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38172 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38174         [BZ #14090]
38175         * crypt/md5.c (md5_process_block): Don't assume the buffer
38176         length is less than 2**32.
38177         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38178         length is less than 2**64.
38180 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38182         * string/str-two-way.h: Include <sys/param.h>.
38183         (MAX): Macro removed.
38185         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38186         Move #define and #undef of memmove to just before and after
38187         including <string.h>.
38189         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38190         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38191         and after including <string.h>.  Move declarations of
38192         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38193         to before #include "string/memmove.c".
38195         * include/dirent.h: Declare __getdirentries.
38197         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38198         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38200 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38202         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38203         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38204         * sysdeps/i386/configure: Regenerated.
38205         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38206         STABS_CURRENT_FILE, and STABS_FUN.
38207         (END): Remove call to STABS_FUN_END.
38208         (STABS_CURRENT_FILE1): Delete.
38209         (STABS_CURRENT_FILE): Likewise.
38210         (STABS_FUN): Likewise.
38211         (STABS_FUN_END): Likewise.
38212         (STABS_FUN2): Likewise.
38213         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38214         * sysdeps/x86_64/configure: Regenerated.
38216 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38218         * elf/dl-open.c: Include <atomic.h>.
38219         * elf/dl-lookup.c: Likewise.
38221 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38223         * sysdeps/unix/sysv/linux/kernel-features.h
38224         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38225         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38226         unconditionally.
38227         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38228         unconditionally.
38229         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38230         condition on __ASSUME_CLONE_THREAD_FLAGS.
38232 2012-08-14  Andreas Jaeger  <aj@suse.de>
38234         * sysdeps/i386/fpu/libm-test-ulps: Update.
38236 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38238         * include/atomic.h (atomic_exchange_and_add): Split into ...
38239         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38240         New atomic macros.
38242 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38244         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38246 2012-08-13  Jeff Law <law@redhat.com>
38248         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38249         null byte in the output string.
38251 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38253         * sysdeps/unix/sysv/linux/kernel-features.h
38254         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38255         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38256         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38257         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38258         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38259         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38260         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38262 2012-08-09  Jeff Law <law@redhat.com>
38264         [BZ #13939]
38265         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38266         When avoid_arena is set, don't retry in the that arena.  Pick the
38267         next one, whatever it might be.
38268         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38269         (arena_lock): Pass in new parameter to arena_get2.
38270         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38271         arena_get2.
38272         (__libc_malloc): Unify retrying after main arena failure with
38273         __libc_memalign version.
38274         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38276 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38278         [BZ #14166]
38279         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38280         to __redirect_strstr.
38281         (__strstr_sse42): Use typeof __redirect_strstr.
38282         (__strstr_ia32): Likewise.
38283         (__libc_strstr): New prototype.
38284         (strstr): Renamed to ...
38285         (__libc_strstr): This.
38286         (strstr): New strong alias of __libc_strstr.
38287         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38288         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38289         __redirect_time.
38290         Include <time.h>.
38291         (__libc_time): New prototype.
38292         (time_ifunc): Replace time with __libc_time.
38293         (time): New strong alias and hidden definition of __libc_time.
38294         (__GI_time): Remove strong alias.
38295         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38296         Include <stddef.h>.
38297         (memmove): Redefined to __redirect_memmove.
38298         (__memmove_sse2): Use typeof __redirect_memmove.
38299         (__memmove_ssse3): Likewise.
38300         (__memmove_ssse3_back): Likewise.
38301         (__libc_memmove): New prototype.
38302         (memmove): Renamed to ...
38303         (__libc_memmove): This.
38304         (memmove): New strong alias of __libc_memmove.
38306 2012-08-08  Mark Salter  <msalter@redhat.com>
38308         * elf/elf.h
38309         (R_MN10300_TLS_GD): Define.
38310         (R_MN10300_TLS_LD): Likewise.
38311         (R_MN10300_TLS_LDO): Likewise.
38312         (R_MN10300_TLS_GOTIE): Likewise.
38313         (R_MN10300_TLS_IE): Likewise.
38314         (R_MN10300_TLS_LE): Likewise.
38315         (R_MN10300_TLS_DTPMOD): Likewise.
38316         (R_MN10300_TLS_DTPOFF): Likewise.
38317         (R_MN10300_TLS_TPOFF): Likewise.
38318         (R_MN10300_SYM_DIFF): Likewise.
38319         (R_MN10300_ALIGN): Likewise.
38320         (R_MN10300_NUM): Update.
38322 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38324         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38325         Remove.
38327 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38329         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38331         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38332         sysdeps/unix -> sysdeps/posix move.
38333         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38335 2012-08-07      Allan McRae     <allan@archlinux.org>
38337         [BZ #14303]
38338         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38339         (SUNOS_CPP): Likewise.
38340         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38341         not found.
38342         (open_input): Call CPP using execvp.
38344 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38346         * sysdeps/unix/sysv/linux/kernel-features.h
38347         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38348         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38349         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38350         (__ASSUME_WAITID_SYSCALL): Likewise.
38351         * sysdeps/unix/sysv/linux/dl-execstack.c
38352         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38353         code unconditional.
38354         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38355         conditional code.
38356         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38357         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38358         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38359         code.
38360         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38361         unconditional.
38362         [__ASSUME_WAITID_SYSCALL]: Likewise.
38363         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38365 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38367         * sysdeps/unix/closedir.c: Renamed to ...
38368         * sysdeps/posix/closedir.c: ... here.
38369         * sysdeps/unix/dirfd.c: Renamed to ...
38370         * sysdeps/posix/dirfd.c: ... here.
38371         * sysdeps/unix/dirstream.h: Renamed to ...
38372         * sysdeps/posix/dirstream.h: ... here.
38373         * sysdeps/unix/fdopendir.c: Renamed to ...
38374         * sysdeps/posix/fdopendir.c: ... here.
38375         * sysdeps/unix/opendir.c: Renamed to ...
38376         * sysdeps/posix/opendir.c: ... here.
38377         * sysdeps/unix/readdir.c: Renamed to ...
38378         * sysdeps/posix/readdir.c: ... here.
38379         * sysdeps/unix/readdir_r.c: Renamed to ...
38380         * sysdeps/posix/readdir_r.c: ... here.
38381         * sysdeps/unix/rewinddir.c: Renamed to ...
38382         * sysdeps/posix/rewinddir.c: ... here.
38383         * sysdeps/unix/seekdir.c: Renamed to ...
38384         * sysdeps/posix/seekdir.c: ... here.
38385         * sysdeps/unix/telldir.c: Renamed to ...
38386         * sysdeps/posix/telldir.c: ... here.
38387         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38388         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38389         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38390         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38392         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38393         * bits/fcntl.h: ... here.
38395         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38396         not 0.
38397         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38398         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38399         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38400         (struct flock): Move l_start, l_len to the beginning.
38401         Use __pid_t for l_pid.
38402         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38403         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38404         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38405         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38406         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38407         [__USE_LARGEFILE64] (struct flock64): New type.
38408         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38410         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38411         * bits/dirent.h: ... here.
38413         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38414         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38416 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38418         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38419         Change from 2.6.0 to 2.6.16.
38420         * sysdeps/unix/sysv/linux/configure: Regenerated.
38421         * sysdeps/unix/sysv/linux/kernel-features.h
38422         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38423         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38424         version.
38425         (__ASSUME_UTIMES): Likewise.
38426         (__ASSUME_CLONE_STOPPED): Remove.
38427         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38428         architectures, not kernel version.
38429         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38430         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38431         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38432         (__ASSUME_WAITID_SYSCALL): Likewise.
38433         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38434         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38435         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38436         refer to older versions.
38438 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38440         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38441         Define alphasort64 as an alias.
38442         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38443         Define versionsort64 as an alias.
38444         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38445         Define scandir64 as an alias.
38446         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38447         Define scandirat64 as an alias.
38448         * dirent/alphasort64.c (alphasort64):
38449         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38450         * dirent/versionsort64.c: Likewise.
38451         * dirent/scandir64.c: Likewise.
38452         * dirent/scandirat64.c: Likewise.
38453         * sysdeps/wordsize-64/alphasort.c: File removed.
38454         * sysdeps/wordsize-64/alphasort64.c: File removed.
38455         * sysdeps/wordsize-64/scandir.c: File removed.
38456         * sysdeps/wordsize-64/scandir64.c: File removed.
38457         * sysdeps/wordsize-64/scandirat.c: File removed.
38458         * sysdeps/wordsize-64/scandirat64.c: File removed.
38459         * sysdeps/wordsize-64/versionsort.c: File removed.
38460         * sysdeps/wordsize-64/versionsort64.c: File removed.
38461         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38462         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38463         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38464         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38465         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38466         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38467         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38468         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38470         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38471         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38472         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38473         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38474         [defined __arch64__ || defined __sparcv9]
38475         (__INO_T_MATCHES_INO64_T): New macro.
38476         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38477         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38478         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38479         * sysdeps/unix/sysv/linux/bits/dirent.h
38480         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38481         (_DIRENT_MATCHES_DIRENT64): New macro.
38483         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38484         Define lockf64 as an alias.
38485         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38486         Define fseeko64 as an alias.
38487         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38488         Define ftello64 as an alias.
38489         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38490         Define _IO_fgetpos64 and fgetpos64 as aliases.
38491         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38492         Define _IO_fsetpos64 and fsetpos64 as aliases.
38493         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38494         Conditionalize body on this.
38495         * libio/fseeko64.c: Likewise.
38496         * libio/ftello64.c: Likewise.
38497         * libio/iofgetpos64.c: Likewise.
38498         * libio/iofsetpos64.c: Likewise.
38499         * sysdeps/wordsize-64/lockf.c: File removed.
38500         * sysdeps/wordsize-64/lockf64.c: File removed.
38501         * sysdeps/wordsize-64/fseeko.c: File removed.
38502         * sysdeps/wordsize-64/fseeko64.c: File removed.
38503         * sysdeps/wordsize-64/ftello.c: File removed.
38504         * sysdeps/wordsize-64/ftello64.c: File removed.
38505         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38506         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38507         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38508         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38509         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38510         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38511         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38512         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38513         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38514         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38515         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38516         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38517         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38518         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38520         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38521         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38522         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38523         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38524         [defined __arch64__ || defined __sparcv9]
38525         (__OFF_T_MATCHES_OFF64_T): New macro.
38526         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38527         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38528         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38529         (__OFF_T_MATCHES_OFF64_T): New macro.
38531 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38533         * stdlib/secure-getenv.c (__secure_getenv): Replace
38534         GLIBC_2_16 with GLIBC_2_17.
38536 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38538         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38539         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38541 2012-08-03  David S. Miller  <davem@davemloft.net>
38543         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38545 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38547         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38548         Remove.
38549         (__ASSUME_CORRECT_SI_PID): Likewise.
38550         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38551         (__ASSUME_TMPFS_NAME): Likewise.
38552         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38553         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38554         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38555         (HAVE_AUX_SECURE): Make definition unconditional.
38556         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38557         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38559 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38561         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38562         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38563         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38564         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38565         __eloop_threshold instead of SYMLOOP_MAX.
38567         * sysdeps/generic/eloop-threshold.h: New file.
38568         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38569         of MAXSYMLINKS.
38570         * elf/chroot_canon.c (chroot_canon): Likewise.
38572 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38574         [BZ #13717]
38575         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38576         Change to 2.6.0 everywhere.
38577         * sysdeps/unix/sysv/linux/configure: Regenerated.
38578         * sysdeps/unix/sysv/linux/kernel-features.h
38579         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38580         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38581         kernel versions.
38582         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38583         (__ASSUME_FUTEX_REQUEUE): Remove.
38584         (__ASSUME_STATFS64): Define unconditionally.
38585         (__ASSUME_AT_SECURE): Likewise.
38586         (__ASSUME_CORRECT_SI_PID): Likewise.
38587         (__ASSUME_TGKILL): Define without depending on kernel version for
38588         i386.
38589         (__ASSUME_UTIMES): Likewise.
38590         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38591         kernel version.
38592         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38593         (__ASSUME_TMPFS_NAME): Likewise.
38594         * README: Update reference to Linux kernel versions.
38596 2012-08-02  Marek Polacek  <polacek@redhat.com>
38598         [BZ# 14150]
38599         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38600         libc_cv_asm_type_prefix with %.
38601         * configure: Regenerated.
38602         * include/libc-symbols.h: Remove comment about
38603         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38604         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38605         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38606         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38607         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38608         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38609         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38610         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38611         * elf/tst-unique2mod1.c: Likewise.
38612         * elf/tst-unique1mod2.c: Likewise.
38613         * elf/tst-unique1mod1.c: Likewise.
38614         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38615         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38616         Replace ASM_TYPE_DIRECTIVE with .type.
38617         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38618         * sysdeps/i386/sysdep.h: Likewise.
38619         * sysdeps/x86_64/sysdep.h: Likewise.
38620         * sysdeps/sh/sysdep.h: Likewise.
38621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38622         Do not define ASM_TYPE_DIRECTIVE.
38623         * sysdeps/powerpc/sysdep.h: Likewise.
38624         * sysdeps/powerpc/powerpc32/sysdep.h:
38625         Replace ASM_TYPE_DIRECTIVE with .type.
38626         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38627         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38628         * sysdeps/i386/fpu/e_powf.S: Likewise.
38629         * sysdeps/i386/fpu/e_expl.S: Likewise.
38630         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38631         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38632         * sysdeps/i386/fpu/e_pow.S: Likewise.
38633         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38634         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38635         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38636         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38637         * sysdeps/i386/fpu/e_log2.S: Likewise.
38638         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38639         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38640         * sysdeps/i386/fpu/e_powl.S: Likewise.
38641         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38642         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38643         * sysdeps/i386/fpu/e_logl.S: Likewise.
38644         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38645         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38646         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38647         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38648         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38649         * sysdeps/i386/fpu/e_log.S: Likewise.
38650         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38651         * sysdeps/i386/fpu/e_logf.S: Likewise.
38652         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38653         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38654         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38655         * sysdeps/i386/fpu/e_log10.S: Likewise.
38656         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38657         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38658         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38659         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38660         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38661         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38662         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38663         * sysdeps/i386/i686/strtok.S: Likewise.
38664         * sysdeps/i386/i386-mcount.S: Likewise.
38665         * sysdeps/i386/strtok.S: Likewise.
38666         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38667         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38668         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38669         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38670         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38671         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38672         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38673         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38674         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38675         * sysdeps/x86_64/_mcount.S: Likewise.
38676         * sysdeps/x86_64/strtok.S: Likewise.
38677         * sysdeps/sh/_mcount.S: Likewise.
38679 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38681         * libio/iofopen.c: Include <fcntl.h>.
38682         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38683         (_IO_fopen64, fopen64): Define as aliases.
38684         * libio/iofopen64.c: Include <fcntl.h>.
38685         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38686         Conditionalize body on this.
38687         * sysdeps/wordsize-64/iofopen.c: File removed.
38688         * sysdeps/wordsize-64/iofopen64.c: File removed.
38690 2012-08-01  Marek Polacek  <polacek@redhat.com>
38692         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38693         Use dlfcn directly instead of a variable.
38694         (binfmt-subdir): Do not define.
38695         (dlfcn): Likewise.
38697 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38699         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38700         Remove all definitions.
38701         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38702         <kernel-features.h>.
38703         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38704         (miss_F_GETOWN_EX): Remove all definitions.
38705         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38706         macro definition.
38707         [!__ASSUME_FCNTL64]: Remove conditional code.
38708         [__ASSUME_FCNTL64]: Make code unconditional.
38709         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38710         <kernel-features.h>.
38711         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38712         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38713         (lockf64) [__NR_fcntl64]: Make code unconditional.
38714         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38716         * sysdeps/unix/sysv/linux/kernel-features.h
38717         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38718         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38719         Make code unconditional.
38720         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38721         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38723         [__NR_vfork]: Make code unconditional.
38724         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38725         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38727         [__NR_vfork]: Make code unconditional.
38728         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38729         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38731 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38733         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38734         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38736         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38737         Define mkstemp64 as an alias.
38738         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38739         Define mkstemps64 as an alias.
38740         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38741         Define mkostemp64 as an alias.
38742         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38743         Define mkostemps64 as an alias.
38744         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38745         Conditionalize body on this.
38746         * misc/mkostemp64.c: Likewise.
38747         * misc/mkostemps64.c: Likewise.
38748         * misc/mkstemps64.c: Likewise.
38749         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38750         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38751         * sysdeps/wordsize-64/mkostemp.c: File removed.
38752         * sysdeps/wordsize-64/mkstemp.c: File removed.
38753         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38754         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38755         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38756         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38758         [BZ #14138]
38759         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38760         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38761         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38762         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38764         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38765         compat_symbol macros from <shlib-compat.h> rather than the underlying
38766         default_symbol_version and symbol_version macros, so that DEFAULT
38767         lines in shlib-versions are respected.
38768         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38770 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38772         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38773         Declare with warn_unused_result.
38774         (setgid, setregid, setegid, setresgid): Likewise.
38775         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38776         Likewise.
38777         * WUR-REPORT: Remove set*id functions.
38779 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38781         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38783 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38785         [BZ #10191]
38786         * include/sys/socket.h (__libc_accept, __libc_accept4):
38787         Add attribute_hidden.
38788         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38790         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38791         use of PTR_MANGLE.
38792         * inet/getnetgrent_r.c (setup): Likewise.
38794         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38796 2012-07-31  David S. Miller  <davem@davemloft.net>
38798         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38800 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38802         [BZ #13629]
38803         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38804         value between 1.0 and 2.0 and smaller part has absolute value less
38805         than 1.0.
38806         * math/s_clog10.c (__clog10): Likewise.
38807         * math/s_clog10f.c (__clog10f): Likewise.
38808         * math/s_clog10l.c (__clog10l): Likewise.
38809         * math/s_clogf.c (__clogf): Likewise.
38810         * math/s_clogl.c (__clogl): Likewise.
38811         * math/libm-test.inc (clog_test): Add more tests.
38812         (clog10_test): Likewise.
38813         * sysdeps/i386/fpu/libm-test-ulps: Update.
38814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38816 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38818         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38819         Exit with zero in case no suitable GID is found, and write a
38820         message to standard error.
38822 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38824         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38825         rather than to 1.
38826         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38827         (MAXPATHLEN): Removed.
38828         (NOGROUP, NODEV): New macros.
38829         (setbit, clrbit, isset, isclr): New macros.
38830         (howmany, roundup, powerof2): New macros.
38831         (DEV_BSIZE): New macro.
38833         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38834         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38836         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38837         definition on [!__NO_LONG_DOUBLE_MATH].
38839         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38840         PTR_MANGLE and PTR_DEMANGLE.
38842         * socket/accept4.c (accept4): Rename to __libc_accept4.
38843         Define accept4 as a weak alias.
38845         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38846         on [_DIRENT_HAVE_D_TYPE].
38847         * io/ftw.c (ftw_dir): Likewise.
38849         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38851         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38853         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38854         Use the BSD numbers rather than the arbitrary ones we had.
38855         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38856         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38857         (SIGXCPU, SIGXFSZ): New macros.
38858         (_NSIG): Now 32.
38860         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38861         initializer on [_LIBC_REENTRANT].
38863         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38864         definitions inside [_POSIX_MAPPED_FILES].
38866         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38868         * dirent/opendir.c: Include <fcntl.h>.
38870         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38871         (__libc_getspecific): Likewise.
38872         (__libc_key_create): Likewise.
38874         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38875         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38876         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38877         (tmpfile64): Define as alias.
38878         * sysdeps/wordsize-64/tmpfile.c: File removed.
38879         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38880         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38881         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38883         * stdio-common/vfscanf.c: Include <stdbool.h>.
38884         * nss/makedb.c: Likewise.
38885         * stdio-common/_i18n_number.h: Likewise.
38886         * argp/argp-help.c: Likewise.
38887         * posix/wordexp.c: Likewise.
38888         * sysdeps/posix/spawni.c: Likewise.
38889         * nss/nss_files/files-initgroups.c: Likewise.
38890         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38891         * nss/nss_files/files-initgroups.c: Likewise.
38892         * nss/nss_db/db-netgrp.c: Likewise.
38893         * nss/nss_db/db-initgroups.c: Likewise.
38894         * io/fchmodat.c: Include <sys/stat.h>.
38896         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38897         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38899         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38900         [HAVE_MMAP].
38902         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38903         Add multiple inclusion protection.
38905 2012-07-27  David S. Miller  <davem@davemloft.net>
38907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38909 2012-07-27  Gary Benson  <gbenson@redhat.com>
38911         [BZ #14298]
38912         * elf/rtld.c: Include <stap-probe.h>.
38913         (dl_main): Added static probes "init_start" and "init_complete".
38914         * elf/dl-load.c: Include <stap-probe.h>.
38915         (lose): Take new parameter "nsid".
38916         Added static probe "map_failed".
38917         (_dl_map_object_from_fd): Pass namespace id to lose.
38918         Added static probe "map_start".
38919         (open_verify): Pass namespace id to lose.
38920         * elf/dl-open.c: Include <stap-probe.h>.
38921         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38922         and "reloc_complete".
38923         * elf/dl-close.c: Include <stap-probe.h>.
38924         (_dl_close_worker): Added static probes "unmap_start" and
38925         "unmap_complete".
38926         * elf/rtld-debugger-interface.txt: New file documenting the above.
38928 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38930         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38931         rather than a string variable.
38932         * sunrpc/rpc_main.c (h_output): Likewise.
38933         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38935 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38937         * inet/check_native.c: New file.
38939 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38941         [BZ #13629]
38942         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38943         if larger part has absolute value 1.0.
38944         * math/s_clog10.c (__clog10): Likewise.
38945         * math/s_clog10f.c (__clog10f): Likewise.
38946         * math/s_clog10l.c (__clog10l): Likewise.
38947         * math/s_clogf.c (__clogf): Likewise.
38948         * math/s_clogl.c (__clogl): Likewise.
38949         * math/libm-test.inc (clog_test): Add more tests.
38950         (clog10_test): Likewise.
38951         * sysdeps/i386/fpu/libm-test-ulps: Update.
38952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38954         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38955         (pltexit): Likewise.
38956         (La_regs): Likewise.
38957         (La_retval): Likewise.
38958         (int_retval): Likewise.
38959         Update #error for removed macros to refer only to definitions in
38960         tst-audit.h.
38961         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38962         macro.
38963         (pltexit): Likewise.
38964         (La_regs): Likewise.
38965         (La_retval): Likewise.
38966         (int_retval): Likewise.
38967         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38968         macro.
38969         (pltexit): Likewise.
38970         (La_regs): Likewise.
38971         (La_retval): Likewise.
38972         (int_retval): Likewise.
38973         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38974         macro.
38975         (pltexit): Likewise.
38976         (La_regs): Likewise.
38977         (La_retval): Likewise.
38978         (int_retval): Likewise.
38979         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38980         macro.
38981         (pltexit): Likewise.
38982         (La_regs): Likewise.
38983         (La_retval): Likewise.
38984         (int_retval): Likewise.
38985         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38986         macro.
38987         (pltexit): Likewise.
38988         (La_regs): Likewise.
38989         (La_retval): Likewise.
38990         (int_retval): Likewise.
38991         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38992         macro.
38993         (pltexit): Likewise.
38994         (La_regs): Likewise.
38995         (La_retval): Likewise.
38996         (int_retval): Likewise.
38997         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38998         macro definitions in tst-audit.h.
38999         * sysdeps/i386/tst-audit.h: New file.
39000         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39001         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39002         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39003         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39004         * sysdeps/sh/tst-audit.h: Likewise.
39005         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39006         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39007         * sysdeps/x86_64/tst-audit.h: Likewise.
39009 2012-07-26  Andreas Jaeger  <aj@suse.de>
39011         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39012         ptrace.
39014         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39015         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39016         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39017         PTRACE_O_MASK.
39018         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39019         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39020         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39022         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39023         value.
39025         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39026         _sigsys.
39027         (si_call_addr, si_syscall, si_arch): Define new macro.
39028         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39029         _sigsys.
39030         (si_call_addr, si_syscall, si_arch): Define new marcro.
39031         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39032         _sigsys.
39033         (si_call_addr, si_syscall, si_arch): Define new macro.
39034         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39035         _sigsys.
39036         (si_call_addr, si_syscall, si_arch): Define new macro.
39038 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39040         [BZ #13717]
39041         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39042         Change to 2.4.21 where previously 2.4.1.
39043         * sysdeps/unix/sysv/linux/configure: Regenerated.
39044         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39045         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39046         Linux kernel version.
39047         (__ASSUME_STD_AUXV): Remove.
39048         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39049         kernel version.
39050         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39051         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39052         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39053         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39054         (__ASSUME_NETLINK_SUPPORT): Likewise.
39055         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39056         (__no_netlink_support): Remove conditional definition.
39057         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39058         Remove.
39059         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39060         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39061         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39062         (if_nameindex_ioctl): Remove.
39063         (if_nameindex_netlink): Do not handle __no_netlink_support.
39064         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39065         code.
39066         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39067         Remove conditional code.
39068         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39069         code.
39070         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39071         unconditional.
39072         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39073         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39074         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39075         Remove.
39076         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39077         [!__ASSUME_STD_AUXV]: Remove conditional code.
39078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39079         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39080         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39082         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39083         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39084         code.
39085         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39087         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39088         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39089         conditional code.
39090         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39092         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39093         code.
39094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39095         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39096         conditional code.
39097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39098         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39099         code unconditional.
39100         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39101         conditional code.
39102         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39103         unconditional.
39104         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39105         conditional code.
39106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39107         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39108         unconditional.
39109         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39110         conditional code.
39111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39112         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39113         code unconditional.
39114         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39115         conditional code.
39116         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39117         unconditional.
39118         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39119         conditional code.
39120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39121         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39122         code unconditional.
39123         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39124         conditional code.
39125         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39126         unconditional.
39127         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39128         conditional code.
39130 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39132         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39133         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39134         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39135         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39136         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39137         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39138         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39139         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39140         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39141         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39142         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39143         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39144         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39145         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39146         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39147         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39148         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39149         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39150         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39152         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39153         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39154         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39156 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39158         * Versions.def: Add GLIBC_2.17.
39159         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39160         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39161         Introduce __libc_secure_getenv.
39162         * stdlib/Versions (2.17): Add secure_getenv
39163         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39164         * stdlib/secure-getenv.c: Rename __secure_getenv to
39165         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39166         symbol __secure_getenv for GLIBC_2.0.
39167         * stdlib/tst-secure-getenv.c: New.
39168         * stdlib/Makefile (tests): Add testcase.
39169         * manual/startup.texi (Environment Access): Document
39170         secure_getenv.
39171         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39172         __libc_secure_getenv.
39173         * inet/ruserpass.c (ruserpass): Likewise.
39174         * malloc/mtrace.c (mtrace): Likewise.
39175         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39176         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39177         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39178         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39179         HAVE_SECURE_GETENV.
39180         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39181         __secure_getenv to __libc_secure_getenv.
39182         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39184         Likewise.
39185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39186         Likewise.
39187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39189         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39190         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39191         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39192         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39193         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39195 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39197         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39198         (struct La_i86_retval): Likewise.
39199         (struct La_x86_64_regs): Likewise.
39200         (struct La_x86_64_retval): Likewise.
39201         (struct La_x32_regs): Likewise.
39202         (struct La_x32_retval): Likewise.
39203         (struct La_ppc32_regs): Likewise.
39204         (struct La_ppc32_retval): Likewise.
39205         (struct La_ppc64_regs): Likewise.
39206         (struct La_ppc64_retval): Likewise.
39207         (struct La_sh_regs): Likewise.
39208         (struct La_sh_retval): Likewise.
39209         (struct La_s390_32_regs): Likewise.
39210         (struct La_s390_32_retval): Likewise.
39211         (struct La_s390_64_regs): Likewise.
39212         (struct La_s390_64_retval): Likewise.
39213         (struct La_sparc32_regs): Likewise.
39214         (struct La_sparc32_retval): Likewise.
39215         (struct La_sparc64_regs): Likewise.
39216         (struct La_sparc64_retval): Likewise.
39217         (struct audit_ifaces): Remove architecture-specific pltenter and
39218         pltexit members.
39219         * sysdeps/i386/ldsodefs.h: New file.
39220         * sysdeps/powerpc/ldsodefs.h: Likewise.
39221         * sysdeps/s390/ldsodefs.h: Likewise.
39222         * sysdeps/sh/ldsodefs.h: Likewise.
39223         * sysdeps/sparc/ldsodefs.h: Likewise.
39224         * sysdeps/x86_64/ldsodefs.h: Likewise.
39226 2012-07-25  Marek Polacek  <polacek@redhat.com>
39228         [BZ #6808]
39229         * math/libm-test.inc (yn_test): Add another test.
39230         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39231         to ERANGE when the result is +-Inf.
39232         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39233         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39234         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39235         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39237 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39239         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39240         equal to 0.
39241         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39242         clock_t.
39243         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39245 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39247         * configure.in <sysdeps resolving>: Correct printing
39248         Implies_before.
39249         * configure: Regenerate.
39251 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39253         * math/w_ilogb.c: Include <limits.h>.
39254         * math/w_ilogbl.c: Likewise.
39256 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39258         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39259         va_copy.  Document allowing for unavailable va_copy only as
39260         pre-C99 compatibility.
39261         * manual/string.texi (Copying and Concatenation): Use va_copy
39262         instead of __va_copy in concat example.
39264 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39266         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39267         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39268         it if not null.
39270         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39271         with O_NOLINK passed to __file_name_lookup.
39273         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39274         with O_NOLINK passed to __file_name_lookup.
39276         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39277         negative N or less than NGIDS.
39279         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39280         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39281         enough.  Use memcpy instead of strncpy.
39283 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39285         * elf/Makefile (check-data): Remove.
39286         (localplt.data): New vpath directive.
39287         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39288         instead of $(check-data).
39289         * scripts/data/localplt-generic.data: Move to ...
39290         * sysdeps/generic/localplt.data: ... here.
39291         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39292         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39293         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39295         ... here.
39296         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39298         ... here.
39299         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39301         ... here.
39302         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39303         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39304         ... here.
39305         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39307         ... here.
39308         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39309         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39310         ... here.
39312 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39314         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39315         PPC32 and PPC64 files.
39316         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39317         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39319 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39321         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39322         __makecontext_ret to ...
39323         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39324         ... here and call exit if uc_link is NULL.  New file.
39325         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39326         __makecontext_ret.S.
39327         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39328         __makecontext_ret to ...
39329         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39330         ... here and call exit if uc_link is NULL.  New file.
39331         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39332         __makecontext_ret.S.
39334 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39336         * elf/elf.h (R_390_IRELATIVE): New definition.
39337         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39338         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39339         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39340         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39341         (elf_machine_lazy_rel): Likewise.
39342         * sysdeps/s390/dl-irel.h: New file.
39343         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39344         * sysdeps/s390/s390-64/memset.S: New asm code.
39345         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39346         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39347         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39348         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39349         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39350         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39351         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39352         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39353         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39354         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39355         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39356         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39357         * sysdeps/s390/s390-32/memset.S: New asm code.
39358         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39360 2012-07-17  Marek Polacek  <polacek@redhat.com>
39362         [BZ #14349]
39363         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39364         * sysdeps/s390/s390-64/configure.in: Likewise.
39365         * sysdeps/sparc/configure.in: Likewise.
39366         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39367         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39368         * sysdeps/i386/configure.in: Likewise.
39369         * sysdeps/x86_64/configure.in: Likewise.
39370         * sysdeps/sh/configure.in: Likewise.
39371         * sysdeps/s390/s390-32/configure: Regenerated.
39372         * sysdeps/s390/s390-64/configure: Likewise.
39373         * sysdeps/x86_64/configure: Likewise.
39374         * sysdeps/sh/configure: Likewise.
39375         * sysdeps/powerpc/powerpc64/configure: Likewise.
39376         * sysdeps/powerpc/powerpc32/configure: Likewise.
39377         * sysdeps/sparc/configure: Likwise.
39378         * sysdeps/i386/configure: Likewise.
39380         * elf/dl-open.c: Comment fixes.
39382 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39384         * Makefile [CXX] (check-data): Remove.
39385         [CXX] (c++-types.data): New vpath directive.
39386         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39387         vpath.  Do not allow for C++ type data being missing.
39388         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39389         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39390         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39391         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39392         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39393         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39394         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39396         ... here.
39397         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39399         ... here.
39400         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39402         ... here.
39403         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39404         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39405         ... here.
39406         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39408         ... here.
39409         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39410         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39411         ... here.
39412         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39413         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39414         ... here.
39415         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39418         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39419         definitions to architecture-specific files.
39420         (TLS_IE): Likewise.
39421         (TLS_LD): Likewise.
39422         (TLS_GD): Likewise.
39423         * sysdeps/i386/tls-macros.h: New file.
39424         * sysdeps/powerpc/tls-macros.h: Likewise.
39425         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39426         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39427         * sysdeps/sh/tls-macros.h: Likewise.
39428         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39429         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39430         * sysdeps/x86_64/tls-macros.h: Likewise.
39432 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39434         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39435         zero value for regular exit case.
39437         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39438         (__start_context): Preserve zero value for regular exit case.
39440 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39441             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39443         * manual/setjmp.texi (setcontext): Clarify normal process
39444         termination when uc_link is the null pointer.
39445         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39446         exit call.
39448 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39450         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39451         preprocessor.  Test for each exception mask separately.
39453 2012-07-16  Andreas Jaeger  <aj@suse.de>
39455         * po/ru.po: Update from translation team.
39457 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39459         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39460         equal to 0.
39461         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39462         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39463         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39464         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39465         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39467 2012-07-13  Andreas Jaeger  <aj@suse.de>
39469         * po/fr.po: Update from translation team.
39471 2012-07-12  Marek Polacek  <polacek@redhat.com>
39473         [BZ #14173]
39474         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39475         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39476         loop condition.
39478 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39480         [BZ #13717]
39481         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39482         Change to 2.4.1 where previously 2.4.0.
39483         * sysdeps/unix/sysv/linux/configure: Regenerated.
39484         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39485         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39486         version.
39487         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39488         (__ASSUME_AT_CLKTCK): Remove.
39489         (__ASSUME_AT_PAGESIZE): Likewise.
39490         (__ASSUME_AT_XID): Likewise.
39491         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39492         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39493         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39494         unconditionally.
39495         (HAVE_AUX_PAGESIZE): Likewise.
39496         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39497         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39498         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39500 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39502         [BZ #14307]
39503         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39504         the temporary buffer used to invoke __gethostbyname2_r,
39505         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39506         host_data / struct gaih_addrtuple.
39507         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39508         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39509         header file nss/nsswitch.h.
39510         * nss/nsswitch.h (global scope): Add definition of implementation
39511         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39512         resolv/nss_dns/dns-host.c).
39514 2012-07-11  Andreas Jaeger  <aj@suse.de>
39516         * po/fr.po: Update from translation team.
39518         * po/sv.po: Update from translation team
39519         * po/fr.po: Another update from translation team.
39521 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39523         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39524         for subnormals or multiply small sinh result by itself.
39525         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39526         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39528 2012-07-11  David S. Miller  <davem@davemloft.net>
39530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39532 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39534         [BZ #14347]
39535         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39536         (INTERNAL_MARK): Shift it here.
39538 2012-07-10  Marek Polacek  <polacek@redhat.com>
39540         [BZ #14151]
39541         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39542         libc_cv_asm_global_directive with .globl.
39543         * configure: Regenerated.
39544         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39545         with .globl.
39546         * sysdeps/i386/configure: Regenerated.
39547         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39548         with .globl.
39549         * sysdeps/x86_64/configure: Regenerated.
39550         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39551         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39552         * elf/tst-unique2mod2.c: Likewise.
39553         * elf/tst-unique2mod1.c: Likewise.
39554         * elf/tst-unique1mod2.c: Likewise.
39555         * elf/tst-unique1mod1.c: Likewise.
39556         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39557         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39558         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39559         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39560         * sysdeps/mach/sysdep.h: Likewise.
39561         * sysdeps/i386/sysdep.h: Likewise.
39562         * sysdeps/i386/i386-mcount.S: Likewise.
39563         * sysdeps/x86_64/_mcount.S: Likewise.
39564         * sysdeps/x86_64/sysdep.h: Likewise.
39565         * sysdeps/sh/_mcount.S: Likewise.
39566         * sysdeps/sh/sysdep.h: Likewise.
39567         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39568         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39569         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39570         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39571         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39572         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39573         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39574         * locale/localeinfo.h: Likewise.
39575         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39576         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39578 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39580         [BZ #14336]
39581         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39582         system".
39583         * manual/message.texi (The Uniforum approach): Likewise.
39584         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39585         (glibc iconv Implementation): Likewise.
39587 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39589         [BZ #14337]
39590         * math/s_clog.c (__clog): Avoid scaling a value down where that
39591         could result in underflow.
39592         * math/s_clog10.c (__clog10): Likewise.
39593         * math/s_clog10f.c (__clog10f): Likewise.
39594         * math/s_clog10l.c (__clog10l): Likewise.
39595         * math/s_clogf.c (__clogf): Likewise.
39596         * math/s_clogl.c (__clogl): Likewise.
39597         * math/libm-test.inc (clog_test): Add more tests.
39598         (clog10_test): Likewise.
39599         * sysdeps/i386/fpu/libm-test-ulps: Update.
39600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39602 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39604         [BZ #14283]
39605         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39606         by 7 not 8 to examine high bit of fractional part.
39608         [BZ #14042]
39609         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39610         for call to __mcount_internal.
39611         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39612         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39613         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39615 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39617         [BZ #14154]
39618         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39619         approximation for values within 0x1p-13f of an odd multiple of
39620         pi/4.
39621         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39622         exception.  Add more tests.
39623         * sysdeps/i386/fpu/libm-test-ulps: Update.
39625         [BZ #6778]
39626         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39627         inputs and return -1 for them.  Do not check for +Inf in case not
39628         reachable for +Inf.
39629         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39630         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39631         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39632         and return -1 for them.  Do not check for +Inf in case not
39633         reachable for +Inf.
39634         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39635         define.
39636         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39637         and return -1 for them.  Do not check for +Inf in case not
39638         reachable for +Inf.
39639         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39640         spurious underflow.
39641         * sysdeps/i386/fpu/libm-test-ulps: Update.
39642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39644 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39646         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39648 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39650         [BZ #14157]
39651         [BZ #14331]
39652         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39653         could result in spurious underflow.  Scale down values above
39654         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39655         * math/s_csqrtf.c (__csqrtf): Likewise.
39656         * math/s_csqrtl.c (__csqrtl): Likewise.
39657         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39658         spurious underflow.
39659         * sysdeps/i386/fpu/libm-test-ulps: Update.
39660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39662 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39664         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39665         xopen-msg.sed.
39666         * catgets/xopen-msg.awk: New file.
39667         * catgets/xopen-msg.sed: Removed.
39669         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39670         po2text.sed.
39671         * intl/po2test.awk: New file.
39672         * intl/po2test.sed: Removed.
39674 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39676         [BZ #14328]
39677         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39678         or multiply small sinh result by itself.
39679         * math/s_ctanf.c (__ctanf): Likewise.
39680         * math/s_ctanh.c (__ctanh): Likewise.
39681         * math/s_ctanhf.c (__ctanhf): Likewise.
39682         * math/s_ctanhl.c (__ctanhl): Likewise.
39683         * math/s_ctanl.c (__ctanl): Likewise.
39684         * math/libm-test.inc (ctan_test_tonearest): New function.
39685         (ctan_test_towardzero): Likewise.
39686         (ctan_test_downward): Likewise.
39687         (ctan_test_upward): Likewise.
39688         (ctanh_test_tonearest): Likewise.
39689         (ctanh_test_towardzero): Likewise.
39690         (ctanh_test_downward): Likewise.
39691         (ctanh_test_upward): Likewise.
39692         (main): Call these new functions.
39693         * sysdeps/i386/fpu/libm-test-ulps: Update.
39694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39696 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39698         * .gitignore: Delete /ports entry.
39700 2012-07-03  Andreas Jaeger  <aj@suse.de>
39702         * po/bg.po: Update from translation team.
39703         * po/cs.po: Likewise.
39704         * po/de.po: Likewise.
39705         * po/hr.po: Likewise.
39706         * po/nl.pl: Likewise.
39707         * po/pl.po: Likewise.
39708         * po/vi.po: Likewise.
39710 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39712         * Makeconfig [!+link] (+link-before-libc): New variable.
39713         [!+link] (+link-after-libc): Likewise.
39714         [!+link] (+link-tests): Likewise.
39715         [!+link] (+link): Define in terms of $(+link-before-libc) and
39716         $(+link-after-libc).
39717         [!+link-static] (+link-static-before-libc): New variable.
39718         [!+link-static] (+link-static-after-libc): Likewise.
39719         [!+link-static] (+link-static-tests): Likewise.
39720         [!+link-static] (+link-static): Define in terms of
39721         $(+link-static-before-libc) and $(+link-static-after-libc).
39722         [build-shared] (link-libc-before-gnulib): New variable.
39723         [build-shared] (link-libc-tests): Likewise.
39724         [build-shared] (link-libc): Define in terms of
39725         $(link-libc-before-gnulib).
39726         [!build-shared] (link-libc-tests): New variable.
39727         (link-libc-static-tests): New variable.
39728         [!gnulib] (gnulib-arch): New variable.
39729         [!gnulib] (gnulib-tests): Likewise.
39730         [!gnulib] (static-gnulib-arch): Likewise.
39731         [!gnulib] (static-gnulib-tests): Likewise.
39732         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39733         Define with "=" instead of ":=".
39734         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39735         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39736         * Rules (binaries-all-notests): New variable.
39737         (binaries-all-tests): Likewise.
39738         (binaries-static-notests): Likewise.
39739         (binaries-static-tests): Likewise.
39740         (binaries-all): Define using $(binaries-all-notests) and
39741         $(binaries-all-tests).
39742         (binaries-static): Define using $(binaries-static-notests) and
39743         $(binaries-static-tests).
39744         (binaries-shared-tests): New variable.
39745         (binaries-shared-notests): Likewise.
39746         (binaries-shared): Remove variable.
39747         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39748         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39749         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39750         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39751         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39752         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39753         * elf/Makefile (sln-modules): New variable.
39754         (extra-objs): Add $(sln-modules:=.o).
39755         (ldconfig-modules): Add static-stubs.
39756         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39757         * elf/static-stubs.c: New file.
39759         [BZ #14283]
39760         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39761         by 7 not 8 to examine high bit of fractional part.  Use volatile
39762         variables when splitting into final array of floats if
39763         __FLT_EVAL_METHOD__ != 0.
39764         * math/libm-test.inc (cos_test): Add another test.
39765         (sin_test): Likewise.
39766         * sysdeps/i386/fpu/libm-test-ulps: Update.
39768         [BZ #14273]
39769         * math/libm-test.inc (cosh_test): Add more tests.
39771         * version.h (RELEASE): Set to "development".
39772         (VERSION): Set to "2.16.90".
39774 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39776         * NEWS: Update copyright. Remove last-updated date.
39777         Mention math library bug fixes and timezone data changes.
39778         * README: Mention GNU/Hurd, x32, and HPPA support status.
39780 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39782         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39784 2012-06-27  Andreas Jaeger  <aj@suse.de>
39786         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39788 2012-06-25  Andreas Jaeger  <aj@suse.de>
39790         * sysdeps/s390/fpu/libm-test-ulps: Update.
39792 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39793             Thomas Schwinge  <thomas@codesourcery.com>
39795         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39796         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39797         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39798         fanotify_mark.
39800 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39802         * sysdeps/mach/start.c: Remove file.
39803         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39804         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39805         * sysdeps/sh/init-first.c: Likewise.
39807         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39808         registers for frame unwinding purposes, add CFI directives.
39809         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39810         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39811         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39812         Likewise.
39814         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39815         __fortify_fail returning.
39816         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39818         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39819         sysdeps/sh/____longjmp_chk.S.
39820         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39821         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39822         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39823         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39825         * sysdeps/sh/abort-instr.h: New file.
39826         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39827         process in case exit returns.
39829         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39830         initialize the GOT register before use.
39832         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39833         calculation of ARGC > 4.
39835         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39836         meaningful names to some local labels.
39838 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39839             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39841         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39842         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39843         (__arch_compare_and_exchange_val_16_acq): Likewise.
39844         (__arch_compare_and_exchange_val_32_acq): Likewise.
39845         (atomic_exchange_and_add): Fix gUSA sequence.
39846         (atomic_add): Likewise.
39847         (atomic_add_negative): Likewise.
39848         (atomic_add_zero): Likewise.
39849         (atomic_bit_test_set): Likewise.
39851 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39853         [BZ #13579]
39854         * include/link.h (struct link_map): Add l_free_initfini.
39855         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39856         l_initfini.
39857         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39858         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39859         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39860         set.
39862 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39864         * configure.in: Use AC_LANG_SOURCE.
39865         * configure: Regenerate.
39867 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39869         * configure.in (libc_cv_localstatedir): New substituted variable.
39870         * configure: Regenerated.
39871         * config.make.in (localstatedir): New variable, substituted from
39872         libc_cv_localstatedir.
39873         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39874         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39875         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39876         * sysdeps/gnu/configure: Regenerated.
39878 2012-06-21  Jeff Law  <law@redhat.com>
39880         [BZ #14277]
39881         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39882         free.  Simplify list management for _LIBC case.
39884 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39886         [BZ #14273]
39887         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39888         Clear sign bit of 64-bit integer value before comparing against
39889         overflow value.
39891         * sysdeps/mach/configure: Regenerated.
39893 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39895         [BZ #14278]
39896         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39898 2012-06-21  Jeff Law  <law@redhat.com>
39900         [BZ #13882]
39901         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39902         uint16_t for elements in the "seen" array to avoid char overflows.
39903         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39904         * elf/dl-open.c (dl_open_worker): Likewise.
39906 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39908         * scripts/list-sources.sh: Scan PORTS for translations.
39909         * po/libc.pot: Regenerated.
39911 2012-06-21  Andreas Jaeger  <aj@suse.de>
39913         [BZ #12194]
39914         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39915         warning.
39916         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39917         * bits/byteswap-16.h (__bswap_16): Likewise.
39918         * bits/byteswap.h (__bswap_constant_16): Likewise.
39920 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39922         [BZ #14117]
39923         * sysdeps/i386/fpu_control.h: Removed.
39924         * sysdeps/x86_64/fpu_control.h: Moved to ...
39925         * sysdeps/x86/fpu_control.h: Here.
39927         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39928         (_FPU_SETCW): Likewise.
39930 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39932         [BZ #14117]
39933         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39934         * sysdeps/x86/fpu/bits/mathinline.h: This.
39935         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39937         [BZ #14050]
39938         [BZ #14117]
39939         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39940         functions if __x86_64__ is defined.
39942 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39944         * string/endian.h: Add !__ASSEMBLER__ condition for including
39945         conversion interfaces.
39947 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39949         [BZ #14241]
39950         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39951         of ABS(x) in calculating zero to negative powers other than odd
39952         integers.
39953         * math/libm-test.inc (pow_test): Add more tests.
39955 2012-06-15  Andreas Jaeger  <aj@suse.de>
39957         * manual/contrib.texi (Contributors): Update entry of Liubov
39958         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39959         Machado Filho.
39961 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39963         * string/string.h: Add __wur to GNU version of strerror_r.
39965 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39967         [BZ #14229]
39968         * string/Makefile (tests): Add tst-strtok_r.
39969         * string/tst-strtok_r.c: New file.
39970         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39971         RAX_LP/RDX_LP on SAVE_PTR.
39973 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39975         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39977 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39979         * libm_test.inc (csqrt_test): Allow more spurious underflow
39980         exceptions.
39981         (j0_test): Likewise.
39982         (j1_test): Likewise.
39983         (y0_test): Likewise.
39984         (y1_test): Likewise.
39986 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39988         * po/Makefile (libc.pot): Use UTF-8 charset.
39990 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39992         [BZ #14210]
39993         Suppress sign-conversion warning from FD_SET.
39994         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39995         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39996         not unsigned long int.
39997         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39999 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40001         [BZ #14050]
40002         [BZ #14117]
40003         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40004         __extern_always_inline instead of __extern_inline.
40005         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40006         (__signbit): Likewise.
40007         (__signbitl): Support C++ namespace.
40008         (lrintf): New inline function.
40009         (lrint): Likewise.
40010         (llrintf): Likewise.
40011         (llrint): Likewise.
40012         (fmaxf): Likewise.
40013         (fmax): Likewise.
40014         (fminf): Likewise.
40015         (fmin): Likewise.
40016         (rint): Likewise.
40017         (rintf): Likewise.
40018         (ceil): Likewise.
40019         (ceilf): Likewise.
40020         (floor): Likewise.
40021         (floorf): Likewise.
40022         (nearbyint): Likewise.
40023         (nearbyintf): Likewise.
40025 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40027         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40028         non-default versions.
40030 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40032         [BZ #14218]
40033         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40035 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40037         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40038         (FE_UPWARD, FE_DOWNWARD): Don't define.
40039         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40040         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40042         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40043         reading it.
40044         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40045         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40047 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40049         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40050         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40051         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40052         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40054 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40056         [BZ #14117]
40057         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40058         * sysdeps/i386/fpu/Implies: New file.
40059         * sysdeps/x86_64/fpu/Implies: Likewise.
40060         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40061         * sysdeps/x86/fpu/bits/fenv.h: This.
40063         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40064         __SSE_MATH__.
40066 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40068         [BZ #14134]
40069         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40070         character 0xffff that matches the last element of the
40071         conversion table.
40073 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40075         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40076         fmodl commit.
40078 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40080         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40081         values higher than 25.6283.
40083 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40085         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40086         subnormal exponent extraction and add some __builtin_expect.
40087         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40088         Fix for subnormal mantissa calculation.
40090 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40092         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40093         cpu2 is -1 and errno is not ENOSYS.
40095 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40097         [BZ #14117]
40098         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40099         * sysdeps/x86/bits/string.h: This.
40100         * sysdeps/x86_64/bits/string.h: Removed.
40102         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40103         if not compiling for x86-64, but compiling for >= i486.
40105         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40106         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40108         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40109         New macro from Linux kernel 3.4.0.
40110         (FP_XSTATE_MAGIC2): Likewise.
40111         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40112         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40113         (struct _fpx_sw_bytes): New struct.
40114         (struct _xsave_hdr): Likewise.
40115         (struct _ymmh_state): Likewise.
40116         (struct _xstate): Likewise.
40118         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40119         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40120         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40121         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40122         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40123         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40125         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40126         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40127         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40128         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40129         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40130         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40132 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40134         [BZ #13743]
40135         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40136         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40137         (sysdep_headers): Include sys/platform/ppc.h.
40138         * sysdeps/powerpc/test-gettimebase.c: Test for
40139         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40140         * manual/Makefile (appendices): Include platform.texi.
40141         * manual/contrib.texi (Contributors): Update @node pointers.
40142         * manual/maint.texi (Maintenance): Likewise.
40143         (Platform): New node.
40144         * manual/platform.texi: New file.  Document the new features.
40146 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40147             Jakub Jelinek  <jakub@redhat.com>
40149         [BZ #14188]
40150         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40151         where __builtin_expect is unavailable.
40153 2012-06-03  David S. Miller  <davem@davemloft.net>
40155         * stdlib/longlong.h: Updated from GCC.
40157 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40159         [BZ #14042]
40160         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40161         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40162         __mcount_internal.
40163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40164         (GLIBC_2.16): Likewise.
40166 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40168         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40170 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40173         (default-abi): New variable.
40174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40175         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40176         variable.
40177         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40178         Likewise.
40179         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40180         Likewise.
40181         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40182         Likewise.
40184         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40185         definition.  Document in comment.
40187 2012-06-01  David S. Miller  <davem@davemloft.net>
40189         * stdlib/longlong.h: Updated from GCC.
40191 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40193         [BZ #14117]
40194         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40195         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40196         sys/debugreg.h sys/io.h here.
40197         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40198         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40199         sys/io.h.
40200         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40201         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40202         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40203         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40204         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40205         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40207         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40208         Define only if __x86_64__ is defined.
40210 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40212         [BZ #14048]
40213         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40214         Use int64_t for variable i.
40215         * math/libm-test.inc (fmod_test): Add more tests.
40217         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40218         z computation is not scheduled after fetestexcept.
40219         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40220         Use math_force_eval instead of asm to ensure calculation scheduled
40221         before exception test.
40222         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40223         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40225 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40227         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40228         computation is not scheduled after fetestexcept.
40230 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40232         [BZ #14117]
40233         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40234         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40236 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40238         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40239         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40241 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40243         [BZ #14117]
40244         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40245         <bits/wordsize.h>.
40246         (__WCHAR_MIN): Support __WORDSIZE == 64.
40247         (__WCHAR_MAX): Likewise.
40249         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40250         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40252         [BZ #14183]
40253         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40254         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40256         [BZ #14117]
40257         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40258         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40260         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40261         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40263         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40264         Defined to 1 if __x86_64__ isn't defined.
40265         (_STAT_VER_LINUX_OLD): New.
40266         (st_atime): Remove duplicate.
40267         (st_mtime): Likewise.
40268         (st_ctime): Likewise.
40270 2012-05-31  David S. Miller  <davem@davemloft.net>
40272         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40273         entries.
40275 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40277         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40278         gen-libm-test.pl.
40280         [BZ #14132]
40281         * elf/dl-reloc.c: Include <_itoa.h>.
40282         (_dl_reloc_bad_type): Remove use of INTUSE.
40283         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40284         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40285         * stdio-common/psiginfo.c (psiginfo): Likewise.
40286         * stdio-common/psignal.c (psignal): Likewise.
40287         * string/strsignal.c (strsignal): Likewise.
40288         * include/signal.h (_sys_siglist): Declare hidden proto.
40289         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40290         INTVARDEF with libc_hidden_data_def.
40291         * stdio-common/itoa-udigits.c: Likewise.
40292         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40293         (_itoa_lower_digits_internal): Remove declaration.
40294         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40295         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40296         (_sys_sigabbrev_internal): Remove aliases.
40297         (_sys_siglist): Define hidden alias.
40299 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40301         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40302         bits/sysctl.h.
40304 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40306         [BZ #14117]
40307         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40308         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40310         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40311         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40312         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40313         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40314         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40315         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40317         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40318         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40319         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40321         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40322         with __addr.
40323         (insw): Likewise.
40324         (insl): Likewise.
40325         (outsb): Likewise.
40326         (outsw): Likewise.
40327         (outsl): Likewise.
40329         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40330         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40331         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40333         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40334         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40335         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40336         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40337         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40338         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40340         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40341         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40343         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40344         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40346         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40347         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40348         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40350         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40351         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40352         to ...
40353         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40355         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40356         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40357         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40359         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40360         for x86-64.
40361         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40363 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40365         * math/math.h (M_El): Use two more decimal places.
40366         (M_LOG2El): Likewise.
40367         (M_LOG10El): Likewise.
40368         (M_LN2l): Likewise.
40369         (M_LN10l): Likewise.
40370         (M_PIl): Likewise.
40371         (M_PI_2l): Likewise.
40372         (M_PI_4l): Likewise.
40373         (M_1_PIl): Likewise.
40374         (M_2_PIl): Likewise.
40375         (M_2_SQRTPIl): Likewise.
40376         (M_SQRT2l): Likewise.
40377         (M_SQRT1_2l): Likewise.
40379 2012-05-31  David S. Miller  <davem@davemloft.net>
40381         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40382         values between float registers.
40383         * sysdeps/sparc/sparc64/memset.S: Likewise.
40384         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40386 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40388         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40389         -D_FORTIFY_SOURCE=1.
40390         (CPPFLAGS-tst-longjmp_chk.c): Define.
40391         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40392         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40393         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40394         CFLAGS-tst-wchar-h.c.
40396 2012-05-31  Marek Polacek  <polacek@redhat.com>
40398         [BZ #14132]
40399         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40400         __endmntent_internal): Remove declaration.
40401         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40402         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40403         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40405 2012-05-30  David S. Miller  <davem@davemloft.net>
40407         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40408         (___Q_simulate_exceptions): Use real FP ops rather than writing
40409         into the %fsr.
40410         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40411         Likewise.
40413 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40415         [BZ #14117]
40416         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40417         * sysdeps/x86/bits/xtitypes.h: This.
40419         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40420         * sysdeps/x86/bits/wordsize.h: This.
40422         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40423         * sysdeps/x86/bits/huge_vall.h: This.
40425         * sysdeps/i386/bits/select.h: Removed.
40426         * sysdeps/x86_64/bits/select.h: Renamed to ...
40427         * sysdeps/x86/bits/select.h: This.
40429         * sysdeps/i386/bits/setjmp.h: Removed.
40430         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40431         * sysdeps/x86/bits/setjmp.h: This.
40433         * sysdeps/i386/bits/mathdef.h: Removed.
40434         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40435         * sysdeps/x86/bits/mathdef.h: This.
40437 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40439         [BZ #14132]
40440         * include/sys/socket.h (__connect_internal)
40441         (__libc_sa_len_internal): Remove declaration.
40442         (__connect, __libc_sa_len): Declare hidden_proto.
40443         (SA_LEN): Remove use of INTUSE.
40444         * socket/connect.c: Add libc_hidden_def.
40445         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40446         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40447         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40448         alias.
40449         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40450         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40451         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40452         of adding _internal alias.
40454 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40456         [BZ #14117]
40457         * sysdeps/i386/bits/link.h: Removed.
40458         * sysdeps/i386/bits/linkmap.h: Likewise.
40459         * sysdeps/x86_64/bits/link.h: Renamed to ...
40460         * sysdeps/x86/bits/link.h: This.
40461         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40462         * sysdeps/x86/bits/linkmap.h: This.
40464         * sysdeps/i386/bits/endian.h: Removed.
40465         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40466         * sysdeps/x86/bits/endian.h: This.
40468         * sysdeps/i386/bits/byteswap.h: Removed.
40469         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40470         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40471         * sysdeps/x86/bits/byteswap.h: This.
40472         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40473         * sysdeps/x86/bits/byteswap-16.h: This.
40474         * sysdeps/i386/Implies: Add x86.
40475         * sysdeps/x86_64/Implies: Likewise.
40477 2012-05-30  David S. Miller  <davem@davemloft.net>
40479         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40480         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40481         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40482         (FP_TRAPPING_EXCEPTIONS): Define.
40483         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40484         (FP_TRAPPING_EXCEPTIONS): Define.
40485         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40486         subnormals only when inexact has been signalled or underflow
40487         exceptions are enabled.
40488         (_FP_PACK_CANONICAL): Likewise.
40490 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40492         [BZ #14183]
40493         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40494         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40496 2012-05-30  Richard Henderson  <rth@twiddle.net>
40498         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40499         with #ifndef NOT_IN_libc.
40501         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40502         marked to avoid plt entry.
40504 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40506         [BZ #14112]
40507         * Makeconfig (default-abi): New macro.
40508         (abi-includes): Likewise.
40509         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40510         $(abi-$(default-abi)-lib-soname) for soname if defined.
40511         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40512         abi-variants.
40513         * Makefile (installed-stubs): Likewise.
40514         * include/stubs-biarch.h: Removed.
40515         * scripts/lib-names.awk: Only handle one library at a time.
40516         * scripts/soversions.awk: Remove WORDSIZE support.
40517         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40518         entries.
40519         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40520         Removed.
40521         (syscall-list-default-condition): Likewise.
40522         (syscall-list-default-condition): Likewise.
40523         (syscall-list-includes): Likewise.
40524         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40525         syscall-list-* with abi-*.  Handle undefined abi-variants.
40526         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40527         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40528         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40529         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40530         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40531         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40532         Removed.
40533         (syscall-list-32-options): Likewise.
40534         (syscall-list-32-condition): Likewise.
40535         (syscall-list-64-options): Likewise.
40536         (syscall-list-64-condition): Likewise.
40537         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40538         macro.
40539         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40540         Renamed to ...
40541         (abi-*): This.
40542         (abi-64-ld-soname): New macro.
40543         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40544         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40545         Renamed to ...
40546         (abi-*): This.
40547         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40548         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40550 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40552         * sysdeps/unix/sysv/linux/kernel-features.h
40553         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40554         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40555         include <kernel-features.h>.
40556         [!__NR_ftruncate64]: Remove conditional code.
40557         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40558         [__NR_ftruncate64]: Make code unconditional.
40559         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40560         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40561         include <kernel-features.h>.
40562         [!__NR_ftruncate64]: Remove conditional code.
40563         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40564         [__NR_ftruncate64]: Make code unconditional.
40565         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40567         include <kernel-features.h>.
40568         [!__NR_ftruncate64]: Remove conditional code.
40569         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40570         [__NR_ftruncate64]: Make code unconditional.
40571         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40573         include <kernel-features.h>.
40574         [!__NR_ftruncate64]: Remove conditional code.
40575         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40576         [__NR_ftruncate64]: Make code unconditional.
40577         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40579         * configure.in (libc_cv_fpie): Weaken to a compile test using
40580         LIBC_TRY_CC_OPTION.
40581         * configure: Regenerated.
40583 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40589         Refreshed.
40590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40592         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40596         Refreshed.
40598 2012-05-27  David S. Miller  <davem@davemloft.net>
40600         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40601         (___Q_zero): New.
40602         (__Q_simulate_exceptions): Return void.  Change to simulate
40603         exceptions by writing into the %fsr.
40604         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40605         (__Qp_handle_exceptions): Likewise.
40606         (numbers): Delete.
40607         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40608         __Qp_handle_exceptions.
40609         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40610         __Qp_handle_exceptions.
40611         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40612         as unused and give dummy FP_RND_NEAREST initializer.
40613         (FP_INHIBIT_RESULTS): Define.
40614         (___Q_simulate_exceptions): Update declaration.
40615         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40616         formatting.
40617         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40618         as unused and give dummy FP_RND_NEAREST initializer.
40619         (__Qp_handle_exceptions): Update declaration.
40620         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40621         formatting.
40623 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40625         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40626         the temporary FPU control word.
40627         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40628         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40629         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40630         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40631         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40632         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40633         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40634         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40635         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40636         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40637         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40639 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40641         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40642         fields.
40644 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40646         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40647         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40648         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40649         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40650         Likewise.
40651         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40652         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40653         Likewise.
40655 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40657         * po/h.po: Update from translation team.
40659 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40661         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40663         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40664         handling of denormals.
40665         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40666         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40667         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40668         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40669         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40670         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40671         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40672         Likewise.
40674 2012-05-26  Marek Polacek  <polacek@redhat.com>
40676         [BZ #14152]
40677         * math/libm-test.inc (fma_test): Don't always expect underflow
40678         exception.
40680 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40682         [BZ #12416]
40683         * elf/tst-execstack.c: Include stackinfo.h.
40684         (do_test): Adjust test case to ensure that pthread_getattr_np
40685         behaviour remains the same after marking stack executable.
40687 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40689         * sysdeps/unix/sysv/linux/kernel-features.h
40690         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40691         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40692         kernel-features.h.
40693         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40694         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40695         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40696         kernel-features.h.
40697         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40698         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40700 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40702         * configure.in: Define the default includes to being none.
40703         * configure: Regenerated.
40705 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40707         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40708         * sysdeps/x86_64/setjmp.S: Likewise.
40709         * sysdeps/i386/bsd-setjmp.S: Likewise.
40710         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40711         * sysdeps/i386/setjmp.S: Likewise.
40712         * sysdeps/i386/__longjmp.S: Likewise.
40713         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40714         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40716         * include/stap-probe.h: New file.
40717         * configure.in: Handle --enable-systemtap.
40718         * configure: Regenerated.
40719         * config.h.in (USE_STAP_PROBE): New #undef.
40720         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40721         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40722         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40724 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40726         [BZ #13717]
40727         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40728         to 2.4.0 where earlier.
40729         * sysdeps/unix/sysv/linux/configure: Regenerated.
40730         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40731         <kernel-features.h>.
40732         [__ASSUME_32BITUIDS]: Make code unconditional.
40733         [!__ASSUME_32BITUIDS]: Remove conditional code.
40734         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40735         <kernel-features.h>.
40736         [__ASSUME_32BITUIDS]: Make code unconditional.
40737         [!__ASSUME_32BITUIDS]: Remove conditional code.
40738         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40739         [__ASSUME_32BITUIDS]: Make code unconditional.
40740         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40741         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.c: Do not include
40746         <kernel-features.h>.
40747         [__ASSUME_32BITUIDS]: Make code unconditional.
40748         [!__ASSUME_32BITUIDS]: Remove conditional code.
40749         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40750         <kernel-features.h>.
40751         [__ASSUME_32BITUIDS]: Make code unconditional.
40752         [!__ASSUME_32BITUIDS]: Remove conditional code.
40753         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40754         <kernel-features.h>.
40755         [__ASSUME_32BITUIDS]: Make code unconditional.
40756         [!__ASSUME_32BITUIDS]: Remove conditional code.
40757         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40758         <kernel-features.h>.
40759         [__ASSUME_32BITUIDS]: Make code unconditional.
40760         [!__ASSUME_32BITUIDS]: Remove conditional code.
40761         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40762         <kernel-features.h>.
40763         [__ASSUME_32BITUIDS]: Make code unconditional.
40764         [!__ASSUME_32BITUIDS]: Remove conditional code.
40765         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40766         <kernel-features.h>.
40767         [__ASSUME_32BITUIDS]: Make code unconditional.
40768         [!__ASSUME_32BITUIDS]: Remove conditional code.
40769         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40770         <kernel-features.h>.
40771         [__ASSUME_32BITUIDS]: Make code unconditional.
40772         [!__ASSUME_32BITUIDS]: Remove conditional code.
40773         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40774         <kernel-features.h>.
40775         [__ASSUME_32BITUIDS]: Make code unconditional.
40776         [!__ASSUME_32BITUIDS]: Remove conditional code.
40777         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40778         <kernel-features.h>.
40779         [__ASSUME_32BITUIDS]: Make code unconditional.
40780         [!__ASSUME_32BITUIDS]: Remove conditional code.
40781         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40782         <kernel-features.h>.
40783         [__NR_setresgid] (__setresgid): Do not declare.
40784         [__ASSUME_32BITUIDS]: Make code unconditional.
40785         [!__ASSUME_32BITUIDS]: Remove conditional code.
40786         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40787         <kernel-features.h>.
40788         [__NR_setresuid] (__setresuid): Do not declare.
40789         [__ASSUME_32BITUIDS]: Make code unconditional.
40790         [!__ASSUME_32BITUIDS]: Remove conditional code.
40791         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40792         <kernel-features.h>.
40793         [__ASSUME_32BITUIDS]: Make code unconditional.
40794         [!__ASSUME_32BITUIDS]: Remove conditional code.
40795         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40796         <kernel-features.h>.
40797         [__ASSUME_32BITUIDS]: Make code unconditional.
40798         [!__ASSUME_32BITUIDS]: Remove conditional code.
40799         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40800         <kernel-features.h>.
40801         [__ASSUME_32BITUIDS]: Make code unconditional.
40802         [!__ASSUME_32BITUIDS]: Remove conditional code.
40803         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40804         <kernel-features.h>.
40805         [__ASSUME_32BITUIDS]: Make code unconditional.
40806         [!__ASSUME_32BITUIDS]: Remove conditional code.
40807         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40808         <kernel-features.h>.
40809         [__ASSUME_32BITUIDS]: Make code unconditional.
40810         [!__ASSUME_32BITUIDS]: Remove conditional code.
40811         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40812         <kernel-features.h>.
40813         [__ASSUME_32BITUIDS]: Make code unconditional.
40814         [!__ASSUME_32BITUIDS]: Remove conditional code.
40815         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40816         <kernel-features.h>.
40817         [__ASSUME_32BITUIDS]: Make code unconditional.
40818         [!__ASSUME_32BITUIDS]: Remove conditional code.
40819         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40820         <kernel-features.h>.
40821         [__ASSUME_32BITUIDS]: Make code unconditional.
40822         [!__ASSUME_32BITUIDS]: Remove conditional code.
40823         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40824         <kernel-features.h>.
40825         [__ASSUME_32BITUIDS]: Make code unconditional.
40826         [!__ASSUME_32BITUIDS]: Remove conditional code.
40827         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40828         <kernel-features.h>.
40829         [__ASSUME_32BITUIDS]: Make code unconditional.
40830         [!__ASSUME_32BITUIDS]: Remove conditional code.
40831         * sysdeps/unix/sysv/linux/kernel-features.h
40832         (__ASSUME_SETRESUID_SYSCALL): Remove.
40833         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40834         (__ASSUME_32BITUIDS): Likewise.
40835         (__ASSUME_LDT_WORKS): Likewise.
40836         (__ASSUME_O_DIRECTORY): Likewise.
40837         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40838         architecture but not kernel version.
40839         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40840         (__ASSUME_MMAP2_SYSCALL): Likewise.
40841         (__ASSUME_STAT64_SYSCALL): Likewise.
40842         (__ASSUME_IPC64): Likewise.
40843         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40844         <kernel-features.h>.
40845         [__ASSUME_32BITUIDS]: Make code unconditional.
40846         [!__ASSUME_32BITUIDS]: Remove conditional code.
40847         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40848         <kernel-features.h>.
40849         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40850         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40851         132096]: Remove conditional code.
40852         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40853         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40854         <kernel-features.h>.
40855         [__ASSUME_32BITUIDS]: Make code unconditional.
40856         [!__ASSUME_32BITUIDS]: Remove conditional code.
40857         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40858         <kernel-features.h>.
40859         [__ASSUME_32BITUIDS]: Make code unconditional.
40860         [!__ASSUME_32BITUIDS]: Remove conditional code.
40861         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40862         <kernel-features.h>.
40863         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40864         unconditional.
40865         (__setresgid): Do not declare.
40866         [__ASSUME_32BITUIDS]: Make code unconditional.
40867         [!__ASSUME_32BITUIDS]: Remove conditional code.
40868         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40869         <kernel-features.h>.
40870         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40871         unconditional.
40872         (__setresuid): Do not declare.
40873         [__ASSUME_32BITUIDS]: Make code unconditional.
40874         [!__ASSUME_32BITUIDS]: Remove conditional code.
40875         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40876         <kernel-features.h>.
40877         [__ASSUME_32BITUIDS]: Make code unconditional.
40878         [!__ASSUME_32BITUIDS]: Remove conditional code.
40879         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40880         <kernel-features.h>.
40881         [__ASSUME_32BITUIDS]: Make code unconditional.
40882         [!__ASSUME_32BITUIDS]: Remove conditional code.
40884 2012-05-25  Richard Henderson  <rth@twiddle.net>
40886         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40887         dl_hwcap to ifunc resolver.
40888         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40889         elf_ifunc_invoke.
40890         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40891         dl_hwcap to ifunc resolver.
40892         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40894 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40896         [BZ #14153]
40897         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40898         for |x| <= 2**-26, not 2**-57.
40899         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40900         exception.
40902 2012-05-24  Jeff Law  <law@redhat.com>
40904         * stdio-common/Makefile (tests): Add bug25.
40905         * stdio-common/bug25.c: New test.
40907 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40909         [BZ #13576]
40910         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40911         multiple of MALLOC_ALIGNMENT in size.
40912         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40914 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40916         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40917         Require >= 256.
40918         (FILENAME_MAX): Use macro-int-constant.
40919         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40920         (_IOFBF): Use macro-int-constant.
40921         (_IOLBF): Likewise.
40922         (_IONBF): Likewise.
40923         (SEEK_CUR): Likewise.
40924         (SEEK_END): Likewise.
40925         (SEEK_SET): Likewise.
40926         (TMP_MAX): Likewise.
40927         (EOF): Use macro-int-constant.  Require < 0.
40928         (NULL): Use macro-constant.  Require == 0.
40929         (stdin): Require type to be FILE *.
40930         (stdout): Likewise.
40931         (stderr): Likewise.
40932         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40933         macro-int-constant.
40934         (EXIT_SUCCESS): Likewise.
40935         (NULL): Use macro-constant.  Require == 0.
40936         (RAND_MAX): Use macro-int-constant.
40937         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40938         [C99-based standards] (strtof): Require function.
40939         [C99-based standards] (strtold): Likewise.
40940         [C99-based standards] (strtoll): Likewise.
40941         [C99-based standards] (strtoull): Likewise.
40942         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40943         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40944         [ISO || ISO99 || ISO11] (math.h): Likewise.
40945         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40946         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40947         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40949 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40951         [BZ #14132]
40952         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40953         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40954         * intl/dgettext.c (DCGETTEXT): Likewise.
40955         * intl/gettext.c (DCGETTEXT): Likewise.
40956         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40957         * posix/regex_internal.h (gettext): Likewise.
40958         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40959         Remove declaration.
40960         * include/argz.h (__argz_count_internal)
40961         (__argz_stringify_internal): Remove declaration.
40962         (__argz_count, __argz_stringify): Declare hidden proto.
40963         * intl/dcgettext.c: Remove use of INTDEF.
40964         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40965         * string/argz-stringify.c: Likewise.
40966         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40967         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40968         Declare hidden proto.
40969         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40970         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40971         Declare hidden proto.
40972         * include/stdio.h (__asprintf_internal): Don't declare.
40973         (__asprintf): Don't define as macro.  Declare hidden proto.
40974         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40975         (__fsetlocking): Declare hidden proto.
40976         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40977         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40978         hidden proto.
40979         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40980         (_IO_setlinebuf): Remove use of INTUSE.
40981         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40982         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40983         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40984         Remove declaration.
40985         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40986         (_IO_do_flush): Remove use of INTUSE.
40987         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40988         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40989         (_IO_adjust_column, _IO_least_wmarker)
40990         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40991         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40992         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40993         (_IO_default_doallocate, _IO_wdefault_doallocate)
40994         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40995         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40996         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40997         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40998         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40999         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41000         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41001         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41002         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41003         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41004         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41005         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41006         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41007         proto.
41008         (_IO_flush_all_internal, _IO_adjust_column_internal)
41009         (_IO_default_uflow_internal, _IO_default_finish_internal)
41010         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41011         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41012         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41013         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41014         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41015         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41016         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41017         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41018         (_IO_file_close_internal, _IO_file_close_it_internal)
41019         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41020         (_IO_file_init_internal, _IO_file_attach_internal)
41021         (_IO_file_fopen_internal, _IO_file_read_internal)
41022         (_IO_file_sync_internal, _IO_file_seek_internal)
41023         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41024         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41025         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41026         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41027         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41028         (_IO_list_all_internal, _IO_link_in_internal)
41029         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41030         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41031         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41032         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41033         (_IO_do_write_internal, _IO_padn_internal)
41034         (_IO_getline_info_internal, _IO_getline_internal)
41035         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41036         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41037         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41038         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41039         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41040         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41041         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41042         with libc_hidden_ver, remove use of INTUSE.
41043         * libio/genops.c: Likewise.
41044         * libio/freopen.c: Likewise.
41045         * libio/freopen64.c: Likewise.
41046         * libio/iofclose.c: Likewise.
41047         * libio/iofdopen.c: Likewise.
41048         * libio/iofflush.c: Likewise.
41049         * libio/iofflush_u.c: Likewise.
41050         * libio/iofgets.c: Likewise.
41051         * libio/iofgets_u.c: Likewise.
41052         * libio/iofopen.c: Likewise.
41053         * libio/iofopncook.c: Likewise.
41054         * libio/iofread.c: Likewise.
41055         * libio/iofread_u.c: Likewise.
41056         * libio/ioftell.c: Likewise.
41057         * libio/iofwrite.c: Likewise.
41058         * libio/iogetline.c: Likewise.
41059         * libio/iogets.c: Likewise.
41060         * libio/iogetwline.c: Likewise.
41061         * libio/iopadn.c: Likewise.
41062         * libio/iopopen.c: Likewise.
41063         * libio/ioseekoff.c: Likewise.
41064         * libio/ioseekpos.c: Likewise.
41065         * libio/iosetbuffer.c: Likewise.
41066         * libio/iosetvbuf.c: Likewise.
41067         * libio/ioungetc.c: Likewise.
41068         * libio/ioungetwc.c: Likewise.
41069         * libio/iovdprintf.c: Likewise.
41070         * libio/iovsprintf.c: Likewise.
41071         * libio/iovsscanf.c: Likewise.
41072         * libio/memstream.c: Likewise.
41073         * libio/obprintf.c: Likewise.
41074         * libio/oldfileops.c: Likewise.
41075         * libio/oldiofclose.c: Likewise.
41076         * libio/oldiofdopen.c: Likewise.
41077         * libio/oldiofopen.c: Likewise.
41078         * libio/oldiopopen.c: Likewise.
41079         * libio/oldstdfiles.c: Likewise.
41080         * libio/putc.c: Likewise.
41081         * libio/setbuf.c: Likewise.
41082         * libio/setlinebuf.c: Likewise.
41083         * libio/stdfiles.c: Likewise.
41084         * libio/strops.c: Likewise.
41085         * libio/vasprintf.c: Likewise.
41086         * libio/vscanf.c: Likewise.
41087         * libio/vsnprintf.c: Likewise.
41088         * libio/vswprintf.c: Likewise.
41089         * libio/wfiledoalloc.c: Likewise.
41090         * libio/wfileops.c: Likewise.
41091         * libio/wgenops.c: Likewise.
41092         * libio/wmemstream.c: Likewise.
41093         * libio/wstrops.c: Likewise.
41094         * libio/__fpurge.c: Likewise.
41095         * libio/__fsetlocking.c: Likewise.
41096         * assert/assert.c: Likewise.
41097         * debug/fgets_chk.c: Likewise.
41098         * debug/fgets_u_chk.c: Likewise.
41099         * debug/fread_chk.c: Likewise.
41100         * debug/fread_u_chk.c: Likewise.
41101         * debug/gets_chk.c: Likewise.
41102         * debug/obprintf_chk.c: Likewise.
41103         * debug/vasprintf_chk.c: Likewise.
41104         * debug/vdprintf_chk.c: Likewise.
41105         * debug/vsnprintf_chk.c: Likewise.
41106         * debug/vsprintf_chk.c: Likewise.
41107         * malloc/mtrace.c: Likewise.
41108         * misc/error.c: Likewise.
41109         * misc/syslog.c: Likewise.
41110         * stdio-common/asprintf.c: Likewise.
41111         * stdio-common/fxprintf.c: Likewise.
41112         * stdio-common/getw.c: Likewise.
41113         * stdio-common/isoc99_fscanf.c: Likewise.
41114         * stdio-common/isoc99_scanf.c: Likewise.
41115         * stdio-common/isoc99_vfscanf.c: Likewise.
41116         * stdio-common/isoc99_vscanf.c: Likewise.
41117         * stdio-common/isoc99_vsscanf.c: Likewise.
41118         * stdio-common/printf-prs.c: Likewise.
41119         * stdio-common/printf_fp.c: Likewise.
41120         * stdio-common/printf_fphex.c: Likewise.
41121         * stdio-common/printf_size.c: Likewise.
41122         * stdio-common/putw.c: Likewise.
41123         * stdio-common/scanf.c: Likewise.
41124         * stdio-common/sprintf.c: Likewise.
41125         * stdio-common/tmpfile.c: Likewise.
41126         * stdio-common/vfprintf.c: Likewise.
41127         * stdio-common/vfscanf.c: Likewise.
41128         * stdlib/strfmon_l.c: Likewise.
41129         * sunrpc/openchild.c: Likewise.
41130         * sunrpc/xdr_stdio.c: Likewise.
41131         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41132         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41134 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41136         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41138         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41139         in the third column, to generate for the shared library an IFUNC
41140         that uses _dl_vdso_vsym.
41141         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41142         * Makeconfig (object-suffixes-noshared): New variable.
41144         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41145         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41146         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41147         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41149         [BZ #14132]
41150         * include/sys/time.h (__gettimeofday): Remove macro.
41151         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41152         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41153         Remove INTDEF.
41154         (__gettimeofday): Add libc_hidden_def.
41155         (gettimeofday): Add libc_hidden_weak.
41156         * sysdeps/mach/gettimeofday.c: Likewise.
41157         * sysdeps/posix/gettimeofday.c: Likewise.
41158         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41159         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41160         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41161         (__gettimeofday_internal): Remove strong_alias.
41162         (__gettimeofday): Add libc_hidden_def.
41163         (gettimeofday): Add libc_hidden_weak.
41164         * sysdeps/unix/syscalls.list (gettimeofday):
41165         Remove __gettimeofday_internal alias.
41167 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41168             H.J. Lu  <hongjiu.lu@intel.com>
41170         [BZ #12495]
41171         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41172         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41173         (largebin_index_32_big): New.
41174         (largebin_index): Use it for 16-byte alignment.
41175         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41176         correction with front_misalign.
41178 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41180         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41182         Likewise.
41183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41184         Likewise.
41185         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41186         Likewise.
41187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41188         Likewise.
41189         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41190         Likewise.
41191         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41192         Likewise.
41193         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41194         Likewise.
41195         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41196         Likewise.
41197         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41198         Likewise.
41199         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41200         Likewise.
41201         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41202         Likewise.
41203         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41204         Likewise.
41206         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41207         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41209 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41211         [BZ #10846]
41212         [BZ #14036]
41213         * math/libm-test.inc (exp_test): Add test from bug 14036.
41214         (pow_test): Add test from bug 10846.
41216         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41217         and other flags.
41218         (special_function): Do not include flags in test name.
41219         (parse_args): Likewise.
41220         * sysdeps/i386/fpu/libm-test-ulps: Update.
41221         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41222         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41223         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41226         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41227         exceptions.
41228         * math/libm-test.inc ("Philosophy"): Update comment about
41229         exception testing.
41230         (UNDERFLOW_EXCEPTION): New macro.
41231         (UNDERFLOW_EXCEPTION_OK): Likewise.
41232         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41233         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41234         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41235         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41236         (INVALID_EXCEPTION_OK): Update value.
41237         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41238         (OVERFLOW_EXCEPTION_OK): Likewise.
41239         (IGNORE_ZERO_INF_SIGN): Likewise.
41240         (test_exceptions): Handle underflow exceptions.
41241         (acos_test): Update for underflow exception expectations.
41242         (cexp_test): Likewise.
41243         (clog_test): Likewise.
41244         (clog10_test): Likewise.
41245         (csqrt_test): Likewise.
41246         (ctan_test): Likewise.
41247         (ctanh_test): Likewise.
41248         (exp_test): Likewise.
41249         (exp10_test): Likewise.
41250         (exp2_test): Likewise.
41251         (expm1_test): Likewise.
41252         (fma_test): Likewise.
41253         (j0_test): Likewise.
41254         (jn_test): Likewise.
41255         (nexttoward_test): Likewise.
41256         (pow_test): Likewise.
41257         (scalbn_test): Likewise.
41258         (scalbln_test): Likewise.
41259         (tan_test): Likewise.
41260         (y1_test): Likewise.
41261         * sysdeps/i386/fpu/libm-test-ulps: Update.
41262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41264 2012-05-23  David S. Miller  <davem@davemloft.net>
41266         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41267         (__libc_sigaction): Remove unused local variables.
41269 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41271         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41273 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41275         mktime: avoid signed integer overflow
41276         * time/mktime.c (__mktime_internal): Do not mishandle the case
41277         where diff == INT_MIN.
41279         mktime: simplify computation of average
41280         * time/mktime.c (ranged_convert): Use new time_t_avg function
41281         instead of rolling our own (probably-slower) code.
41283         mktime: do not assume signed right shift propagates sign bit
41284         * time/mktime.c (isdst_differ): New static function.
41285         (__mktime_internal): No need to normalize tm_isdst now.
41286         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41287         tm_isdst values.
41289         mktime: merge another wrapv change from gnulib
41290         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41291         from some compilers.
41293         mktime: remove incorrect attempt at unusual arithmetics
41294         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41295         The code didn't really work on such machines anyway.
41296         (TYPE_MINIMUM): Assume two's complement.
41297         (twos_complement_arithmetic): Verify that long_int and time_t
41298         are two's complement (or unsigned, in the latter case).
41300         mktime: check signed shifts on long_int and time_t, too
41301         * time/mktime.c (SHR): Check that shifts work as desired
41302         on the types long_int and time_t too, as SHR is used on
41303         such types.
41305         mktime: do not assume 'long' is wide enough
41306         * time/mktime.c (verify): Move decl up.
41307         (long_int): New type.
41308         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41309         to remove assumption in the code that 'long' is wide enough to
41310         store year values.  This assumption is not true on x32 and on
41311         some non-glibc platforms.
41313         mktime: merge wrapv change from gnulib
41314         * time/mktime.c (WRAPV): New macro.
41315         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41316         (guess_time_tm, __mktime_internal): Do not assume that signed
41317         integer overflow wraps around; modern compilers generate code
41318         where this assumption is no longer valid.
41320 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41322         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41323         Replace "jmp L(pseudo_end)" with "ret".
41324         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41325         Likewise.
41327 2012-05-23  Andreas Jaeger  <aj@suse.de>
41329         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41330         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41332 2012-05-23  Andreas Jaeger  <aj@suse.de>
41333             Maximilian Attems  <max@stro.at>
41335         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41336         New macros.
41338 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41340         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41341         code so that pseudo_end is just ret and the stack pointer is
41342         correct also for static library in error case.
41344 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41346         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41347         move to syscalls.list.
41348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41353         * manual/install.texi (Running make install): Do not mention Linux
41354         kernel version for which pt_chown is not needed.
41355         (Linux): Do not mention problems with nscd with 2.0 kernels.
41356         * INSTALL: Regenerated.
41358 2012-05-23  Andreas Jaeger  <aj@suse.de>
41360         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41361         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41362         macro.
41363         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41364         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41365         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41366         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41367         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41368         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41369         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41370         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41371         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41372         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41373         * sysdeps/unix/sysv/linux/bits/in.h
41374         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41376 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41378         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41379         (PREPARE_VERSION): Just use assert instead, it will be elided
41380         under [NDEBUG] anyway.
41382 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41384         * sysdeps/unix/sysv/linux/Makefile: Include
41385         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41386         (sysdep_routines): Remove sysctl.
41387         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41388         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41389         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41390         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41391         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41393 2012-05-22  Andreas Jaeger  <aj@suse.de>
41395         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41396         that pseudo_end is just ret and the stack pointer is correct also
41397         for static library in error case.
41399 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41401         [BZ #14122]
41402         * nss/nsswitch.c (defconfig_entries): New variable.
41403         (__nss_database_lookup): Don't leak defconfig entries.
41404         (nss_parse_service_list): Don't leak on error paths.
41405         (free_database_entries): New function.
41406         (free_defconfig): New function.
41407         (free_mem): Move common code to free_database_entries.
41409 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41411         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41412         Add arch_prctl.
41413         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41415         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41416         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41417         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41418         New macro.
41419         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41420         (INTERNAL_SYSCALL_TYPES): Likewise.
41421         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41422         (LOAD_REGS_TYPES_[1-6]): Likewise.
41423         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41424         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41426 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41428         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41429         copysignl for GLIBC_2_0.
41430         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41431         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41432         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41433         logbl for GLIBC_2_0.
41434         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41435         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41437 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41439         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41440         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41442         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41443         Use "neg %eax".
41445         * time/mktime.c: Update copyright years.
41447 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41449         mktime: merge comment-quoting-style change from gnulib
41450         * time/mktime.c: Quote 'like this' in comments.
41451         The GNU coding standards suggest that we no longer quote `like this',
41452         as "`" and "'" are typically rendered asymmetrically nowadays.
41453         The typical gnulib style is to quote 'like this' when quoting
41454         code, and "like this" when quoting English.
41456         * time/mktime.c (compile-command): Add "-I.".
41458         mktime: merge mktime-internal.h change from gnulib
41459         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41461         mktime: merge time_r change from gnulib
41462         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41464         mktime: merge DEBUG change from gnulib
41465         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41466         case system <time.h> has a #define.
41468         mktime: merge <sys/types.h> change from gnulib
41469         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41470         since <time.t> is now guaranteed to define time_t.
41472         mktime: merge HAVE_CONFIG_H change from gnulib
41473         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41475 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41477         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41478         Use "neg %eax".
41480         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41481         __rlim_t cast.
41482         (struct rusage): Use anonymous union to pad each field to
41483         __syscall_slong_t.
41485 2012-05-21  David S. Miller  <davem@davemloft.net>
41487         * Makefules (o-iterator): Remove .s cases.
41488         (compile-command.s): Delete.
41489         (COMPILE.s): Delete.
41490         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41492 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41494         * configure.in (libc_cv_predef_stack_protector): Only consider
41495         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41496         * configure: Regenerated.
41498 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41500         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41501         New macro.  Use R*LP on int and pointer.
41502         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41503         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41504         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41505         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41507         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41508         [__WORDSIZE_TIME64_COMPAT32] instead of
41509         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41510         (struct utmp): Likewise.
41511         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41512         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41513         Renamed to ...
41514         (__WORDSIZE_TIME64_COMPAT32): This.
41515         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41516         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41517         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41518         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41519         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41520         (__WORDSIZE_TIME64_COMPAT32): New macro.
41522 2012-05-21  Andreas Jaeger  <aj@suse.de>
41524         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41525         only if [SHARED]. Add prototype for __wcschr_ia32.
41527 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41529         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41530         of %rbp unmolested in the jmp_buf while mangling the low bits.
41531         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41532         unmolested high bits of %rbp while demangling the low bits.
41533         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41535 2012-05-21  Andreas Jaeger  <aj@suse.de>
41537         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41538         * sunrpc/svc_simple.c: Use it for registerrpc.
41539         * sunrpc/xcrypt.c: Use it for passwd2des.
41541         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41543 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41545         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41546         Don't define if [__SYSCALL_WORDSIZE != 32].
41547         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41548         New macro.
41550 2012-05-21  Bruno Haible  <bruno@clisp.org>
41551             Andreas Jaeger  <aj@suse.de>
41553         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41554         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41555         inptr and inend for must_buffer_ch.
41556         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41557         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41558         * stdio-common/Makefile (tests): Remove bug15.
41559         (bug15-ENV): Remove macro.
41560         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41561         anymore.
41563 2012-05-19  Andreas Jaeger  <aj@suse.de>
41564             Roland McGrath  <roland@hack.frob.com>
41566         * manual/contrib.texi: Completely rewritten. It contains now an
41567         alphabetical list of contributors and their contributions.
41569 2012-05-21  Richard Henderson  <rth@twiddle.net>
41571         * misc/getauxval.c (__getauxval): Use unsigned long int.
41572         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41573         (getauxval): Use unsigned long int.
41575 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41577         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41579 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41581         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41582         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41583         __alignof__ (long double).
41585 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41587         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41589 2012-05-20  Richard Henderson  <rth@twiddle.net>
41591         * misc/getauxval.c: New file.
41592         * misc/sys/auxv.h: New file.
41593         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41594         (routines): Add getauxval.
41595         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41596         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41597         * elf/dl-sysdep.c (_dl_auxv): Remove.
41598         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41599         * elf/dl-support.c (_dl_auxv): New variable.
41600         (_dl_aux_init): Initialize it.
41601         * manual/startup.texi (Auxiliary Vector): New node.
41602         * sysdeps/generic/bits/hwcap.h: New file.
41603         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41604         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41605         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41606         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41607         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41608         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41610         Update.
41611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41614         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41615         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41616         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41617         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41618         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41620 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41622         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41624 2012-05-19  David S. Miller  <davem@davemloft.net>
41626         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41628 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41630         [BZ #14123]
41631         * math/s_ccosh.c: Include <float.h>
41632         (__ccosh): Avoid internal overflow calculating sinh and cosh
41633         values before multiplying by sin and cos values.
41634         * math/s_ccoshf.c: Likewise.
41635         * math/s_ccoshl.c: Likewise.
41636         * math/s_csin.c: Likewise.
41637         * math/s_csinf.c: Likewise.
41638         * math/s_csinl.c: Likewise.
41639         * math/s_csinh.c: Likewise.
41640         * math/s_csinhf.c: Likewise.
41641         * math/s_csinhl.c: Likewise.
41642         * math/libm-test.inc (ccos_test): Add more tests.
41643         (ccosh_test): Likewise.
41644         (csin_test): Likewise.
41645         (csinh_test): Likewise.
41646         * sysdeps/i386/fpu/libm-test-ulps: Update.
41647         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41649 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41651         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41652         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41654         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41656 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41658         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41659         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41660         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41661         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41662         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41663         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41664         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41665         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41666         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41667         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41668         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41669         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41670         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41671         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41672         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41673         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41674         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41675         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41676         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41677         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41678         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41679         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41680         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41681         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41682         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41683         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41684         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41685         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41686         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41687         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41688         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41690 2012-05-18  Andreas Jaeger  <aj@suse.de>
41692         * csu/.gitignore: Delete.
41694 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41696         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41697         (timex): Use __syscall_slong_t.
41699 2012-05-18  Andreas Jaeger  <aj@suse.de>
41700             Carlos O'Donell  <carlos_odonell@mentor.com>
41702         * manual/install.texi (Configuring and compiling): Update
41703         description about files modified in the source directory.
41704         * INSTALL: Regenerated.
41706 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41708         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41709         value.  Use "or" to set return value to -1.
41710         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41711         negate return value.
41713 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41715         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41716         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41717         failure if the compiler has Graphite support disabled.
41718         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41719         Likewise.
41720         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41721         (CFLAGS-memmove.c): Likewise.
41722         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41723         Likewise.
41725 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41727         * sysdeps/x86_64/x32/_itoa.h: New file.
41729         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41730         getdents system call only if kernel and user dirents have the
41731         same d_ino and d_off.
41733         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41734         LLONG_MAX != LONG_MAX.
41735         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41736         (_fitoa_word): Likewise.
41738         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41739         years.
41740         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41741         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41742         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41744         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41745         include <bits/wordsize.h>.  Check __x86_64__ instead of
41746         __WORDSIZE.
41747         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41748         if __x86_64__ is defined.  Use anonymous union on fpstate.
41750         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41751         anonymous union.
41753 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41755         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41756         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41757         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41758         Refer to _rtld_local_ro instead of _rtld_global_ro.
41759         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41760         Likewise.
41761         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41762         Likewise.
41763         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41764         Likewise.
41765         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41766         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41767         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41769         * sysdeps/powerpc/powerpc32/dl-machine.c
41770         (__elf_machine_runtime_setup) [PROF]: Don't reference
41771         _dl_prof_resolve.
41773 2012-05-18  Andreas Jaeger  <aj@suse.de>
41775         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41776         function only available for GCCs before 3.4 since GCC 3.4
41777         introduced a builtin.
41778         (lrint): Likewise.
41779         (llrintf): Likewise.
41780         (llrint): Likewise.
41781         (fmaxf): Likewise.
41782         (fmax): Likewise.
41783         (fminf): Likewise.
41784         (fmin): Likewise.
41785         (rint): Likewise.
41786         (rintf): Likewise.
41787         (nearbyint): Likewise.
41788         (nearbyintf): Likewise.
41789         (ceil): Likewise.
41790         (ceilf): Likewise.
41791         (floor): Likewise.
41792         (floorf): Likewise.
41794 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41796         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41797         on both fields and cast pointer to __syscall_ulong_t.
41799         * bits/types.h (__fsword_t): New type.
41800         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41801         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41802         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41803         (__FSWORD_T_TYPE): Likewise.
41804         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41805         (__FSWORD_T_TYPE): Likewise.
41806         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41807         (__FSWORD_T_TYPE): Likewise.
41808         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41809         (__FSWORD_T_TYPE): Likewise.
41810         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41811         __SWORD_TYPE with __fsword_t.
41812         (statfs64): Likewise.
41814 2012-05-17  David S. Miller  <davem@davemloft.net>
41816         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41818 2012-05-17  Andreas Jaeger  <aj@suse.de>
41820         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41821         warning.
41823 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41825         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41827 2012-05-17  Andreas Jaeger  <aj@suse.de>
41829         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41830         when it is used.
41832 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41834         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41836 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41838         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41839         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41841 2012-05-17  Andreas Jaeger  <aj@suse.de>
41842             Carlos O'Donell  <carlos_odonell@mentor.com>
41844         [BZ #14059]
41845         * sysdeps/x86_64/multiarch/init-arch.h
41846         (bit_YMM_Usable): Rename to...
41847         (bit_AVX_Usable): ... this.
41848         (bit_FMA4_Usable): New macro.
41849         (bit_XMM_state): New macro.
41850         (bit_YMM_state): New macro.
41851         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41852         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41853         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41854         (CPUID_OSXSAVE): New macro.
41855         (CPUID_AVX): New macro.
41856         (CPUID_FMA4): New macro.
41857         (index_YMM_Usable): Rename to...
41858         (index_AVX_Usable): ... this.
41859         (HAS_AVX): Use HAS_ARCH_FEATURE.
41860         (HAS_FMA4): Likewise.
41861         (HAS_YMM_USABLE): Remove.
41862         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41863         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41864         are present.
41865         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41866         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41867         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41868         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41869         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41871 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41873         * math/libm-test.c: Support platforms without multiple rounding modes.
41874         * math/bug-nextafter.c: Support platforms without FP exceptions.
41875         * math/bug-nexttoward.c: Likewise.
41876         * math/test-fenv.c: Likewise.
41877         * math/test-misc.c: Likewise.
41878         * stdlib/bug-getcontext.c: Likewise.
41880 2012-05-17  Andreas Jaeger  <aj@suse.de>
41882         * manual/examples/search.c (critter_cmp): Change signature to
41883         avoid warnings.
41884         * manual/string.texi (Collation Functions): Likewise.
41886 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41888         * bits/types.h: Fold copyright years.
41889         * bits/typesizes.h: Likewise.
41890         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41891         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41892         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41893         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41894         * time/time.h: Likewise.
41896 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41898         [BZ #208]
41899         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41900         in instead of returning them.  Return void.
41901         (__libc_mallinfo): Accumulate over all arenas.
41902         (__malloc_stats): Adjust for change in int_mallinfo interface.
41904 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41906         [BZ #10375]
41907         * configure.in (NM): Add AC_CHECK_TOOL for it.
41908         (libc_extra_cflags): New substituted variable.
41909         Check for -fstack-protector being used implicitly.
41910         * configure: Regenerated.
41911         * config.make.in (config-extra-cflags): New variable,
41912         gets @libc_extra_cflags@.
41913         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41915         [BZ #10375]
41916         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41917         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41918         * configure: Regenerated.
41919         * config.make.in (CPPUNDEFS): New substituted variable.
41920         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41921         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41922         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41924 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41926         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41927         (mq_attr): Use __syscall_slong_t.
41929 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41931         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41932         Check __x86_64__ instead of __WORDSIZE.
41933         (_STAT_VER_LINUX): Likewise.
41934         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41935         __syscall_ulong_t and __syscall_slong_t.
41936         (stat64): Likewise.
41938 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41940         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41942 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41944         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41946 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41948         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41949         __syscall_ulong_t.
41951         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41952         include <bits/wordsize.h>.  Check __x86_64__ instead of
41953         __WORDSIZE.
41954         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41955         defined.
41956         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41958         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41959         include <bits/wordsize.h>.  Check __x86_64__ instead of
41960         __WORDSIZE.
41961         (user_regs_struct): Use "__extension__ unsigned long long"
41962         instead of "unsigned long" if __x86_64__ is defined.
41963         (user): Likewise.  Pad after pointer field if __ILP32__ is
41964         defined.
41966 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41968         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41969         versions 5 to 9.
41970         * configure: Regenerated.
41971         * manual/install.texi (texinfo): Increase version requirement to
41972         4.5 or later.
41973         * INSTALL: Regenerated.
41975         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41977 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41979         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41981         * sysdeps/x86_64/x32/ffs.c: New file.
41983         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41984         __syscall_ulong_t.
41985         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41986         defined.  Use __syscall_ulong_t.
41987         (shminfo): Use __syscall_ulong_t.
41988         (shm_info): Likewise.
41990         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41991         __syscall_ulong_t.
41993         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41994         <bits/wordsize.h>.
41995         (msgqnum_t): Use __syscall_ulong_t.
41996         (msglen_t): Likewise.
41997         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41998         __syscall_ulong_t.
42000         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42001         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42003         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42005         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42006         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42008         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42009         __syscall_slong_t.
42011         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42012         include <bits/wordsize.h>.  Check __x86_64__ instead of
42013         __WORDSIZE.
42015         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42016         "unsigned long long int" if __x86_64__ is defined.
42017         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42019         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42020         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42021         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42023         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42024         <stdint.h>.
42025         (GET_PC): Cast to uintptr_t first.
42026         (GET_FRAME): Likewise.
42027         (GET_STACK): Likewise.
42029         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42030         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42031         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42032         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42033         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42034         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42035         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42036         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42037         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42038         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42039         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42040         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42041         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42042         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42043         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42044         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42045         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42046         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42047         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42048         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42049         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42050         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42051         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42052         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42053         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42054         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42055         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42056         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42057         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42059 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42061         * Makerules (+depfiles): Also collect depfiles from .oS in
42062         $(extra-objs).
42063         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42064         .oS, $(libnldbl-routines)).
42066         * Makerules (native-compile-mkdep-flags): Define.
42067         * sunrpc/Makefile (extra-objs): Add $(addprefix
42068         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42069         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42070         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42071         calling $(make-target-directory).
42073 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42075         * bits/types.h (__snseconds_t): Removed.
42076         * time/time.h (struct timespec): Replace __snseconds_t with
42077         __syscall_slong_t.
42078         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42079         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42080         Likewise.
42081         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42082         (__SNSECONDS_T_TYPE): Likewise.
42083         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42084         (__SNSECONDS_T_TYPE): Likewise.
42085         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42086         (__SNSECONDS_T_TYPE): Likewise.
42088 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42090         * sysdeps/mach/hurd/bits/typesizes.h
42091         (__SYSCALL_SLONG_TYPE): New macro.
42092         (__SYSCALL_ULONG_TYPE): Likewise.
42094 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42096         * bits/types.h (__syscall_slong_t): New type.
42097         (__syscall_ulong_t): Likewise.
42099         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42100         (__SYSCALL_ULONG_TYPE): Likewise.
42101         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42102         (__SYSCALL_SLONG_TYPE): Likewise.
42103         (__SYSCALL_ULONG_TYPE): Likewise.
42104         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42105         (__SYSCALL_SLONG_TYPE): Likewise.
42106         (__SYSCALL_ULONG_TYPE): Likewise.
42107         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42108         (__SYSCALL_SLONG_TYPE): Likewise.
42109         (__SYSCALL_ULONG_TYPE): Likewise.
42111 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42113         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42114         Add sigaltstack-offsets.sym.
42115         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42116         <sigaltstack-offsets.h>.
42117         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42118         longjmp_msg pointer.
42119         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42120         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42121         signal stack.
42122         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42124 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42126         * elf/stackguard-macros.h: Remove file.
42127         * sysdeps/generic/stackguard-macros.h: New file.
42128         * sysdeps/i386/stackguard-macros.h: Likewise.
42129         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42130         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42131         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42132         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42133         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42134         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42135         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42136         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42137         <elf/stackguard-macros.h>.
42139         [BZ #14109]
42140         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42141         __aligned__ in attribute.
42142         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42143         (gregset_t): Likewise.
42145 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42147         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42148         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42149         * sysdeps/x86_64/x32/Implies-after: New file.
42151 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42153         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42154         and access return value for _dl_profile_fixup.  Use R10_LP to
42155         load frame size.
42157 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42159         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42161 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42163         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42164         * sysdeps/x86_64/x32/sysdep.h: New file.
42166 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42168         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42169         * sysdeps/x86_64/setjmp.S: Likewise.
42171 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42173         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42174         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42175         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42176         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42177         remove unused global constant.
42179 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42181         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42182         include of <not-cancel.h>.
42184 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42186         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42188 2012-05-15  Jeff Law  <law@redhat.com>
42189             Andreas Jaeger  <aj@suse.de>
42191         [BZ #13594]
42192         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42193         out from...
42194         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42195         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42196         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42197         code changing __hst_map_handle.map.
42199 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42201         * configure.in (sysnames): Look for Implies-before and Implies-after
42202         files.
42203         * configure: Regenerated.
42205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42207         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42208         8-byte data alignment with LP_SIZE alignment.
42210 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42212         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42213         into R10_LP.
42215 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42217         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42219 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42221         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42222         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42223         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42224         Likewise.
42225         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42227 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42229         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42230         (stackinfo_sub_sp): Likewise.
42232 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42234         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42235         RAX_LP.
42237 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42239         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42240         into R*_LP.
42242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42244         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42245         sizes into R*_LP.
42247 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42249         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42253         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42254         into R11_LP and load __x86_64_shared_cache_size_half into
42255         R8_LP.
42257 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42259         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42260         R8_LP.
42262 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42264         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42265         logb for POWER7.
42266         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42267         logbf for POWER7.
42268         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42269         logbl for POWER7.
42270         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42271         powerpc32/power7/fpu/s_logb.c via #include.
42272         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42273         powerpc32/power7/fpu/s_logbf.c via #include.
42274         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42275         powerpc32/power7/fpu/s_logbl.c via #include.
42277 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42279         * README.libm: Remove file.
42281 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42283         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42284         count for x32.  Use R*_LP and omit operand-size suffix.
42286 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42288         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42289         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42290         * sysdeps/x86_64/x32/shlib-versions: New file.
42292 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42294         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42295         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42296         Use _dl_fatal_printf instead.
42298 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42300         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42301         set if not set by the user.  Do not allow for being unset.
42302         * sysdeps/unix/sysv/linux/configure: Regenerated.
42304 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42306         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42307         the `q' suffix from lea and replace .quad with ASM_ADDR.
42309 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42311         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42312         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42313         instead of $17.
42314         (PTR_DEMANGLE): Likewise.
42316 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42318         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42319         (LP_OP): Likewise.
42320         (ASM_ADDR): Likewise.
42321         (RAX_LP): Likewise.
42322         (RBP_LP): Likewise.
42323         (RBX_LP): Likewise.
42324         (RCX_LP): Likewise.
42325         (RDI_LP): Likewise.
42326         (RSI_LP): Likewise.
42327         (RSP_LP): Likewise.
42328         (R8_LP): Likewise.
42329         (R9_LP): Likewise.
42330         (R10_LP): Likewise.
42331         (R10_LP): Likewise.
42332         (R11_LP): Likewise.
42333         (R12_LP): Likewise.
42334         (R13_LP): Likewise.
42335         (R14_LP): Likewise.
42336         (R15_LP): Likewise.
42338 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42340         * sysdeps/x86_64/x32/dl-machine.h: New file.
42342 2012-05-14  Andreas Jaeger  <aj@suse.de>
42344         * manual/Makefile (subdir): Remove export of subdir.
42345         (all): Remove target.
42346         (.PHONY): Remove all from list.
42347         (mkinstalldirs): Remove.
42348         (.PHONY): Remove installdirs from list.
42349         ($(inst_infodir)/libc.info): Use make-target-directory.
42350         (installdirs): Remove.
42351         (subdir_%): Remove.
42352         (glibc-targets): Remove.
42353         (lib): Remove.
42354         (stubs): Remove.
42355         ($(objpfx)stubs ../po/manual.pot): Remove.
42356         ($(objpfx)stamp%): Remove.
42357         (make-target-directory): Remove.
42358         (subdir_install): Remove.
42359         (routines): Remove.
42360         (aux): Remove.
42361         (sources): Remove.
42362         (objects): Remove.
42363         (headers): Remove.
42365         [BZ #13750]
42366         * manual/.gitignore: Remove, it's not needed anymore.
42367         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42368         all files in it.
42369         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42370         directory.
42371         (texis): Renamed to $(objpfx)texis.
42372         (texis-path): New, contains path to generated files.
42373         (chapters.%): Use texis-path for complete path, add extra argument
42374         libc-texinfo.sh.
42375         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42376         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42377         (summary,texi, stamp-summary): Use complete path of
42378         files. Generate files in build dir.
42379         (dir-add.texi): Build in build dir.
42380         (libm-err.texi,stamp-libm-err): Likewise.
42381         (version.texi, stamp-version): Likewise.
42382         (.%c.texi): Likewise.
42383         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42384         (mostlyclean): Remove target.
42385         (realclean): Remove target.
42386         (generated): Add new variable with contents from mostlyclean and
42387         realclean, remove entries duplicated in common-mostlyclean, add
42388         stamp-libm-err and stamp-version.
42389         (generated-dirs): Add libc directory.
42390         ($(inst_infodir)/libc.info): Install files from build dir.
42392         * manual/install.texi (Configuring and compiling): Adjust since
42393         the info files are not part of the tar ball anymore.
42395 2012-05-14  Andreas Jaeger  <aj@suse.de>
42397         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42398         variable.
42400 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42402         [BZ #13717]
42403         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42404         to 2.2.0 where earlier.
42405         * sysdeps/unix/sysv/linux/configure: Regenerated.
42406         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42407         Remove conditional code.
42408         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42409         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42410         Remove conditional code.
42411         [!__NR_lchown]: Likewise.
42412         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42413         [__NR_lchown]: Likewise.
42414         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42415         comment referencing __ASSUME_LCHOWN_SYSCALL.
42416         * sysdeps/unix/sysv/linux/i386/sigaction.c
42417         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42418         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42419         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42420         Remove conditional code.
42421         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42422         (__protocol_available): Remove #if 0 code.
42423         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42424         conditional code.
42425         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42426         * sysdeps/unix/sysv/linux/kernel-features.h
42427         (__ASSUME_GETCWD_SYSCALL): Don't define.
42428         (__ASSUME_REALTIME_SIGNALS): Likewise.
42429         (__ASSUME_PREAD_SYSCALL): Likewise.
42430         (__ASSUME_PWRITE_SYSCALL): Likewise.
42431         (__ASSUME_POLL_SYSCALL): Likewise.
42432         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42433         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42434         non-SPARC.
42435         (__ASSUME_SIOCGIFNAME): Don't define.
42436         (__ASSUME_MSG_NOSIGNAL): Likewise.
42437         (__ASSUME_SENDFILE): Define unconditionally.
42438         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42439         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42440         conditional code.
42441         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42442         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42443         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42444         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42445         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42446         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42447         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42449         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42450         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42452         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42453         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42455         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42456         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42458         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42459         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42461         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42462         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42464         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42465         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42467         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42468         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42470         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42471         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42472         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42473         Remove conditional code.
42474         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42475         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42476         Remove conditional code.
42477         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42478         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42479         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42480         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42481         Remove conditional code.
42482         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42483         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42484         Remove conditional code.
42485         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42486         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42487         Remove conditional code.
42488         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42489         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42490         Remove conditional code.
42491         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42492         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42493         Remove conditional code.
42494         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42495         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42496         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42497         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42498         * sysdeps/unix/sysv/linux/sigaction.c
42499         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42500         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42501         * sysdeps/unix/sysv/linux/sigpending.c
42502         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42503         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42504         * sysdeps/unix/sysv/linux/sigprocmask.c
42505         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42506         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42507         * sysdeps/unix/sysv/linux/sigsuspend.c
42508         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42509         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42510         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42511         (__libc_missing_rt_sigs): Remove.
42512         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42513         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42514         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42515         Remove conditional code.
42516         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42517         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42518         return 1.
42519         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42520         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42521         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42522         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42524 2012-05-14  Andreas Jaeger  <aj@suse.de>
42526         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42527         it's not used in glibc.
42528         (__coshm1): Likewise.
42529         (__acosh1p): Likewise.
42530         (__sgn): Likewise.
42532         * manual/string.texi (Copying and Concatenation): Add missing
42533         variable in concat example.
42534         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42536 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42538         [BZ #14103]
42539         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42540         __builtin_clzl with __builtin_clzll.
42542 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42544         [BZ #14104]
42545         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42546         libc_freeres_ptr.
42548 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42550         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42551         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42552         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42553         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42555 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42557         * NEWS: Update ia64 info.
42559 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42561         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42562         used as bcopy.
42564 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42566         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42567         * sysdeps/unix/syscalls.list (dup3): Likewise.
42568         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42569         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42571 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42573         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42574         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42576 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42578         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42579         thread pointer.
42580         (TLS_IE): Use mov/add instead of movq/addq to load thread
42581         pointer.
42582         (TLS_GD_PREFIX): New.
42583         (TLS_GD): Use it.
42585 2012-05-11  David S. Miller  <davem@davemloft.net>
42587         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42588         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42589         (_FPU_SETCW): Likewise.
42591 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42593         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42594         is 32-byte aligned.
42596 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42598         [BZ #11837]
42599         * iconvdata/gb18030.c: Update tables.
42600         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42601         characters specially.
42602         (BODY for TO_LOOP): Add encoding of missing ranges.
42604 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42606         [BZ #13673]
42607         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42608         * sysdeps/mach/hurd/dup3.c: Likewise.
42609         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42610         * sysdeps/powerpc/memmove.c:: Likewise.
42612 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42614         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42615         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42617 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42619         * elf/elf.h (R_X86_64_RELATIVE64): New.
42620         (R_X86_64_NUM): Updated.
42621         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42622         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42623         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42624         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42625         tst-quad1pie tst-quad2pie
42626         (modules-names): Add tst-quadmod1 tst-quadmod2.
42627         ($(objpfx)tst-quad1): New dependency.
42628         ($(objpfx)tst-quad2): Likewise.
42629         ($(objpfx)tst-quad1pie): Likewise.
42630         ($(objpfx)tst-quad2pie): Likewise.
42631         * sysdeps/x86_64/tst-quad1.c: New file.
42632         * sysdeps/x86_64/tst-quad1pie.c: New file.
42633         * sysdeps/x86_64/tst-quad2.c: Likewise.
42634         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42635         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42636         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42637         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42638         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42640 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42642         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42643         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42644         * streams/stropts.h (t_scalar_t): Define type.
42646         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42647         (_PATH_PRESERVE): Set to "/var/lib".
42648         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42650         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42651         instead of int.
42653         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42654         if __dir_mkfile succeeded.
42656         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42657         checking for _hurd_dtablesize.  Unlock it right after having
42658         finished _hurd_dtable allocation.
42660 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42662         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42663         * sysdeps/mach/hurd/configure: Regenerated.
42664         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42665         special-casing to...
42666         * sysdeps/gnu/configure.in: ... this new file.
42667         * sysdeps/unix/sysv/linux/configure: Regenerated.
42668         * sysdeps/gnu/configure: New generated file.
42670         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42671         for Linux: use nsec instead of usec, as well as:
42672         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42673         members of type struct timespec.
42674         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42675         New macros.
42676         (struct stat64): Likewise.
42677         (_STATBUF_ST_NSEC): New macro.
42678         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42680         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42681         __strtoul_internal rather than strtoul.
42683 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42685         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42686         and reject them.
42688 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42690         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42691         which preserves existing values.
42692         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42694 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42696         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42697         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42698         greater than FD_SETSIZE.
42700 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42702         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42703         allocated, call __vm_protect to finish enabling the existing space, and
42704         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42705         allocate the remainder.
42707 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42709         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42710         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42712 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42714         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42715         sysdeps/mach/hurd/readlink.c.
42717         * posix/tst-sysconf.c (posix_options): Only use
42718         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42719         _POSIX_SYNCHRONIZED_IO when they are defined
42720         * sysdeps/mach/hurd/bits/posix_opt.h:
42721         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42722         (_XOPEN_REALTIME): Undefine macro.
42723         (_XOPEN_REALTIME_THREADS): Undefine macro.
42724         (_XOPEN_SHM): Undefine macro.
42725         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42726         macro to -1.
42727         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42728         macro to -1.
42729         (_POSIX_ASYNC_IO): Undefine macro.
42730         (_POSIX_PRIORITIZED_IO): Undefine macro.
42731         (_POSIX_SPIN_LOCKS): Define macro to -1.
42733         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42734         SA_NODEFER, SA_RESETHAND.
42735         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42736         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42737         F_DUPFD_CLOEXEC.
42739 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42741         * elf/Makefile (pldd-modules): Define unconditionally.
42743 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42745         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42747 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42749         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42750         Return ENOENT when name is empty.
42751         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42753 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42755         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42757         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42759 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42761         Fix mlock in all cases except non-readable pages.
42762         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42763         instead of VM_PROT_ALL as parameter to __vm_wire function.
42765         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42766         (__mkdir): When path is `/', just fail with EEXIST.
42767         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42769 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42771         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42772         <sys/uio.h> (for writev).
42773         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42774         and <sys/param.h> (for MIN).
42776 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42778         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42779         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42780         if interrupted.
42782 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42784         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42785         Depend on against $(link-rpcuserlibs).
42787 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42789         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42790         (__libc_stack_end): Do not use attribute_relro.
42791         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42792         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42793         to libthread-provided value.
42794         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42795         attribute_relro.
42797 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42799         [BZ #3748]
42800         * bits/libc-lock.h (__libc_once_get): New macro.
42801         * sysdeps/mach/bits/libc-lock.h: Likewise.
42802         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42803         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42804         instead of using implementation details.
42806         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42807         * libio/freopen.c: Likewise.
42808         * libio/freopen64.c: Likewise.
42809         * misc/syslog.c: Likewise.
42810         * nscd/connections.c: Likewise.
42811         * nscd/netgroupcache.c: Likewise.
42812         * sysdeps/posix/getcwd.c: Likewise.
42814 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42816         * math/w_ilogbf.c: Add #include <limits.h>.
42818 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42820         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42821         path instead of returning without unlocking.
42823         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42824         immediate-write ioctls.
42825         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42827 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42829         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42830         __builtin_frame_address instead of making assumptions about the
42831         location of the return address relative to DATA.  Force early load of
42832         the return address.
42833         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42834         __builtin_frame_address.
42836         dup3 for GNU Hurd.
42837         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42838         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42839         implement dup3 and do some further code clean-ups.
42840         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42841         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42843 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42845         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42847         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42848         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42849         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42850         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42851         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42852         d->port.lock.
42854         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42855         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42856         when handler == SIG_ERR, not when handler != SIG_ERR.
42858 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42860         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42861         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42862         definitions.
42864         accept4 for GNU Hurd.
42865         * include/sys/socket.h (__libc_accept4): New prototype.
42866         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42867         to implement __libc_accept4.
42868         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42869         __libc_accept4.
42870         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42872         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42873         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42874         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42875         signal-defines.sym.
42877 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42879         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42881 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42883         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42884         assertion on O_CLOEXEC flag.
42885         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42886         * hurd/intern-fd.c: Likewise.
42887         * hurd/port2fd.c: Likewise.
42889 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42891         [BZ #3906]
42892         * bits/in.h (IPV6_PKTINFO): Define new macro.
42893         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42895 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42897         [BZ #13954]
42898         [BZ #13955]
42899         [BZ #13956]
42900         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42901         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42902         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42903         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42904         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42905         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42906         * math/libm-test.inc (logb_test) : Additional logb tests.
42908 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42909             Andreas Jaeger  <aj@suse.de>
42911         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42912         * configure: Regenerated.
42913         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42914         * config.make.in (link-obsolete-rpc): New substituted variable.
42915         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42916         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42917         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42918         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42919         so that libc.a contains the symbols.
42920         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42921         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42922         * sunrpc/auth_none.c: Likewise.
42923         * sunrpc/auth_unix.c: Likewise.
42924         * sunrpc/authdes_prot.c: Likewise.
42925         * sunrpc/authuxprot.c: Likewise.
42926         * sunrpc/clnt_gen.c: Likewise.
42927         * sunrpc/clnt_perr.c: Likewise.
42928         * sunrpc/clnt_raw.c: Likewise.
42929         * sunrpc/clnt_simp.c: Likewise.
42930         * sunrpc/clnt_tcp.c: Likewise.
42931         * sunrpc/clnt_udp.c: Likewise.
42932         * sunrpc/clnt_unix.c: Likewise.
42933         * sunrpc/des_crypt.c: Likewise.
42934         * sunrpc/des_soft.c: Likewise.
42935         * sunrpc/get_myaddr.c: Likewise.
42936         * sunrpc/key_call.c: Likewise.
42937         * sunrpc/key_prot.c: Likewise.
42938         * sunrpc/netname.c: Likewise.
42939         * sunrpc/pm_getmaps.c: Likewise.
42940         * sunrpc/pm_getport.c: Likewise.
42941         * sunrpc/pmap_clnt.c: Likewise.
42942         * sunrpc/pmap_prot.c: Likewise.
42943         * sunrpc/pmap_prot2.c: Likewise.
42944         * sunrpc/pmap_rmt.c: Likewise.
42945         * sunrpc/publickey.c: Likewise.
42946         * sunrpc/rpc_cmsg.c: Likewise.
42947         * sunrpc/rpc_common.c: Likewise.
42948         * sunrpc/rpc_dtable.c: Likewise.
42949         * sunrpc/rpc_prot.c: Likewise.
42950         * sunrpc/rpc_thread.c: Likewise.
42951         * sunrpc/rtime.c: Likewise.
42952         * sunrpc/svc.c: Likewise.
42953         * sunrpc/svc_auth.c: Likewise.
42954         * sunrpc/svc_raw.c: Likewise.
42955         * sunrpc/svc_run.c: Likewise.
42956         * sunrpc/svc_tcp.c: Likewise.
42957         * sunrpc/svc_udp.c: Likewise.
42958         * sunrpc/svc_unix.c: Likewise.
42959         * sunrpc/svcauth_des.c: Likewise.
42960         * sunrpc/xcrypt.c: Likewise.
42961         * sunrpc/xdr.c: Likewise.
42962         * sunrpc/xdr_array.c: Likewise.
42963         * sunrpc/xdr_float.c: Likewise.
42964         * sunrpc/xdr_intXX_t.c: Likewise.
42965         * sunrpc/xdr_mem.c: Likewise.
42966         * sunrpc/xdr_rec.c: Likewise.
42967         * sunrpc/xdr_ref.c: Likewise.
42968         * sunrpc/xdr_sizeof.c: Likewise.
42969         * sunrpc/xdr_stdio.c: Likewise.
42971 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42973         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42974         change.  Update copyright years.
42976 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42978         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42980 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42981             Joseph Myers  <joseph@codesourcery.com>
42982             Paul Pluzhnikov  <ppluzhnikov@google.com>
42984         [BZ #14012]
42985         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42986         requiring rpcgen.
42987         [cross-compiling] (extra-libs): Likewise.
42988         [cross-compiling] (extra-libs-others): Likewise.
42989         [cross-compiling] (librpcsvc-routines): Likewise.
42990         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42991         [cross-compiling] (omit-deps): Likewise.
42992         (sunrpc-CPPFLAGS): New variable.
42993         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42994         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42995         (cross-rpcgen-objs): New variable.
42996         (extra-objs): Append $(cross-rpcgen-objs).
42997         ($(cross-rpcgen-objs)): New rule.
42998         ($(objpfx)cross-rpcgen): Likewise.
42999         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43000         comment.
43001         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43002         ($(objpfx)x%.stmp): Likewise.
43003         * sunrpc/proto.h [IS_IN_build] (_): Define.
43004         [IS_IN_build] (_libc_intl_domainname): Likewise.
43006 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43008         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43009         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43010         and R_X86_64_TPOFF64.
43012 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43014         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43015         sysdeps/unix/sysv/syscalls.list.
43016         (stime): Likewise.
43017         (utime): Likewise.
43018         * sysdeps/unix/sysv/syscalls.list: Remove file.
43020 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43022         [BZ #3440]
43023         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43024         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43025         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43026         (__LC_IDENTIFICATION): Make these macros useful in #if
43027         expressions, as required by C99.
43029 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43031         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43032         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43033         after this.
43035 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43037         * stdlib/longlong.h: Updated from GCC.
43039 2012-05-09  Andreas Jaeger  <aj@suse.de>
43041         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43042         default is first entry.
43043         (run_mode): Set type.
43044         (main): Remove informal message about syslog.
43045         (options): Fix typo.
43047         [BZ #14053]
43048         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43049         to asm.
43050         (lrint): Likewise.
43051         (llrintf): Likewise.
43052         (llrint): Likewise.
43053         (rint): Likewise.
43054         (rintf): Likewise.
43055         (nearbyint): Likewise.
43056         (nearbyintf): Likewise.
43058 2012-05-09  Andreas Jaeger  <aj@suse.de>
43059             Pedro Alves  <palves@redhat.com>
43061         * nscd/nscd.c (run_mode): Use enum.
43062         (main): Cleanup coding style issue.
43064 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43065             Andreas Jaeger  <aj@suse.de>
43067         * nscd/nscd.c (go_background): Replaced with...
43068         (run_mode): ... this.
43069         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43070         (options): Add -F --foreground.
43071         (main): Implement it.
43072         (parse_opt): Parse it.
43074 2012-05-09  Andreas Jaeger  <aj@suse.de>
43076         [BZ #14083]
43077         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43078         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43079         -Wconversion warning.
43080         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43081         Likewise.
43083 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43085         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43086         == 0.
43087         (LC_ALL): Use macro-int-constant.
43088         (LC_COLLATE): Likewise.
43089         (LC_CTYPE): Likewise.
43090         (LC_MESSAGES): Likewise.
43091         (LC_MONETARY): Likewise.
43092         (LC_NUMERIC): Likewise.
43093         (LC_TIME): Likewise.
43094         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43095         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43096         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43097         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43098         Specify type.
43099         [C99-based standards] (float_t): Expect type.
43100         [C99-based standards] (double_t): Expect type.
43101         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43102         type.
43103         [C99-based standards] (HUGE_VALL): Likewise.
43104         [C99-based standards] (INFINITY): Likewise.
43105         [C99-based standards] (NAN): Likewise.
43106         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43107         [C99-based standards] (FP_NAN): Likewise.
43108         [C99-based standards] (FP_NORMAL): Likewise.
43109         [C99-based standards] (FP_SUBNORMAL): Likewise.
43110         [C99-based standards] (FP_ZERO): Likewise.
43111         [C99-based standards] (FP_FAST_FMA): Use
43112         optional-macro-int-constant.  Specify type.  Require == 1.
43113         [C99-based standards] (FP_FAST_FMAF): Likewise.
43114         [C99-based standards] (FP_FAST_FMAL): Likewise.
43115         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43116         [C99-based standards] (FP_ILOGBNAN): Likewise.
43117         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43118         Specify type.
43119         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43120         [C99-based standards] (math_errhandling): Specify type.
43121         [ISO99 || ISO11] (signgam): Do not allow.
43122         [non-C99-based standards] (copysignf): Do not allow.
43123         [non-C99-based standards] (exp2f): Likewise.
43124         [non-C99-based standards] (log2f): Likewise.
43125         [non-C99-based standards] (modff): Allow.
43126         [non-C99-based standards] (erff): Do not allow.
43127         [non-C99-based standards] (erfcf): Likewise.
43128         [non-C99-based standards] (gammaf): Likewise.
43129         [non-C99-based standards] (hypotf): Likewise.
43130         [non-C99-based standards] (j0f): Likewise.
43131         [non-C99-based standards] (j1f): Likewise.
43132         [non-C99-based standards] (jnf): Likewise.
43133         [non-C99-based standards] (lgammaf): Likewise.
43134         [non-C99-based standards] (tgammaf): Likewise.
43135         [non-C99-based standards] (y0f): Likewise.
43136         [non-C99-based standards] (y1f): Likewise.
43137         [non-C99-based standards] (ynf): Likewise.
43138         [non-C99-based standards] (isnanf): Likewise.
43139         [non-C99-based standards] (acoshf): Likewise.
43140         [non-C99-based standards] (asinhf): Likewise.
43141         [non-C99-based standards] (atanhf): Likewise.
43142         [non-C99-based standards] (cbrtf): Likewise.
43143         [non-C99-based standards] (expm1f): Likewise.
43144         [non-C99-based standards] (ilogbf): Likewise.
43145         [non-C99-based standards] (log1pf): Likewise.
43146         [non-C99-based standards] (logbf): Likewise.
43147         [non-C99-based standards] (nextafterf): Likewise.
43148         [non-C99-based standards] (remainderf): Likewise.
43149         [non-C99-based standards] (rintf): Likewise.
43150         [non-C99-based standards] (scalbf): Likewise.
43151         [non-C99-based standards] (copysignl): Likewise.
43152         [non-C99-based standards] (exp2l): Likewise.
43153         [non-C99-based standards] (log2l): Likewise.
43154         [non-C99-based standards] (modfl): Allow.
43155         [non-C99-based standards] (erfl): Do not allow.
43156         [non-C99-based standards] (erfcl): Likewise.
43157         [non-C99-based standards] (gammal): Likewise.
43158         [non-C99-based standards] (hypotl): Likewise.
43159         [non-C99-based standards] (j0l): Likewise.
43160         [non-C99-based standards] (j1l): Likewise.
43161         [non-C99-based standards] (jnl): Likewise.
43162         [non-C99-based standards] (lgammal): Likewise.
43163         [non-C99-based standards] (tgammal): Likewise.
43164         [non-C99-based standards] (y0l): Likewise.
43165         [non-C99-based standards] (y1l): Likewise.
43166         [non-C99-based standards] (ynl): Likewise.
43167         [non-C99-based standards] (isnanl): Likewise.
43168         [non-C99-based standards] (acoshl): Likewise.
43169         [non-C99-based standards] (asinhl): Likewise.
43170         [non-C99-based standards] (atanhl): Likewise.
43171         [non-C99-based standards] (cbrtl): Likewise.
43172         [non-C99-based standards] (expm1l): Likewise.
43173         [non-C99-based standards] (ilogbl): Likewise.
43174         [non-C99-based standards] (log1pl): Likewise.
43175         [non-C99-based standards] (logbl): Likewise.
43176         [non-C99-based standards] (nextafterl): Likewise.
43177         [non-C99-based standards] (remainderl): Likewise.
43178         [non-C99-based standards] (rintl): Likewise.
43179         [non-C99-based standards] (scalbl): Likewise.
43180         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43181         [non-C99-based standards] (FP_*): Do not allow.
43182         [C99-based standards] (FP_*): Change to
43183         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43184         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43185         allow.
43186         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43187         (SIG_ERR): Likewise.
43188         [X/Open-based standards] (SIG_HOLD): Likewise.
43189         (SIG_IGN): Likewise.
43190         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43191         positive value.
43192         (SIGFPE): Likewise.
43193         (SIGILL): Likewise.
43194         (SIGINT): Likewise.
43195         (SIGSEGV): Likewise.
43196         (SIGTER): Likewise.
43197         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43198         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43199         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43200         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43201         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43202         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43203         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43204         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43205         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43206         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43207         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43208         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43209         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43210         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43211         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43212         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43213         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43214         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43215         [X/Open-based standards] (SIGTRAP): Likewise.
43216         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43217         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43218         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43219         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43220         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43221         allow.
43223 2012-05-08  Ian Wienand  <ianw@vmware.com>
43225         [BZ #14080]
43226         * time/tzset.c (__tzset_parse_tz): Update default rules for
43227         daylight time changes in the Energy Policy Act of 2005.
43229 2012-05-09  Andreas Jaeger  <aj@suse.de>
43231         [BZ #13983]
43232         * elf/ldconfig.c (parse_conf): Change string to make clear that
43233         ldconfig only issued a warning if ld.so.conf does not exist.
43235 2012-05-08  David S. Miller  <davem@davemloft.net>
43237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43238         movxtod instead of popping the value on the stack.
43240         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43242 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43244         * config.h.in: Add HAVE_ARM_PCS_VFP.
43246 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43248         [BZ #13979]
43249         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43250         checking but the checks are disabled for any reason.
43252 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43254         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43255         and ELF64_R_TYPE with ELFW(R_TYPE).
43257 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43259         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43260         (ulimit): Likewise.
43262         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43263         (settimeofday): Likewise.
43265 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43267         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43268         a struct th_u2 inside the union, and move tu_block/tu_code into
43269         a new th_u3 union of tu_block/tu_code inside of that.  Move
43270         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43271         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43272         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43273         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43274         (th_stuff): Change to th_u1.tu_stuff.
43275         (th_data): Define.
43276         (th_msg): Change to th_u1.th_u2.tu_data.
43278 2012-05-07  David S. Miller  <davem@davemloft.net>
43280         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43282         [BZ #14074]
43283         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43284         (SETUP_PIC_REG): Use it.
43285         (SETUP_PIC_REG_LEAF): Use it.
43287 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43289         [BZ #13885]
43290         [BZ #13923]
43291         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43292         USE_AS_EXPM1L.
43293         (EXPL_FINITE): Likewise.
43294         (FLDLOG): Likewise.
43295         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43296         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43297         e_expl.S.
43298         * sysdeps/x86_64/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/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43304         e_expl.S.
43305         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43306         test of -max_value argument for long double.
43307         * sysdeps/i386/fpu/libm-test-ulps: Update.
43308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43310 2012-05-06  David S. Miller  <davem@davemloft.net>
43312         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43313         quad soft-float symbols whose references which are compiler
43314         generated.
43315         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43317 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43319         [BZ #13884]
43320         [BZ #13914]
43321         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43322         USE_AS_EXP10L.
43323         (EXPL_FINITE): Likewise.
43324         (FLDLOG): Likewise.
43325         (c0): Likewise.
43326         (c1): Likewise.
43327         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43328         Adjust comments for base varying.
43329         (__expl_finite): Change alias to EXPL_FINITE.
43330         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43331         e_expl.S.
43332         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43333         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43334         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43335         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43336         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43337         USE_AS_EXP10L.
43338         (EXPL_FINITE): Likewise.
43339         (FLDLOG): Likewise.
43340         (c0): Likewise.
43341         (c1): Likewise.
43342         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43343         Adjust comments for base varying.
43344         (__expl_finite): Change alias to EXPL_FINITE.
43345         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43346         tests for bugs.
43347         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43349         [BZ #14064]
43350         * math/libm-test.inc (check_float_internal): Correct ulp
43351         calculation for subnormal expected results.
43353 2012-05-06  Andreas Jaeger  <aj@suse.de>
43355         * Makeconfig (+math-flags): New, set to -frounding-math.
43356         (+cflags): Add +math-flags so that all of glibc gets compiled with
43357         it.
43359         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43361 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43363         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43364         Disable one test.
43366         [BZ #13787]
43367         [BZ #13922]
43368         [BZ #14036]
43369         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43370         (__ieee754_expl): Allow for and saturate large arguments.
43371         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43372         (u_threshold): Likewise.
43373         (__exp): Call __ieee754_exp before checking for overflow and
43374         underflow.
43375         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43376         (u_threshold): Likewise.
43377         (__expf): Call __ieee754_expf before checking for overflow and
43378         underflow.
43379         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43380         (u_threshold): Likewise.
43381         (__expl): Call __ieee754_expl before checking for overflow and
43382         underflow.
43383         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43384         (__ieee754_expl): Allow for and saturate large arguments.
43385         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43386         missing overflow exception on overflow.
43387         (expm1_test): Do not allow missing overflow exception on overflow.
43389         * sysdeps/i386/fpu/e_expl.c: Move to ...
43390         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43391         rather than using inline asm.
43392         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43393         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43394         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43396         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43397         (nice): Likewise.
43398         (poll): Likewise.
43399         (signal): Likewise.
43400         (time): Likewise.
43401         (times): Likewise.
43403 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43405         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43406         sysdeps/unix/common/syscalls.list.
43407         (fchmod): Likewise.
43408         (fchown): Likewise.
43409         (ftruncate): Likewise.
43410         (getrusage): Likewise.
43411         (gettimeofday): Likewise.
43412         (setpgid): Likewise.
43413         (setregid): Likewise.
43414         (setreuid): Likewise.
43415         (sigaction): Likewise.
43416         (truncate): Likewise.
43417         (vhangup): Likewise.
43418         * sysdeps/unix/common/syscalls.list: Remove file.
43419         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43420         * sysdeps/unix/sysv/linux/Implies: Likewise.
43422 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43424         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43425         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43426         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43427         Moved to ...
43428         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43429         Here.
43430         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43431         to ...
43432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43433         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43434         to ...
43435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43436         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43437         to ...
43438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43439         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43440         to ...
43441         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43442         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43443         to ...
43444         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43445         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43446         to ...
43447         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43448         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43449         to ...
43450         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43451         Here.
43452         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43453         to ...
43454         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43455         Here.
43456         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43457         to ...
43458         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43459         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43460         Moved to ...
43461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43462         Here.
43463         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43464         to ...
43465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43467 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43469         * sysdeps/unix/common/bits/dirent.h: Remove file.
43470         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43472         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43473         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43474         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43475         * sysdeps/unix/bsd/isatty.c: Likewise.
43476         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43477         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43478         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43480 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43482         [BZ #13563]
43483         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43484         long double comparison inaccuracies.
43485         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43486         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43488 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43490         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43491         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43493 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43495         [BZ #14049]
43496         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43497         nonzero digits before rounding a hex value.
43498         * stdlib/tst-strtod.c (tests): Add another test.
43500 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43502         * sysdeps/s390/fpu/libm-test-ulps: Update.
43504 2012-05-03  Andreas Jaeger  <aj@suse.de>
43506         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43507         does not get optimized out.
43508         (malloc_opt_barrier): New.
43510 2012-05-03  Andreas Jaeger  <aj@suse.de>
43511             Roland McGrath  <roland@hack.frob.com>
43513         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43514         intermediate file deletion.
43515         (generated): Add .symlist files.
43517 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43519         [BZ #13775]
43520         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43521         Redirect under this condition.
43522         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43523         [__USE_GNU] (__dprintf_chk): Not under this condition.
43524         [__USE_GNU] (__vdprintf_chk): Likewise.
43525         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43526         under this condition.
43527         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43528         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43529         [__USE_XOPEN2K8] (vdprintf): Likewise.
43530         [__USE_GNU] (__dprintf_chk): Not under this condition.
43531         [__USE_GNU] (__vdprintf_chk): Likewise.
43532         [__USE_GNU] (dprintf): Likewise.
43533         [__USE_GNU] (vdprintf): Likewise.
43535 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43537         * elf/Makefile (common-generated): Set this instead of generated for
43538         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43539         $(all-built-dso)-derived lists.
43541 2012-05-03  Andreas Jaeger  <aj@suse.de>
43543         * sysdeps/i386/fpu/libm-test-ulps: Update.
43545         * FAQ: Removed.
43546         * FAQ.in: Likewise.
43547         * scripts/gen-FAQ.pl: Likewise.
43548         * manual/install.texi (Installation): Point to online location of
43549         FAQ.
43550         * Makefile (files-for-dist): Remove FAQ.
43551         (FAQ): Remove.
43553 2012-05-02  Allan McRae  <allan@archlinux.org>
43555         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43556         (LDFLAGS-reldepmod5.so): Likewise.
43557         (LDFLAGS-reldep6mod1.so): Likewise.
43558         (LDFLAGS-reldep6mod4.so): Likewise.
43559         (LDFLAGS-reldep8mod3.so): Likewise.
43560         (LDFLAGS-unload4mod1.so): Likewise.
43561         (LDFLAGS-unload4mod2.so): Likewise.
43562         (LDFLAGS-tst-initorder): Likewise.
43563         (LDFLAGS-tst-initordera2.so): Likewise.
43564         (LDFLAGS-tst-initordera3.so): Likewise.
43565         (LDFLAGS-tst-initordera4.so): Likewise.
43566         (LDFLAGS-tst-initorderb2.so): Likewise.
43567         (LDFLAGS-noload): Likewise.
43568         (LDFLAGS-next): Likewise.
43569         (LDFLAGS-order2mod1.so): Likewise.
43570         (LDFLAGS-order2mod2.so): Likewise.
43571         (LDFLAGS-tst-initorder2): Likewise.
43572         (LDFLAGS-tst-initorder2a.so): Likewise.
43573         (LDFLAGS-tst-initorder2b.so): Likewise.
43574         (LDFLAGS-tst-initorder2c.so): Likewise.
43575         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43577 2012-05-02  David S. Miller  <davem@davemloft.net>
43579         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43581 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43583         [BZ #14055]
43584         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43586 2012-05-02  Andreas Jaeger  <aj@suse.de>
43588         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43589         since we manipulate rounding mode.
43590         (CPPFLAGS-test-idouble.c): Likewise.
43591         (CPPFLAGS-test-ifloat.c): Likewise.
43592         (CFLAGS-test-ldouble.c): Likewise.
43593         (CFLAGS-test-double.c): Likewise.
43594         (CFLAGS-test-float.c): Likewise.
43595         (CFLAGS-test-misc.c): Likewise.
43596         (CFLAGS-test-test-fenv.c): Likewise.
43598 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43600         [BZ #2550]
43601         [BZ #2570]
43602         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43603         comparisons to determine direction to adjust input.
43605 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43607         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43608         output to the target.
43610         * scripts/localplt.awk: New file.
43611         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43612         (check-localplt-CFLAGS): Variable removed.
43613         ($(all-built-dso:=.jmprel)): New static pattern rule.
43614         (generated): Add those targets.
43615         (localplt-built-dso): New variable.
43616         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43618         * elf/check-localplt.c: File removed.
43620         * scripts/check-execstack.awk: New file.
43621         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43622         (check-execstack-CFLAGS): Variable removed.
43623         ($(objpfx)check-execstack.h): Target removed.
43624         ($(objpfx)execstack-default): New target.
43625         (generated): Add that instead of check-execstack.h.
43626         ($(all-built-dso:=.phdr)): New static pattern rule.
43627         (generated): Add those targets.
43628         * elf/check-execstack.c: File removed.
43630         * scripts/check-textrel.awk: New file.
43631         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43632         (check-textrel-CFLAGS): Variable removed.
43633         (all-built-dso): Use := to define.o
43634         ($(all-built-dso:=.dyn)): New static pattern rule.
43635         (generated): Add those targets.
43636         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43637         * config.make.in (READELF): New substituted variable.
43638         * elf/check-textrel.c: File removed.
43640 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43642         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43643         allow.
43644         * conform/data/ctype.h-data [C99-based standards] (isblank):
43645         Expect function.
43646         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43647         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43648         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43649         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43650         Specify type.  Require positive value.
43651         (EILSEQ): Likewise.
43652         (ERANGE): Likewise.
43653         [ISO || POSIX] (EILSEQ): Do not expect.
43654         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43655         Specify type.  Require positive value.
43656         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43657         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43658         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43659         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43660         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43661         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43662         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43663         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43664         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43665         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43666         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43667         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43668         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43669         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43670         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43671         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43672         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43673         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43674         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43675         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43676         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43677         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43678         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43679         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43680         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43681         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43682         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43683         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43684         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43685         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43686         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43687         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43688         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43689         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43690         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43691         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43692         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43693         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43694         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43695         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43696         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43697         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43698         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43699         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43700         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43701         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43702         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43703         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43704         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43705         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43706         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43707         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43708         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43709         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43710         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43711         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43712         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43713         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43714         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43715         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43716         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43717         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43718         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43719         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43720         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43721         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43722         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43723         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43724         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43725         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43726         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43727         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43728         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43729         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43730         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43731         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43732         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43733         Require >= 2.
43734         (FLT_ROUNDS): Expect as macro, not constant.
43735         (FLT_MANT_DIG): Use macro-int-constant.
43736         (DBL_MANT_DIG): Likewise.
43737         (LDBL_MANT_DIG): Likewise.
43738         (FLT_DIG): Likewise.
43739         (DBL_DIG): Likewise.
43740         (LDBL_DIG): Likewise.
43741         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43742         (DBL_MIN_EXP): Likewise.
43743         (LDBL_MIN_EXP): Likewise.
43744         (FLT_MAX_EXP): Use macro-int-constant.
43745         (DBL_MAX_EXP): Likewise.
43746         (LDBL_MAX_EXP): Likewise.
43747         (FLT_MAX_10_EXP): Likewise.
43748         (DBL_MAX_10_EXP): Likewise.
43749         (LDBL_MAX_10_EXP): Likewise.
43750         (FLT_MAX): Use macro-constant.
43751         (DBL_MAX): Likewise.
43752         (LDBL_MAX): Likewise.
43753         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43754         (DBL_EPSILON): Likewise.
43755         (LDBL_EPSILON): Likewise.
43756         (FLT_MIN): Likewise.
43757         (DBL_MIN): Likewise.
43758         (LDBL_MIN): Likewise.
43759         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43760         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43761         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43762         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43763         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43764         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43765         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43766         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43767         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43768         [ISO11] (FLT_TRUE_MIN): Likewise.
43769         [ISO11] (LDBL_TRUE_MIN): Likewise.
43770         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43771         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43772         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43773         (SCHAR_MAX): Likewise.
43774         (UCHAR_MAX): Likewise.
43775         (CHAR_MIN): Likewise.
43776         (CHAR_MAX): Likewise.
43777         (MB_LEN_MAX): Use macro-int-constant.
43778         (SHRT_MIN): Use macro-int-constant.  Specify type.
43779         (SHRT_MAX): Likewise.
43780         (USHRT_MAX): Likewise.
43781         (INT_MAX): Likewise.
43782         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43783         bound negative.
43784         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43785         bound with "U".
43786         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43787         bound with "L".
43788         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43789         bound negative.  Suffix upper bound with "L".
43790         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43791         bound with "UL".
43792         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43793         Specify type.
43794         [C99-based standards] (LLONG_MAX): Likewise.
43795         [C99-based standards] (ULLONG_MAX): Likewise.
43796         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43797         == 0.
43798         [ISO11] (max_align_t): Require type.
43799         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43801         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43802         from $CFLAGS, without defining away __attribute__ calls.
43803         (checknamespace): Use $CFLAGS_namespace.
43805         * conform/conformtest.pl (@keywords): Only include C99 keywords
43806         for standards based on C99 or C11.
43808         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43809         Disable tests.
43810         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43811         UNIX98]: Likewise.
43813         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43814         usability of symbols in #if.
43816         * conform/conformtest.pl: If macro or constant types start
43817         "promoted:", expect the symbol to be of the following type
43818         promoted by the integer promotions.
43820         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43821         in one place.  Also handle "macro-constant".
43823         * conform/conformtest.pl: Only accept expected macro values with
43824         "==".  Parse all "macro" lines in one place.
43825         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43827         * conform/conformtest.pl: Handle braced types on "constant" lines
43828         instead of handling "typed-constant".
43829         * conform/data/signal.h-data: Use "constant" instead of
43830         "typed-constant".
43832         * conform/conformtest.pl: Handle "optional-" at start of lines in
43833         one place rather than duplicating several cases.  Handle each
43834         format of "macro" line with initial "optional-".
43836         * conform/conformtest.pl: Only accept expected constant or
43837         optional-constant values with "==".  Parse all "constant" lines in
43838         one place.  Parse all "optional-constant" lines in one place.
43839         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43840         * conform/data/fmtmsg.h-data: Likewise.
43841         * conform/data/netinet/in.h-data: Likewise.
43842         * conform/data/tar.h-data: Likewise.
43843         * conform/data/limits.h-data: Use "==" form on "constant" and
43844         "optional-constant" lines.
43846         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43847         Use -std=c99 for XOPEN2K.
43848         (@knownproblems): Remove.
43849         (newtoken): Don't check %isknown.
43851         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43852         Do not expect macro.
43853         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43854         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43855         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43856         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43857         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43858         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43859         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43860         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43863         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43864         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43865         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43866         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43867         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43868         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43869         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43870         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43871         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43872         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43873         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43874         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43875         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43883         [XPG3] (acosh): Likewise.
43884         [XPG3] (asinh): Likewise.
43885         [XPG3] (atanh): Likewise.
43886         [XPG3] (cbrt): Likewise.
43887         [XPG3] (expm1): Likewise.
43888         [XPG3] (ilogb): Likewise.
43889         [XPG3] (log1p): Likewise.
43890         [XPG3] (logb): Likewise.
43891         [XPG3] (nextafter): Likewise.
43892         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43893         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43894         [XPG3] (remainder): Likewise.
43895         [XPG3] (rint): Likewise.
43896         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43897         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43898         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43901         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43902         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43903         [UNIX98 || XOPEN2K] (scalb): Expect.
43904         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43905         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43906         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43910         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43911         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43912         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43957         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43958         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43959         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43960         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43961         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43962         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43963         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43964         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43965         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43966         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43967         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43968         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43969         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43970         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43971         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43972         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43973         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43974         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43975         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43976         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43977         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43978         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43979         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43980         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43981         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43982         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43983         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43984         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43985         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43986         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43987         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43988         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43989         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43990         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43991         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43992         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43993         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43994         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43995         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43996         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43997         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43998         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43999         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44000         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44001         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44002         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44003         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44004         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44005         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44006         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44007         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44008         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44009         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44010         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44011         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44012         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44013         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44014         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44015         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44016         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44017         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44018         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44019         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44020         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44021         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44022         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44023         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44024         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44025         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44026         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44027         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44028         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44029         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44030         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44031         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44032         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44033         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44034         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44035         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44036         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44037         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44038         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44039         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44040         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44042         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44043         _XOPEN_SOURCE_EXTENDED for XPG4.
44045         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44047         * Makeconfig (localtime): Remove variable.
44048         (inst_localtime-file): Likewise.
44050 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44053         Update.
44054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44055         Update.
44056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44057         Update.
44058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44059         Update.
44060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44061         Update.
44062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44063         Update.
44064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44065         Update.
44066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44067         Update.
44068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44069         Update.
44071 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44073         [BZ #2550]
44074         [BZ #2570]
44075         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44076         comparisons to determine direction to adjust input.
44077         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44078         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44079         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44080         Likewise.
44081         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44082         Likewise.
44083         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44084         Likewise.
44085         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44086         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44087         Likewise.
44088         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44089         Likewise.
44090         * math/libm-test.inc (nexttoward_test): Add more tests.
44092 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44094         [BZ #14040]
44095         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44096         in version GLIBC_2.1, not GLIBC_2.0.
44097         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44098         Likewise.
44100 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44102         [BZ #13942]
44103         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44104         (1 - x) * (1 + x).
44105         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44106         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44107         * math/libm-test.inc (acos_test): Add more tests.
44108         (asin_test): Likewise.
44109         * sysdeps/i386/fpu/libm-test-ulps: Update.
44110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44112         [BZ #14034]
44113         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44114         of square root.
44115         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44116         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44117         * math/libm-test.inc (acos_test_tonearest): New function.
44118         (acos_test_towardzero): Likewise.
44119         (acos_test_downward): Likewise.
44120         (acos_test_upward): Likewise.
44121         (asin_test_tonearest): Likewise.
44122         (asin_test_towardzero): Likewise.
44123         (asin_test_downward): Likewise.
44124         (asin_test_upward): Likewise.
44125         (main): Call the new functions.
44126         * sysdeps/i386/fpu/libm-test-ulps: Update.
44127         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44129         [BZ #13884]
44130         [BZ #13924]
44131         * math/e_exp10.c: Include <float.h>.
44132         (__ieee754_exp10): Handle underflow here rather than multiplying
44133         large negative argument by M_LN10.
44134         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44135         of __ieee754_expf.
44136         * math/e_exp10l.c: Include <float.h>.
44137         (__ieee754_exp10l): Handle underflow here rather than multiplying
44138         large negative argument by M_LN10l.
44139         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44140         spurious overflow exception on underflow.
44142 2012-04-29  Marek Polacek  <polacek@redhat.com>
44144         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44145         (__fortify_function): New macro.
44146         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44147         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44148         __extern_always_inline.
44149         * libio/bits/stdio2.h: Likewise.
44150         * libio/bits/stdio.h: Likewise.
44151         * string/string.h: Likewise.
44152         * string/bits/string3.h: Likewise.
44153         * include/stdio.h: Likewise.
44154         * stdlib/bits/stdlib.h: Likewise.
44155         * stdlib/stdlib.h: Likewise.
44156         * rt/bits/mqueue2.h: Likewise.
44157         * rt/mqueue.h: Likewise.
44158         * posix/bits/unistd.h: Likewise.
44159         * posix/unistd.h: Likewise.
44160         * io/bits/poll2.h: Likewise.
44161         * io/bits/fcntl2.h: Likewise.
44162         * io/fcntl.h: Likewise.
44163         * io/sys/poll.h: Likewise.
44164         * misc/bits/syslog.h: Likewise.
44165         * misc/bits/syslog-ldbl.h: Likewise.
44166         * misc/sys/syslog.h: Likewise.
44167         * socket/bits/socket2.h: Likewise.
44168         * socket/sys/socket.h: Likewise.
44169         * debug/tst-chk1.c: Likewise.
44170         * wcsmbs/bits/wchar2.h: Likewise.
44171         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44172         * wcsmbs/wchar.h: Likewise.
44174 2012-04-29  Andreas Jaeger  <aj@suse.de>
44176         * Makerules (tests): Remove enable-check-abi protection.
44177         (check-abi-warn): Remove.
44178         (check-abi-%): Remove check-abi-warn usage.
44180         * configure.in: Remove check-abi configure option.
44181         * configure: Regenerated.
44182         * config.make.in (enable-check-abi): Remove.
44184 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44186         [BZ #14033]
44187         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44188         double functions to double *_finite functions.
44190         [BZ #13941]
44191         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44192         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44193         LDBL_MIN_EXP.
44194         * stdio-common/Makefile (tests): Add tst-sprintf3.
44195         * stdio-common/tst-sprintf3.c: New file.
44197         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44198         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44200 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44202         * conform/conformtest.pl: Remove duplicate typed-constant
44203         handling.
44205 2012-04-28  David S. Miller  <davem@davemloft.net>
44207         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44208         (check-abi-%): Remove AWK script prerequisite and explicit
44209         abilist directory.
44210         (check-abi): Rewrite to just diff the symlist with the abilist.
44211         (config-tls, config-abi-config): Delete, no longer used.
44212         (update-abi-%): Remove AWK script and explicit abilist directory.
44213         (update-abi): Rewrite to simply compare and conditionally copy the
44214         symlist and the sysdep abilist file.  Remove update-abi-config
44215         checks.
44216         * abilist/ld.abilist: Remove.
44217         * abilist/libBrokenLocale.abilist: Remove.
44218         * abilist/libanl.abilist: Remove.
44219         * abilist/libcrypt.abilist: Remove.
44220         * abilist/libdl.abilist: Remove.
44221         * abilist/librt.abilist: Remove.
44222         * abilist/libthread_db.abilist: Remove.
44223         * abilist/libutil.abilist: Remove.
44224         * scripts/extract-abilist.awk: Remove.
44225         * scripts/merge-abilist.awk: Remove.
44226         * sysdeps/generic/libcidn.abilist: New file.
44227         * sysdeps/generic/libnss_compat.abilist: New file.
44228         * sysdeps/generic/libnss_db.abilist: New file.
44229         * sysdeps/generic/libnss_dns.abilist: New file.
44230         * sysdeps/generic/libnss_files.abilist: New file.
44231         * sysdeps/generic/libnss_hesiod.abilist: New file.
44232         * sysdeps/generic/libnss_nis.abilist: New file.
44233         * sysdeps/generic/libnss_nisplus.abilist: New file.
44234         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44235         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44236         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44237         file.
44238         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44239         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44240         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44241         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44242         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44243         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44244         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44245         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44246         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44247         file.
44248         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44249         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44250         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44251         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44252         file.
44253         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44254         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44255         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44256         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44257         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44258         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44259         file.
44260         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44261         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44262         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44263         file.
44264         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44265         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44266         New file.
44267         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44268         New file.
44269         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44270         New file.
44271         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44272         New file.
44273         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44274         New file.
44275         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44276         New file.
44277         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44278         New file.
44279         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44280         New file.
44281         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44282         New file.
44283         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44284         New file.
44285         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44286         New file.
44287         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44288         New file.
44289         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44290         New file.
44291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44292         file.
44293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44294         New file.
44295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44296         New file.
44297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44298         file.
44299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44300         New file.
44301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44302         New file.
44303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44304         file.
44305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44306         New file.
44307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44308         New file.
44309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44310         New file.
44311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44312         New file.
44313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44314         New file.
44315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44316         New file.
44317         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44319         file.
44320         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44321         New file.
44322         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44323         file.
44324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44325         file.
44326         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44327         file.
44328         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44329         file.
44330         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44331         file.
44332         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44333         New file.
44334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44335         file.
44336         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44337         file.
44338         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44339         New file.
44340         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44341         file.
44342         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44344         file.
44345         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44346         New file.
44347         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44348         file.
44349         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44350         file.
44351         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44352         file.
44353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44354         file.
44355         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44356         file.
44357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44358         New file.
44359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44360         file.
44361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44362         file.
44363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44364         New file.
44365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44366         file.
44367         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44368         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44369         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44370         file.
44371         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44372         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44373         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44374         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44375         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44376         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44377         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44378         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44379         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44380         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44381         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44383         file.
44384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44385         New file.
44386         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44387         file.
44388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44389         file.
44390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44391         file.
44392         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44393         file.
44394         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44395         file.
44396         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44397         New file.
44398         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44399         New file.
44400         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44401         file.
44402         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44403         New file.
44404         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44405         file.
44406         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44408         file.
44409         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44410         New file.
44411         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44412         file.
44413         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44414         file.
44415         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44416         file.
44417         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44418         file.
44419         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44420         file.
44421         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44422         New file.
44423         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44424         New file.
44425         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44426         file.
44427         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44428         New file.
44429         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44430         file.
44432 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44434         * conform/conformtest.pl: Fix typo in handling typed-constant from
44435         allow-header.
44437 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44439         * README: Cut down references to pre-2.6 Linux kernels and
44440         Linuxthreads.  Update lists of configurations in libc and ports
44441         and sort alphabetically.  Say "or newer" with Linux kernel version
44442         requirements.
44444         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44446 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44448         [BZ #887]
44449         * math/libm-test.inc (logb_test_downward): New test to expose
44450         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44451         rounding mode.
44453 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44455         [BZ #14027]
44456         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44457         to be done.
44458         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44459         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44461 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44463         * sysdeps/unix/i386/brk.S: Remove file.
44464         * sysdeps/unix/i386/dl-brk.S: Likewise.
44465         * sysdeps/unix/i386/pipe.S: Likewise.
44466         * sysdeps/unix/i386/sigreturn.S: Likewise.
44467         * sysdeps/unix/i386/syscall.S: Likewise.
44468         * sysdeps/unix/i386/vfork.S: Likewise.
44469         * sysdeps/unix/i386/wait.S: Likewise.
44471         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44472         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44474         * configure.in (arm*-none*): Do not allow without
44475         --enable-hacker-mode.
44476         (netbsd*): Remove case setting base_os.
44477         (386bsd*): Likewise.
44478         (freebsd*): Likewise.
44479         (bsdi*): Likewise.
44480         (osf*): Likewise.
44481         (sunos*): Likewise.
44482         (ultrix*): Likewise.
44483         (newsos*): Likewise.
44484         (dynix*): Likewise.
44485         (*bsd*): Likewise.
44486         (sysv*): Likewise.
44487         (isc*): Likewise.
44488         (esix*): Likewise.
44489         (sco*): Likewise.
44490         (minix*): Likewise.
44491         (irix4*): Likewise.
44492         (irix6*): Likewise.
44493         (solaris[2-9]*): Likewise.
44494         (none): Likewise.
44495         * configure: Regenerated.
44497 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44499         [BZ #11521]
44500         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44501         overflow or cancellation in calculating denominator.
44502         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44503         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44504         down expression to avoid unexpected rounding in newer GCCs.
44505         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44507 2012-04-26  David S. Miller  <davem@davemloft.net>
44509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44510         long-double compat symbols.
44511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44516         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44520         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44521         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44525 2012-04-25  David S. Miller  <davem@davemloft.net>
44527         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44528         HWCAP_* values only after the memory barriers have been defined.
44529         (atomic_full_barrier): Define.
44530         (atomic_read_barrier): Define.
44531         (atomic_write_barrier): Define.
44533 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44535         * shlib-versions: Add libgcc_s version information.
44536         * sysdeps/generic/libgcc_s.h: Remove.
44537         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44538         libgcc_s.h.
44539         * sysdeps/gnu/unwind-resume.c: Likewise.
44540         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44542 2012-04-25  David S. Miller  <davem@davemloft.net>
44544         * sysdeps/unix/sparc/brk.S: Delete.
44545         * sysdeps/unix/sparc/dl-brk.S: Delete.
44546         * sysdeps/unix/sparc/pipe.S: Delete.
44547         * sysdeps/unix/sparc/sysdep.S: Delete.
44548         * sysdeps/unix/sparc/sysdep.h: Delete.
44549         * sysdeps/unix/sparc/vfork.S: Delete.
44550         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44551         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44552         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44553         (ret_ERRVAL, r0, r1, MOVE): Define.
44554         (JUMPTARGET): Remove.
44555         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44556         sysdeps/unix/sparc/sysdep.h
44557         (ENTRY, END): Remove.
44558         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44560 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44562         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44563         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44564         -DIS_IN_build.
44566         * timezone/README: Update upstream location and email address for
44567         tzcode and tzdata.
44568         * timezone/zdump.c: Update from tzcode 2012b.
44569         * timezone/zic.c: Likewise.
44571         * configure.in (libc_cv_as_needed): Remove test.
44572         * configure: Regenerated.
44573         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44574         conditional definition.
44575         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44576         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44577         * config.make.in (have-as-needed): Remove variable.
44579 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44580             Paul Pluzhnikov  <ppluzhnikov@google.com>
44582         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44583         strings correctly.
44585 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44587         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44588         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44589         * sysdeps/sh/strlen.S: Likewise.
44591 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44593         * sysdeps/unix/fork.S: Remove file.
44594         * sysdeps/unix/i386/fork.S: Likewise.
44595         * sysdeps/unix/sparc/fork.S: Likewise.
44597         * sysdeps/unix/system.c: Remove file.
44598         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44600         * sysdeps/unix/getegid.S: Remove file.
44601         * sysdeps/unix/geteuid.S: Likewise.
44603 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44605         * scripts/check-localplt.awk: New file.
44606         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44607         of diff.
44608         * scripts/data/localplt-generic.data: Add a comment.
44610         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44611         NODE when __dir_mkfile failed.
44612         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44613         Reported by Ludovic Courtès <ludo@gnu.org>.
44615 2012-04-24  Andreas Jaeger  <aj@suse.de>
44617         * Makerules (common-clean): Also remove gen-as-const-headers
44618         files.
44620 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44622         * Makerules (native-compile): Do not change working directory for
44623         build.  Use $(OUTPUT_OPTION) in command.
44624         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44626 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44628         [BZ #13886]
44629         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44630         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44631         * math/libm-test.inc (floor_test): Add more tests.
44632         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44634 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44636         * sysdeps/unix/getdents.c: Remove file.
44637         * sysdeps/unix/sysv/getdents.c: Likewise.
44638         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44640         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44641         sysdeps/unix/mman/syscalls.list.
44642         (mmap): Likewise.
44643         (mprotect): Likewise.
44644         (msync): Likewise.
44645         (munmap): Likewise.
44646         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44647         * sysdeps/unix/mman/syscalls.list: Remove.
44648         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44650         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44651         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44652         * configure: Regenerated.
44653         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44654         $(libgcc_s_suffix).
44655         * config.make.in (libgcc_s_suffix): Remove variable.
44657 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44659         * sysdeps/unix/sysv/gethostname.c: Move to ...
44660         * sysdeps/posix/gethostname.c: ... here.
44662         * sysdeps/unix/execve.S: Remove file.
44664         * sysdeps/unix/_exit.S: Remove file.
44666 2012-04-23  Andreas Jaeger  <aj@suse.de>
44668         [BZ #13739]
44669         * manual/Makefile: Remove make dist support, there's no
44670         need for a stand-alone documentation tar ball.
44671         (TEXI2DVI): Define always, it's not in Makeconfig.
44672         (dist): Removed.
44673         (tar-it): Removed.
44674         (edition): Removed.
44675         (glibc-doc-$(edition).tar): Removed
44676         (%.Z): Removed.
44677         (%.gz): Removed.
44678         (%.uu): Removed.
44679         (ETAGS): Remove, it's in Makeconfig.
44680         (move-if-change): Remove, it's in Makeconfig.
44682 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44684         [BZ #13970]
44685         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44686         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44687         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44688         (strtod_l, strtof_l, strtold_l): Remove __wur.
44689         It is not necessarily an error to ignore strtol's return value.
44690         One can reliably look at the stored endptr to decide whether
44691         the number had valid syntax.
44693 2012-04-21  Andreas Jaeger  <aj@suse.de>
44695         [BZ #13739]
44696         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44698 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44700         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44701         * sysdeps/unix/sysv/Versions: Remove file.
44703 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44705         [BZ #13927]
44706         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44708 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44710         [BZ #7064]
44711         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44712         version from __vm86.
44714 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44716         * sysdeps/unix/common/lxstat.c: Remove file.
44717         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44719         * sysdeps/unix/sysv/Makefile: Remove file.
44721         * sysdeps/unix/sysv/direct.h: Remove file.
44723         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44724         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44725         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44726         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44727         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44728         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44729         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44731         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44733         * sysdeps/unix/xmknod.c: Remove file.
44734         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44736         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44738         * sysdeps/unix/sysv/i386/time.S: Remove file.
44740         * sysdeps/unix/fxstat.c: Remove file.
44741         * sysdeps/unix/xstat.c: Likewise.
44742         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44744         * sysdeps/unix/sysv/sigaction.c: Remove file.
44746         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44747         (sysdep_headers): Remove variable.
44748         [termio.h not in sysdep_headers] (generated): Likewise.
44749         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44750         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44751         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44752         * sysdeps/unix/sysv/tcflow.c: Likewise.
44753         * sysdeps/unix/sysv/tcflush.c: Likewise.
44754         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44755         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44756         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44757         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44758         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44760         * sysdeps/unix/siglist.c: Remove file.
44762         * sysdeps/unix/getppid.S: Remove file.
44764         * sysdeps/unix/mkdir.c: Remove file.
44765         * sysdeps/unix/rmdir.c: Likewise.
44767 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44769         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44770         ERR_MAX value.
44771         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44772         errlist-compat value.
44774 2012-04-18  David S. Miller  <davem@davemloft.net>
44776         * sysdeps/generic/memcopy.h (reg_char): Delete.
44777         * debug/strcat_chk.c: Use char, not reg_char.
44778         * debug/strcpy_chk.c: Likewise.
44779         * debug/strncat_chk.c: Likewise.
44780         * debug/strncpy_chk.c: Likewise.
44781         * string/memchr.c: Likewise.
44782         * string/memrchr.c: Likewise.
44783         * string/rawmemchr.c: Likewise.
44784         * string/strcat.c: Likewise.
44785         * string/strchr.c: Likewise.
44786         * string/strchrnul.c: Likewise.
44787         * string/strcmp.c: Likewise.
44788         * string/strcpy.c: Likewise.
44789         * string/strncat.c: Likewise.
44790         * string/strncmp.c: Likewise.
44791         * string/strncpy.c: Likewise.
44793 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44795         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44796         __builtin_memcopy is called when src and dest ranges are known to not
44797         overlap.
44799 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44801         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44802         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44803         fwd_align_merge macro call.
44804         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44805         bwd_align_merge macro call.
44806         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44808 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44810         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44811         bwd_align_merge macros.
44812         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44813         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44814         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44816 2012-04-18  David S. Miller  <davem@davemloft.net>
44818         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44820 2012-04-18  Andreas Jaeger  <aj@suse.de>
44822         [BZ# 6794]
44823         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44824         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44825         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44827         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44828         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44829         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44831         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44832         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44833         Adjust for changed ldbl-128 files.
44835         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44836         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44837         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44839 2012-04-17  David S. Miller  <davem@davemloft.net>
44841         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44843 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44845         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44846         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44847         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44848         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44849         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44850         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44852 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44854         [BZ #6794]
44855         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44856         * math/libm-test.inc: Add ilogb errno and exception tests.
44857         * math/w_ilogb.c: New file: ilogb wrapper.
44858         * math/w_ilogbf.c: New file: ilogbf wrapper.
44859         * math/w_ilogbl.c: New file: ilogbl wrapper.
44860         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44861         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44862         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44863         exception being thrown with 0.0 as argument.
44864         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44865         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44866         exception being thrown with 0.0 as argument.
44867         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44868         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44869         exception being thrown with 0.0 as argument.
44870         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44871         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44872         exception being thrown with 0.0 as argument.
44873         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44874         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44875         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44876         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44877         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44878         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44879         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44880         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44881         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44883 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44885         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44886         with altivec.
44888 2012-04-16  Marek Polacek  <polacek@redhat.com>
44890         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44892 2012-04-16  Marek Polacek  <polacek@redhat.com>
44894         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44895         operands of fdivp instruction.
44897 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44899         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44900         * elf/tst-auditmod3b.c: Likewise.
44901         * elf/tst-auditmod4b.c: Likewise.
44902         * elf/tst-auditmod5b.c: Likewise.
44903         * elf/tst-auditmod6b.c: Likewise.
44904         * elf/tst-auditmod6c.c: Likewise.
44905         * elf/tst-auditmod7b.c: Likewise.
44906         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44907         * sysdeps/x86_64/preconfigure.in: Likewise.
44908         * sysdeps/x86_64/preconfigure: Regenerated.
44910 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44912         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44913         __ILP32__.
44915 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44917         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44918         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44920 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44922         [BZ #13973]
44923         * locale/iso-639.def: Fix gl language name. Spotted by
44924         Yaron Shahrabani.
44926 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44928         [BZ #2074]
44929         * libio/libio.h (__io_write_fn): Update comment.
44931 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44933         [BZ #2074]
44934         * stdio.texi (Hook Functions): The user provided writer function
44935         is not allowed to return -1.
44937 2012-04-11  David S. Miller  <davem@davemloft.net>
44939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44941 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44943         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44944         Add a leading slash to rtkaio.
44946 2012-04-11  Jim Meyering  <meyering@redhat.com>
44948         [BZ #11959]
44949         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44950         It is not necessarily an error to ignore fwrite's return
44951         value.  One can reliably use ferror to test for errors after
44952         the fact.
44954 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44956         * bits/types.h (__snseconds_t): New type.
44957         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44959         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44960         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44961         (__SNSECONDS_T_TYPE): Likewise.
44962         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44963         (__SNSECONDS_T_TYPE): Likewise.
44964         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44965         (__SNSECONDS_T_TYPE): Likewise.
44967 2012-04-10  Andreas Jaeger  <aj@suse.de>
44969         [BZ #2636]
44970         * manual/time.texi (Processor Time): Return type of times is
44971         elapsed real time since an arbitrary point in the past.
44972         (CPU Time): Move CLK_TCK from here...
44973         (Processor Time): ...to here.  Correct description.
44974         * manual/conf.texi (Constants for Sysconf): Correct description of
44975         _SC_CLK_TCK.
44977 2012-04-10  David S. Miller  <davem@davemloft.net>
44979         [BZ #13967]
44980         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44981         where the is a gap between DT_REL(A) and DT_JMPREL.
44983 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44985         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44986         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44987         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44989 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44991         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44992         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44993         (dl_main): Handle --inhibit-cache.
44994         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44995         _dl_inhibit_cache.
44996         * elf/dl-load.c (_dl_map_object): Use it.
44997         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44999 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45001         [BZ #13872]
45002         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45003         (__ieee754_powl): Saturate large exponents rather than testing for
45004         overflow of y*log2(x).
45005         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45006         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45007         exceptions.
45009         [BZ #11521]
45010         * math/s_ctan.c: Include <float.h>.
45011         (__ctan): Avoid internal overflow or cancellation in calculating
45012         denominator.
45013         * math/s_ctanf.c: Likewise.
45014         * math/s_ctanl.c: Likewise.
45015         * math/s_ctanh.c: Likewise.
45016         * math/s_ctanhf.c: Likewise.
45017         * math/s_ctanhl.c: Likewise.
45018         * math/libm-test.inc (ctan_test): Add more tests.
45019         (ctanh_test): Likewise.
45020         * sysdeps/i386/fpu/libm-test-ulps: Update.
45021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45023 2012-04-09  Andreas Jaeger  <aj@suse.de>
45025         [BZ #6894]
45026         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45027         is an optional BSD extension.
45029         [BZ #10254]
45030         * manual/stdio.texi (Opening Streams): Document additional fopen
45031         parameters.
45033 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45035         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45036         %eax without telling the compiler.
45038 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45040         [BZ # 13963]
45041         * manual/install.texi: Use sourceware.org.
45043 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45045         [BZ #13873]
45046         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45047         (__ieee754_pow): Generate overflow and underflow using huge*huge
45048         and tiny*tiny rather than just returning constant infinity or zero
45049         for large exponents.
45050         * math/libm-test.inc (pow_test): Require overflow exceptions for
45051         applicable cases of large exponents.
45053         [BZ #706]
45054         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45055         (__ieee754_pow): Use iterative multiplication algorithm only for
45056         integer exponents with absolute value below 1024.  Check for odd
45057         integer exponents when using algorithm for real exponents.
45058         * math/libm-test.inc (pow_test): Add more tests.
45059         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45061 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45063         [BZ #13705]
45064         * math/libm-test.inc (exp_test): Do not allow overflow exception
45065         on underflow test.
45067 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45069         [BZ #13705]
45070         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45071         instead of __kernel_standard_f.
45073 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45075         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45076         * sysdeps/x86_64/memset_chk.S: Likewise.
45078 2012-04-08  Andreas Jaeger  <aj@suse.de>
45080         [BZ #10153]
45081         * manual/startup.texi (Environment Access): Describe return value
45082         for putenv and setenv.
45084         [BZ #6895]
45085         * manual/filesys.texi (Directory Entries): Add description for
45086         DT_LNK.
45088         [BZ #6890]
45089         * manual/filesys.texi (Directory Entries): Clarify that it's file
45090         system not operating system in the description of DT_UNKNOWN.
45092         [BZ #6578]
45093         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45095 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45097         [BZ #6649]
45098         * manual/llio.texi (Opening and Closing Files): Add cross
45099         reference to explain mode argument.
45101 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45103         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45104         * sysdeps/x86_64/memset_chk.S: Likewise.
45106 2012-04-07  David S. Miller  <davem@davemloft.net>
45108         * elf/elf.h (R_SPARC_WDISP10): Define.
45109         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45110         R_SPARC_SIZE32.
45111         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45112         R_SPARC_SIZE64 and R_SPARC_H34.
45114 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45116         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45117         conditions and remove no longer applicable assertion.
45119 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45121         * bits/byteswap.h: Include <features.h>.
45122         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45123         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45125 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45127         * bits/byteswap.h (__bswap_16): Removed.
45128         Include <bits/byteswap-16.h> to get __bswap_16.
45129         * sysdeps/i386/bits/byteswap.h: Likewise.
45130         * sysdeps/s390/bits/byteswap.h: Likewise.
45131         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45132         * bits/byteswap-16.h: New file.
45133         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45134         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45135         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45136         * string/Makefile (headers): Add bits/byteswap-16.h.
45138 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45140         [BZ #13895]
45141         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45142         extra indirection.
45143         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45144         * nss/tst-nss-static.c: New.
45146 2012-04-06  Robert Millan  <rmh@gnu.org>
45148         [BZ #6486]
45149         * manual/llio.texi (File Position Primitive): lseek
45150         refers to WHENCE when it really means OFFSET.
45152 2012-04-06  Andreas Jaeger  <aj@suse.de>
45154         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45155         strncmp declarations.
45157         * abilist/libc.abilist: Add __poll and __ppoll.
45159 2012-04-05  David S. Miller  <davem@davemloft.net>
45161         * scripts/check-local-headers.sh: Accept a host triplet in the
45162         path matched by the exclude regexp.
45164         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45165         definition.
45166         * sysdeps/powerpc/powerpc32/dl-machine.h
45167         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45168         * sysdeps/s390/s390-32/dl-machine.h
45169         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45170         * sysdeps/sparc/sparc32/dl-machine.h
45171         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45172         * sysdeps/sparc/sparc64/dl-machine.h
45173         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45175         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45176         lazy binding.
45177         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45178         undefined symbol errors.
45180         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45181         DT_NEEDED entries.
45183 2012-04-05  Michael Matz  <matz@suse.de>
45185         [BZ #13592]
45186         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45188 2012-04-05  Andreas Jaeger  <aj@suse.de>
45190         [BZ #13908]
45191         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45192         comment.
45194 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45196         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45197         which ROUND is no valid rounding mode.
45199 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45201         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45202         read again.
45203         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45205 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45207         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45208         an exception using FPU order intentionally.
45210 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45212         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45213         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45214         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45215         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45217 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45219         [BZ #12340]
45220         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45221         EINVAL when BUFLEN is too smal.
45223 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45225         [BZ #13553]
45226         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45227         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45229 2012-04-03  Andreas Jaeger  <aj@suse.de>
45231         [BZ #13938]
45232         * manual/setjmp.texi (System V contexts): Fix sentence.
45234         [BZ #13926]
45235         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45236         New macro for this case.
45237         [!__GNUC__] (__bswap_64): New inline function for this case.
45238         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45239         * bits/byteswap.h: Likewise.
45240         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45241         ull, guard with __GLIBC_HAVE_LONG_LONG.
45243         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45244         __GLIBC_HAVE_LONG_LONG.
45246         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45247         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45249 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45251         [BZ #13691]
45252         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45253         inptr and inend, rather than using last_ch.
45255 2012-04-02  David S. Miller  <davem@davemloft.net>
45257         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45258         * stdio-common/printf-parse.h (read_int): Change return type to
45259         'int', return -1 on INT_MAX overflow.
45260         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45261         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45262         overflows INT_MAX.  Check for overflow of in-format-string precision
45263         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45264         SIZE_MAX not INT_MAX for integer overflow test.
45265         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45266         skip the construct in the format string but do not record anything.
45267         * stdio-common/bug22.c: Adjust to test both width/prevision
45268         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45269         explicitly for proper errno values.
45271 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45273         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45274         CHAR_MAX.
45275         * string/test-strcmp.c [! WIDE]: Likewise.
45276         * time/tst-mktime2.c: Likewise for INT_MAX.
45277         * string/test-string.h: #include <sys/param.h> for MIN.
45279         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45280         * sysdeps/i386/init-first.c (init): Likewise.
45281         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45282         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45283         * sysdeps/sh/init-first.c (init): Likewise.
45285 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45287         * po/ru.po: Update from translation team.
45288         * po/vi.po: Likewise.
45290 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45292         * resolv/nss_dns/dns-host.c: Merge copyright years.
45294 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45296         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45297         Optimize memcpy with prefetch if
45298         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45299         src, dst pointers have unequal 16 byte alignments.
45301 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45303         [BZ #13928]
45304         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45305         from a CNAME entry and return the minimum ttl for the query.
45306         (gaih_getanswer_slice): Likewise.
45308 2012-03-30  Jeff Law  <law@redhat.com>
45310         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45311         due to long keys.
45312         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45313         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45315         * resolv/nss_dns/dns-host.c: Update copyright year.
45317 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45319         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45320         requests to save a system call.  Fix check that all bytes are sent.
45322         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45323         comments for sendmmsg.
45325 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45327         [BZ #13691]
45328         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45329         with only 1 character between 0x0041 and 0x01b0.
45330         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45331         * wcsmbs/tst-mbsnrtowcs.c: New file.
45333 2012-03-29  David S. Miller  <davem@davemloft.net>
45335         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45336         small copies by hand.
45338 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45340         [BZ #13761]
45341         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45342         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45343         group memberships.
45345 2012-03-28  David S. Miller  <davem@davemloft.net>
45347         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45348         that branches into memcpy.
45349         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45350         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45351         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45352         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45353         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45354         bits.
45355         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45356         implementation too.
45357         * sysdeps/sparc/mempcpy.S: New file.
45359         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45360         the IFUNC routine in the libc case.
45361         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45363         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45364         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45365         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45366         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45367         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45368         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45369         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45370         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45372         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45373         loop to 256 bytes instead of 64 bytes and fix test signedness.
45375         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45376         * sysdeps/sparc/sparc32/Makefile: rather than here...
45377         * sysdeps/sparc/sparc64/Makefile: and here.
45379 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45381         * malloc/mallocbug.c: Avoid warnings about unused variables.
45383 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45385         [BZ #13760]
45386         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45387         in the right place. Discard and retry query if response is
45388         larger than input buffer size.
45390 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45392         [BZ #369]
45393         [BZ #2678]
45394         [BZ #3866]
45395         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45396         x for large integer exponent.
45397         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45398         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45399         sign of result as needed afterwards.
45400         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45401         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45402         result for underflowing pow the same as for overflow.
45403         (__kernel_standard_l): Handle powl overflow and underflow here
45404         rather than calling __kernel_standard.
45405         * math/libm-test.inc (pow_test): Add more tests.
45407         [BZ #3868]
45408         [BZ #13879]
45409         [BZ #13910]
45410         [BZ #13911]
45411         [BZ #13912]
45412         [BZ #13913]
45413         [BZ #13915]
45414         [BZ #13916]
45415         [BZ #13917]
45416         [BZ #13918]
45417         [BZ #13919]
45418         [BZ #13920]
45419         [BZ #13921]
45420         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45421         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45422         (__kernel_standard_l): New function.
45423         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45424         __kernel_standard.
45425         * math/w_acosl.c (__acosl): Likewise.
45426         * math/w_asinl.c (__asinl): Likewise.
45427         * math/w_atan2l.c (__atan2l): Likewise.
45428         * math/w_atanhl.c (__atanhl): Likewise.
45429         * math/w_coshl.c (__coshl): Likewise.
45430         * math/w_exp10l.c (__exp10l): Likewise.
45431         * math/w_exp2l.c (__exp2l): Likewise.
45432         * math/w_fmodl.c (__fmodl): Likewise.
45433         * math/w_hypotl.c (__hypotl): Likewise.
45434         * math/w_j0l.c (__j0l, __y0l): Likewise.
45435         * math/w_j1l.c (__j1l, __y1l): Likewise.
45436         * math/w_jnl.c (__jnl, __ynl): Likewise.
45437         * math/w_lgammal.c (__lgammal): Likewise.
45438         * math/w_log10l.c (__log10l): Likewise.
45439         * math/w_log2l.c (__log2l): Likewise.
45440         * math/w_logl.c (__logl): Likewise.
45441         * math/w_powl.c (__powl): Likewise.
45442         * math/w_remainderl.c (__remainderl): Likewise.
45443         * math/w_scalbl.c (sysv_scalbl): Likewise.
45444         * math/w_sinhl.c (__sinhl): Likewise.
45445         * math/w_sqrtl.c (__sqrtl): Likewise.
45446         * math/w_tgammal.c (__tgammal): Likewise.
45447         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45448         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45449         * math/libm-test.inc (acos_test): Add more tests.
45450         (acosh_test): Likewise.
45451         (asin_test): Likewise.
45452         (atanh_test): Likewise.
45453         (exp_test): Likewise.
45454         (exp10_test): Likewise.
45455         (exp2_test): Likewise.
45456         (expm1_test): Likewise.
45457         (lgamma_test): Likewise.
45458         (log_test): Likewise.
45459         (log10_test): Likewise.
45460         (log1p_test): Likewise.
45461         (log2_test): Likewise.
45462         (pow_test): Do not allow some spurious overflow exceptions.
45463         (sqrt_test): Add more tests.
45464         (tgamma_test): Likewise.
45465         (y0_test): Likewise.
45466         (y1_test): Likewise.
45467         (yn_test): Likewise.
45469 2012-03-27  Anton Blanchard  <anton@samba.org>
45471         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45472         MAP_HUGETLB.
45473         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45474         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45475         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45477 2012-03-27  David S. Miller  <davem@davemloft.net>
45479         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45481         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45482         have-as-vis3 check.
45484 2012-03-27  Andreas Jaeger  <aj@suse.de>
45486         * sysdeps/x86_64/elf/configure.in: Moved to ...
45487         * sysdeps/x86_64/configure.in: ... here.
45488         * sysdeps/x86_64/elf/start.S: Moved to ...
45489         * sysdeps/x86_64/start.S: ... here.
45490         * sysdeps/x86_64/elf/configure: Delete.
45492         * sysdeps/x86_64/configure.in: Merge contents from
45493         sysdeps/i386/configure.in (without i686 check).
45495         * sysdeps/i386/elf/Versions: Merge into ...
45496         * sysdeps/i386/Versions: ... this.
45497         * sysdeps/i386/elf/Versions: Delete file.
45498         * sysdeps/i386/elf/start.S: Moved to ...
45499         * sysdeps/i386/start.S: ...here.
45500         * sysdeps/i386/elf/configure.in: Merge into...
45501         * sysdeps/i386/configure.in: ...here.
45502         * sysdeps/i386/elf/configure.in: Delete file.
45503         * sysdeps/i386/elf/configure: Delete file.
45505         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45506         * debug/backtracesyms.c: ... here.
45507         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45508         * debug/backtracesymsfd.c: ... here.
45509         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45510         * sysdeps/generic/ifunc-sel.h: ... here.
45512         * sysdeps/unix/i386/start.c: Delete file.
45513         * sysdeps/unix/sparc/start.c: Delete file.
45514         * sysdeps/unix/start.c: Delete file.
45516         * sysdeps/sh/elf/configure.in: Moved to ...
45517         * sysdeps/sh/configure.in: ... here.
45518         * sysdeps/sh/elf/start.S: Moved to ...
45519         * sysdeps/sh/start.S: ... here.
45520         * sysdeps/sh/elf/configure: Delete file.
45522         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45523         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45524         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45525         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45526         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45527         * sysdeps/powerpc/powerpc64/start.S: here.
45528         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45529         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45530         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45531         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45532         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45534         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45535         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45536         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45537         * sysdeps/powerpc/powerpc32/start.S: ... here.
45538         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45539         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45540         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45542         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45543         * sysdeps/powerpc/ifunc-sel.h: ... here.
45544         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45545         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45547         * sysdeps/sparc/elf/configure.in: Moved to ...
45548         * sysdeps/sparc/configure.in: ... here.
45549         * sysdeps/sparc/elf/configure: Delete file.
45550         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45551         * sysdeps/sparc/sparc32/start.S: ... here.
45552         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45553         * sysdeps/sparc/sparc64/start.S: ... here.
45554         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45555         * sysdeps/sparc/sparc32/Makefile: ... this.
45556         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45557         * sysdeps/sparc/sparc64/Makefile: ... this.
45559         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45560         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45561         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45562         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45563         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45564         * sysdeps/s390/s390-32/setjmp.S: ... here.
45565         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45566         * sysdeps/s390/s390-32/configure.in: ... here.
45567         * sysdeps/s390/s390-32/elf/configure: Delete file.
45568         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45569         * sysdeps/s390/s390-32/start.S: ... here.
45571         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45572         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45573         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45574         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45575         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45576         * sysdeps/s390/s390-64/setjmp.S: ... here.
45577         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45578         * sysdeps/s390/s390-64/configure.in: ... here
45579         * sysdeps/s390/s390-64/elf/configure: Delete file.
45580         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45581         * sysdeps/s390/s390-64/start.S: ... here.
45582         * sysdeps/s390/s390-64/elf/configure: Delete.
45584         * configure.in: Remove support for elf directories in sysdeps.
45586         * configure: Regenerated.
45587         * sysdeps/i386/configure: Regenerated.
45588         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45589         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45590         * sysdeps/s390/s390-32/configure: Regenerated.
45591         * sysdeps/s390/s390-64/configure: Regenerated.
45592         * sysdeps/sh/configure: Regenerated.
45593         * sysdeps/sparc/configure: Regenerated.
45594         * sysdeps/x86_64/configure: Regenerated.
45596 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45600         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45601         denormal result into account.
45603 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45605         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45606         Reported by Allan McRae <allan@archlinux.org>.
45608 2012-03-23  Jeff Law  <law@redhat.com>
45610         * nss/getnssent.c (__nss_getent): Fix typo.
45612 2012-03-23  David S. Miller  <davem@davemloft.net>
45614         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45616 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45618         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45619         to pad to uint64_t for each field.
45620         (dl_tls_index): Replace unsigned long with uint64_t.
45622 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45623         Paul Pluzhnikov  <ppluzhnikov@google.com>
45625         [BZ #6528]
45626         * grp/Makefile (otherlibs): Don't set it.
45627         * inet/Makefile (otherlibs): Likewise.
45628         * login/Makefile (otherlibs): Likewise.
45629         * nscd/Makefile (otherlibs): Likewise.
45630         * posix/Makefile (otherlibs): Likewise.
45631         * pwd/Makefile (otherlibs): Likewise.
45632         * rt/Makefile (otherlibs): Likewise.
45633         * sunrpc/Makefile (otherlibs): Likewise.
45634         * nss/Makefile (otherlibs): Likewise.
45635         Add libnss_files to routines and static-only-routines.
45636         ($(objpfx)getent): Remove rule.
45637         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45638         static-only-routines.
45640 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45642         [BZ #13892]
45643         * math/s_cexp.c: Include <float.h>.
45644         (__cexp): Handle exp result overflowing not necessarily
45645         overflowing both real and imaginary parts of result.
45646         * math/s_cexpf.c: Likewise.
45647         * math/s_cexpl.c: Likewise.
45648         * math/libm-test.inc (cexp_test): Add more tests.
45649         * sysdeps/i386/fpu/libm-test-ulps: Update.
45650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45652 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45654         * include/link.h (ELFW): New macro.
45655         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45656         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45658 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45660         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45661         with uint64_t.
45663 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45665         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45666         declaration.
45667         (struct La_x32_retval): Likewise.
45669 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45671         * sysdeps/x86_64/preconfigure.in: New file.
45672         * sysdeps/x86_64/preconfigure: New generated file.
45674 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45676         [BZ #13824]
45677         * math/e_exp2l.c: Include <float.h>.
45678         (__ieee754_exp2l): Handle overflow and underflow cases
45679         separately.  Only pass fractional part of argument to
45680         __ieee754_expl.
45681         * math/libm-test.inc (exp2_test): Add more tests.
45683         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45684         negating x to take absolute value.
45685         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45686         Likewise.
45687         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45688         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45689         Likewise.
45690         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45691         computing low part if x was negated.
45692         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45694 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45696         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45697         la_x32_gnu_pltexit.
45698         (pltexit): Cast int_retval to ptrdiff_t.
45699         * elf/tst-auditmod3b.c: Likewise.
45700         * elf/tst-auditmod4b.c: Likewise.
45701         * elf/tst-auditmod5b.c: Likewise.
45702         * elf/tst-auditmod6b.c: Likewise.
45703         * elf/tst-auditmod6c.c: Likewise.
45704         * elf/tst-auditmod7b.c: Likewise.
45706         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45707         and x32_gnu_pltexit.
45709         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45710         __ELF_NATIVE_CLASS.
45711         (La_x32_regs): New macro.
45712         (La_x32_retval): Likewise.
45713         (la_x32_gnu_pltenter): New function prototype.
45714         (la_x32_gnu_pltexit): Likewise.
45716 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45718         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45719         exponent.
45721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45723         * configure.in (libc_cv_cc_nofma): Check for option to disable
45724         generation of FMA instructions.
45725         * configure: Regenerate.
45726         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45727         * sysdeps/ieee754/dbl-64/Makefile: New file.
45728         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45729         Remove brandred-fma4.
45730         (CFLAGS-brandred-fma4.c): Remove.
45731         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45732         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45733         define.
45734         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45735         define.
45737 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45739         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45740         LLONG_MAX != LONG_MAX.
45741         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45742         (_fitoa_word): Likewise.
45743         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45744         LLONG_MAX != LONG_MAX.
45745         * stdio-common/_itowa.h: Include <_itoa.h>.
45746         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45747         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45748         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45749         only if not defined.
45750         (_ITOA_WORD_TYPE): Likewise.
45751         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45752         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45754 2012-03-21  David S. Miller  <davem@davemloft.net>
45756         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45758 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45760         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45761         of x86_64 when setting libc_cv_slibdir, libdir and
45762         libc_cv_localedir.
45763         * sysdeps/unix/sysv/linux/configure: Regenerated.
45765 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45767         * manual/lang.texi (Old Varargs): Remove section.
45768         (How Variadic): Update menu.
45769         (va_start): Do not mention varargs.h.
45771 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45772             Joseph Myers  <joseph@codesourcery.com>
45774         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45775         link test.
45776         * configure: Regenerated.
45778 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45780         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45781         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45782         conformtest.pl
45784 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45786         * NOTES: Remove.
45787         * Makefile (files-for-dist): Remove NOTES.
45788         (NOTES): Remove rule.
45789         * README: Don't refer to NOTES.
45790         * manual/creature.texi: Don't include macros.texi.
45791         * manual/intro.texi (creature.texi): Remove comment referring to
45792         NOTES.
45794         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45795         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45796         * configure: Regenerated.
45797         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45798         LIBC_TRY_CC_OPTION.
45799         (libc_cv_as_i686): Likewise.
45800         (libc_cv_cc_avx): Likewise.
45801         (libc_cv_cc_sse2avx): Likewise.
45802         (libc_cv_cc_fma4): Likewise.
45803         (libc_cv_cc_novzeroupper): Likewise.
45804         * sysdeps/i386/configure: Regenerated.
45806         [BZ #13883]
45807         * sysdeps/i386/fpu/s_cexp.S: Remove.
45808         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45809         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45810         * math/libm-test.inc (cexp_test): Add more tests.
45811         * sysdeps/i386/fpu/libm-test-ulps: Update.
45812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45814 2012-03-21  Allan McRae  <allan@archlinux.org>
45816         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45818 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45820         [BZ #13871]
45821         * math/w_exp2.c: Do not include <float.h>.
45822         (o_threshold, u_threshold): Remove.
45823         (__exp2): Calculate result before checking finiteness and calling
45824         __kernel_standard.
45825         * math/w_exp2f.c: Likewise.
45826         * math/w_exp2l.c: Likewise.
45827         * math/libm-test.inc (exp2_test): Require overflow exception for
45828         1e6 input.
45830         [BZ #3866]
45831         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45832         range of signed 64-bit integers before using fistpll.  Remove
45833         checks for whether integers fit in mantissa bits.
45834         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45835         the range of signed 32-bit integers before using fistpl.  Remove
45836         checks for whether integers fit in mantissa bits.
45837         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45838         (__ieee754_powl): Test for y outside the range of signed 64-bit
45839         integers before using fistpll.  Reduce 64-bit values to 63-bit
45840         ones as needed.
45841         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45842         divide-by-zero is raised for zero to large negative powers.
45843         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45844         (__ieee754_powl): Test for y outside the range of signed 64-bit
45845         integers before using fistpll.  Reduce 64-bit values to 63-bit
45846         ones as needed.
45847         * math/libm-test.inc (pow_test): Add more tests.
45849 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45851         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45852         <stdio-common/_itoa.h>.
45853         * debug/segfault.c: Likewise.
45854         * elf/dl-cache.c: Likewise.
45855         * elf/dl-minimal.c: Likewise.
45856         * elf/dl-misc.c: Likewise.
45857         * elf/dl-sysdep.c: Likewise.
45858         * elf/dl-version.c: Likewise.
45859         * elf/rtld.c: Likewise.
45860         * hurd/hurdsock.c: Likewise.
45861         * hurd/lookup-retry.c: Likewise.
45862         * malloc/malloc.c: Likewise.
45863         * malloc/mtrace.c: Likewise.
45864         * nscd/nscd_getgr_r.c: Likewise.
45865         * nscd/nscd_getpw_r.c: Likewise.
45866         * nscd/nscd_getserv_r.c: Likewise.
45867         * posix/getopt_init.c: Likewise.
45868         * posix/wordexp.c: Likewise.
45869         * stdio-common/_itoa.c: Likewise.
45870         * stdio-common/printf_fphex.c: Likewise.
45871         * stdio-common/vfprintf.c: Likewise.
45872         * string/_strerror.c: Likewise.
45873         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45874         * sysdeps/i386/i686/hp-timing.h: Likewise.
45875         * sysdeps/mach/_strerror.c: Likewise.
45876         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45877         * sysdeps/mach/hurd/sethostid.c: Likewise.
45878         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45879         * sysdeps/mach/xpg-strerror.c: Likewise.
45880         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45881         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45882         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45883         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45884         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45885         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45886         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45887         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45888         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45889         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45890         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45891         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45892         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45893         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45894         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45895         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45896         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45897         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45898         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45899         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45900         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45902         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45904         * stdio-common/_itoa.h: Moved to ...
45905         * sysdeps/generic/_itoa.h: Here.
45907         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45909         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45910         instead of "_itoa.h" and "_itowa.h".
45911         * stdio-common/vfprintf.: Likewise.
45913 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45915         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45916         <bits/wordsize.h>.
45917         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45918         (__signbit): Likwise.
45919         (llrintf): Likwise.
45920         (llrint): Likwise.
45922 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45924         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45925         __WORDSIZE != 64.
45927 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45929         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45930         OVERFLOW_EXCEPTION_OK.
45931         * math/libm-test.inc ("Philosophy"): Update comment about
45932         exception testing.
45933         (OVERFLOW_EXCEPTION): Define.
45934         (OVERFLOW_EXCEPTION_OK): Likewise.
45935         (INVALID_EXCEPTION_OK): Renumber.
45936         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45937         (IGNORE_ZERO_INF_SIGN): Likewise.
45938         (test_exceptions): Handle FE_OVERFLOW.
45939         (exp10_test): Expect overflow exceptions.
45940         (exp2_test): Likewise.
45941         (expm1_test): Likewise.
45942         (nextafter_test): Likewise.
45943         (pow_test): Likewise.
45944         (scalbn_test): Likewise.
45945         (scalbln_test): Likewise.
45947 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45949         * sysdeps/x86_64/bits/atomic.h
45950         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45951         64bit integer.
45952         (atomic_exchange_acq): Likewise.
45953         (__arch_exchange_and_add_body): Likewise.
45954         (__arch_add_body): Likewise.
45955         (atomic_add_negative): Likewise.
45956         (atomic_add_zero): Likewise.
45958 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45960         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45961         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45963 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45965         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45966         Check __x86_64__ instead of __WORDSIZE.
45968 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45970         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45972 2012-03-19  David S. Miller  <davem@davemloft.net>
45974         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45976         * sysdeps/sparc/fpu/fenv_private.h: New file.
45977         * sysdeps/sparc/fpu/math_private.h: Use it.
45978         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45979         Remove.
45980         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45981         (libc_feholdexcept_setroundl): Remove.
45982         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45983         Remove.
45984         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45985         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45987 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45989         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45990         int64_t instead of long int.
45991         (INSERT_WORDS64): Likwise.
45993 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45995         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45996         _Unwind_GetCFA return to _Unwind_Ptr first.
45998 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46000         [BZ #13629]
46001         * math/s_clog.c: Include <float.h>.
46002         (__clog): Scale large or subnormal inputs.
46003         * math/s_clogf.c: Likewise.
46004         * math/s_clogl.c: Likewise.
46005         * math/s_clog10.c: Include <float.h>.
46006         (M_LOG10_2): Define.
46007         (__clog10): Scale large or subnormal inputs.
46008         * math/s_clog10f.c: Likewise.
46009         * math/s_clog10l.c: Likewise.
46010         * math/libm-test.inc (clog_test): Add more tests.
46011         (clog10_test): Likewise.
46012         * sysdeps/i386/fpu/libm-test-ulps: Update.
46013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46015         [BZ #11451]
46016         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46017         x and y.
46018         * math/libm-test.inc (atan2_test): Add another test.
46020         * Makerules (common-objdir-compile): Remove.
46021         * sysdeps/unix/Makefile (config-generated): Do not add
46022         $(unix-generated) to variable.
46023         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46024         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46025         Remove rule.
46026         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46027         Likewise.
46028         [generic bits/local_lim.h] (before-compile): Do not append to
46029         variable.
46030         [generic bits/local_lim.h] (common-generated): Likewise.
46031         [generic sys/param.h] (before-compile): Do not append to variable.
46032         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46033         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46034         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46035         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46036         include.
46037         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46038         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46039         [generic sys/param.h] ($(addprefix
46040         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46041         [generic sys/param.h] (common-generated): Do not append to
46042         variable.
46043         [generic sys/param.h] (sysdep_headers): Likewise.
46044         [generic bits/errno.h] (before-compile): Do not append to
46045         variable.
46046         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46047         rule.
46048         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46049         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46050         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46051         [generic bits/errno.h] (common-generated): Do not append to
46052         variable.
46053         [generic bits/ioctls.h] (before-compile): Do not append to
46054         variable.
46055         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46056         rule.
46057         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46058         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46059         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46060         rule.
46061         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46062         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46063         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46064         [generic bits/ioctls.h] (common-generated): Do not append to
46065         variable.
46066         [generic sys/syscall.h] (syscall.h): Remove variable.
46067         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46068         rule.
46069         [generic sys/syscall.h] (before-compile): Do not append to
46070         variable.
46071         [generic sys/syscall.h] (common-generated): Likewise.
46072         * sysdeps/unix/errnos-tmpl.c: Remove file.
46073         * sysdeps/unix/errnos.awk: Likewise.
46074         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46075         * sysdeps/unix/ioctls.awk: Likewise.
46076         * sysdeps/unix/mk-local_lim.c: Likewise.
46077         * sysdeps/unix/snarf-ioctls: Likewise.
46079 2012-03-19  Richard Henderson  <rth@twiddle.net>
46081         * sysdeps/i386/fpu/fenv_private.h: New file.
46082         * sysdeps/i386/fpu/math_private.h: Use it.
46083         (math_opt_barrier, math_force_eval): Remove.
46084         (libc_feholdexcept_setround_53bit): Remove.
46085         (libc_feupdateenv_53bit): Remove.
46086         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46087         (math_opt_barrier, math_force_eval): Remove.
46088         (libc_feholdexcept): Remove.
46089         (libc_feholdexcept_setround): Remove.
46090         (libc_fetestexcept, libc_fesetenv): Remove.
46091         (libc_feupdateenv_test): Remove.
46092         (libc_feupdateenv, libc_feholdsetround): Remove.
46093         (libc_feresetround): Remove.
46095         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46096         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46098         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46099         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46100         (libc_feupdateenv_testl): New.
46101         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46102         (libc_feupdateenv_testf): New.
46103         (libc_feupdateenv): Use libc_feupdateenv_test.
46104         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46105         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46107         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46108         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46109         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46110         (libc_feresetround_noex): New.
46111         (libc_feresetround_noexf): New.
46112         (libc_feresetround_noexl): New.
46113         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46114         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46115         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46116         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46117         SET_RESTORE_ROUND.
46118         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46119         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46120         (__cos): Likewise.
46121         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46122         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46123         SET_RESTORE_ROUND_NOEX.
46124         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46125         SET_RESTORE_ROUND_NOEXF.
46126         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46127         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46128         (libc_feholdsetroundf): New.
46129         (libc_feresetround, libc_feresetroundf): New.
46131         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46132         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46133         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46135         * sysdeps/generic/math_private.h: Include <fenv.h>.
46136         (default_libc_feholdexcept): New.
46137         (default_libc_feholdexcept_setround): New.
46138         (default_libc_fesetenv, default_libc_feupdateenv): New.
46139         (libc_feholdexcept): Only define if undefined.
46140         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46141         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46142         (libc_feholdexcept_setroundl): Likewise.
46143         (libc_feholdexcept_setround_53bit): Likewise.
46144         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46145         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46146         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46147         (libc_feupdateenv_53bit): Likewise.
46148         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46149         (libc_feholdexcept): Convert from macro to inline function.
46150         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46151         (libc_fesetenv, libc_feupdateenv): Likewise.
46153         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46154         not previously defined.
46155         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46156         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46157         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46158         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46159         * sysdeps/ieee754/flt-32/math_private.h: New file.
46160         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46161         math_private.h below SET_FLOAT_WORD.
46162         (__isnan, __isinf_ns, __finite): Remove.
46163         (__isnanf, __isinf_nsf, __finitef): Remove.
46165 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46169 2012-03-17  David S. Miller  <davem@davemloft.net>
46171         [BZ #6471]
46172         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46173         for 2.16.
46175 2012-03-16  David S. Miller  <davem@davemloft.net>
46177         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46178         warnings.
46180         [BZ #6471]
46181         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46182         properly.
46183         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46184         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46185         sysdep_routines when subdir is sysvipc.
46186         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46187         __getshmlba helper.
46189         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46191 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46193         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46194         [__LP64__].
46196 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46198         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46199         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46200         (__lround): Renamed to ...
46201         (__llround): This.  Replace long int with long long int.
46202         Define lround functions as aliases of llround functions.
46203         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46205 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46207         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46208         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46209         adresses to uintptr_t.  Replace "long int" and "unsigned long
46210         int" with "greg_t" on va_arg.
46212 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46214         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46215         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46217         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46218         Move e_machine check before EI_CLASS check.  Handle x32
46219         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46220         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46221         SKIP_EM_IA_64 and include
46222         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46224         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46225         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46226         (add_system_dir): New macro.
46228         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46229         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46231 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46233         [BZ #2551]
46234         [BZ #2552]
46235         [BZ #2553]
46236         [BZ #2554]
46237         [BZ #2562]
46238         [BZ #2563]
46239         [BZ #2565]
46240         [BZ #2566]
46241         [BZ #2576]
46242         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46243         (y0): Likewise.
46244         * math/w_j0f.c (j0f): Likewise.
46245         (y0f): Likewise.
46246         * math/w_j0l.c (__j0l): Likewise.
46247         (__y0l): Likewise.
46248         * math/w_j1.c (j1): Likewise.
46249         (y1): Likewise.
46250         * math/w_j1f.c (j1f): Likewise.
46251         (y1f): Likewise.
46252         * math/w_j1l.c (__j1l): Likewise.
46253         (__y1l): Likewise.
46254         * math/w_jn.c (jn): Likewise.
46255         (yn): Likewise.
46256         * math/w_jnf.c (jnf): Likewise.
46257         (ynf): Likewise.
46258         * math/w_jnl.c (__jnl): Likewise.
46259         (__ynl): Likewise.
46260         * math/libm-test.inc (j0_test): Add more tests.
46261         (j1_test): Likewise.
46262         (jn_test): Likewise.  Add trailing semicolon to existing test.
46263         (y0_test): Likewise.
46264         (y1_test): Likewise.
46265         * sysdeps/i386/fpu/libm-test-ulps: Update.
46266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46268         [BZ #13851]
46269         [BZ #13854]
46270         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46271         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46272         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46273         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46274         (__tanl): Set errno for infinite argument.
46275         * sysdeps/i386/fpu/mptan.c: Remove.
46276         * sysdeps/i386/fpu/s_tan.S: Likewise.
46277         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46278         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46279         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46280         * math/libm-test.inc (tan_test): Add more tests and enable more
46281         tests for double and long double.
46282         * sysdeps/i386/fpu/libm-test-ulps: Update.
46283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46285 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46287         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46288         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46290 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46292         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46293         * configure.in: Use it for both main tree and add-ons.
46294         * configure: Regenerated.
46296 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46298         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46300 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46302         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46303         in comment.
46305         [BZ #13851]
46306         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46307         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46308         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46309         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46310         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46311         infinite argument.
46312         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46313         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46314         != 0 for prec == 2.
46315         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46316         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46317         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46318         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46319         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46320         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46321         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46322         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46323         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46324         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46325         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46326         * math/libm-test.inc (cos_test): Add more tests and enable more
46327         tests for long double.
46328         (sin_test): Likewise.
46329         (sincos_test): Likewise.
46330         * sysdeps/i386/fpu/libm-test-ulps: Update.
46331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46333 2012-03-16  David S. Miller  <davem@davemloft.net>
46335         * sysdeps/sparc/fpu/math_private.h: New file.
46337 2012-03-15  David S. Miller  <davem@davemloft.net>
46339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46340         file.
46341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46343         file.
46344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46345         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46347         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46348         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46349         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46350         sysdep routines.
46351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46353         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46354         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46356         * sysdeps/sparc/sparc-ifunc.h: New file.
46357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46358         sparc-ifunc.h
46359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46361         Likewise.
46362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46363         Likewise.
46364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46368         Likewise.
46369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46374         Likewise.
46375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46376         Likewise.
46377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46381         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46382         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46383         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46384         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46385         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46386         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46387         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46388         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46389         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46390         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46391         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46392         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46393         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46394         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46395         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46396         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46397         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46398         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46399         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46400         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46402 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46404         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46405         scaling.
46406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46408 2012-03-15  Andreas Jaeger  <aj@suse.de>
46410         [BZ #13852]
46411         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46412         ieee754/flt-32 implementation for sin, cos and sincos.
46413         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46414         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46415         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46416         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46417         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46418         ieee754/flt-32 implementation for tan.
46420         * math/libm-test.inc (cos_test): Enable some large input tests for
46421         float as well
46422         (sin_test): Likewise.
46423         (sincos_test): Likewise.
46424         (tan_test): Add tests for large input.
46426         * sysdeps/i386/fpu/libm-test-ulps: Update.
46428 2012-03-15  Andreas Jaeger  <aj@suse.de>
46430         [BZ #13658]
46431         * math/libm-test.inc (cos_test): Add more test cases.
46432         (sin_test): Likewise.
46433         (sincos_test): Likewise.
46435 2012-03-15  Andreas Jaeger  <aj@suse.de>
46437         [BZ #13837]
46438         * math/libm-test.inc (cos_test): Add a test case for large input
46439         value.
46440         (sin_test): Likewise.
46441         (sincos_test): Likewise.
46443 2012-03-15  Andreas Jaeger  <aj@suse.de>
46444             Joseph Myers  <joseph@codesourcery.com>
46446         [BZ #13658]
46447         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46448         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46449         * sysdeps/i386/fpu/branred.c: Likewise.
46450         * sysdeps/i386/fpu/dosincos.c: Likewise.
46451         * sysdeps/i386/fpu/mpa.c: Likewise.
46452         * sysdeps/i386/fpu/s_cos.S: Likewise.
46453         * sysdeps/i386/fpu/s_sin.S: Likewise.
46454         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46455         * sysdeps/i386/fpu/sincos32.c: Likewise.
46457         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46458         Define.
46459         (libc_feupdateenv_53bit): Define.
46460         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46461         Define.
46462         (libc_feupdateenv_53bit): Define.
46464         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46465         53 bit (without extend i386 double precision).
46467         * math/libm-test.inc (sincos_test): Add tests for large input.
46468         (sin): Likewise.
46469         (cos): Likewise.
46471         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46473 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46475         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46477 2012-03-15  David S. Miller  <davem@davemloft.net>
46479         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46480         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46481         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46482         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46483         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46484         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46485         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46487         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46488         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46489         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46490         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46491         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46492         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46493         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46495         file.
46496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46498         file.
46499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46501         file.
46502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46504         file.
46505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46506         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46507         fmin/fmax sysdep routines.
46508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46510 2012-03-14  David S. Miller  <davem@davemloft.net>
46512         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46513         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46514         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46515         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46516         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46517         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46518         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46519         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46520         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46521         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46522         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46523         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46524         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46525         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46526         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46527         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46528         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46529         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46530         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46531         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46532         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46533         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46534         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46535         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46536         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46537         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46538         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46539         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46540         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46541         routines.
46542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46543         file.
46544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46546         file.
46547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46549         file.
46550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46552         file.
46553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46555         file.
46556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46558         file.
46559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46560         file.
46561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46562         file.
46563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46564         file.
46565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46566         New file.
46567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46568         file.
46569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46570         file.
46571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46573         file.
46574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46576         file.
46577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46579         file.
46580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46582         VIS3 routines.
46584         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46585         New file.
46587         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46589         * sysdeps/sparc/configure.in: New file.
46590         * sysdeps/sparc/configure: Generate.
46591         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46592         * configure: Regenerate.
46593         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46594         * config.make.in (have-as-vis3): New.
46595         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46596         available use -Av9d instead of -Av9a.
46597         * sysdeps/sparc/sparc64/Makefile: Likewise.
46598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46600         New file.
46601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46602         file.
46603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46604         New file.
46605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46606         file.
46607         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46608         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46609         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46610         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46611         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46613         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46614         fzeros/fnegs to load 0x80000000 into a float register instead of
46615         using the stack.
46616         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46618 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46620         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46621         bits/syscall.h.
46622         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46623         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46624         ($(inst_includedir)/bits/syscall.h): Remove rule.
46625         ($(objpfx)bits/syscall.d): Include instead of
46626         $(objpfx)syscall-list.d.
46627         (generated): Change syscall-list.h and syscall-list.d to
46628         bits/syscall.h and bits/syscall.d.
46630 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46632         [BZ #13846]
46633         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46635 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46637         [BZ #13841]
46638         * math/s_csqrt.c: Include <float.h>.
46639         (__csqrt): Scale large or subnormal inputs.
46640         * math/s_csqrtf.c: Likewise.
46641         * math/s_csqrtl.c: Likewise.
46642         * math/libm-test.inc (csqrt_test): Add more tests.
46643         * sysdeps/i386/fpu/libm-test-ulps: Update.
46644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46646         [BZ #13840]
46647         * math/libm-test.inc (hypot_test): Add more tests.
46649 2012-03-13  David S. Miller  <davem@davemloft.net>
46651         [BZ #13840]
46652         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46653         double-precision for the calculation instead of scaling.
46655 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46657         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46658         manipulate bits before adding and subtracting TWO52[sx].
46659         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46660         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46661         Likewise.
46662         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46664 2012-03-13  David S. Miller  <davem@davemloft.net>
46666         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46667         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46668         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46669         rtld-global-offsets.h
46670         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46672         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46673         large parameters.
46675         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46677         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46678         'err' in the ifdef scope in which it is actually used.
46680         * nss/nss_db/db-init.c: Include string.h
46682 2012-03-12  David S. Miller  <davem@davemloft.net>
46684         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46685         masking out of the most significant byte of random value used.
46686         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46687         Fix coding style in previous change.
46689         * sysdeps/unix/sysv/linux/kernel-features.h
46690         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46691         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46692         expression.
46693         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46694         later.
46696 2012-03-11  David S. Miller  <davem@davemloft.net>
46698         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46699         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46700         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46701         for 'resultvar' otherwise things get truncated on 64-bit.
46703         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46704         Fix masking out of the most significant byte of random value used.
46706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46708 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46710         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46712 2012-03-09  David S. Miller  <davem@davemloft.net>
46714         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46715         variables with appropriate CPP guards.
46716         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46717         from the frame pointer, not the stack pointer.  Correct layout
46718         comments.  Fix test on resulting framesize and the management of
46719         the outregs buffer for pltexit.  Preserve floating point return
46720         values across _dl_call_pltexit call.
46721         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46722         framesize and the management of the outregs buffer for pltexit.
46723         Preserve floating point return values across _dl_call_pltexit
46724         call.
46725         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46726         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46727         (la_sparc64_gnu_pltexit): New functions.
46728         (print_exit): Fix format string for return register value.
46730 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46732         * sunrpc/Makefile (others): Add rpcgen.
46733         ($(objpfx)rpcgen): Remove special build rule and dependency on
46734         libc.
46735         * sunrpc/rpcgen.c: New file.
46737 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46739         [BZ #13673]
46740         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46741         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46742         * sysdeps/i386/crti.S: Likewise.
46743         * sysdeps/i386/crtn.S: Likewise.
46744         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46745         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46746         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46747         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46748         * sysdeps/sh/crti.S: Likewise.
46749         * sysdeps/sh/crtn.S: Likewise.
46750         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46752         [BZ #13673]
46753         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46754         with URL.
46755         * locale/programs/locfile-kw.gperf: Likewise.
46756         * locale/programs/charmap-kw.h: Regenerated.
46757         * locale/programs/locfile-kw.h: Likewise.
46759         [BZ #13673]
46760         * intl/plural.y: Replace FSF snail mail address with URL.
46761         * intl/plural.c: Regenerated.
46763 2012-03-09  Richard Henderson  <rth@twiddle.net>
46765         * include/math_private.h: Remove file.
46766         * math/math_private.h: Move file ...
46767         * sysdeps/generic/math_private.h: ... here.
46769         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46770         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46771         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46773         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46774         and <math_private.h>.
46775         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46776         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46777         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46778         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46779         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46780         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46781         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46782         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46783         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46784         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46785         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46786         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46787         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46788         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46789         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46790         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46791         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46792         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46793         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46794         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46795         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46796         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46811         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46812         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46813         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46814         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46815         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46816         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46817         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46818         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46819         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46820         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46821         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46822         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46823         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46824         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46825         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46826         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46827         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46828         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46829         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46830         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46831         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46832         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46833         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46834         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46835         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46836         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46837         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46838         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46839         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46840         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46841         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46842         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46843         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46844         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46845         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46846         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46847         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46848         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46849         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46850         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46851         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46852         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46853         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46854         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46855         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46856         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46857         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46858         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46859         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46860         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46861         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46862         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46863         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46864         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46865         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46866         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46867         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46868         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46869         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46870         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46871         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46872         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46873         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46874         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46875         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46876         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46877         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46878         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46879         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46880         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46881         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46882         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46883         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46884         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46885         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46886         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46887         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46888         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46889         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46890         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46891         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46892         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46893         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46894         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46895         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46896         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46897         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46898         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46899         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46900         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46901         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46902         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46903         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46904         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46905         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46906         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46907         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46908         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46909         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46910         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46911         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46912         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46913         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46914         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46915         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46916         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46917         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46918         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46919         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46920         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46921         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46922         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46923         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46924         * sysdeps/ieee754/k_standard.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47018         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47028         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47029         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47030         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47031         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47040         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47041         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47044         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47045         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47051         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47052         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47055         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47057         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47073         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47074         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47075         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47081         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47085         * sysdeps/ieee754/s_lib_version.c: Likewise.
47086         * sysdeps/ieee754/s_matherr.c: Likewise.
47087         * sysdeps/ieee754/s_signgam.c: Likewise.
47088         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47089         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47090         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47091         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47092         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47093         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47094         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47095         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47096         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47097         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47098         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47099         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47100         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47101         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47102         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47103         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47104         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47105         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47106         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47107         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47108         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47110 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47112         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47113         * sunrpc/rpc_main.c: Likewise.
47114         * sunrpc/rpc_svcout.c: Likewise.
47116 2012-03-09  David S. Miller  <davem@davemloft.net>
47118         * include/math_private.h: New file.
47120 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47122         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47123         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47124         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47125         from <bits/socket_type.h>.
47126         (enum __socket_type): Don't define here.
47127         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47128         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47129         bits/socket_type.h.
47131         [BZ #13566]
47132         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47133         checking __USE_GNU.
47135         * Makerules ($(inst_includedir)/%.h): New rule.
47136         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47137         (install-others): Remove variable setting.
47138         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47140 2012-03-08  Richard Henderson  <rth@twiddle.net>
47142         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47143         from macro to inline function; merge with the
47144         !__LIBC_INTERNAL_MATH_INLINES version.
47145         (__ieee754_sqrtf): Likewise.
47147         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47148         to inline function.
47149         (__rintf, __floor, __floorf): Likewise.
47151         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47152         macro to inline function.
47153         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47155         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47156         not <math/math_private.h>.
47158 2012-03-08  David S. Miller  <davem@davemloft.net>
47160         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47161         copyright year.
47162         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47164 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47166         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47167         normalization.
47168         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47169         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47171 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47173         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47174         be defined individually, they must be defined as a block.  Define
47175         S for printing a string instead of hidint the different by using a
47176         macro for adding the 'l'.
47177         * stdio-common/tst-fphex-wide.c: Adjust.
47179 2012-03-07  Marek Polacek  <polacek@redhat.com>
47181         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47183 2012-03-08  Marek Polacek  <polacek@redhat.com>
47185         [BZ #13806]
47186         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47187         * stdio-common/tst-fphex.c: Define a few macros to make the
47188         test reusable.  Use them.
47189         * stdio-common/tst-fphex-wide.c: New file.
47191 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47193         [BZ #6911]
47194         * manual/macros.texi (gnusystems): New macro.
47195         (nongnusystems): Likewise.
47196         (gnulinuxhurdsystems): Likewise.
47197         (gnuhurdsystems): Likewise..
47198         (gnulinuxsystems): Likewise.
47199         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47200         variants of the GNU system, not "GNU system".
47201         * manual/conf.texi: Likewise.
47202         * manual/errno.texi: Likewise.  Update example of errno macro
47203         expansion.
47204         * manual/filesys.texi: Likewise.
47205         (getumask): Document as specific to GNU/Hurd.
47206         * manual/install.texi: Likewise.  Reword some references to
47207         GNU/Linux.
47208         * manual/intro.texi: Likewise.
47209         * manual/io.texi: Likewise.
47210         (File Name Portability): Detail which constraints are inapplicable
47211         to all GNU systems and which are only inapplicable to GNU/Hurd.
47212         * manual/job.texi: Likewise.
47213         * manual/llio.texi: Likewise.
47214         (O_NOCTTY): Document as present on GNU/Linux.
47215         * manual/maint.texi: Likewise.
47216         * manual/memory.texi: Likewise.
47217         * manual/pattern.texi: Likewise.
47218         * manual/pipe.texi: Likewise.
47219         * manual/process.texi: Likewise.
47220         * manual/resource.texi: Likewise.
47221         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47222         child on GNU/Hurd.
47223         * manual/setjmp.texi: Likewise.
47224         * manual/signal.texi: Likewise.
47225         * manual/startup.texi: Likewise.
47226         * manual/stdio.texi: Likewise.
47227         * manual/terminal.texi: Likewise.
47228         (ONLCR): Document as POSIX.
47229         (OXTABS): Document availability on GNU/Linux as XTABS.
47230         (ONOEOT): Document availability separately from other bits.
47231         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47232         * manual/time.texi: Likewise.
47233         * manual/users.texi: Likewise.
47234         * INSTALL: Regenerated.
47235         * sysdeps/gnu/errlist.c: Regenerated.
47237         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47238         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47239         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47240         puts.
47241         * configure: Regenerated.
47243 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47245         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47246         default includes instead of AC_HEADER_CHECK.
47247         * sysdeps/i386/configure: Regenerated.
47249         [BZ #10716]
47250         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47251         * math/s_cacoshf.c (__cacoshf): Likewise.
47252         * math/s_cacoshl.c (__cacoshl): Likewise.
47253         * math/s_casinh.c (__casinh): Set signs of result from argument.
47254         * math/s_casinhf.c (__casinhf): Likewise.
47255         * math/s_casinhl.c (__casinhl): Likewise.
47256         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47257         (casinh_test): Add more tests.
47258         * sysdeps/i386/fpu/libm-test-ulps: Update.
47259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47261 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47263         * po/zh_TW.po: Update from translation team.
47265         * login/Makefile (distribute): Remove variable.
47266         * catgets/Makefile: Likewise.
47267         * mach/Makefile: Likewise.
47268         * malloc/Makefile: Likewise.
47269         * misc/Makefile: Likewise.
47270         * iconv/Makefile: Likewise.
47271         * nscd/Makefile: Likewise.
47272         * hurd/Makefile: Likewise.
47273         * manual/Makefile: Likewise.
47274         * locale/Makefile: Likewise.
47275         * intl/Makefile: Likewise.
47276         * conform/Makefile: Likewise.
47277         * nss/Makefile: Likewise.
47278         * time/Makefile: Likewise.
47279         * soft-fp/Makefile: Likewise.
47280         * dirent/Makefile: Likewise.
47281         * gmon/Makefile: Likewise.
47282         * po/Makefile: Likewise.
47283         * rt/Makefile: Likewise.
47284         * socket/Makefile: Likewise.
47285         * math/Makefile: Likewise.
47286         * signal/Makefile: Likewise.
47287         * debug/Makefile: Likewise.
47288         * elf/Makefile: Likewise.
47289         * timezone/Makefile: Likewise.
47290         * stdlib/Makefile: Likewise.
47291         * iconvdata/Makefile: Likewise.
47292         * sunrpc/Makefile: Likewise.
47293         * io/Makefile: Likewise.
47294         * argp/Makefile: Likewise.
47295         * inet/Makefile: Likewise.
47296         * hesiod/Makefile: Likewise.
47297         * grp/Makefile: Likewise.
47298         * csu/Makefile: Likewise.
47299         * wctype/Makefile: Likewise.
47300         * crypt/Makefile: Likewise.
47301         * libio/Makefile: Likewise.
47302         * string/Makefile: Likewise.
47303         * nis/Makefile: Likewise.
47304         * resolv/Makefile: Likewise.
47305         * stdio-common/Makefile: Likewise.
47306         * wcsmbs/Makefile: Likewise.
47307         * dlfcn/Makefile: Likewise.
47308         * posix/Makefile: Likewise.
47310         [BZ #6959]
47311         * timezone/Makefile: Don't install timezone files, just the programs
47312         and scripts.
47314 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47316         * nss/databases.def: Add missing gshadow entry.
47318         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47320 2012-03-06  Marek Polacek  <polacek@redhat.com>
47322         [BZ #13726]
47323         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47324         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47325         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47326         * stdio-common/tst-long-dbl-fphex.c: New file.
47328 2012-03-06  David S. Miller  <davem@davemloft.net>
47330         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47331         (set_obp_int): New function.
47332         (get_obp_int): New function.
47333         (__get_clockfreq_via_dev_openprom): Likewise.
47334         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47335         Avoid unused variable warnings on 'val' and use builtin_expect.
47336         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47337         __builtin_expect.
47338         (INLINE_CLONE_SYSCALL): Likewise.
47340 2012-03-05  David S. Miller  <davem@davemloft.net>
47342         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47344 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47346         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47348         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47349         only for |x| >= 40.
47350         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47352 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47354         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47355         Replace gettimeofday with __vdso_gettimeofday.
47357         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47358         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47359         __vdso_clock_gettime and __vdso_getcpu.
47361         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47362         time with __vdso_time.
47364 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47366         * manual/lang.texi (size_t): Note types to which size_t may be
47367         equivalent with the GNU C Library, but do not describe when
47368         differences between them are significant.
47370 2012-03-05  Andreas Jaeger  <aj@suse.de>
47372         * sysdeps/i386/fpu/libm-test-ulps: Update.
47374 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47376         [BZ #3976]
47377         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47378         (__ieee754_pow): Save and restore rounding mode and use
47379         round-to-nearest for main computations.
47380         * math/libm-test.inc (pow_test_tonearest): New function.
47381         (pow_test_towardzero): Likewise.
47382         (pow_test_downward): Likewise.
47383         (pow_test_upward): Likewise.
47384         (main): Call the new functions.
47385         * sysdeps/i386/fpu/libm-test-ulps: Update.
47386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47388         [BZ #3976]
47389         * math/libm-test.inc (cosh_test_tonearest): New function.
47390         (cosh_test_towardzero): Likewise.
47391         (cosh_test_downward): Likewise.
47392         (cosh_test_upward): Likewise.
47393         (sinh_test_tonearest): Likewise.
47394         (sinh_test_towardzero): Likewise.
47395         (sinh_test_downward): Likewise.
47396         (sinh_test_upward): Likewise.
47397         (main): Call the new functions.
47398         * sysdeps/i386/fpu/libm-test-ulps: Update.
47399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47401 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47403         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47404         default stack guard is set in last bytes.
47405         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47407 2012-03-05  Kees Cook  <keescook@chromium.org>
47409         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47411         [BZ #13656]
47412         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47413         possibly allocate from heap instead of stack.
47414         * stdio-common/bug-vfprintf-nargs.c: New file.
47415         * stdio-common/Makefile (tests): Add nargs overflow test.
47417 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47421 2012-03-03  Marek Polacek  <polacek@redhat.com>
47423         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47424         * math/math_private.h: Likewise.
47425         * stdlib/tst-strtod.c: Likewise.
47426         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47427         * sysdeps/x86_64/bits/atomic.h: Likewise.
47429 2012-03-02  David S. Miller  <davem@davemloft.net>
47431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47435         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47436         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47437         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47438         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47440 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47442         [BZ #13792]
47443         * manual/examples/README: New file, says the example source files
47444         can be used under GPL>=2.
47445         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47446         line containing just "*/".
47447         * manual/examples/add.c: Add copyright header (GPL>=2).
47448         * manual/examples/argp-ex1.c: Likewise.
47449         * manual/examples/argp-ex2.c: Likewise.
47450         * manual/examples/argp-ex3.c: Likewise.
47451         * manual/examples/argp-ex4.c: Likewise.
47452         * manual/examples/atexit.c: Likewise.
47453         * manual/examples/db.c: Likewise.
47454         * manual/examples/dir.c: Likewise.
47455         * manual/examples/dir2.c: Likewise.
47456         * manual/examples/execinfo.c: Likewise.
47457         * manual/examples/filecli.c: Likewise.
47458         * manual/examples/filesrv.c: Likewise.
47459         * manual/examples/fmtmsgexpl.c: Likewise.
47460         * manual/examples/genpass.c: Likewise.
47461         * manual/examples/inetcli.c: Likewise.
47462         * manual/examples/inetsrv.c: Likewise.
47463         * manual/examples/isockad.c: Likewise.
47464         * manual/examples/longopt.c: Likewise.
47465         * manual/examples/memopen.c: Likewise.
47466         * manual/examples/memstrm.c: Likewise.
47467         * manual/examples/mkfsock.c: Likewise.
47468         * manual/examples/mkisock.c: Likewise.
47469         * manual/examples/mygetpass.c: Likewise.
47470         * manual/examples/pipe.c: Likewise.
47471         * manual/examples/popen.c: Likewise.
47472         * manual/examples/rprintf.c: Likewise.
47473         * manual/examples/search.c: Likewise.
47474         * manual/examples/select.c: Likewise.
47475         * manual/examples/setjmp.c: Likewise.
47476         * manual/examples/sigh1.c: Likewise.
47477         * manual/examples/sigusr.c: Likewise.
47478         * manual/examples/stpcpy.c: Likewise.
47479         * manual/examples/strdupa.c: Likewise.
47480         * manual/examples/strftim.c: Likewise.
47481         * manual/examples/strncat.c: Likewise.
47482         * manual/examples/subopt.c: Likewise.
47483         * manual/examples/swapcontext.c: Likewise.
47484         * manual/examples/termios.c: Likewise.
47485         * manual/examples/testopt.c: Likewise.
47486         * manual/examples/testpass.c: Likewise.
47487         * manual/examples/timeval_subtract.c: Likewise.
47489         [BZ #13792]
47490         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47491         function to ...
47492         * manual/timeval_subtract.c.texi: ... here, new file.
47494 2012-03-02  David S. Miller  <davem@davemloft.net>
47496         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47498 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47500         [BZ #3976]
47501         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47502         (__sin): Save and restore rounding mode and use round-to-nearest
47503         for all computations.
47504         (__cos): Save and restore rounding mode and use round-to-nearest
47505         for all computations.
47506         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47507         <fenv.h>.
47508         (tan): Save and restore rounding mode and use round-to-nearest for
47509         all computations.
47510         * math/libm-test.inc (cos_test_tonearest): New function.
47511         (cos_test_towardzero): Likewise.
47512         (cos_test_downward): Likewise.
47513         (cos_test_upward): Likewise.
47514         (sin_test_tonearest): Likewise.
47515         (sin_test_towardzero): Likewise.
47516         (sin_test_downward): Likewise.
47517         (sin_test_upward): Likewise.
47518         (tan_test_tonearest): Likewise.
47519         (tan_test_towardzero): Likewise.
47520         (tan_test_downward): Likewise.
47521         (tan_test_upward): Likewise.
47522         (main): Call the new functions.
47523         * sysdeps/i386/fpu/libm-test-ulps: Update.
47524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47526         [BZ #10135]
47527         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47528         small n, then large n, before computing and testing k+n.
47529         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47530         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47531         Likewise.
47532         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47533         Likewise.
47534         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47535         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47536         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47537         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47538         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47539         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47540         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47541         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47542         * math/libm-test.inc (scalbn_test): Add more tests.
47543         (scalbln_test): Likewise.
47545         * manual/filesys.texi (mode_t): Describe constraints on size and
47546         signedness, not exact equivalence to a particular type.
47547         (ino_t): Likewise.
47548         (ino64_t): Likewise.
47549         (dev_t): Likewise.
47550         (nlink_t): Likewise.
47551         (blkcnt_t): Likewise.
47552         (blkcnt64_t): Likewise.
47553         * manual/llio.texi (off_t): Likewise.
47555         [BZ #3976]
47556         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47557         (__ieee754_exp): Save and restore rounding mode and use
47558         round-to-nearest for all computations.
47559         * math/libm-test.inc (exp_test_tonearest): New function.
47560         (exp_test_towardzero): Likewise.
47561         (exp_test_downward): Likewise.
47562         (exp_test_upward): Likewise.
47563         (main): Call the new functions.
47564         * sysdeps/i386/fpu/libm-test-ulps: Update.
47565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47567 2012-03-01  Chris Demetriou  <cgd@google.com>
47569         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47570         have predictable order.
47572 2012-03-01  David S. Miller  <davem@davemloft.net>
47574         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47576         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47577         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47578         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47579         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47581         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47582         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47583         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47585         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47586         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47587         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47588         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47589         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47593         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47594         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47595         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47597         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47598         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47599         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47600         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47601         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47602         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47603         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47604         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47605         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47606         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47607         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47608         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47609         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47610         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47611         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47612         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47613         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47614         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47615         * sysdeps/sparc/elf/configure: Regenerated.
47617 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47619         * configure.in (AS, LD): Require binutils 2.20 or later.
47620         * configure: Regenerated.
47621         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47622         as required minimum version.
47623         * INSTALL: Regenerated.
47625         [BZ #2541]
47626         [BZ #4108]
47627         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47628         before squaring exponent.
47629         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47630         bottom long double and 27 bits of top long double before squaring
47631         exponent.
47632         * math/libm-test.inc (erfc_test): Add more tests.
47633         * sysdeps/i386/fpu/libm-test-ulps: Update.
47634         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47637 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47639         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47640         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47641         containing bit-fields.
47642         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47643         * soft-fp/single.h (_FP_UNION_S): Likewise.
47644         * soft-fp/double.h (_FP_UNION_D): Likewise.
47646 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47648         [BZ #13786]
47649         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47650         not include ../strcmp.S.
47651         [USE_AS_STRNCASECMP_L]: Likewise.
47652         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47653         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47654         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47655         (__strncasecmp_l_ia32): Define as alias to
47656         __strncasecmp_l_nonascii.
47658         [BZ #5794]
47659         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47660         * sysdeps/i386/fpu/libm-test-ulps: Update.
47661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47663         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47666 2012-02-29  Jeff Law  <law@redhat.com>
47668         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47669         out of bounds read.
47671 2012-02-29  Marek Polacek  <polacek@redhat.com>
47673         [BZ #13706]
47674         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47675         * elf/Makefile: Add rules to run tst-unused-dep.out.
47677 2012-02-28  David S. Miller  <davem@davemloft.net>
47679         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47680         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47681         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47682         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47683         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47684         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47686 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47688         * math/libm-test.inc (llround_test): Move one test from
47689         lround_test.  Use TEST_f_L in moved test.
47690         (lround_test): Move misplaced test to llround_test.  Add testcase
47691         from bug 2561.
47693 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47695         * sysdeps/x86_64/fpu/e_expf.S: New file.
47696         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47698 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47700         [BZ #13637]
47701         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47702         of remain_len that may cause incomplete multi-byte character and
47703         false match.
47704         * posix/bug-regex33.c: New file.
47705         * posix/Makefile (tests): Add bug-regex33.
47707 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47709         * manual/macros.texi: New file.
47710         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47711         * manual/libc.texinfo: Include macros.texi.
47712         * manual/creatute.texi: Likewise.
47713         * manual/install.texi: Likewise.
47714         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47715         @glibcadj{} in references to the GNU C Library.
47716         * manual/charset.texi: Likewise.
47717         * manual/conf.texi: Likewise.
47718         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47719         when not using those macros.
47720         * manual/creature.texi: Likewise.
47721         * manual/crypt.texi: Likewise.
47722         * manual/errno.texi: Likewise.
47723         * manual/filesys.texi: Likewise.
47724         * manual/header.texi: Likewise.
47725         * manual/install.texi: Likewise.
47726         * manual/intro.texi: Likewise.
47727         * manual/io.texi: Likewise.
47728         * manual/job.texi: Likewise.
47729         * manual/lang.texi: Likewise.
47730         * manual/libc.texiinfo: Likewise.
47731         * manual/llio.texi: Likewise.
47732         * manual/locale.texi: Likewise.
47733         * manual/maint.texi: Likewise.
47734         * manual/math.texi: Likewise.
47735         * manual/memory.texi: Likewise.
47736         * manual/message.texi: Likewise.
47737         * manual/nss.texi: Likewise.
47738         * manual/pattern.texi: Likewise.
47739         * manual/process.texi: Likewise.
47740         * manual/resource.texi: Likewise.
47741         * manual/search.texi: Likewise.
47742         * manual/setjmp.texi: Likewise.
47743         * manual/signal.texi: Likewise.
47744         * manual/socket.texi: Likewise.
47745         * manual/startup.texi: Likewise.
47746         * manual/stdio.texi: Likewise.
47747         * manual/string.texi: Likewise.
47748         * manual/sysinfo.texi: Likewise.
47749         * manual/syslog.texi: Likewise.
47750         * manual/terminal.texi: Likewise.
47751         * manual/time.texi: Likewise.
47752         * manual/users.texi: Likewise.
47753         * INSTALL: Regenerated.
47754         * NOTES: Regenerated.
47755         * sysdeps/gnu/errlist.c: Regenerated.
47757 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47759         * include/dirent.h: Include <dirstream.h> before
47760         <dirent/dirent.h>.
47762 2012-02-28  David S. Miller  <davem@davemloft.net>
47764         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47765         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47766         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47767         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47769 2012-02-27  David S. Miller  <davem@davemloft.net>
47771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47773         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47774         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47776         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47777         frame pointer instead of stack pointer relative arg slot.
47778         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47779         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47780         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47782 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47784         [BZ #3992]
47785         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47787 2012-02-27  David S. Miller  <davem@davemloft.net>
47789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47793         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47794         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47795         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47796         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47798 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47800         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47801         later.  Allow versions 5-9.
47802         * configure: Regenerated.
47803         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47804         required minimum version and 4.6 as recommended version.  Do not
47805         mention bugs in GCC 2.7 and 2.8.
47806         * INSTALL: Regenerated.
47808 2012-02-27  David S. Miller  <davem@davemloft.net>
47810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47812         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47814         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47815         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47816         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47817         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47819         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47820         manipulate bits before adding and subtracting TWO112[sx].
47821         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47823 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47825         [BZ #13775]
47826         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47827         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47828         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47829         being in POSIX, because they are in 1003.1-2008.
47831         * rt/tst-aio.c: Include <fcntl.h>.
47832         * rt/tst-aio7.c: Likewise.
47833         * rt/tst-aio64.c: Likewise.
47835         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47837 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47839         * manual/install.texi (--with-headers): Describe headers as
47840         interface headers, not private headers.
47841         (Specific advice for GNU/Linux systems): Describe use of headers
47842         from "make headers_install", not private headers from older
47843         kernels.
47844         * INSTALL: Regenerated.
47845         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47846         Change to 2.6.19.
47847         * sysdeps/unix/sysv/linux/configure: Regenerated.
47849         * manual/llio.texi (fclean): Remove documentation.
47851         * manual/Makefile (libc-texi-generated): New variable.  Include
47852         version.texi.
47853         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47854         $(libc-texi-generated), not duplicated list of files.
47855         (version.texi, stamp-version): New rules.
47856         (realclean): Remove $(libc-texi-generated), not individual files
47857         from that list.  Do not remove dir-add.texinfo.
47858         * manual/libc.texinfo: Comment out uses of edition numbers and
47859         references to printed manual.  Remove last-updated dates.
47860         (EDITION): Comment out.
47861         (ISBN): Likewise.
47862         (VERSION, UPDATED): Remove.
47863         (version.texi): Include.
47865 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47867         * sysdeps/posix/spawni.c: Include <signal.h>.
47868         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47869         * sysdeps/pthread/aio_fsync.c: Likewise.
47871 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47873         * conform/Makefile (tests): Run only when not cross-compiling and
47874         when fast-check is not defined.
47876         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47877         * conform/data/limits.h-data: Fixes for POSIX2008.
47878         * conform/run-conformtest.sh: Run all tests.
47879         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47880         headers.
47881         * include/bits/dlfcn.h: Likewise.
47882         * include/langinfo.h: Likewise.
47883         * include/monetary.h: Likewise.
47884         * include/sys/poll.h: Likewise.
47886         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47887         for __USE_GNU.
47888         * posix/spawn.h: Define __need_sigset_t.
47889         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47890         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47891         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47892         to get sigevent_t only.
47893         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47894         only for __USE_GNU.
47895         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47896         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47897         process_vm_writev only for __USE_GNU.
47898         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47900         * conform/Makefile: For now ignore errors from run-conformtest.
47901         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47902         POSIX to avoid namespace pollution.  Don't prepend headers.
47903         * conform/data/aio.h-data: Fixes for POSIX testing.
47904         * conform/data/fcntl.h-data: Likewise.
47905         * conform/data/glob.h-data: Likewise.
47906         * conform/data/grp.h-data: Likewise.
47907         * conform/data/pthread.h-data: Likewise.
47908         * conform/data/pwd.h-data: Likewise.
47909         * conform/data/signal.h-data: Likewise.
47910         * conform/data/spawn.h-data: Likewise.
47911         * conform/data/stdio.h-data: Likewise.
47912         * conform/data/stdlib.h-data: Likewise.
47913         * conform/data/stropts.h-data: Likewise.
47914         * conform/data/sys/mman.h-data: Likewise.
47915         * conform/data/sys/stat.h-data: Likewise.
47916         * conform/data/sys/types.h-data: Likewise.
47917         * conform/data/sys/wait.h-data: Likewise.
47918         * conform/data/time.h-data: Likewise.
47919         * conform/data/unistd.h-data: Likewise.
47920         * conform/data/utime.h-data: Likewise.
47922         * io/sys/stat.h: fchmod was always in POSIX.
47923         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47924         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47925         * rt/aio.h: Define __need_timespec before including <time.h>.
47926         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47927         struct.  Add forward declaration of pthread_attr_t and use it in
47928         sigevent.
47929         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47930         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47931         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47932         always remove CLK_TCK definition.
47934 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47936         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47938 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47940         * conform/run-conformtest.sh: New file.
47941         * conform/Makefile: Run run-conformtest for tests.
47942         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47943         support.
47945         * conform/data/uchar.h-data: New file.
47946         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47947         * conform/data/arpa/inet.h-data: Likewise.
47948         * conform/data/assert.h-data: Likewise.
47949         * conform/data/complex.h-data: Likewise.
47950         * conform/data/cpio.h-data: Likewise.
47951         * conform/data/ctype.h-data: Likewise.
47952         * conform/data/dirent.h-data: Likewise.
47953         * conform/data/dlfcn.h-data: Likewise.
47954         * conform/data/errno.h-data: Likewise.
47955         * conform/data/fcntl.h-data: Likewise.
47956         * conform/data/float.h-data: Likewise.
47957         * conform/data/fmtmsg.h-data: Likewise.
47958         * conform/data/fnmatch.h-data: Likewise.
47959         * conform/data/ftw.h-data: Likewise.
47960         * conform/data/glob.h-data: Likewise.
47961         * conform/data/grp.h-data: Likewise.
47962         * conform/data/iconv.h-data: Likewise.
47963         * conform/data/inttypes.h-data: Likewise.
47964         * conform/data/langinfo.h-data: Likewise.
47965         * conform/data/libgen.h-data: Likewise.
47966         * conform/data/limits.h-data: Likewise.
47967         * conform/data/locale.h-data: Likewise.
47968         * conform/data/math.h-data: Likewise.
47969         * conform/data/monetary.h-data: Likewise.
47970         * conform/data/mqueue.h-data: Likewise.
47971         * conform/data/ndbm.h-data: Likewise.
47972         * conform/data/net/if.h-data: Likewise.
47973         * conform/data/netdb.h-data: Likewise.
47974         * conform/data/netinet/in.h-data: Likewise.
47975         * conform/data/nl_types.h-data: Likewise.
47976         * conform/data/poll.h-data: Likewise.
47977         * conform/data/pthread.h-data: Likewise.
47978         * conform/data/pwd.h-data: Likewise.
47979         * conform/data/regex.h-data: Likewise.
47980         * conform/data/sched.h-data: Likewise.
47981         * conform/data/search.h-data: Likewise.
47982         * conform/data/semaphore.h-data: Likewise.
47983         * conform/data/setjmp.h-data: Likewise.
47984         * conform/data/signal.h-data: Likewise.
47985         * conform/data/spawn.h-data: Likewise.
47986         * conform/data/stdarg.h-data: Likewise.
47987         * conform/data/stdio.h-data: Likewise.
47988         * conform/data/stdlib.h-data: Likewise.
47989         * conform/data/string.h-data: Likewise.
47990         * conform/data/strings.h-data: Likewise.
47991         * conform/data/stropts.h-data: Likewise.
47992         * conform/data/sys/ipc.h-data: Likewise.
47993         * conform/data/sys/mman.h-data: Likewise.
47994         * conform/data/sys/msg.h-data: Likewise.
47995         * conform/data/sys/resource.h-data: Likewise.
47996         * conform/data/sys/select.h-data: Likewise.
47997         * conform/data/sys/sem.h-data: Likewise.
47998         * conform/data/sys/shm.h-data: Likewise.
47999         * conform/data/sys/socket.h-data: Likewise.
48000         * conform/data/sys/stat.h-data: Likewise.
48001         * conform/data/sys/statvfs.h-data: Likewise.
48002         * conform/data/sys/time.h-data: Likewise.
48003         * conform/data/sys/timeb.h-data: Likewise.
48004         * conform/data/sys/times.h-data: Likewise.
48005         * conform/data/sys/types.h-data: Likewise.
48006         * conform/data/sys/uio.h-data: Likewise.
48007         * conform/data/sys/un.h-data: Likewise.
48008         * conform/data/sys/utsname.h-data: Likewise.
48009         * conform/data/sys/wait.h-data: Likewise.
48010         * conform/data/syslog.h-data: Likewise.
48011         * conform/data/tar.h-data: Likewise.
48012         * conform/data/termios.h-data: Likewise.
48013         * conform/data/utime.h-data: Likewise.
48014         * conform/data/utmpx.h-data: Likewise.
48015         * conform/data/varargs.h-data: Likewise.
48016         * conform/data/wchar.h-data: Likewise.
48017         * conform/data/wctype.h-data: Likewise.
48018         * conform/data/wordexp.h-data: Likewise.
48020         * include/stropts.h: New file.
48021         * include/uchar.h: New file.
48022         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48023         * include/assert.h: Likewise.
48024         * include/ctype.h: Likewise.
48025         * include/dirent.h: Likewise.
48026         * include/dlfcn.h: Likewise.
48027         * include/fcntl.h: Likewise.
48028         * include/fnmatch.h: Likewise.
48029         * include/glob.h: Likewise.
48030         * include/grp.h: Likewise.
48031         * include/libio.h: Likewise.
48032         * include/locale.h: Likewise.
48033         * include/math.h: Likewise.
48034         * include/net/if.h: Likewise.
48035         * include/netdb.h: Likewise.
48036         * include/netinet/in.h: Likewise.
48037         * include/pthread.h: Likewise.
48038         * include/pwd.h: Likewise.
48039         * include/regex.h: Likewise.
48040         * include/sched.h: Likewise.
48041         * include/search.h: Likewise.
48042         * include/setjmp.h: Likewise.
48043         * include/signal.h: Likewise.
48044         * include/stdio.h: Likewise.
48045         * include/stdlib.h: Likewise.
48046         * include/string.h: Likewise.
48047         * include/sys/cdefs.h: Likewise.
48048         * include/sys/mman.h: Likewise.
48049         * include/sys/msg.h: Likewise.
48050         * include/sys/resource.h: Likewise.
48051         * include/sys/select.h: Likewise.
48052         * include/sys/socket.h: Likewise.
48053         * include/sys/stat.h: Likewise.
48054         * include/sys/statvfs.h: Likewise.
48055         * include/sys/time.h: Likewise.
48056         * include/sys/times.h: Likewise.
48057         * include/sys/uio.h: Likewise.
48058         * include/sys/utsname.h: Likewise.
48059         * include/sys/wait.h: Likewise.
48060         * include/termios.h: Likewise.
48061         * include/time.h: Likewise.
48062         * include/ulimit.h: Likewise.
48063         * include/unistd.h: Likewise.
48064         * include/utime.h: Likewise.
48065         * include/wchar.h: Likewise.
48066         * include/wctype.h: Likewise.
48067         * include/wordexp.h: Likewise.
48069         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48071         * time/time.h: TIME_UTC must be a macro.
48072         Make timespec_get available for ISO C11 only as well.
48074 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48076         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48077         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48079 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48081         * configure.in: Use -o not -a in test for unsupported multi-arch.
48083 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48085         * manual/texinfo.tex: Update to version 2012-01-19.16.
48087 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48089         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48091 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48093         [BZ #13738]
48094         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48095         * manual/fdl-1.3.texi: New file.
48096         * manual/fdl-1.1.texi: File removed.
48098         [BZ #13738]
48099         * manual/libc.texinfo (FDL_VERSION): New @set.
48100         Use it for mention of FDL in cover text.
48101         (Documentation License): Use it in @include file name.
48103 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48104             Roland McGrath  <roland@hack.frob.com>
48106         [BZ #5461]
48107         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48108         (not LONG_LONG_MAX and LONG_LONG_MIN.
48109         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48110         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48111         name.
48112         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48114 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48116         [BZ #2547]
48117         [BZ #11365]
48118         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48119         manipulate bits before adding and subtracting TWO23[sx].
48120         * math/libm-test.inc (nearbyint_test): Add more tests.
48122 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48124         [BZ #2548]
48125         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48126         bits before adding and subtracting TWO23[sx].
48127         * math/libm-test.inc (rint_test): Add more tests.
48128         (rint_test_tonearest): Likewise.
48129         (rint_test_towardzero): Likewise.
48130         (rint_test_downward): Likewise.
48131         (rint_test_upward: Likewise.
48133 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48135         [BZ #10110]
48136         * include/stdc-predef.h: New file.  Extracted from features.h.
48137         * include/features.h: Include stdc-predef.h.
48138         * Makefile (headers): Add stdc-predef.h.
48139         * CONFORMANCE (Compiler limitations): Update.
48141 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48143         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48145 2012-02-21  David S. Miller  <davem@davemloft.net>
48147         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48148         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48150 2012-02-20  David S. Miller  <davem@davemloft.net>
48152         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48153         using a normal save/restore sequence, rather than allocating a
48154         dummy stack frame just to store a frame pointer and restore.
48155         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48157 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48159         * manual/install.texi: Fix stray word in line-wrapped comment.
48161 2012-02-20  David S. Miller  <davem@davemloft.net>
48163         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48164         both binutils and gcc support GOTDATA.
48166         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48167         "rd %pc" in the PIC register setup sequences.
48169         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48170         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48171         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48172         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48173         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48174         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48175         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48176         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48177         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48178         (SYSCALL_ERROR_HANDLER): Likewise.
48179         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48180         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48181         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48182         (SYSCALL_ERROR_HANDLER): Likewise.
48184         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48185         (HAVE_GCC_GOTDATA): New.
48186         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48187         relocation support in both binutils and gcc.
48188         * sysdeps/sparc/elf/configure: Regenerate.
48190         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48191         * sysdeps/sparc/sparc32/elf/configure: Delete.
48192         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48193         * sysdeps/sparc/sparc64/elf/configure: Delete.
48194         * sysdeps/sparc/elf/configure.in: New file.
48195         * sysdeps/sparc/elf/configure: Generate.
48197         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48198         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48199         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48200         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48201         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48203 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48205         * manual/install.texi: Do not mention specific glibc version
48206         numbers.
48207         * manual/libc.texinfo (VERSION, UPDATED): Update.
48208         (@copying): Use @copyright{} and range of years.
48210 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48212         [BZ #13695]
48213         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48214         [crti.S not in sysdirs] (generated): Do not append.
48215         [crti.S not in sysdirs] (omit-deps): Likewise.
48216         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48217         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48218         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48219         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48220         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48221         Likewise.
48222         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48223         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48224         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48225         * csu/defs.awk: Remove file.
48226         * sysdeps/generic/initfini.c: Likewise.
48227         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48228         variable.
48229         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48230         Likewise.
48232 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48234         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48235         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48236         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48237         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48238         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48239         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48240         <bits/epoll.h>.
48241         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48242         (__EPOLL_PACKED): Define to empty if not defined by
48243         <bits/epoll.h>.
48244         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48245         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48246         bits/epoll.h.
48248 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48250         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48251         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48252         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48253         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48254         <bits/timerfd.h>.
48255         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48256         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48257         bits/timerfd.h.
48259 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48261         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48262         in C locale.
48263         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48264         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48265         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48268 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48270         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48271         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48273 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48275         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48276         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48277         defined.
48278         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48279         Likewise.
48280         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48281         entry for 2.16.
48283 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48285         * math/w_acos.c: Use non-signaling floating-point comparisons.
48286         * math/w_acosf.c: Likewise.
48287         * math/w_acosh.c: Likewise.
48288         * math/w_acoshf.c: Likewise.
48289         * math/w_acoshl.c: Likewise.
48290         * math/w_acosl.c: Likewise.
48291         * math/w_asin.c: Likewise.
48292         * math/w_asinf.c: Likewise.
48293         * math/w_asinl.c: Likewise.
48294         * math/w_atanh.c: Likewise.
48295         * math/w_atanhf.c: Likewise.
48296         * math/w_atanhl.c: Likewise.
48297         * math/w_exp2.c: Likewise.
48298         * math/w_exp2f.c: Likewise.
48299         * math/w_exp2l.c: Likewise.
48300         * math/w_j0.c: Likewise.
48301         * math/w_j0f.c: Likewise.
48302         * math/w_j0l.c: Likewise.
48303         * math/w_j1.c: Likewise.
48304         * math/w_j1f.c: Likewise.
48305         * math/w_j1l.c: Likewise.
48306         * math/w_jn.c: Likewise.
48307         * math/w_jnf.c: Likewise.
48308         * math/w_log.c: Likewise.
48309         * math/w_log10.c: Likewise.
48310         * math/w_log10f.c: Likewise.
48311         * math/w_log10l.c: Likewise.
48312         * math/w_log2.c: Likewise.
48313         * math/w_log2f.c: Likewise.
48314         * math/w_log2l.c: Likewise.
48315         * math/w_logf.c: Likewise.
48316         * math/w_logl.c: Likewise.
48317         * math/w_sqrt.c: Likewise.
48318         * math/w_sqrtf.c: Likewise.
48319         * math/w_sqrtl.c: Likewise.
48320         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48321         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48322         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48323         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48324         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48326 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48328         [BZ #9739]
48329         * manual/string.texi (strnlen): Use correct parameter name in
48330         equivalent expression.
48332 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48334         [BZ #11174]
48335         * manual/users.texi (seteuid): Consistently use neweuid for
48336         argument name.
48338 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48340         [BZ #13704]
48341         * manual/nss.texi (Services in the NSS configuration): Correct
48342         list of services in example configuration file.
48344 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48346         [BZ #11322]
48347         * manual/arith.texi: Remove statements about negative zero
48348         behaving identically to zero.
48350 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48352         [BZ #5993]
48353         * manual/install.texi: Do not document upgrading from libc5.
48355 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48357         [BZ #4596]
48358         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48360 2012-02-18  David S. Miller  <davem@davemloft.net>
48362         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48363         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48364         %o7 across the call.
48365         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48366         instead.
48367         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48368         SETUP_PIC_REG_LEAF.
48369         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48370         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48371         * sysdeps/sparc/crtn.S: Likewise.
48373 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48375         * aout/Makefile: Remove.
48377 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48379         [BZ #13058]
48380         * manual/examples/argp-ex1.c (main): Format definition in GNU
48381         style.
48382         * manual/examples/argp-ex2.c (main): Likewise.
48383         * manual/examples/argp-ex3.c (main): Likewise.
48384         * manual/examples/argp-ex4.c (main): Likewise.
48385         * manual/examples/longopt.c (main): Use new-style prototype
48386         definition.
48387         * manual/examples/strncat.c (main): Specify return type and use
48388         (void) for arguments.
48389         * manual/examples/subopt.c (main): Use char **argv argument.
48391 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48393         [BZ #5077]
48394         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48395         rounding modes.
48397 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48399         [BZ #6907]
48400         * manual/string.texi (strchr): Change when strchrnul is
48401         recommended.
48403 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48405         [BZ #174]
48406         * manual/locale.texi (setlocale): Document LOCPATH.
48408 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48410         [BZ #10210]
48411         * manual/process.texi (execle): Move @dots{} before last argument.
48413 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48415         [BZ #12047]
48416         * manual/charset.texi (Generic Charset Conversion): Fix typo
48417         (LC_TYPE -> LC_CTYPE).
48419 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48421         [BZ #5805]
48422         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48423         (scalbnf): Likewise.
48424         (scalbnl): Likewise.
48425         (scalbln): Likewise.
48426         (scalblnf): Likewise.
48427         (scalblnl): Likewise.
48428         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48429         (vwarnx): Likewise.
48430         (verr): Likewise.
48431         (verrx): Likewise.
48432         * manual/filesys.texi (telldir): Use braces around return type.
48433         * manual/llio.texi (mmap): Add space after comma.
48434         (mmap64): Likewise.
48435         * manual/math.texi (jn): Use @var{} on parameter names.
48436         (jnf): Likewise.
48437         (jnl): Likewise.
48438         (yn): Likewise.
48439         (ynf): Likewise.
48440         (ynl): Likewise.
48441         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48442         line.
48443         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48444         "...".
48445         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48446         (sched_get_priority_max): Likewise.
48447         * manual/signal.texi (sigvec): Add space after comma.
48448         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48449         names.
48450         (if_indextoname): Likewise.
48451         (if_freenameindex): Likewise.
48452         (sendto): Use ',' instead of '.' in prototype.
48453         * manual/startup.texi (syscall): Use @dots{} instead of literal
48454         "...".
48455         * manual/stdio.texi (__fpending): Separate initial words of
48456         paragraph from @deftypefun line.
48457         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48458         "...".
48459         (vsyslog): Use @var{} on parameter names.
48460         * manual/terminal.texi (stty): Use @var{} on parameter names.
48461         * manual/users.texi (getutmp): Use @var{} on parameter names.
48462         (getutmpx): Likewise.
48464 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48466         [BZ #6884]
48467         * manual/stdio.texi (fopen): Fix typos in description of
48468         ",ccs=STRING".
48470 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48472         [BZ #4026]
48473         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48474         get clock_id definition.
48476 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48478         [BZ #4822]
48479         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48480         (madvise): Cast every argument to void on its own.
48482 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48484         [BZ #9902]
48485         * manual/startup.texi (Exit Status): Fix typo.
48487 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48489         [BZ #10140]
48490         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48491         * manual/examples/argp-ex2.c: Likewise.
48492         * manual/examples/argp-ex3.c: Likewise.
48494 2012-02-16  Richard Henderson  <rth@redhat.com>
48496         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48497         * sysdeps/s390/s390-32/initfini.c: Remove.
48498         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48499         * sysdeps/s390/s390-64/initfini.c: Remove.
48501 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48503         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48504         compiler output for sysdeps/generic/initfini.c.
48505         * sysdeps/sh/elf/initfini.c: Remove file.
48507 2012-02-16  David S. Miller  <davem@davemloft.net>
48509         [BZ #11494]
48510         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48512         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48513         * sysdeps/sparc/crti.S: New file.
48514         * sysdeps/sparc/crtn.S: New file.
48515         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48516         * sysdeps/sparc/sparc64/Makefile: Likewise.
48518 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48520         [BZ #3335]
48521         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48523 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48525         [BZ #4822]
48526         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48528         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48529         (write, read, close): Likewise.
48530         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48532 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48534         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48535         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48536         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48537         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48538         <bits/signalfd.h>.
48539         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48540         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48541         bits/signalfd.h.
48543 2012-02-14  Marek Polacek  <polacek@redhat.com>
48545         * sysdeps/x86_64/crti.S: New file.
48546         * sysdeps/x86_64/crtn.S: New file.
48547         * sysdeps/x86_64/elf/initfini.c: Remove file.
48549 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48551         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48552         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48553         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48554         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48555         <bits/inotify.h>.
48556         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48557         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48558         bits/inotify.h.
48560 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48562         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48563         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48564         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48565         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48566         <bits/eventfd.h>.
48567         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48568         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48569         bits/eventfd.h.
48571 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48573         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48574         __feraiseexcept instead of feraiseexcept.
48576         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48577         nanosleep invocations.
48578         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48579         strings, and add error checking for a nanosleep invocations.
48581 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48583         Replace FSF snail mail address with URLs, as per GNU coding standards.
48584         Most of the snail mail addresses were wrong anyway, and omitting
48585         them makes the source code easier to maintain.  Almost all of the
48586         changes are to license notices and to locale LC_IDENTIFICATION
48587         addresses, except for this one:
48588         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48589         not its snail mail address.
48591 2012-02-09  Richard Henderson  <rth@twiddle.net>
48593         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48594         of kernel-features.h.
48596         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48598 2012-02-08  Marek Polacek  <polacek@redhat.com>
48600         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48601         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48602         * sysdeps/gnu/_G_config.h: Likewise.
48603         * sysdeps/generic/_G_config.h: Likewise.
48605 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48607         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48608         tests.
48609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48611         * sysdeps/powerpc/powerpc32/crti.S: New file.
48612         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48613         * sysdeps/powerpc/powerpc64/crti.S: New file.
48614         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48616         * Makeconfig (have-initfini): Don't set.
48617         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48618         * configure.in (nopic_initfini): Don't substitute.
48619         * config.h.in (HAVE_INITFINI): Don't #undef.
48620         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48621         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48623 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48625         Support crti.S and crtn.S provided directly by architectures.
48626         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48627         [crti.S in sysdirs] (omit-deps): Likewise.
48628         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48629         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48630         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48631         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48632         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48633         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48634         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48635         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48636         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48637         compiler output for sysdeps/generic/initfini.c.
48638         * sysdeps/i386/elf/Makefile: Remove file.
48639         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48641 2012-02-07  Marek Polacek  <polacek@redhat.com>
48643         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48644         * sysdeps/gnu/_G_config.h: Likewise.
48645         * sysdeps/mach/hurd/_G_config.h: Likewise.
48647 2012-02-07  Marek Polacek  <polacek@redhat.com>
48649         * math/Makefile (tests): Add tst-CMPLX2.
48650         * math/tst-CMPLX2.c: New file.
48652 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48654         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48656         * math/libm-test.inc (jn_test): Add missing L suffix.
48658 2012-02-06  Marek Polacek  <polacek@redhat.com>
48660         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48661         * sysdeps/i386/fpu/e_powf.S: Likewise.
48662         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48663         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48664         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48665         * sysdeps/i386/fpu/e_pow.S: Likewise.
48666         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48667         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48668         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48669         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48670         * sysdeps/i386/fpu/e_log2.S: Likewise.
48671         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48672         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48673         * sysdeps/i386/fpu/e_powl.S: Likewise.
48674         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48675         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48676         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48677         * sysdeps/i386/fpu/e_logl.S: Likewise.
48678         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48679         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48680         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48681         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48682         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48683         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48684         * sysdeps/i386/fpu/e_log.S: Likewise.
48685         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48686         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48687         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48688         * sysdeps/i386/fpu/e_logf.S: Likewise.
48689         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48690         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48691         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48692         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48693         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48694         * sysdeps/i386/fpu/e_log10.S: Likewise.
48695         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48696         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48697         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48698         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48699         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48700         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48701         * sysdeps/i386/asm-syntax.h: Likewise.
48702         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48703         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48704         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48705         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48706         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48707         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48708         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48709         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48710         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48711         * sysdeps/powerpc/sysdep.h: Likewise.
48712         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48713         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48715 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48717         [BZ #411]
48718         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48720 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48722         * sysdeps/i386/sysdep.h: Include <features.h>.
48723         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48724         version.
48726 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48728         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48729         Define.
48730         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48731         LOAD_PIC_REG_STR.
48733 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48735         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48736         (SETUP_PIC_REG): Use GET_PC_THUNK.
48737         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48738         macro.
48740 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48742         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48743         for non-PIC compilation.
48744         (SETUP_PIC_REG): Add .p2align directive.
48745         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48746         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48747         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48748         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48749         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48750         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48751         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48752         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48753         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48754         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48755         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48756         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48757         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48758         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48759         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48760         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48761         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48762         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48763         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48764         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48765         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48766         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48767         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48768         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48769         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48770         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48771         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48772         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48773         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48774         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48775         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48776         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48777         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48778         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48779         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48780         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48781         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48782         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48783         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48784         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48785         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48787 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48789         * math/tst-CMPLX.c: Include <stdio.h>.
48791 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48793         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48794         float.
48795         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48796         * sysdeps/sparc/bits/mathdef.h: Likewise.
48798 2012-01-31  Marek Polacek  <polacek@redhat.com>
48800         * libio/libio.h: Don't define _PARAMS.
48801         * locale/programs/config.h: Don't define PARAMS.
48802         * stdlib/strtol_l.c: Likewise.
48803         (__strtol_l): Remove PARAMS from the prototype.
48805 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48807         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48808         names.  Just use the correct names.  Remove unnecessary wrapper
48809         functions.
48810         * malloc/arena.c: Likewise.
48811         * malloc/hooks.c: Likewise.
48813         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48814         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48815         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48817 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48819         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48820         into tail calls.
48821         (update_get_addr): New function.
48822         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48823         GET_ADDR_MODULE parameter.
48825 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48827         * crypt/cert.c: Remove __STDC__ conditionals.
48828         * crypt/crypt-entry.c: Likewise.
48829         * crypt/crypt_util.c: Likewise.
48830         * libio/filedoalloc.c: Likewise.
48831         * libio/fileops.c: Likewise.
48832         * libio/genops.c: Likewise.
48833         * libio/iofclose.c: Likewise.
48834         * libio/iofdopen.c: Likewise.
48835         * libio/iofopen.c: Likewise.
48836         * libio/iofopen64.c: Likewise.
48837         * libio/iogetdelim.c: Likewise.
48838         * libio/iopopen.c: Likewise.
48839         * libio/obprintf.c: Likewise.
48840         * libio/oldfileops.c: Likewise.
48841         * libio/oldiofclose.c: Likewise.
48842         * libio/oldiofdopen.c: Likewise.
48843         * libio/oldiofopen.c: Likewise.
48844         * libio/oldiopopen.c: Likewise.
48845         * libio/wfiledoalloc.c: Likewise.
48846         * libio/wgenops.c: Likewise.
48847         * locale/programs/xmalloc.c: Likewise.
48848         * misc/syslog.c: Likewise.
48849         * stdio-common/xbug.c: Likewise.
48850         * string/memchr.c: Likewise.
48851         * string/memcmp.c: Likewise.
48852         * string/memrchr.c: Likewise.
48853         * string/rawmemchr.c: Likewise.
48854         * sysdeps/posix/getcwd.c: Likewise.
48855         * time/strftime_l.c: Likewise.
48857 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48859         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48860         * config.make.in (config-cflags-sse2avx): Define.
48861         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48862         Fix typo.
48864 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48866         * scripts/config.guess: Update from upstream config git repository.
48867         * scripts/config.sub: Likewise.
48869 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48871         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48872         (EM_NUM): Update.
48873         (R_TILEPRO_*, R_TILEGX_*): New macros.
48875         * scripts/firstversions.awk: Fix bug in version range handling.
48877         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48879         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48881         * include/sys/epoll.h: New file.
48882         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48883         libc_hidden_def.
48885 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48887         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48888         Avoid unnecessary __WORDSIZE == 64 test.
48889         (fmaxf): Use VEX format if possible.
48890         (fmax): Likewise.
48891         (fminf): Likewise.
48892         (fmin): Likewise.
48894         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48895         * math/math_private.h: Remove libc_fegetround* and
48896         libc_fesetround*.
48897         * sysdeps/i386/configure.in: Check for -msse2avx.
48898         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48899         also if SSE2AVX is defined.
48900         Remove libc_fegetround* and libc_fesetround*.
48901         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48902         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48903         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48904         of HAS_YMM_USABLE.
48905         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48906         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48907         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48908         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48909         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48911         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48913 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48915         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48916         size is not set.
48917         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48919 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48921         [BZ #13618]
48922         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48923         relocation.
48924         * Makeconfig (libm): Define.
48925         * elf/Makefile: Add rules to build and run tst-relsort1.
48926         * elf/tst-relsort1.c: New file.
48927         * elf/tst-relsort1mod1.c: New file.
48928         * elf/tst-relsort1mod2.c: New file.
48930 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48932         * math/s_ldexp.c: Remove __STDC__ conditionals.
48933         * math/s_ldexpf.c: Likewise.
48934         * math/s_ldexpl.c: Likewise.
48935         * math/s_nextafter.c: Likewise.
48936         * math/s_nexttowardf.c: Likewise.
48937         * math/s_significand.c: Likewise.
48938         * math/s_significandf.c: Likewise.
48939         * math/s_significandl.c: Likewise.
48940         * math/w_jnl.c: Likewise.
48941         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48942         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48943         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48944         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48945         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48946         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48948         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48951         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48952         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48953         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48954         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48955         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48960         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48961         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48962         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48963         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48964         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48965         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48966         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48967         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48968         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48969         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48970         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48971         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48972         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48973         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48974         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48975         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48976         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48977         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48978         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48979         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48980         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48981         * sysdeps/ieee754/k_standard.c: Likewise.
48982         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48986         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48987         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48998         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49000         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49001         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49002         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49020         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49021         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49022         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49023         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49024         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49028         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49029         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49030         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49031         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49032         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49034         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49036         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49037         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49038         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49041         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49042         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49043         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49044         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49045         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49046         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49048         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49049         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49050         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49051         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49053         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49054         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49055         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49056         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49057         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49058         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49059         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49061         * sysdeps/ieee754/s_matherr.c: Likewise.
49062         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49063         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49064         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49065         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49067 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49069         * crypt/md5.h: Remove __STDC__ conditionals.
49070         * libio/libioP.h: Likewise.
49071         * locale/programs/config.h: Likewise.
49072         * sysdeps/generic/sysdep.h: Likewise.
49073         * sysdeps/i386/asm-syntax.h: Likewise.
49074         * sysdeps/s390/asm-syntax.h: Likewise.
49075         * sysdeps/unix/sysdep.h: Likewise.
49076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49079 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49081         * libio/libio.h: Remove __STDC__ conditionals.
49082         * malloc/obstack.h: Likewise.
49083         * math/complex.h: Likewise.
49084         * math/math.h: Likewise.
49085         * sysdeps/generic/_G_config.h: Likewise.
49086         * sysdeps/gnu/_G_config.h: Likewise.
49087         * sysdeps/mach/hurd/_G_config.h: Likewise.
49088         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49089         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49090         * sysdeps/sparc/bits/mathdef.h: Likewise.
49092 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49094         [BZ #13583]
49095         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49096         Clean up HAS_* macros.
49097         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49098         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49099         possible.
49100         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49101         HAS_AVX.
49102         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49103         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49104         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49105         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49106         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49108 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49110         * elf/tst-unique3.cc (gets): Remove declaration.
49111         * elf/tst-unique3lib.cc (gets): Likewise.
49112         * elf/tst-unique3lib2.cc (gets): Likewise.
49113         * elf/tst-unique4.cc (gets): Likewise.
49115 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49117         * include/stdio.h: Add C++ protection.  Add gets declarations and
49118         definitions.
49119         * debug/tst-chk1.c: Don't declare gets here.
49120         * stdio-common/tst-gets.c: Likewise.
49122 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49124         * posix/glob: Remove directory.
49126 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49128         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49130 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49132         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49133         of the non-standard EPFNOSUPPORT.
49135 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49137         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49138         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49139         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49141 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49143         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49145 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49147         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49148         transient errors.
49149         * nscd/grpcache.c (cache_addgr): Likewise.
49150         * nscd/hstcache.c (cache_addhst): Likewise.
49151         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49152         * nscd/pwdcache.c (cache_addpw): Likewise.
49153         * nscd/servicescache.c (cache_addserv): Likewise.
49155 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49157         * malloc/malloc.c: Various cleanups.
49158         * malloc/hooks.c: Likewise.
49160         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49161         * stdlib/bug-fmtmsg1.c: New file.
49163         * stdlib/fmtmsg.c (init): Add missing unlock.
49164         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49166 2012-01-12  Marek Polacek  <polacek@redhat.com>
49168         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49169         and _GNU_SOURCE.
49171 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49173         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49174         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49175         macro to ensure uniqueness of label name.
49176         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49177         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49179 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49181         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49183         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49184         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49185         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49186         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49188 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49190         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49192         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49193         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49194         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49196         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49198         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49199         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49200         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49201         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49203         * math/bits/math-finite.h: Add ldexp support.
49205 2012-01-10  Marek Polacek  <polacek@redhat.com>
49207         * locale/programs/localedef.h (show_archive_content): Add noreturn
49208         attribute.
49210 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49212         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49214 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49216         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49218         * io/Makefile (headers): Add bits/poll2.h.
49220 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49223         typo #include statement.
49225 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49227         * include/sys/cdefs.h: Define __attribute_alloc_size.
49228         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49229         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49230         * elf/pldd.c: Likewise.
49231         * iconv/iconv_charmap.c: Likewise.
49232         * iconv/iconvconfig.c: Likewise.
49233         * iconv/strtab.c: Likewise.
49234         * locale/programs/locale.c: Likewise.
49235         * locale/programs/localedef.h: Likewise.
49236         * locale/programs/simple-hash.c: Likewise.
49237         * nscd/nscd.h: Likewise.
49238         * nss/makedb.c: Likewise.
49239         * sysdeps/generic/ldconfig.h: Likewise.
49240         * locale/programs/localedef.c: Remove xmalloc prototype.
49241         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49243 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49245         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49246         appropriate.
49248 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49250         * math/Makefile (tests): Add tst-CMPLX.
49251         * math/tst-CMPLX.c: New file.
49253         * math/complex.h (CMPLXL): Fix typo.
49255         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49256         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49257         GLIBC_2.16.
49258         * debug/tst-chk1.c: Add poll and ppoll tests.
49259         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49260         * include/sys/poll.h: Add hidden proto for ppoll.
49261         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49262         * sysdeps/mach/hurd/ppoll.c: Likewise.
49263         * io/ppoll.c: Likewise.
49264         * debug/poll_chk.c: New file.
49265         * debug/ppoll_chk.c: New file.
49266         * include/bits/poll2.h: New file.
49267         * io/bits/poll2.h: New file.
49269         [BZ #1350]
49270         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49272         * configure.in: static is always set to yes.  Remove.
49273         * config.make.in: Don't set build-static.
49274         * Makeconfig: Remove use of build-static.
49275         * dlfcn/Makefile: Likewise.
49276         * elf/Makefile: Likewise.
49277         * math/Makefile: Likewise.
49278         * misc/Makefile: Likewise.
49279         * nptl/Makefile: Likewise.
49280         * sysdeps/mach/hurd/Makefile: Likewise.
49282         * configure.in: PWD_P is not used anymore.
49283         * config.make.in: Remove PWD_P entry.
49285         * configure.in: Remove last remnants of RANLIB.
49286         No need to check for signed size_t anymore.
49287         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49288         and IA-64.
49289         Remove __builtin_expect test because we require at least gcc 3.4.
49290         * aclocal.m4: Likewise.
49292         * wcsmbs/mbrtoc16.c: Implement using towc function.
49293         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49294         * wcsmbs/wcsmbsload.c: Likewise.
49295         * iconv/gconv_simple.c: Likewise.
49296         * iconv/gconv_int.h: Likewise.
49297         * iconv/gconv_builtin.h: Likewise.
49298         * iconv/iconv_prog.c: Remove CHAR16 handling.
49300         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49302         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49304         * configure.in: Remove --with-elf and --enable-bounded options.
49305         Dont set base_machine for ia64.  More non-ELF conditions removed.
49306         Remove testing and setting of leading underscore information.
49307         * config.make.in (build-bounded): Set to no.
49308         * config.h.in: Remove NO_UNDERSCORES entry.
49309         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49310         them.
49311         * csu/start.c: Remove !NO_UNDERSCORE code.
49312         * locale/localeinfo.h: Likewise.
49313         * sysdeps/generic/machine-gmon.h: Likewise.
49314         * sysdeps/generic/sysdep.h: Likewise.
49315         * sysdeps/i386/sysdep.h: Likewise.
49316         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49317         * sysdeps/mach/sysdep.h: Likewise.
49318         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49319         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49320         * sysdeps/sh/sysdep.h: Likewise.
49321         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49322         * sysdeps/unix/i386/sysdep.S: Likewise.
49323         * sysdeps/unix/sparc/start.c: Likewise.
49324         * sysdeps/unix/sparc/sysdep.S: Likewise.
49325         * sysdeps/unix/sparc/sysdep.h: Likewise.
49326         * sysdeps/unix/start.c: Likewise.
49327         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49328         * sysdeps/x86_64/sysdep.h: Likewise.
49330 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49332         [BZ #13553]
49333         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49334         for non-gcc.
49335         * argp/argp-fmtstream.h: Use const instead __const.
49336         * argp/argp.h: Likewise.
49337         * assert/assert.h: Likewise.
49338         * bits/fenv.h: Likewise.
49339         * bits/sched.h: Likewise.
49340         * bits/sigset.h: Likewise.
49341         * bits/sigthread.h: Likewise.
49342         * catgets/nl_types.h: Likewise.
49343         * conform/data/pthread.h-data: Likewise.
49344         * crypt/crypt-private.h: Likewise.
49345         * crypt/crypt.h: Likewise.
49346         * crypt/crypt_util.c: Likewise.
49347         * ctype/ctype.h: Likewise.
49348         * debug/execinfo.h: Likewise.
49349         * debug/mbsnrtowcs_chk.c: Likewise.
49350         * debug/mbsrtowcs_chk.c: Likewise.
49351         * debug/wcsnrtombs_chk.c: Likewise.
49352         * debug/wcsrtombs_chk.c: Likewise.
49353         * debug/wcstombs_chk.c: Likewise.
49354         * dirent/dirent.h: Likewise.
49355         * dlfcn/dlfcn.h: Likewise.
49356         * elf/neededtest4.c: Likewise.
49357         * grp/grp.h: Likewise.
49358         * gshadow/gshadow.h: Likewise.
49359         * iconv/gconv.h: Likewise.
49360         * iconv/gconv_int.h: Likewise.
49361         * iconv/gconv_simple.c: Likewise.
49362         * iconv/iconv.h: Likewise.
49363         * iconv/loop.c: Likewise.
49364         * iconv/skeleton.c: Likewise.
49365         * include/aio.h: Likewise.
49366         * include/aliases.h: Likewise.
49367         * include/argz.h: Likewise.
49368         * include/arpa/inet.h: Likewise.
49369         * include/assert.h: Likewise.
49370         * include/dirent.h: Likewise.
49371         * include/dlfcn.h: Likewise.
49372         * include/execinfo.h: Likewise.
49373         * include/fcntl.h: Likewise.
49374         * include/fenv.h: Likewise.
49375         * include/glob.h: Likewise.
49376         * include/grp.h: Likewise.
49377         * include/libintl.h: Likewise.
49378         * include/mntent.h: Likewise.
49379         * include/netdb.h: Likewise.
49380         * include/pwd.h: Likewise.
49381         * include/rpc/netdb.h: Likewise.
49382         * include/sched.h: Likewise.
49383         * include/search.h: Likewise.
49384         * include/shadow.h: Likewise.
49385         * include/signal.h: Likewise.
49386         * include/stdio.h: Likewise.
49387         * include/stdlib.h: Likewise.
49388         * include/string.h: Likewise.
49389         * include/sys/socket.h: Likewise.
49390         * include/sys/stat.h: Likewise.
49391         * include/sys/statfs.h: Likewise.
49392         * include/sys/statvfs.h: Likewise.
49393         * include/sys/syslog.h: Likewise.
49394         * include/sys/time.h: Likewise.
49395         * include/sys/uio.h: Likewise.
49396         * include/time.h: Likewise.
49397         * include/unistd.h: Likewise.
49398         * include/utmp.h: Likewise.
49399         * include/wchar.h: Likewise.
49400         * include/wctype.h: Likewise.
49401         * inet/aliases.h: Likewise.
49402         * inet/arpa/inet.h: Likewise.
49403         * inet/netinet/ether.h: Likewise.
49404         * inet/netinet/in.h: Likewise.
49405         * intl/libintl.h: Likewise.
49406         * io/bits/fcntl2.h: Likewise.
49407         * io/fcntl.h: Likewise.
49408         * io/ftw.h: Likewise.
49409         * io/sys/poll.h: Likewise.
49410         * io/sys/stat.h: Likewise.
49411         * io/sys/statfs.h: Likewise.
49412         * io/sys/statvfs.h: Likewise.
49413         * io/utime.h: Likewise.
49414         * libio/bits/stdio.h: Likewise.
49415         * libio/bits/stdio2.h: Likewise.
49416         * libio/libio.h: Likewise.
49417         * libio/libioP.h: Likewise.
49418         * libio/stdio.h: Likewise.
49419         * locale/lc-ctype.c: Likewise.
49420         * locale/locale.h: Likewise.
49421         * login/utmp.h: Likewise.
49422         * malloc/arena.c: Likewise.
49423         * malloc/malloc.c: Likewise.
49424         * malloc/malloc.h: Likewise.
49425         * malloc/mcheck.c: Likewise.
49426         * malloc/mtrace.c: Likewise.
49427         * math/bits/mathcalls.h: Likewise.
49428         * math/fenv.h: Likewise.
49429         * math/math_private.h: Likewise.
49430         * misc/bits/error.h: Likewise.
49431         * misc/bits/syslog.h: Likewise.
49432         * misc/err.h: Likewise.
49433         * misc/error.h: Likewise.
49434         * misc/fstab.h: Likewise.
49435         * misc/mntent.h: Likewise.
49436         * misc/regexp.h: Likewise.
49437         * misc/search.h: Likewise.
49438         * misc/sgtty.h: Likewise.
49439         * misc/sys/mman.h: Likewise.
49440         * misc/sys/syslog.h: Likewise.
49441         * misc/sys/uio.h: Likewise.
49442         * misc/sys/xattr.h: Likewise.
49443         * misc/ttyent.h: Likewise.
49444         * nis/rpcsvc/ypclnt.h: Likewise.
49445         * nss/nss.h: Likewise.
49446         * posix/bits/unistd.h: Likewise.
49447         * posix/fnmatch.h: Likewise.
49448         * posix/glob.h: Likewise.
49449         * posix/sched.h: Likewise.
49450         * posix/spawn.h: Likewise.
49451         * posix/sys/wait.h: Likewise.
49452         * posix/unistd.h: Likewise.
49453         * posix/wordexp.h: Likewise.
49454         * pwd/pwd.h: Likewise.
49455         * resolv/netdb.h: Likewise.
49456         * resource/sys/resource.h: Likewise.
49457         * rt/aio.h: Likewise.
49458         * rt/bits/mqueue2.h: Likewise.
49459         * rt/mqueue.h: Likewise.
49460         * shadow/shadow.h: Likewise.
49461         * signal/signal.h: Likewise.
49462         * socket/send.c: Likewise.
49463         * socket/sendto.c: Likewise.
49464         * socket/sys/socket.h: Likewise.
49465         * stdio-common/printf.h: Likewise.
49466         * stdlib/bits/stdlib.h: Likewise.
49467         * stdlib/fmtmsg.h: Likewise.
49468         * stdlib/monetary.h: Likewise.
49469         * stdlib/stdlib.h: Likewise.
49470         * stdlib/ucontext.h: Likewise.
49471         * streams/stropts.h: Likewise.
49472         * string/argz.h: Likewise.
49473         * string/bits/string2.h: Likewise.
49474         * string/string.h: Likewise.
49475         * string/strings.h: Likewise.
49476         * sunrpc/rpc/auth.h: Likewise.
49477         * sunrpc/rpc/auth_des.h: Likewise.
49478         * sunrpc/rpc/clnt.h: Likewise.
49479         * sunrpc/rpc/netdb.h: Likewise.
49480         * sunrpc/rpc/pmap_clnt.h: Likewise.
49481         * sunrpc/rpc/xdr.h: Likewise.
49482         * sysdeps/generic/inttypes.h: Likewise.
49483         * sysdeps/generic/net/if.h: Likewise.
49484         * sysdeps/generic/sys/swap.h: Likewise.
49485         * sysdeps/gnu/net/if.h: Likewise.
49486         * sysdeps/gnu/utmpx.h: Likewise.
49487         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49488         * sysdeps/i386/i486/bits/string.h: Likewise.
49489         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49490         * sysdeps/s390/bits/string.h: Likewise.
49491         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49492         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49493         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49494         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49495         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49496         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49497         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49498         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49499         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49500         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49501         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49502         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49503         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49504         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49505         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49506         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49507         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49508         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49509         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49510         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49511         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49512         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49513         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49514         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49515         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49516         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49517         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49518         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49519         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49520         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49521         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49522         * sysvipc/sys/ipc.h: Likewise.
49523         * sysvipc/sys/msg.h: Likewise.
49524         * sysvipc/sys/sem.h: Likewise.
49525         * sysvipc/sys/shm.h: Likewise.
49526         * termios/termios.h: Likewise.
49527         * time/sys/time.h: Likewise.
49528         * time/time.h: Likewise.
49529         * wcsmbs/bits/wchar2.h: Likewise.
49530         * wcsmbs/uchar.h: Likewise.
49531         * wcsmbs/wchar.h: Likewise.
49532         * wctype/wctype.h: Likewise.
49534         [BZ #13551]
49535         * Makeconfig: Remove all but ELF support including AIX support.
49536         * Makerules: Likewise.
49537         * config.h.in: Likewise.
49538         * config.make.in: Likewise.
49539         * configure: Likewise.
49540         * configure.in: Likewise.
49541         * csu/Makefile: Likewise.
49542         * csu/version.c: Likewise.
49543         * debug/Makefile: Likewise.
49544         * dlfcn/Makefile: Likewise.
49545         * elf/Makefile: Likewise.
49546         * extra-lib.mk: Likewise.
49547         * iconv/Makefile: Likewise.
49548         * include/libc-symbols.h: Likewise.
49549         * include/shlib-compat.h: Likewise.
49550         * resolv/Makefile: Likewise.
49551         * resolv/res_libc.c: Likewise.
49552         * rt/Makefile: Likewise.
49553         * sysdeps/i386/asm-syntax.h: Likewise.
49554         * sysdeps/i386/sysdep.h: Likewise.
49555         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49556         * sysdeps/mach/sysdep.h: Likewise.
49557         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49558         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49559         * sysdeps/s390/asm-syntax.h: Likewise.
49560         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49561         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49562         * sysdeps/sh/sysdep.h: Likewise.
49563         * sysdeps/unix/sparc/sysdep.h: Likewise.
49564         * sysdeps/wordsize-32/divdi3.c: Likewise.
49565         * sysdeps/x86_64/sysdep.h: Likewise.
49567         * argp/Versions: Remove _argp_unlock_xxx.
49569         [BZ #13559]
49570         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49571         * abilist/libBrokenLocale.abilist: Likewise.
49572         * abilist/libanl.abilist: Likewise.
49573         * abilist/libc.abilist: Likewise.
49574         * abilist/libcrypt.abilist: Likewise.
49575         * abilist/libdl.abilist: Likewise.
49576         * abilist/libm.abilist: Likewise.
49577         * abilist/libnsl.abilist: Likewise.
49578         * abilist/libpthread.abilist: Likewise.
49579         * abilist/libresolv.abilist: Likewise.
49580         * abilist/librt.abilist: Likewise.
49581         * abilist/libthread_db.abilist: Likewise.
49582         * abilist/libutil.abilist: Likewise.
49583         * abilist/libnss_db.abilist: New file.
49585         * scripts/abilist.awk: Add support for indirect functions.
49587         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49589         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49591         * shlib-versions: Remove entries for ports architectures.
49593         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49594         files in ports.
49595         * elf/stackguard-macros.h: Remove support for IA-64.
49596         * elf/tst-auditmod1.c: Likewise.
49597         * sysdeps/generic/ldsodefs.h: Likewise.
49599         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49600         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49601         configure files.
49603         [BZ #13552]
49604         * configure.in: Remove --enable-omitfp support.
49605         * FAQ.in: Adjust.
49606         * config.make.in: Likewise.
49607         * Makeconfig: Likewise.
49608         * manual/install.texi: Likewise.
49610         In case anyone cares, the IA-64 architecture could move to ports.
49611         * sysdeps/ia64/*: Removed.
49612         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49613         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49615         [BZ #13555]
49616         * configure.in: Remove entries for unsupported architectures.
49618         [BZ #13533]
49619         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49620         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49621         routines.
49622         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49623         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49624         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49625         fall back to using wcrtomb.
49626         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49627         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49628         renaming.
49629         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49630         * wcsmbs/tst-c16c32-1.c: New file.
49632         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49633         local variable.
49635         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49637         * elf/tst-unique3.cc: Add explicit declaration of gets.
49638         * elf/tst-unique3lib.cc: Likewise.
49639         * elf/tst-unique3lib2.cc: Likewise.
49640         * elf/tst-unique4.cc: Likewise.
49642         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49644 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49646         [BZ #13566]
49647         * assert/assert.h (static_assert): Don't define for C++.
49648         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49649         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49651 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49653         * iconv/loop.c (single loop): Fix assertion in storing of
49654         remaining bytes.
49656         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49658 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49660         * posix/getconf.c: Update copyright year.
49661         * nss/getent.c: Likewise.
49662         * nss/makedb.c: Likewise.
49663         * iconv/iconvconfig.c: Likewise.
49664         * iconv/iconv_prog.c: Likewise.
49665         * elf/ldconfig.c: Likewise.
49666         * elf/pldd.c: Likewise.
49667         * elf/sotruss.ksh: Likewise.
49668         * catgets/gencat.c: Likewise.
49669         * csu/version.c: Likewise.
49670         * elf/ldd.bash.in: Likewise.
49671         * elf/sprof.c (print_version): Likewise.
49672         * locale/programs/locale.c: Likewise.
49673         * locale/programs/localedef.c: Likewise.
49674         * login/programs/pt_chown.c: Likewise.
49675         * nscd/nscd.c (print_version): Likewise.
49676         * debug/xtrace.sh: Likewise.
49677         * malloc/memusage.sh: Likewise.
49678         * malloc/mtrace.pl: Likewise.
49679         * debug/catchsegv.sh: Likewise.
49681 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49683         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49684         pure attribute.
49686 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49688         [BZ #13533]
49689         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49690         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49691         transformations.
49692         * iconv/gconv_int.h: Likewise.
49693         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49694         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49695         from libc for GLIBC_2.16.
49696         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49697         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49698         * wcsmbs/uchar.h: Really define mbstate_t.
49699         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49700         * wcsmbs/c16rtomb.c: New file.
49701         * wcsmbs/mbrtoc16.c: New file.
49702         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49703         for C/POSIX locale.
49704         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49705         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49707         * wcsmbs/wchar.h: Add missing __restrict.
49709 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49711         [BZ #13532]
49712         * time/Makefile (routines): Add timespec_get.
49713         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49714         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49715         timespec for ISO C11.
49716         * time/timespec_get.c: New file.
49717         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49718         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49720         [BZ #13531]
49721         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49722         * stdlib/stdlib.h: Declare aligned_alloc.
49723         * Versions.def: Add GLIBC_2.16 for libc.
49724         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49726         [BZ 13527]
49727         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49728         ISO C11.
49730         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49731         code.
49733         [BZ #13528]
49734         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49736         [BZ #13529]
49737         * assert/assert.h (static_assert): Define.
49739         * version.h: Update for 2.16 development version.
49741         [BZ #13526]
49742         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49743         _ISOC11_SOURCE.
49745         * version.h (RELEASE): Bump for 2.15 release.
49746         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49748         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49749         Patch by Marek Polacek <mpolacek@redhat.com>.
49751         * bits/byteswap.h: Protect long long constants with __extension__.
49752         * sysdeps/i386/bits/byteswap.h: Likewise.
49753         * sysdeps/ia64/bits/byteswap.h: Likewise.
49754         * sysdeps/s390/bits/byteswap.h: Likewise.
49755         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49757 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49759         [BZ #13540]
49760         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49761         destination buffer.
49762         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49764 2011-12-23  Marek Polacek  <polacek@redhat.com>
49766         * elf/dl-addr.c (determine_info): Add inline keyword.
49767         * elf/tst-auditmod4b.c (check_avx): Likewise.
49768         * elf/tst-auditmod6b.c (check_avx): Likewise.
49769         * elf/tst-auditmod6c.c (check_avx): Likewise.
49770         * elf/tst-auditmod7b.c (check_avx): Likewise.
49772 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49774         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49775         !__SSE_MATH__.
49777 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49779         [BZ #13540]
49780         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49781         processing for last bytes.
49783 2011-08-06  Bruno Haible  <bruno@clisp.org>
49785         [BZ #13061]
49786         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49787         U+0385, not to U+1FEE.
49789         [BZ #13062]
49790         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49791         entry for U+00A5 U+0301.
49793 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49795         [BZ #13166]
49796         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49797         buffer for the output is too small.
49799         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49800         optimization.
49802         [BZ #13185]
49803         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49804         SSE flags if possible.
49806 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49808         [BZ #13540]
49809         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49810         processing for last bytes.
49812 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49814         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49815         (syscall-list-default-options, syscall-list-default-condition)
49816         (syscall-list-includes): Define.
49817         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49818         list of ABIs and options and #if conditions for each ABI.  Do not
49819         handle common syscalls between ABIs specially.
49820         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49821         Remove.
49822         (syscall-list-variants, syscall-list-32bit-options)
49823         (syscall-list-32bit-condition, syscall-list-64bit-options)
49824         (syscall-list-64bit-condition): Define.
49825         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49826         (syscall-list-variants, syscall-list-32bit-options)
49827         (syscall-list-32bit-condition, syscall-list-64bit-options)
49828         (syscall-list-64bit-condition): Define.
49829         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49830         Remove.
49831         (syscall-list-variants, syscall-list-32bit-options)
49832         (syscall-list-32bit-condition, syscall-list-64bit-options)
49833         (syscall-list-64bit-condition): Define.
49834         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49835         Remove.
49836         (syscall-list-variants, syscall-list-32bit-options)
49837         (syscall-list-32bit-condition, syscall-list-64bit-options)
49838         (syscall-list-64bit-condition): Define.
49840 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49842         * locale/iso-639.def: Add brx entry.
49844         [BZ #13328]
49845         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49846         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49848         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49849         __feraiseexcept_renamed.
49851 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49853         [BZ #13538]
49854         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49855         EPOLLET with unsigned values.
49856         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49857         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49859         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49860         to large cancellation.
49861         * math/s_cacoshf.c: Likewise.
49862         * math/s_cacoshl.c: Likewise.
49864 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49866         [BZ #13305]
49867         [BZ #12786]
49868         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49869         * math/s_cacoshf.c: Likewise.
49870         * math/s_cacoshl.c: Likewise.
49872 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49874         [BZ #13439]
49875         * iconv/gconv.h: Define __GCONV_SWAP.
49876         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49877         * iconvdata/utf-16.c: Likewise.
49878         * iconvdata/utf-32.c: Likewise.
49880 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49882         [BZ #13524]
49883         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49884         numerator after shifting it by one limb.
49886 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49888         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49889         under [__USE_EXTERN_INLINES].
49891 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49893         [BZ #13446]
49894         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49896 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49898         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49899         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49900         optimized code.
49901         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49902         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49903         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49904         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49905         for strncasecmp/strncasecmp_l compilation.
49906         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49907         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49909 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49911         [BZ #13484]
49912         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49913         of __asm__.
49915 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49917         [BZ #13506]
49918         * time/tzfile.c (__tzfile_read): Check values from file header.
49920 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49922         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49923         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49924         * powerpc/powerpc32/dl-start.S: Likewise.
49925         * powerpc/powerpc32/elf/start.S: Likewise.
49926         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49927         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49928         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49929         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49930         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49931         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49932         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49933         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49934         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49935         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49936         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49937         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49938         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49939         * powerpc/powerpc32/memset.S: Likewise.
49940         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49941         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49942         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49943         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49944         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49945         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49946         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49947         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49948         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49949         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49950         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49951         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49952         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49954 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49956         * math/libm-test.inc: Added more nearbyint tests.
49957         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49958         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49959         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49960         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49962 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49964         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49965         FD_CLOEXEC.
49967 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49969         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49970         Add wcscpy-ssse3 wcscpy-c.
49971         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49972         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49973         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49974         * sysdeps/x86_64/wcschr.S: New file.
49975         * sysdeps/x86_64/wcsrchr.S: New file.
49976         * string/test-strcmp.c: Remove checking of wcscmp function for
49977         wrong alignments.
49978         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49979         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49980         wcsrchr-sse2 wcsrchr-c.
49981         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49982         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49983         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49984         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49985         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49986         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49987         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49988         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49989         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49990         * wcsmbc/wcschr.c (WCSCHR): New macro.
49992 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49994         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49995         * wcsmbs/test-wcsrchr.c: New file.
49996         * string/test-strrchr.c: Add wcsrchr support.
49997         (WIDE): New macro.
49998         * wcsmbs/test-wcscpy.c: New file.
49999         * string/test-strcpy.c: Add wcscpy support.
50000         (WIDE): New macro.
50002 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50004         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50005         the inner loop.
50007 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50009         [BZ #13472]
50010         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50012 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50014         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50015         Minor optimizations.
50017         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50018         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50019         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50021 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50023         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50024         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50025         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50026         for gcc to avoid warnings.
50027         * inet/Makefile (tests): Add tst-checks.
50028         * inet/tst-checks.c: New file.
50030         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50031         warning.
50033         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50034         __wmemcmp_sse2.
50036         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50037         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50039         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50041 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50043         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50044         problem.
50046         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50048 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50050         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50051         conditional on GCC version.
50052         (__arch_compare_and_exchange_val_8_acq)
50053         (__arch_compare_and_exchange_val_16_acq)
50054         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50055         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50056         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50058 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50060         * sysdeps/sh/backtrace.c: New file.
50062 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50064         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50065         parenthesis.
50067 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50069         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50070         falling back to utime.
50072 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50074         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50075         expectations for float.
50077 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50079         * locale/weight.h (findidx): Add parameter len.
50080         * locale/weightwc.h (findidx): Likewise.
50081         * posix/fnmatch_loop.c (FCT): Adjust caller.
50082         * posix/regcomp.c (build_equiv_class): Likewise.
50083         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50084         * posix/regexec.c (check_node_accept_bytes): Likewise.
50085         * string/strcoll_l.c (STRCOLL): Likewise.
50086         * string/strxfrm_l.c (STRXFRM): Likewise.
50088 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50090         * Makefile.in: Remove CVSOPT handling.
50091         * configure.in: Remove use of AC_REVISION.
50092         * iconvdata/Makefile (distribute): No need to filter out CVS.
50093         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50094         handling.
50096 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50098         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50099         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50100         [USE_AS_STRNCASECMP_L]: Likewise.
50101         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50102         NO_TLS_DIRECT_SEG_REFS.
50103         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50104         Fix argument offsets for non-PIC.
50105         [USE_AS_STRNCASECMP_L]: Likewise.
50106         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50107         NO_TLS_DIRECT_SEG_REFS.
50109 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50111         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50112         O_CLOEXEC.
50113         * locale/loadlocale.c (_nl_load_locale): Likewise.
50115 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50117         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50118         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50119         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50120         (SYSCALL_GETTIME): Set errno on error.
50122         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50123         count references to noai6ai_cached.
50125 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50127         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50129         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50130         FD_CLOEXEC for /proc/self/maps.
50132         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50133         FD_CLOEXEC for /proc/meminfo.
50135         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50136         gai.conf.
50138         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50139         FD_CLOEXEC for given file.
50141         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50143         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50144         FD_CLOEXEC for /etc/hosts.
50145         (_gethtent): Likewise.
50147         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50149         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50150         cancellation and set FD_CLOEXEC for /etc/netgroup.
50152         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50153         reading /etc/publickey.
50155         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50156         allow cancellation when reading /etc/group.
50158         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50159         cancellation.
50160         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50162         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50163         when using data file.
50165         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50167         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50168         (write_nis_obj): Use "c" and "e" in fopen.
50170         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50172         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50174         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50176         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50178         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50179         locale.alias.
50181         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50183         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50185         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50187         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50188         file parsing and set FD_CLOEXEC.
50190 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50192         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50194 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50196         * malloc/arena.c (arena_get2): Don't call reused_arena when
50197         _int_new_arena failed.
50199 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50201         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50202         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50203         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50204         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50205         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50206         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50207         to compile strcasecmp and strncasecmp.
50208         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50209         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50211         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50213 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50215         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50216         locale-defines.sym to gen-as-const-headers.
50217         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50218         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50219         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50220         to compile strcasecmp and strncasecmp.
50221         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50222         strcasecmp_l and strncasecmp_l.
50223         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50224         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50225         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50226         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50227         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50228         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50229         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50230         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50231         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50232         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50233         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50235 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50237         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50238         result of SYSDEP_GETTIME_CPU to retval.
50239         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50240         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50242         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50243         variable.
50245         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50246         mantissa words.
50247         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50249         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50250         from unused variable.
50252         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50253         DWARF definitions.
50254         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50255         for assembling.
50257         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50258         over namespaces.
50260         * sunrpc/rpc_prot.c (rejected): Fix case value.
50262         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50263         unsigned long long int to avoid warnings in shift.
50265         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50266         of use of trans.
50267         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50268         variable tmp.
50270         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50271         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50272         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50274         * nis/nis_table.c (nis_list): Use variable of correct type for
50275         result of __follow_path call.
50277 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50279         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50280         of math functions ceil, trunc, floor, round, and sqrt, when
50281         avaliable on the platform.
50282         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50283         name clash.
50284         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50285         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50286         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50288 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50290         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50291         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50293 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50295         * include/unistd.h: Fix __readlink return type.
50296         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50298 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50300         * stdlib/ucontext.h: Undo last change for makecontext.
50302 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50304         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50306         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50307         * setjmp/setjmp.h: Mark functions as non-leaf.
50308         * setjmp/bits/setjmp2.h: Likewise.
50309         * stdlib/ucontext.h: Likewise.
50311 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50313         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50314         (reused_arena): Don't check arena limit.
50315         (arena_get2): Atomically check arena limit.
50317 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50319         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50320         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50322         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50323         instructions.
50325 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50327         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50328         handler when locking.
50330         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50331         Fix size of allocated buffer.
50333 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50335         [BZ #10103]
50336         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50337         declarations for long double functions.
50338         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50340         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50342 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50344         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50345         installed.
50347         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50348         is disabled.
50350 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50352         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50354 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50356         * include/alloca.h (stackinfo_alloca_round): Define.
50357         (extend_alloca): Use it.
50358         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50359         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50360         here.
50362         * scripts/check-local-headers.sh: Ignore libaudit.h.
50364         * nscd/Makefile (extra-objs): Make recursively expanded.
50366 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50368         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50369         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50371         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50372         * posix/tst-rfc3484-2.c: Likewise.
50373         * posix/tst-rfc3484-3.c: Likewise.
50375         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50376         process_vm_writev.
50377         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50378         process_vm_writev.
50379         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50380         process_vm_writev from libc using GLIBC_2.15 version.
50382         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50384 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50386         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50387         stack usage.
50389 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50391         [BZ #13367]
50392         * nss/getent.c (initgroups_keys): Show error message in case no group
50393         names are given.
50395         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50396         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50397         __bump_nl_timestamp.
50398         * nscd/connections (nscd_init): When host database is served open
50399         netlink socket and request notification about configuration changes.
50400         (main_loop_poll): Track netlink file descriptor and bump timestamp
50401         in case data becomes available.
50402         (main_loop_epoll): Likewise.
50403         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50404         (database_pers_head): Add extra_data fileds.
50405         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50406         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50407         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50408         Adjust caller.
50409         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50410         in6ai data, call __free_in6ai.
50411         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50412         Add -DHAVE_NETLINK.
50413         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50414         interface information.  Reuse previous data if netlink timestamp
50415         is not changed.
50416         (__bump_nl_timestamp): New function.
50417         (__free_in6ai): New function.
50419 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50421         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50422         close_not_cancel_no_status here.
50423         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50425 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50427         [BZ #13276]
50428         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50429         return value.
50431         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50432         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50433         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50435 2011-07-03  Andreas Jaeger  <aj@suse.de>
50437         [BZ #10709]
50438         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50439         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50440         * math/libm-test.inc (sin_test): Add test case.
50442 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50444         [BZ #13337]
50445         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50446         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50448         * elf/chroot_canon.c (chroot_canon): Cleanups.
50450         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50452         [BZ #13335]
50453         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50454         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50456         * string/test-strchr.c: Make usable for strchrnul testing.
50457         * string/test-strchrnul.c: New file.
50458         * string/Makefile (strop-tests): Add strchrnul.
50460         * po/it.po: Update from translation team.
50461         * po/es.po: Likewise.
50463 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50465         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50466         the three constants needed as parameters.  Drop the others.
50467         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50468         __m128i_strloadu_tolower.
50469         Create and initialize variable zero and use it in all the places
50470         where _mm_setzero_si128 was used.
50472         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50473         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50474         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50475         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50476         anymore.
50477         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50478         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50479         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50480         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50481         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50482         __mpranred, __mptan.
50483         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50484         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50485         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50486         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50487         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50488         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50489         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50490         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50491         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50493 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50495         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50496         redefine if SHARED.
50497         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50499         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50500         wide char related routines to wcsmbs subdir.
50502 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50504         [BZ #13344]
50505         * misc/sys/cdefs.h (__THROWNL): Define.
50506         * posix/unistd.h: Use __THREADNL instead of __THREAD
50507         for memory synchronization functions.
50509 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50511         [BZ #13349]
50512         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50513         doesn't exist.
50514         * manual/stdio.texi (Obstack Streams): Node removed.
50516 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50518         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50519         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50520         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50522         * math/math_private.h (math_force_eval): Allow non-addressable
50523         arguments.
50524         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50526 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50528         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50529         file is not needed.
50531         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50532         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50533         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50534         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50535         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50536         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50537         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50538         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50539         Add AVX variants.
50540         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50541         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50542         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50543         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50544         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50545         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50546         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50547         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50548         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50549         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50550         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50551         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50552         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50553         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50554         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50555         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50556         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50557         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50558         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50560         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50561         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50563         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50564         place.  Use VEX encoding when compiling for AVX.
50566 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50568         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50569         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50571         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50573 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50575         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50576         useless if() expression.
50577         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50578         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50579         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50580         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50581         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50582         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50583         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50584         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50585         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50586         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50587         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50588         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50589         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50590         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50591         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50592         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50593         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50594         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50595         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50597         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50599 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50601         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50602         condition.
50603         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50605 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50607         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50608         .text section.  Avoid duplicate constants.
50609         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50610         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50611         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50612         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50613         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50614         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50615         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50616         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50617         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50618         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50619         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50620         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50621         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50622         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50623         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50624         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50625         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50626         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50627         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50628         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50629         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50630         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50631         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50632         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50633         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50634         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50635         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50636         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50637         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50638         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50639         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50640         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50641         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50642         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50643         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50644         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50645         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50646         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50647         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50648         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50649         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50650         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50651         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50652         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50653         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50655 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50657         * sysdeps/x86_64/dla.h: Move to ...
50658         * sysdeps/x86_64/fpu/dla.h: ...here.
50659         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50660         situations.  Use __builtin_fma only for gcc 4.6 and up.
50662         * config.make.in: Add have-mfma4 entry.
50663         * configure.in: Substitute libc_cv_cc_fma4.
50664         * math/Makefile (dbl-only-routines): Add sincostab.
50665         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50666         Use __sincostab not sincos.
50667         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50668         name is a macro.
50669         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50670         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50671         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50672         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50673         using __copysign.
50674         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50675         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50676         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50677         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50678         and __inv.
50679         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50680         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50681         __copysign.
50682         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50683         define aliases when function name is a macro.
50684         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50685         sysdeps/ieee754/dbl-64/sincos.tbl.
50686         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50687         fma4-enabled routines.
50688         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50689         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50690         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50691         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50692         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50693         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50694         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50695         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50696         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50697         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50698         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50699         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50700         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50701         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50702         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50703         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50704         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50705         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50706         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50707         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50708         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50709         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50710         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50711         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50712         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50713         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50714         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50715         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50716         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50717         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50719         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50720         rename.
50721         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50722         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50723         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50724         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50725         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50726         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50727         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50728         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50730 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50732         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50734 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50736         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50738         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50739         prediction.
50740         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50742         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50743         Remove unused variable magic_bits.
50744         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50746         * string/strnlen.c: Define and use STRNLEN macro.
50747         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50748         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50749         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50750         * wcsmbs/wcslen.c: Define and use WCSLEN.
50751         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50752         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50753         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50754         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50755         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50756         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50757         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50759 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50761         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50762         strnlen-sse2-no-bsf.
50763         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50764         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50765         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50766         Add strnlen support.
50767         (USE_AS_STRNLEN): New macro.
50768         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50769         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50770         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50771         * sysdeps/x86_64/wcslen.S: New file.
50773 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50775         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50776         XMM-moves are used for copying on small sizes.
50778 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50780         * wcsmbs/Makefile (strop-tests): Add wcschr.
50781         * wcsmbs/test-wcschr.c: New file.
50782         * string/test-strchr.c: Update.
50783         Add wcschr support.
50784         (WIDE): New macro.
50786 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50788         * wcsmbs/Makefile (strop-tests): Add wcslen.
50789         * wcsmbs/test-wcslen.c: New file.
50790         * string/test-strlen.c: Update.
50791         Add wcslen support.
50792         (WIDE): New macro.
50794 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50796         * po/it.po: Update from translation team.
50798 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50800         * sysdeps/x86_64/wcscmp.S: Update.
50801         Fix wrong comparison semantics.
50802         wcscmp shall use signed comparison not unsigned.
50803         Don't use substraction to avoid overflow bug.
50804         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50805         * wcsmbc/wcscmp.c: Likewise.
50806         * string/test-strcmp.c: Likewise.
50807         Add new tests to check cases with negative values.
50809 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50811         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50812         * sysdeps/x86_64/dla.h: ...here.  New file.
50813         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50814         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50815         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50816         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50817         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50818         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50819         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50820         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50821         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50823 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50825         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50826         __ynl_finite aliases.
50828 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50830         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50832         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50833         define DLA_FMA.
50834         [DLA_FMA] (EMULV): Use DLA_FMA.
50835         [DLA_FMA] (MUL12): Use EMULV.
50836         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50837         that are not needed.
50838         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50839         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50840         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50841         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50842         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50843         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50844         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50846 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50848         * math/s_nan.c: Undef __nan.
50849         * math/s_nanf.c: Undef __nanf.
50850         * math/s_nanl.c: Undef __nanl.
50851         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50852         "math_private.h".
50854 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50856         * math/s_catan.c: Add branch predictions.
50857         * math/s_catanf.c: Likewise.
50858         * math/s_catanh.c: Likewise.
50859         * math/s_catanhf.c: Likewise.
50860         * math/s_catanhl.c: Likewise.
50861         * math/s_catanl.c: Likewise.
50862         * math/s_cexp.c: Likewise.
50863         * math/s_cexpf.c: Likewise.
50864         * math/s_cexpl.c: Likewise.
50865         * math/s_clog.c: Likewise.
50866         * math/s_clog10.c: Likewise.
50867         * math/s_clog10f.c: Likewise.
50868         * math/s_clog10l.c: Likewise.
50869         * math/s_clogf.c: Likewise.
50870         * math/s_clogl.c: Likewise.
50871         * math/s_csqrt.c: Likewise.
50872         * math/s_csqrtf.c: Likewise.
50873         * math/s_csqrtl.c: Likewise.
50874         * math/s_ctanf.c: Likewise.
50875         * math/s_ctanh.c: Likewise.
50876         * math/s_ctanhf.c: Likewise.
50877         * math/s_ctanhl.c: Likewise.
50878         * math/s_ctanl.c: Likewise.
50880         * math/math_private.h: Define __nan, __nanf, __nanl.
50881         * math/s_cacosh.c: Include <math_private.h>.
50882         * math/s_cacoshl.c: Likewise.
50883         * math/s_casinh.c: Likewise.
50884         * math/s_casinhf.c: Likewise.
50885         * math/s_casinhl.c: Likewise.
50886         * math/s_ccos.c: Rely entire on ccosh.
50887         * math/s_ccosf.c: Rely entire on ccoshf.
50888         * math/s_ccosl.c: Rely entirely on ccoshl.
50889         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50890         Remove tests for FE_INVALID.
50891         * math/s_ccoshf.c: Likewise.
50892         * math/s_ccoshl.c: Likewise.
50893         * math/s_csin.c: Likewise.
50894         * math/s_csinf.c: Likewise.
50895         * math/s_csinh.c Likewise.
50896         * math/s_csinhf.c: Likewise.
50897         * math/s_csinhl.c: Likewise.
50898         * math/s_csinl.c: Likewise.
50899         * math/s_ctan.c: Likewise.
50900         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50901         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50902         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50904 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50906         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50907         compilation problems.
50909         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50910         __builtin_expect.
50912 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50914         * sysdeps/i386/configure.in: Test for -mfma4 option.
50915         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50916         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50917         COMMON_CPUID_INDEX_80000001.
50918         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50919         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50920         use it if FMA3 is not supported.
50921         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50923         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50924         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50926 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50928         [BZ #12892]
50929         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50930         it would create a cycle with a link time dependency.
50932 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50934         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50935         instruction.
50936         * string/Makefile (strop-tests): Add rawmemchr.
50937         * string/test-rawmemchr.c: New file.
50939         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50940         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50941         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50942         when compiling str{,n}casecmp and when AVX is available.  Hook up
50943         new optimized code in initializers.
50945 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50947         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50948         __feraiseexcept instead of feraiseexcept.
50950 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50952         * math/math_private.h: Define defaults for libc_fetestexcept and
50953         libc_feupdateenv.
50954         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50955         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50956         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50957         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50958         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50959         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50960         libc_fetestexcept and libc_feupdateenv.
50962         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50963         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50964         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50965         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50966         libc_feholdexcept_setround.
50968         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50969         Add s_nearbyint-c and s_nearbyintf-c.
50970         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50971         nearbyintf inlines.
50972         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50973         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50974         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50975         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50977         * math/math_private.h: Define defaults for libc_fegetround,
50978         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50979         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50980         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50981         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50982         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50983         standard functions.
50984         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50985         Remove comments and hacks for old compiler versions.
50986         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50987         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50988         libc_feholdexceptl.
50990 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50992         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50993         (__feraiseexcept_renamed): Add __NTH.
50994         (feraiseexcept): Add __NTH.  Rename local variables to fix
50995         namespace violations.
50997 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50999         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51001         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51003         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51004         recently added interfaces.
51005         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51007         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51008         about macro parameter expansion.
51010         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51011         __NO_MATH_INLINES is defined.  Cleanups.
51013         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51014         and __floorf is target has SSE4.1.
51015         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51016         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51017         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51018         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51020         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51021         name.
51022         (floorf): Likewise.
51024         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51026 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51028         * misc/sys/cdefs.h: Fix last change.
51030         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51031         database lookup.
51033 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51035         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51037         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51038         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51039         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51040         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51041         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51042         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51043         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51044         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51045         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51046         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51047         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51048         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51049         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51050         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51051         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51052         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51053         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51054         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51055         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51056         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51057         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51058         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51060         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51061         ceil, ceilf, floor, floorf.
51063         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51064         Perform IRELATIVE relocations last.
51066         * elf/do-rel.h: Add another parameter nrelative, replacing the
51067         local variable with the same name.  Change name of the function
51068         to end in Rel or Rela (uppercase).
51069         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51070         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51071         elf_dynamic_do_##reloc function.
51073 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51075         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51076         is sufficient, at least on modern CPUs.
51078         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51080         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51081         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51083         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51084         __expl_finite.
51085         * math/bits/math-finite.h: Add entries for exp.
51086         * math/e_expl.c: Add __*_finite alias.
51087         * sysdeps/i386/fpu/e_exp.S: Likewise.
51088         * sysdeps/i386/fpu/e_expf.S: Likewise.
51089         * sysdeps/i386/fpu/e_expl.c: Likewise.
51090         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51091         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51092         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51093         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51094         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51095         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51096         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51098         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51099         is sufficient, at least on modern CPUs.
51101         * ctype/ctype-info.c (__ctype_init): Define.
51102         * include/ctype.h (__ctype_init): Declare.
51103         (__ctype_b_loc): The variable is always initialized.
51104         (__ctype_toupper_loc): Likewise.
51105         (__ctype_tolower_loc): Likewise.
51106         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51107         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51109 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51111         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51113         * configure.in: Also look in $cxxmachine/include for C++ system
51114         headers.
51116 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51118         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51119         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51120         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51121         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51122         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51123         (USE_AS_WMEMCMP): New macro.
51124         Fixing indents.
51125         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51126         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51127         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51128         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51129         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51130         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51131         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51132         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51133         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51134         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51135         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51136         (USE_AS_WMEMCMP): New macro.
51137         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51138         * sysdeps/string/test-memcmp.c: Update.
51139         Fix simple_wmemcmp.
51140         Add new tests.
51141         * wcsmbs/wmemcmp.c: Update.
51142         (WMEMCMP): New macro.
51143         Fix overflow bug.
51145 2011-10-12  Andreas Jaeger  <aj@suse.de>
51147         [BZ #13268]
51148         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51150 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51152         * libio/iofwide.c (do_length): Avoid warning.
51154         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51156 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51158         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51160         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51161         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51162         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51163         * sysdeps/i386/i686/fpu/e_log.S: New file.
51164         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51165         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51167         * ctype/ctype.h: Add support for inlined isXXX functions when
51168         compiling C++ code.
51170 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51172         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51174         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51176 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51178         [BZ #13291]
51179         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51181 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51183         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51184         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51185         feraiseexcept.
51187         * sysdeps/x86_64/memrchr.S: Check for zero size.
51189         * string/stratcliff.c: Add memrchr tests.
51191 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51193         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51194         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51195         rawmemchr-sse2 rawmemchr-sse2-bsf.
51196         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51197         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51198         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51199         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51200         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51201         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51202         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51203         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51204         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51205         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51206         * string/memrchr.c (MEMRCHR): New macro.
51208 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51210         Add integration with gcc's -ffinite-math-only and optimize wrapper
51211         functions in libm.
51212         * Versions.def: Define GLIBC_2.15 version for libm.
51213         * math/Makefile (headers): Add bits/math-finite.h.
51214         * math/bits/math-finite.h: New file.
51215         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51216         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51217         * math/e_acoshl.c: Add __*_finite alias.
51218         * math/e_acosl.c: Likewise.
51219         * math/e_asinl.c: Likewise.
51220         * math/e_atan2l.c: Likewise.
51221         * math/e_atanhl.c: Likewise.
51222         * math/e_coshl.c: Likewise.
51223         * math/e_exp10.c: Likewise.
51224         * math/e_exp10f.c: Likewise.
51225         * math/e_exp10l.c: Likewise.
51226         * math/e_exp2l.c: Likewise.
51227         * math/e_fmodl.c: Likewise.
51228         * math/e_gammal_r.c: Likewise.
51229         * math/e_hypotl.c: Likewise.
51230         * math/e_j0l.c: Likewise.
51231         * math/e_j1l.c: Likewise.
51232         * math/e_jnl.c: Likewise.
51233         * math/e_lgammal_r.c: Likewise.
51234         * math/e_log10l.c: Likewise.
51235         * math/e_log2l.c: Likewise.
51236         * math/e_logl.c: Likewise.
51237         * math/e_powl.c: Likewise.
51238         * math/e_sinhl.c: Likewise.
51239         * math/e_sqrtl.c: Likewise.
51240         * math/e_scalb.c: Completely rewritten and optimized.
51241         * math/e_scalbf.c: Likewise.
51242         * math/e_scalbl.c: Likewise.
51243         * math/w_acos.c: Likewise.
51244         * math/w_acosf.c: Likewise.
51245         * math/w_acosl.c: Likewise.
51246         * math/w_acosh.c: Likewise.
51247         * math/w_acoshf.c: Likewise.
51248         * math/w_acoshl.c: Likewise.
51249         * math/w_asin.c: Likewise.
51250         * math/w_asinf.c: Likewise.
51251         * math/w_asinl.c: Likewise.
51252         * math/w_atan2.c: Likewise.
51253         * math/w_atan2f.c: Likewise.
51254         * math/w_atan2l.c: Likewise.
51255         * math/w_atanh.c: Likewise.
51256         * math/w_atanhf.c: Likewise.
51257         * math/w_atanhl.c: Likewise.
51258         * math/w_exp10.c: Likewise.
51259         * math/w_exp10f.c: Likewise.
51260         * math/w_exp10l.c: Likewise.
51261         * math/w_fmod.c: Likewise.
51262         * math/w_fmodf.c: Likewise.
51263         * math/w_fmodl.c: Likewise.
51264         * math/w_j0.c: Likewise.
51265         * math/w_j0f.c: Likewise.
51266         * math/w_j0l.c: Likewise.
51267         * math/w_j1.c: Likewise.
51268         * math/w_j1f.c: Likewise.
51269         * math/w_j1l.c: Likewise.
51270         * math/w_jn.c: Likewise.
51271         * math/w_jnf.c: Likewise.
51272         * math/w_log.c: Likewise.
51273         * math/w_logf.c: Likewise.
51274         * math/w_logl.c: Likewise.
51275         * math/w_log10.c: Likewise.
51276         * math/w_log10f.c: Likewise.
51277         * math/w_log10l.c: Likewise.
51278         * math/w_log2.c: Likewise.
51279         * math/w_log2f.c: Likewise.
51280         * math/w_log2l.c: Likewise.
51281         * math/w_pow.c: Likewise.
51282         * math/w_powf.c: Likewise.
51283         * math/w_powl.c: Likewise.
51284         * math/w_remainder.c: Likewise.
51285         * math/w_remainderf.c: Likewise.
51286         * math/w_remainderl.c: Likewise.
51287         * math/w_scalb.c: Likewise.
51288         * math/w_scalbf.c: Likewise.
51289         * math/w_scalbl.c: Likewise.
51290         * math/w_sqrt.c: Likewise.
51291         * math/w_sqrtf.c: Likewise.
51292         * math/w_sqrtl.c: Likewise.
51293         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51294         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51295         used.
51296         * math/math_private.h: Declare __kernel_standard_f.
51297         * math/w_cosh.c: Remove cruft and optimize a bit.
51298         * math/w_coshf.c: Likewise.
51299         * math/w_coshl.c: Likewise.
51300         * math/w_exp2.c: Likewise.
51301         * math/w_exp2f.c: Likewise.
51302         * math/w_exp2l.c: Likewise.
51303         * math/w_hypot.c: Likewise.
51304         * math/w_hypotf.c: Likewise.
51305         * math/w_hypotl.c: Likewise.
51306         * math/w_lgamma.c: Likewise.
51307         * math/w_lgamma_r.c: Likewise.
51308         * math/w_lgammaf.c: Likewise.
51309         * math/w_lgammaf_r.c: Likewise.
51310         * math/w_lgammal.c: Likewise.
51311         * math/w_lgammal_r.c: Likewise.
51312         * math/w_sinh.c: Likewise.
51313         * math/w_sinhf.c: Likewise.
51314         * math/w_sinhl.c: Likewise.
51315         * math/w_tgamma.c: Likewise.
51316         * math/w_tgammaf.c: Likewise.
51317         * math/w_tgammal.c: Likewise.
51318         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51319         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51320         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51321         Minor optimizations.  Pretty printing.  Remove cruft.
51322         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51323         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51324         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51325         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51326         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51327         * sysdeps/i386/fpu/e_asin.S: Likewise.
51328         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51329         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51330         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51331         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51332         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51333         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51334         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51335         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51336         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51337         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51338         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51339         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51340         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51341         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51342         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51343         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51344         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51345         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51346         * sysdeps/i386/fpu/e_log.S: Likewise.
51347         * sysdeps/i386/fpu/e_log10.S: Likewise.
51348         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51349         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51350         * sysdeps/i386/fpu/e_log2.S: Likewise.
51351         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51352         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51353         * sysdeps/i386/fpu/e_logf.S: Likewise.
51354         * sysdeps/i386/fpu/e_logl.S: Likewise.
51355         * sysdeps/i386/fpu/e_pow.S: Likewise.
51356         * sysdeps/i386/fpu/e_powf.S: Likewise.
51357         * sysdeps/i386/fpu/e_powl.S: Likewise.
51358         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51359         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51360         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51361         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51362         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51363         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51364         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51365         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51366         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51367         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51368         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51369         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51370         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51371         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51372         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51373         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51374         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51375         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51376         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51377         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51378         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51379         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51380         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51381         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51382         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51383         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51384         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51385         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51386         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51387         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51388         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51389         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51390         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51391         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51392         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51393         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51394         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51395         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51396         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51397         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51398         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51399         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51400         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51401         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51402         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51403         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51404         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51405         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51406         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51407         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51408         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51409         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51410         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51411         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51412         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51413         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51414         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51415         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51416         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51417         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51418         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51419         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51420         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51421         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51422         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51423         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51424         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51425         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51426         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51427         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51428         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51429         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51430         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51431         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51432         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51433         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51434         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51435         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51436         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51437         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51438         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51439         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51440         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51441         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51442         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51443         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51444         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51445         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51446         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51447         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51448         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51449         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51450         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51451         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51452         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51453         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51454         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51455         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51456         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51457         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51458         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51459         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51460         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51461         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51462         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51463         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51464         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51465         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51466         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51467         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51468         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51469         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51470         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51471         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51472         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51473         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51474         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51475         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51476         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51477         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51478         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51479         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51480         (__isnanf): Likewise.
51481         (__isinf_ns): Likewise.
51482         (__isinf_nsf): Likewise.
51483         (__finite): Likewise.
51484         (__finitef): Likewise.
51485         (__ieee754_sqrt): Define as macro.
51486         (__ieee754_sqrtf): Define as macro.
51487         (__ieee754_sqrtl): Define as macro.
51488         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51489         inlined copy.
51490         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51491         __FINITE_MATH_ONLY__ consistent.
51492         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51494 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51496         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51497         of rawmemchr.
51499         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51501 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51503         * po/ja.po: Update from translation team.
51505 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51507         * locale/programs/locarchive.c (prepare_address_space): New function.
51508         (create_archive, enlarge_archive, open_archive): Use it.
51510         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51511         inside [SHARED], where it is used.
51513         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51515         * nss/getent.c (netgroup_keys): Remove unused variable.
51516         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51518 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51520         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51521         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51522         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51523         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51524         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51525         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51526         * math/Makefile (libm-calls): Add s_isinf_ns.
51527         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51528         * math/multc3.c: Likewise.
51529         * math/s_casin.c: Likewise.
51530         * math/s_casinf.c: Likewise.
51531         * math/s_casinl.c: Likewise.
51532         * math/s_ccos.c: Likewise.
51533         * math/s_ccosf.c: Likewise.
51534         * math/s_ccosl.c: Likewise.
51535         * math/s_ctan.c: Likewise.
51536         * math/s_ctanf.c: Likewise.
51537         * math/s_ctanh.c: Likewise.
51538         * math/s_ctanhf.c: Likewise.
51539         * math/s_ctanhl.c: Likewise.
51540         * math/s_ctanl.c: Likewise.
51541         * math/w_fmod.c: Likewise.
51542         * math/w_fmodf.c: Likewise.
51543         * math/w_fmodl.c: Likewise.
51544         * math/w_remainder.c: Likewise.
51545         * math/w_remainderf.c: Likewise.
51546         * math/w_remainderl.c: Likewise.
51547         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51548         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51549         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51550         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51551         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51552         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51553         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51554         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51556         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51557         of the number.
51558         * stdio-common/printf_fphex.c: Likewise.
51559         * stdio-common/printf_size.c: Likewise.
51561         * math/e_exp10.c: Include math_private.h using <...> not "...".
51562         * math/e_exp10f.c: Likewise.
51563         * math/e_exp10l.c: Likewise.
51564         * math/e_exp2l.c: Likewise.
51565         * math/e_j0l.c: Likewise.
51566         * math/e_j1l.c: Likewise.
51567         * math/e_jnl.c: Likewise.
51568         * math/e_lgammal_r.c: Likewise.
51569         * math/e_rem_pio2l.c: Likewise.
51570         * math/e_scalb.c: Likewise.
51571         * math/e_scalbf.c: Likewise.
51572         * math/e_scalbl.c: Likewise.
51573         * math/k_cosl.c: Likewise.
51574         * math/k_sinl.c: Likewise.
51575         * math/k_tanl.c: Likewise.
51576         * math/s_cacoshf.c: Likewise.
51577         * math/s_catan.c: Likewise.
51578         * math/s_catanf.c: Likewise.
51579         * math/s_catanh.c: Likewise.
51580         * math/s_catanhf.c: Likewise.
51581         * math/s_catanhl.c: Likewise.
51582         * math/s_catanl.c: Likewise.
51583         * math/s_ccosh.c: Likewise.
51584         * math/s_ccoshf.c: Likewise.
51585         * math/s_ccoshl.c: Likewise.
51586         * math/s_cexp.c: Likewise.
51587         * math/s_cexpf.c: Likewise.
51588         * math/s_cexpl.c: Likewise.
51589         * math/s_clog.c: Likewise.
51590         * math/s_clog10.c: Likewise.
51591         * math/s_clog10f.c: Likewise.
51592         * math/s_clog10l.c: Likewise.
51593         * math/s_clogf.c: Likewise.
51594         * math/s_clogl.c: Likewise.
51595         * math/s_csin.c: Likewise.
51596         * math/s_csinf.c: Likewise.
51597         * math/s_csinh.c: Likewise.
51598         * math/s_csinhf.c: Likewise.
51599         * math/s_csinhl.c: Likewise.
51600         * math/s_csinl.c: Likewise.
51601         * math/s_csqrt.c: Likewise.
51602         * math/s_csqrtf.c: Likewise.
51603         * math/s_csqrtl.c: Likewise.
51604         * math/s_ctan.c: Likewise.
51605         * math/s_ctanf.c: Likewise.
51606         * math/s_ctanh.c: Likewise.
51607         * math/s_ctanhf.c: Likewise.
51608         * math/s_ctanhl.c: Likewise.
51609         * math/s_ctanl.c: Likewise.
51610         * math/s_ldexp.c: Likewise.
51611         * math/s_ldexpf.c: Likewise.
51612         * math/s_ldexpl.c: Likewise.
51613         * math/s_significand.c: Likewise.
51614         * math/s_significandf.c: Likewise.
51615         * math/s_significandl.c: Likewise.
51616         * math/w_acos.c: Likewise.
51617         * math/w_acosf.c: Likewise.
51618         * math/w_acosh.c: Likewise.
51619         * math/w_acoshf.c: Likewise.
51620         * math/w_acoshl.c: Likewise.
51621         * math/w_acosl.c: Likewise.
51622         * math/w_asin.c: Likewise.
51623         * math/w_asinf.c: Likewise.
51624         * math/w_asinl.c: Likewise.
51625         * math/w_atan2.c: Likewise.
51626         * math/w_atan2f.c: Likewise.
51627         * math/w_atan2l.c: Likewise.
51628         * math/w_atanh.c: Likewise.
51629         * math/w_atanhf.c: Likewise.
51630         * math/w_atanhl.c: Likewise.
51631         * math/w_cosh.c: Likewise.
51632         * math/w_coshf.c: Likewise.
51633         * math/w_coshl.c: Likewise.
51634         * math/w_dremf.c: Likewise.
51635         * math/w_exp10.c: Likewise.
51636         * math/w_exp10f.c: Likewise.
51637         * math/w_exp10l.c: Likewise.
51638         * math/w_exp2.c: Likewise.
51639         * math/w_exp2f.c: Likewise.
51640         * math/w_fmod.c: Likewise.
51641         * math/w_fmodf.c: Likewise.
51642         * math/w_fmodl.c: Likewise.
51643         * math/w_hypot.c: Likewise.
51644         * math/w_hypotf.c: Likewise.
51645         * math/w_hypotl.c: Likewise.
51646         * math/w_j0.c: Likewise.
51647         * math/w_j0f.c: Likewise.
51648         * math/w_j0l.c: Likewise.
51649         * math/w_j1.c: Likewise.
51650         * math/w_j1f.c: Likewise.
51651         * math/w_j1l.c: Likewise.
51652         * math/w_jn.c: Likewise.
51653         * math/w_jnf.c: Likewise.
51654         * math/w_jnl.c: Likewise.
51655         * math/w_lgamma.c: Likewise.
51656         * math/w_lgamma_r.c: Likewise.
51657         * math/w_lgammaf.c: Likewise.
51658         * math/w_lgammaf_r.c: Likewise.
51659         * math/w_lgammal.c: Likewise.
51660         * math/w_lgammal_r.c: Likewise.
51661         * math/w_log.c: Likewise.
51662         * math/w_log10.c: Likewise.
51663         * math/w_log10f.c: Likewise.
51664         * math/w_log10l.c: Likewise.
51665         * math/w_log2.c: Likewise.
51666         * math/w_log2f.c: Likewise.
51667         * math/w_log2l.c: Likewise.
51668         * math/w_logf.c: Likewise.
51669         * math/w_logl.c: Likewise.
51670         * math/w_pow.c: Likewise.
51671         * math/w_powf.c: Likewise.
51672         * math/w_powl.c: Likewise.
51673         * math/w_remainder.c: Likewise.
51674         * math/w_remainderf.c: Likewise.
51675         * math/w_remainderl.c: Likewise.
51676         * math/w_scalb.c: Likewise.
51677         * math/w_scalbf.c: Likewise.
51678         * math/w_scalbl.c: Likewise.
51679         * math/w_sinh.c: Likewise.
51680         * math/w_sinhf.c: Likewise.
51681         * math/w_sinhl.c: Likewise.
51682         * math/w_sqrt.c: Likewise.
51683         * math/w_sqrtf.c: Likewise.
51684         * math/w_sqrtl.c: Likewise.
51685         * math/w_tgamma.c: Likewise.
51686         * math/w_tgammaf.c: Likewise.
51687         * math/w_tgammal.c: Likewise.
51689         * po/ja.po: Update from translation team.
51691 2011-09-29  Andreas Jaeger  <aj@suse.de>
51693         [BZ #13179]
51694         * sunrpc/netname.c (netname2host): Fix logic.
51696         [BZ #6779]
51697         [BZ #6783]
51698         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51699         correctly.
51700         * math/w_remainder.c (__remainder): Likewise.
51701         * math/w_remainderf.c (__remainderf): Likewise.
51702         * math/libm-test.inc (remainder_test): Add test cases.
51704 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51706         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51707         sdiv_qrnnd.
51709 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51711         * string/test-memcmp.c: Avoid unncessary #defines.
51712         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51714 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51716         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51717         Use new sse2 version for core i3 - i7 as it's faster
51718         than sse42 version.
51719         (bit_Prefer_PMINUB_for_stringop): New.
51720         * sysdeps/x86_64/rawmemchr.S: Update.
51721         Replace with faster SSE2 version.
51722         * sysdeps/x86_64/memrchr.S: New file.
51723         * sysdeps/x86_64/memchr.S: Update.
51724         Replace with faster SSE2 version.
51726 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51728         * elf/dl-load.c (lose): Add cast to avoid warning.
51730 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51732         * po/ca.po: Update from translation team.
51734         * inet/getnetgrent_r.c: Hook up nscd.
51735         * nscd/Makefile (routines): Add nscd_netgroup.
51736         (nscd-modules): Add netgroupcache.
51737         (CFLAGS-netgroupcache.c): Define.
51738         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51739         (cache_search): Add const to second parameter.
51740         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51741         INNETGR.
51742         (dbs): Add netgrdb entry.
51743         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51744         (verify_persistent_db): Handle netgrdb.
51745         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51746         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51747         GETFDNETGR.
51748         (netgroup_response_header): Define.
51749         (innetgroup_response_header): Define.
51750         (datahead): Add netgroup_response_header and innetgroup_response_header
51751         elements.
51752         * nscd/nscd.conf: Add entries for netgroup cache.
51753         * nscd/nscd.h (dbtype): Add netgrdb.
51754         (_PATH_NSCD_NETGROUP_DB): Define.
51755         (netgroup_iov_disabled): Declare.
51756         (xmalloc, xcalloc, xrealloc): Move declarations here.
51757         (cache_search): Adjust prototype.
51758         Add netgroup-related prototypes.
51759         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51760         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51761         (__nscd_innetgr): Declare.
51762         * nscd/selinux.c (perms): Use access_vector_t as element type and
51763         add netgroup-related initializers.
51764         * nscd/netgroupcache.c: New file.
51765         * nscd/nscd_netgroup.c: New file.
51766         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51767         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51768         For four parameters use innetgr.
51769         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51770         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51771         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51772         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51774         * nscd/connections.c (register_traced_file): Don't register file
51775         for disabled databases.
51777 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51779         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51781         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51782         from tree and freeing node.
51784 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51786         * nss/nsswitch.c (__nss_database_lookup): Handle
51787         nss_parse_service_list out of memory case.
51789 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51791         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51792         out of memory case.
51794 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51796         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51797         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51798         pass it down.
51799         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51800         elf_machine_rela, elf_machine_lazy_rel.
51801         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51802         (ELF_DYNAMIC_DO_REL): Likewise.
51803         (ELF_DYNAMIC_DO_RELA): Likewise.
51804         (ELF_DYNAMIC_RELOCATE): Likewise.
51805         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51806         to ELF_DYNAMIC_DO_REL.
51807         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51808         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51809         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51810         elf_machine_rela.
51811         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51812         skip_ifunc, don't call ifunc function if non-zero.
51813         (elf_machine_rela): Likewise.
51814         (elf_machine_lazy_rel): Likewise.
51815         (elf_machine_lazy_rela): Likewise.
51816         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51817         (elf_machine_lazy_rel): Likewise.
51818         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51819         Likewise.
51820         (elf_machine_lazy_rel): Likewise.
51821         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51822         Likewise.
51823         (elf_machine_lazy_rel): Likewise.
51824         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51825         (elf_machine_lazy_rel): Likewise.
51826         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51827         (elf_machine_lazy_rel): Likewise.
51828         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51829         (elf_machine_lazy_rel): Likewise.
51830         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51831         (elf_machine_lazy_rel): Likewise.
51832         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51833         (elf_machine_lazy_rel): Likewise.
51834         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51835         (elf_machine_lazy_rel): Likewise.
51837 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51839         * nss/nss_files/files-init.c (_nss_files_init): Use static
51840         initialization for all the *_traced_file variables.
51842 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51844         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51846 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51848         [BZ #13226]
51849         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51851 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51853         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51854         Reread the line before reparsing it.
51856 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51858         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51860 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51861             Maxim Kuvyrkov  <maxim@codesourcery.com>
51862             Joseph Myers  <joseph@codesourcery.com>
51864         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51865         if needed for __stack_chk_guard.
51867 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51869         * sysdeps/posix/spawni.c (script_execute): Always define it.
51870         It will be optimized away if unused.
51871         (maybe_script_execute): New function.
51872         (__spawni): Call it.
51874         * Makerules: Don't include tls.make.
51875         (config-tls): Always set to thread.
51876         * tls.make.c: File removed.
51878 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51880         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51881         * config.make.in (CPPFLAGS-config): New substituted variable.
51883 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51885         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51887         [BZ #13192]
51888         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51889         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51891 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51893         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51894         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51895         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51896         (CALL_FAIL): Likewise.
51897         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51898         (CALL_FAIL): Macro removed.
51899         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51901 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51903         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51904         for __FINITE_MATH_ONLY__ == 1.
51906 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51908         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51909         __ieee754_sqrt instead of sqrt.
51910         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51911         __ieee754_sqrtf instead of sqrtf.
51912         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51913         __floorf instead of floorf.
51914         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51915         __floorf, __truncf instead of floorf, truncf.
51917 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51919         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51921         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51922         __extern_always_inline.
51923         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51924         32-bit.
51926 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51928         * elf/rtld.c (dl_main): Also relocate in dependency order when
51929         doing symbol dependency testing.
51931 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51933         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51934         Always define `refsym'.
51936 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51938         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51939         (__FD_ELT): Renamed from __FDELT.
51940         * misc/bits/select2.h (__FD_ELT): Likewise.
51941         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51942         __FD_MASK instead of __FDELT, __FDMASK.
51943         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51944         Likewise.
51945         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51946         Likewise.
51948         * elf/Makefile (gen-ldd): Fix pattern.
51950         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51951         (init_tls): Likewise.
51953 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51955         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51957 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51959         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51960         `struct cmsghdr *' instead of `void *'.
51961         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51962         Likewise.
51964 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51966         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51967         if non-absolute.
51968         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51969         ldd_rewrite_script.
51971 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51973         * configure.in: Remove --with-tls option.
51974         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51975         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51976         out in case it is missing.
51977         * sysdeps/ia64/elf/configure.in: Likewise.
51978         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51979         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51980         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51981         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51982         * sysdeps/sh/elf/configure.in: Likewise.
51983         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51984         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51985         * sysdeps/x86_64/elf/configure.in: Likewise.
51986         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51987         * sysdeps/mach/hurd/tls.h: Likewise.
51989         [BZ #13067]
51990         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51992         [BZ #13090]
51993         * configure.in: Fix use of AC_INIT.
51995         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51997 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51999         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52000         __set_errno.
52001         * malloc/hooks.c: Likewise.
52003         [BZ #11929]
52004         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52005         variables statically.
52006         (narenas): Initialize.
52007         (list_lock): Initialize.
52008         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52009         initializtion of main_arena and list_lock.  Small cleanups.
52010         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52011         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52012         Add initializers to main_arena and mp_.
52013         (malloc_state): Remove pagesize member.  Change all users to use
52014         GLRO(dl_pagesize).
52016         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52017         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52018         is always initialized.
52020         * malloc/malloc.c: Removed unused configurations and dead code.
52021         * malloc/arena.c: Likewise.
52022         * malloc/hooks.c: Likewise.
52023         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52025         * include/tls.h: Removed.  USE___THREAD must always be defined.
52026         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52027         * elf/dl-libc.c: Likewise.
52028         * elf/dl-tsd.c: Likewise.
52029         * include/errno.h: Likewise.
52030         * include/netdb.h: Likewise.
52031         * include/resolv.h: Likewise.
52032         * inet/herrno-loc.c: Likewise.
52033         * inet/herrno.c: Likewise.
52034         * malloc/arena.c: Likewise.
52035         * malloc/hooks.c: Likewise.
52036         * malloc/malloc.c: Likewise.
52037         * resolv/res-state.c: Likewise.
52038         * resolv/res_libc.c: Likewise.
52039         * sysdeps/i386/dl-machine.h: Likewise.
52040         * sysdeps/ia64/dl-machine.h: Likewise.
52041         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52042         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52043         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52044         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52045         * sysdeps/sh/dl-machine.h: Likewise.
52046         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52047         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52048         * sysdeps/unix/i386/sysdep.S: Likewise.
52049         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52050         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52051         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52052         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52053         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52054         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52055         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52056         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52057         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52058         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52059         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52060         * sysdeps/x86_64/dl-machine.h: Likewise.
52061         * tls.make.c: Likewise.
52063         * configure.in: Remove --with-__thread option.  Make tests for
52064         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52065         tls_model attribute fail if no support is available.  Remove
52066         USE_IN_LIBIO.
52067         * Makeconfig: Adjust for dropped configure option.  All features are
52068         now mandatory.
52069         * Makerules: Likewise.
52070         * Versions.def: Likewise.
52071         * argp/argp-fmtstream.c: Likewise.
52072         * argp/argp-fmtstream.h: Likewise.
52073         * argp/argp-help.c: Likewise.
52074         * assert/assert.c: Likewise.
52075         * config.h.in: Likewise.
52076         * config.make.in: Likewise.
52077         * configure: Likewise.
52078         * configure.in: Likewise.
52079         * csu/Versions: Likewise.
52080         * csu/init.c: Likewise.
52081         * elf/tst-audit2.c: Likewise.
52082         * elf/tst-tls10.c: Likewise.
52083         * elf/tst-tls10.h: Likewise.
52084         * elf/tst-tls11.c: Likewise.
52085         * elf/tst-tls12.c: Likewise.
52086         * elf/tst-tls14.c: Likewise.
52087         * elf/tst-tlsmod11.c: Likewise.
52088         * elf/tst-tlsmod12.c: Likewise.
52089         * elf/tst-tlsmod13.c: Likewise.
52090         * elf/tst-tlsmod13a.c: Likewise.
52091         * elf/tst-tlsmod14a.c: Likewise.
52092         * elf/tst-tlsmod15b.c: Likewise.
52093         * elf/tst-tlsmod16a.c: Likewise.
52094         * elf/tst-tlsmod16b.c: Likewise.
52095         * elf/tst-tlsmod7.c: Likewise.
52096         * elf/tst-tlsmod8.c: Likewise.
52097         * elf/tst-tlsmod9.c: Likewise.
52098         * gmon/gmon.c: Likewise.
52099         * grp/fgetgrent_r.c: Likewise.
52100         * grp/putgrent.c: Likewise.
52101         * hurd/fopenport.c: Likewise.
52102         * include/libc-symbols.h: Likewise.
52103         * include/tls.h: Likewise.
52104         * intl/gettextP.h: Likewise.
52105         * intl/loadinfo.h: Likewise.
52106         * locale/global-locale.c: Likewise.
52107         * locale/localeinfo.h: Likewise.
52108         * mach/devstream.c: Likewise.
52109         * malloc/arena.c: Likewise.
52110         * malloc/set-freeres.c: Likewise.
52111         * misc/err.c: Likewise.
52112         * misc/getttyent.c: Likewise.
52113         * misc/mntent_r.c: Likewise.
52114         * posix/getopt.c: Likewise.
52115         * posix/wordexp.c: Likewise.
52116         * pwd/fgetpwent_r.c: Likewise.
52117         * resolv/Versions: Likewise.
52118         * resolv/res_hconf.c: Likewise.
52119         * shadow/fgetspent_r.c: Likewise.
52120         * shadow/putspent.c: Likewise.
52121         * stdio-common/printf_fphex.c: Likewise.
52122         * stdio-common/tmpfile.c: Likewise.
52123         * stdlib/abort.c: Likewise.
52124         * stdlib/fmtmsg.c: Likewise.
52125         * sunrpc/auth_unix.c: Likewise.
52126         * sunrpc/clnt_perr.c: Likewise.
52127         * sunrpc/clnt_tcp.c: Likewise.
52128         * sunrpc/clnt_udp.c: Likewise.
52129         * sunrpc/clnt_unix.c: Likewise.
52130         * sunrpc/openchild.c: Likewise.
52131         * sunrpc/svc_simple.c: Likewise.
52132         * sunrpc/svc_tcp.c: Likewise.
52133         * sunrpc/svc_udp.c: Likewise.
52134         * sunrpc/svc_unix.c: Likewise.
52135         * sunrpc/xdr.c: Likewise.
52136         * sunrpc/xdr_array.c: Likewise.
52137         * sunrpc/xdr_rec.c: Likewise.
52138         * sunrpc/xdr_ref.c: Likewise.
52139         * sunrpc/xdr_stdio.c: Likewise.
52141 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52143         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52145 2011-07-03  Andreas Jaeger  <aj@suse.de>
52147         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52148         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52149         regenerate with gen-libm-tests.pl.
52151 2010-05-12  Petr Baudis  <pasky@suse.cz>
52153         [BZ #11589]
52154         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52155         around j0() zero points by switching to j1().
52156         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52157         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52158         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52159         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52161 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52163         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52164         instead of 0.
52165         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52166         instead of 0.
52167         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52168         Patch in part by Pavel Roskin <proski@gnu.org>.
52170         [BZ #13138]
52171         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52172         realloc.
52173         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52174         Free memory block if necessary.
52176         [BZ #12847]
52177         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52178         be NULL.  Don't lock in this case.
52180 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52182         * elf/elf.h (ELFOSABI_GNU): New macro.
52183         (ELFOSABI_LINUX): Define to that.
52185 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52187         * string/strncat.c (strncat): Undef the symbol in case it has been
52188         defined in bits/string.h.
52190 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52192         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52194         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52195         link map.
52197 2011-08-17  Andreas Jaeger  <aj@suse.de>
52199         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52201 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52202             Ian Lance Taylor  <iant@google.com>
52204         * math/libm-test.inc (lround_test): New testcase.
52205         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52207 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52209         * Makefile: Remove support for automatic cvs check-ins.
52210         * Makerules: Likewise.
52211         * config.make.in: Likewise.
52212         * configure.in: Likewise.
52213         * intl/Makefile: Likewise.
52214         * locale/Makefile: Likewise.
52215         * po/Makefile: Likewise.
52216         * posix/Makefile: Likewise.
52217         * sysdeps/gnu/Makefile: Likewise.
52218         * sysdeps/mach/hurd/Makefile: Likewise.
52219         * sysdeps/sparc/sparc32/Makefile: Likewise.
52221         [BZ #13118]
52222         * posix/Makefile (bug-regex32-ENV): Define.
52223         Patch by John Stanley <jpsinthemix@verizon.net>.
52225         * misc/Makefile (headers): Add bits/select2.h.
52226         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52227         * misc/bits/select2.h: New file.
52228         * include/bits/select2.h: New file.
52229         * debug/Makefile (routines): Add fdelt_chk.
52230         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52231         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52232         FD_ISSET.
52233         * debug/fdelt_chk.c: New file.
52235         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52236         * wcsmbs/test-wmemcmp.c: Likewise.
52237         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52238         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52240 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52242         * string/Makefile (strop-tests): Add memcmp.
52243         * string/test-wmemcmp.c: New file.
52244         * string/test-memcmp.c: Add wmemcmp support.
52246 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52248         [BZ #13153]
52249         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52250         2011-07-19 change.
52252         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52253         garbage value in a __mach_port_mod_refs call in the cases of the
52254         task-self and thread-self ports.
52256 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52258         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52260 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52262         * elf/dl-load.c (lose): Check for non-null L.
52264 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52266         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52268         * elf/dl-libc.c (dlerror_run): Pass back error code from
52269         dl_catch_error.
52271         [BZ #13123]
52272         * elf/dl-load.c (lose): Free l_origin if it is valid.
52274         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52275         names.
52276         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52277         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52278         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52279         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52280         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52281         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52283 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52285         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52286         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52287         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52288         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52289         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52290         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52291         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52292         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52293         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52294         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52296 2011-08-15  Alan Modra  <amodra@gmail.com>
52298         [BZ #13092]
52299         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52300         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52301         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52302         ppc_mcount to static-only-routines.
52303         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52304         __mcount_internal.
52305         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52306         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52308 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52310         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52311         for finite and infinity parameters.
52313 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52315         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52316         and add nop instructions for throughput optimization.
52317         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52319 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52321         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52322         aligned copy for power7 with vector-scalar instructions.
52323         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52325 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52327         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52328         AVX check.
52330 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52332         [BZ #13144]
52333         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52334         last change.
52336 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52338         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52339         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52340         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52341         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52342         clock_gettime.
52344 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52346         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52347         Forgot to demangle the pointer.
52349         * sysdeps/i386/sysdep.h: Define atom_text_section.
52350         * sysdeps/x86_64/sysdep.h: Likewise.
52351         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52352         section with atom_text_section.
52353         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52354         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52355         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52356         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52357         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52359         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52360         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52361         already be defined.  Change to take two parameters and don't assign
52362         result to variable.  Adjust all users.
52363         Define INTERNAL_GETTIME if not already defined.
52364         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52365         call.
52366         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52367         HAVE_CLOCK_GETTIME_VSYSCALL.
52368         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52370         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52371         gettimeofday vsyscall, just use time.
52373 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52375         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52376         <errno.h>.
52378 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52380         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52381         syscall on x86-64.
52382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52383         syscall.
52384         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52385         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52386         syscall if possible.
52388 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52390         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52391         e_ident.  Don't pass to find_mapsXX.
52392         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52394 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52396         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52397         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52398         * sysdeps/x86_64/multiarch/strchr.S: Update.
52399         Check bit_slow_BSF bit.
52400         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52401         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52402         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52404 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52406         [BZ #13134]
52407         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52408         before glibc 2.15.
52409         (tryshell): Define.
52410         (__spawni): Change last parameter to be flag.  Test
52411         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52412         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52413         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52414         * posix/spawni.c: Likewise.
52415         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52416         * posix/spawnp.c: Likewise.  Change normal version to use
52417         SPAWN_XFLAGS_USE_PATH.
52418         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52419         SPAWN_XFLAGS_TRY_SHELL.
52421         [BZ #13150]
52422         * posix/glob.h: Remove gcc 1.x support.
52424         [BZ #13068]
52425         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52427 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52429         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52430         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52431         strrchr-sse2-bsf
52432         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52433         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52434         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52435         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52436         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52437         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52439 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52441         * sysdeps/x86_64/wcscmp.S: New file.
52443         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52444         wcscmp-c wcscmp-sse2
52445         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52446         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52447         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52448         * wcsmbs/wcscmp.c: Allow renaming.
52450 2011-09-05  David S. Miller  <davem@davemloft.net>
52452         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52453         stack slot, rather than the struct return pointer slot.
52454         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52455         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52457         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52459 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52461         * po/ja.po: Update from translation team.
52463         [BZ #13144]
52464         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52465         kernel in 64-bit binaries.
52467 2011-09-01  David S. Miller  <davem@davemloft.net>
52469         * elf/elf.h (HWCAP_SPARC_*): Move to..
52470         * sysdeps/sparc/sysdep.h: this new file and add new values.
52471         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52472         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52473         _DL_HWCAP_COUNT to 24.
52474         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52475         entries.
52476         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52477         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52478         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52479         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52480         instead of magic constants.
52481         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52483 2011-08-31  David S. Miller  <davem@davemloft.net>
52485         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52486         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52487         Reimplement to do errno handling inline.
52488         (SYSCALL_ERROR_HANDLER): New macro.
52489         (__SYSCALL_STRING): Do not do errno handling in asm.
52490         (__CLONE_SYSCALL_STRING): Delete.
52491         (__INTERNAL_SYSCALL_STRING): Delete.
52492         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52493         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52494         (PSEUDO): Reimplement to do errno handling inline.
52495         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52496         (SYSCALL_ERROR_HANDLER): New macro.
52497         (__SYSCALL_STRING): Do not do errno handling in asm.
52498         (__CLONE_SYSCALL_STRING): Delete.
52499         (__INTERNAL_SYSCALL_STRING): Delete.
52500         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52501         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52502         i386.
52503         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52504         (inline_syscall*): Add 'err' argument.
52505         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52506         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52507         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52508         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52510         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52511         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52513 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52515         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52517 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52519         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52520         directive.
52522 2011-08-24  David S. Miller  <davem@davemloft.net>
52524         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52526 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52528         * elf/Makefile: Add rules to build and run unload8 test.
52529         * elf/unload8.c: New file.
52530         * elf/unload8mod1.c: New file.
52531         * elf/unload8mod1x.c: New file.
52532         * elf/unload8mod2.c: New file.
52533         * elf/unload8mod3.c: New file.
52535         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52536         it wasn't used.
52538 2011-08-23  David S. Miller  <davem@davemloft.net>
52540         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52541         subtract stack bias.
52542         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52543         %sp not %fp in calculations.
52544         (_JMPBUF_UNWINDS_ADJ): Likewise.
52546         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52547         (aio_suspend): Call it to force an exception region around the
52548         AIO_MISC_WAIT() invocation.
52550 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52552         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52553         backslash.
52555 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52557         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52558         protection macro.
52559         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52560         and <dl-machine.h>.
52561         (Elf64_FuncDesc): Remove.
52563 2011-08-22  David S. Miller  <davem@davemloft.net>
52565         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52566         sigaltstack check, add missing cfi directives.
52567         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52568         missing cfi directives, and sigaltstack handling.
52570 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52572         [BZ #11724]
52573         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52574         object is seen twice.
52575         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52577         * elf/Makefile (distribute): Add tst-initorder2.c.
52578         (tests): Add tst-initorder2.
52579         (modules-names): Add tst-initorder2a tst-initorder2b
52580         tst-initorder2c tst-initorder2d.  Add rules to build them.
52581         ($(objpfx)tst-initorder2.out): New rule.
52582         * elf/tst-initorder2.c: New file.
52583         * elf/tst-initorder2.exp: New file.
52585 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52587         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52589         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52590         dependencies back to end of function.
52592         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52593         $(elfobjdir)/ld.so.
52595 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52597         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52598         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52599         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52600         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52601         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52602         of __vdso_gettimeofday.
52603         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52604         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52605         attribute_hidden.
52606         (_libc_vdso_platform_setup): Remove initialization of
52607         __vdso_gettimeofday and __vdso_time.
52609 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52611         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52612         and fgetc_unlocked.
52613         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52614         getc_unlocked.
52616         * elf/dl-open.c (add_to_global): Report additions to the global scope
52617         for LD_DEBUG=scopes.
52618         (dl_open_worker): Also print scope of newly loaded dependencies.
52619         (_dl_show_scope): Indicate if there is no scope.
52621         [BZ #13114]
52622         * stdio-common/Makefile (tests): Add bug24.
52623         * stdio-common/bug24.c: New file.
52625 2011-08-19  Andreas Jaeger  <aj@suse.de>
52627         [BZ #13114]
52628         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52629         non-existant file when using close-on-exec mode.
52631 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52633         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52634         the very first instruction.
52636         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52637         the CFI state in the end.
52638         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52639         inclusion of dl-trampoline.h.
52640         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52642 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52644         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52645         expectations for long double.
52647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52648         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52650 2011-08-14  David S. Miller  <davem@davemloft.net>
52652         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52653         artificual limit depends upon the system page size.
52655 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52657         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52658         * resolv/Makefile: Define CFLAGS-libresolv.
52660 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52662         * nss/makedb.c (compute_tables): Make variables used in nested
52663         function static.
52665 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52667         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52668         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52669         if buffer was too small.
52671         * elf/pldd.c (main): Attach to all threads in the process.
52672         Rewrite /proc handling to use *at functions.
52674 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52676         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52677         specifies first scope to show.
52678         (dl_open_worker): Update callers.  Move printing scope of new
52679         object to before the relocation.
52680         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52681         * sysdeps/generic/ldsodefs.h: Update declaration.
52683         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52684         string for the scope number.
52686 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52688         * nscd/servicescache.c (cache_addserv): Make sure written is always
52689         initialized.
52691 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52693         * sysdeps/i386/i486/bits/atomic.h
52694         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52695         statement expression, so as to suppress "set but not used" warning.
52696         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52698         * string/strncat.c (STRNCAT): Use prototype definition.
52700         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52701         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52702         -Iprograms here.
52703         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52704         (localedef-modules): Add localedef.
52705         (locale-modules): Add locale.
52707         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52708         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52709         to avoid a warning.
52711 2011-08-14  David S. Miller  <davem@davemloft.net>
52713         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52714         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52716 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52718         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52719         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52720         * elf/rtld.c (dl_main): Set l_name of vDSO.
52721         Call _dl_show_scope when DL_DEBUG_SCOPES.
52722         (process_dl_debug): Recognize scopes flag and also set it for all.
52723         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52724         Declare _dl_show_scope.
52726         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52727         (do_dlopen): Pass caller_dlopen to dl_open.
52728         (__libc_dlopen_mode): Initialize caller_dlopen.
52730         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52731         of libc.  Make tolower call locale-independent.  Optimize a bit by
52732         using isdigit instead of isalnum.
52733         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52735 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52737         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52738         was a dependency or dynamically loaded.
52740 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52742         * intl/l10nflist.c: Allow architecture-specific pop function.
52743         * sysdeps/x86_64/l10nflist.c: New file.
52745         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52746         classification.
52748 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52750         * include/dirent.h: Add libc_hidden_proto for scandirat and
52751         scandirat64.  Don't declare __scandirat64.
52752         * dirent/scandirat.c: Add libc_hidden_def.
52753         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52754         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52756 2011-08-10  David S. Miller  <davem@davemloft.net>
52758         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52759         enum.
52760         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52761         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52762         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52764 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52766         * Versions.def [libc]: Add GLIBC_2.15.
52767         * dirent/Makefile (routines): Add scandirat and scandirat64.
52768         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52769         GLIBC_2.15.
52770         * dirent/dirent.h: Declare scandirat and scandirat64.
52771         * dirent/scandirat.c: New file.
52772         * dirent/scandirat64.c: New file.
52773         * sysdeps/wordsize-64/scandirat.c: New file.
52774         * sysdeps/wordsize-64/scandirat64.c: New file.
52775         * dirent/opendir.c: Define opendirat.
52776         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52777         using scandirat.
52778         * dirent/scandir64.c: Adjust for scandir.c change.
52779         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52780         __scandirat64, and __scandir_cancel_handler.
52781         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52782         additional parameter and use openat instead of open (outside of ld.so).
52783         Add new __opendir as wrapper around __opendirat.
52784         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52785         here without requiring old scandirat implementation.
52787 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52789         * dirent/scandir.c (cancel_handler): Renamed to
52790         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52791         defined.  Adjust users.
52792         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52793         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52795 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52797         * string/test-string.h (IMPL): Use __STRING to expand name and then
52798         stringify it.
52800         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52801         of cleanups.
52803 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52805         * string/Makefile: Update.
52806         (strop-tests): Append strncat.
52807         * string/test-wcscmp.c: New file.
52808         New comprehensive test for wcscmp.
52809         * string/test-strcmp.c: Update.
52810         (WIDE): New define.
52812 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52814         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52815         line.
52817 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52819         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52820         encoding to ACE if AI_IDN.
52822 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52824         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52825         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52827 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52829         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52830         Fix overflow bug in strncat.
52831         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52833         * string/test-strncat.c: Update.
52834         Add new tests for checking overflow bugs.
52836 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52838         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52839         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52840         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52841         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52842         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52843         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52844         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52845         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52846         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52848         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52849         (USE_AS_STRCAT): Define.
52850         Add strcat and strncat support.
52851         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52853 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52855         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52856         __n bigger than INT_MAX+1.
52857         (__strncmp_g): Likewise.
52859 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52861         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52862         * libio/stido.h: Likewise.
52864         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52865         (AF_NFC): Define.
52866         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52867         (AF_NFC): Define.
52869         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52870         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52871         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52872         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52873         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52875         [BZ #13021]
52876         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52877         installed.
52879         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52880         typo.
52881         (_dl_x86_64_save_sse): Likewise.
52883 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52885         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52886         OSXSAVE.
52887         (_dl_x86_64_save_sse): Likewise.
52889         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52891         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52893 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52895         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52896         change.
52897         (_dl_x86_64_save_sse): Use correct AVX check.
52899 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52901         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52902         bug in strncpy/strncat.
52903         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52905 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52907         * string/tester.c (test_strcat): Add tests for different alignments
52908         of source and destination.
52909         (test_strncat): Likewise.
52911 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52913         [BZ #12852]
52914         * posix/glob.c (glob): Check passed in values before using them in
52915         expressions to avoid some overflows.
52916         (glob_in_dir): Likewise.
52918         [BZ #13007]
52919         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52920         check for AVX enablement so that we don't crash with old kernels and
52921         new hardware.
52922         * elf/tst-audit4.c: Add same checks here.
52923         * elf/tst-audit6.c: Likewise.
52925         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52927 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52929         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52931 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52933         * po/cs.po: Update from translation team.
52934         * po/bg.po: Likewise.
52936 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52938         * misc/sys/cdefs.h: Add support for const attribute.
52939         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52940         to gnu_dev_{major,minor,makedev} functions.
52942 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52944         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52946 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52948         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52949         strlen results.
52951 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52953         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52954         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52955         register in order to avoid conflicts with the soft frame pointer
52956         being held in r11 when necessary.
52957         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52958         (INTERNAL_VSYSCALL_NCS): Likewise.
52960 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52962         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52963         * elf/dl-fini.c (_dl_fini): Adjust caller.
52964         * elf/dl-close.c (_dl_close_worker): Likewise.
52965         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52967 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52969         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52970         "aux_cache->nlibs < 0".
52972         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52973         in the reload-count case.
52975 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52977         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52978         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52979         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52980         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52981         * sysdeps/x86_64/multiarch/strcat.S: New file.
52982         * sysdeps/x86_64/multiarch/strncat.S: New file.
52983         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52984         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52985         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52986         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52987         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52988         (USE_AS_STRCAT): Define.
52989         Add strcat and strncat support.
52990         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52991         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52992         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52993         * string/strncat.c: Update.
52994         (USE_AS_STRNCAT): Define.
52995         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52996         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52997         and i7.
52998         * sysdeps/x86_64/multiarch/init-arch.h
52999         (bit_Prefer_PMINUB_for_stringop): New.
53000         (index_Prefer_PMINUB_for_stringop): Likewise.
53001         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53002         bit_Prefer_PMINUB_for_stringop.
53004 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53006         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53007         buffer64.
53008         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53009         of casting of buffer.
53010         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53011         buffer32 and buffer64.
53012         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53013         writes instead of casting of buffer.
53014         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53015         buffer32.
53016         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53017         casting of buffer.
53019 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53021         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53023 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53025         * nscd/nscd.c (termination_handler): Don't do anything for a database
53026         if it has not yet been initialized.
53028 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53030         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53032 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53034         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53036 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53038         * po/nl.po: Update from translation team.
53039         * po/sv.po: Likewise.
53041 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53043         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53044         now disallowed by GCC.
53046         * configure.in (use-default-link): Default to yes if a test -shared
53047         link meets our qualifications.
53048         * configure: Regenerated.
53050         * config.make.in (output-format): New variable.
53051         * configure.in: Check for ld --print-output-format support.
53052         * configure: Regenerated.
53053         * Makerules ($(common-objpfx)format.lds)
53054         [$(output-format) != unknown]: Just use $(output-format),
53055         instead of the linker-script munging.
53057 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53059         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53060         of $(common-objpfx)shlib.lds.
53061         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53063         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53064         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53066         * configure.in (-z relro check): Adjust test code to add a large
53067         writable data section after it.
53068         * configure: Regenerated.
53070 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53072         * configure.in (-z relro check): Fix test code to make the variable
53073         truly const.
53074         * configure: Regenerated.
53076 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53078         * nscd/nscd.h (struct traced_file): Define.
53079         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53080         elements.  Add traced_files.
53081         (inotify_fd): Declare.
53082         (register_traced_file): Declare.
53083         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53084         (inotify_fd): Export.
53085         (resolv_conf_descr): Remove.
53086         (nscd_init): Move inotify descriptor creation to main.
53087         Don't register files for notification here.
53088         (register_traced_file): New function.
53089         (invalidate_cache): Don't use reset_res to determine whether to call
53090         res_init, go through the list of registered files.
53091         (main_loop_poll): The inotify descriptors are now stored in the
53092         structures for the traced files.
53093         (main_loop_epoll): Likewise
53094         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53095         to __nss_disable_nscd.
53096         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53097         for a database anymore.  Check the records for all the registered
53098         files instead.
53099         * nss/Makefile (libnss_files-routines): Add files-init.
53100         (libnss_db-routines): Add db-init.
53101         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53102         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53103         * nss/nss_db/db-init.c: New file.
53104         * nss/nss_files/files-init.c: New file.
53105         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53106         __nss_lookup_function.
53107         (__nss_lookup_function): Call nss_load_library.
53108         (nss_load_all_libraries): New function.
53109         (__nss_disable_nscd): Take parameter with callback function for files
53110         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53111         used for the cached services.
53112         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53113         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53114         options for features to all the files in nscd.
53116         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53118 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53120         * csu/elf-init.c (__libc_csu_init): Comment typo.
53122 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53124         * po/pl.po: Update from translation team.
53125         * po/ja.po: Likewise.
53126         * po/ru.po: Likewise.
53127         * po/ko.po: Likewise.
53128         * po/fr.po: Likewise.
53130 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53132         * configure.in (.ctors/.dtors header and trailer check):
53133         Use an empirical test on a built program.
53134         * configure: Regenerated.
53136         * configure.in (-z relro check): Use an empirical test on a built DSO.
53137         Detect, but do not require, on ia64.
53138         * configure: Regenerated.
53140         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53141         Update tests that use readelf to use $READELF instead.
53142         * configure: Regenerated.
53144 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53146         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53147         if the result is not used.
53149 2011-07-05  Andreas Jaeger  <aj@suse.de>
53151         [BZ#9696]
53152         * stdlib/tst-strtod.c: Add testcase.
53154 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53156         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53157         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53158         The latter has a higher limit.  Take additional parameter to pass to
53159         the new function.
53160         (__pathconf): Pass file to __statfs_link_max.
53161         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53162         __statfs_link_max.
53163         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53164         __statfs_link_max.
53166         [BZ #12868]
53167         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53168         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53169         Handle Lustre.
53170         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53171         (__statfs_filesize_max): Likewise.
53172         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53174 2011-07-05  Andreas Jaeger  <aj@suse.de>
53176         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53178 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53180         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53181         `status' variable.
53182         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53183         Likewise.
53185 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53187         * Makefile (strop-tests): Add strncat.
53188         * string/test-strncat.c: New file.
53190 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53192         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53194 2011-06-21  Andreas Jaeger  <aj@suse.de>
53196         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53197         Copy rule from iconvdata/Makefile.
53199 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53201         [BZ #12922]
53202         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53203         but no long options are defined, just return 'W'.
53205 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53207         [BZ #9696]
53208         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53210 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53212         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53213         netgroups to read.
53214         (innetgr): Likewise.
53216 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53218         * config.make.in (install_root): Default to $(DESTDIR).
53220 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53222         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53224 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53226         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53228         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53229         containing directory rather than embedding absolute directory names.
53231         * scripts/check-local-headers.sh: Rewritten using awk.
53232         Match by word, not by line.  Print error messages for matches.
53233         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53235         * Makerules [shlib-lds-flags empty]:
53236         ($(common-objpfx)libc_pic.opts): New target.
53237         ($(common-objpfx)libc_pic.os.clean): New target.
53238         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53240         * config.make.in (OBJCOPY): New variable.
53241         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53242         * configure: Regenerated.
53244         * config.make.in (use-default-link): New variable.
53245         * configure.in (use_default_link): Grok --with-default-link to set it.
53246         * configure: Regenerated.
53247         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53248         (shlib-lds, shlib-lds-flags): Define to empty.
53250         * Makerules (shlib-lds): New variable.
53251         (shlib-lds-flags): New variable.
53252         (build-shlib, build-moduile, build-module-asneeded): Use it.
53253         ($(common-objpfx)libc.so): Use $(shlib-lds).
53254         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53255         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53257         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53258         DT_FLAGS/DT_FLAGS_1 with zero flags.
53260         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53261         linker script munging.
53263 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53265         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53266         as 128-bit value.
53267         * crypt/sha512.c (sha512_process_block): Perform total addition using
53268         128-bit if possible.
53269         (__sha512_finish_ctx): Likewise.
53270         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53271         as 64-bit value.
53272         * crypt/sha256.c (SWAP64): Define.
53273         (sha256_process_block): Perform total addition using 64-bit if
53274         possible.
53275         (__sha256_finish_ctx): Likewise.
53277 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53279         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53280         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53281         * nscd/hstcache.c (cache_addhst): Likewise.
53282         * nscd/grpcache.c (cache_addgr): Likewise.
53283         * nscd/aicache.c (addhstaiX): Likewise
53284         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53286 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53288         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53289         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53290         * nscd/hstcache.c (cache_addhst): Likewise.
53291         * nscd/grpcache.c (cache_addgr): Likewise.
53292         * nscd/aicache.c (addhstaiX): Likewise
53294 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53296         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53297         domain only when needed.
53299 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53301         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53302         is always restored.
53304 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53306         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53307         are re-adding the entry.
53308         * nscd/servicescache.c (cache_addserv): Likewise.
53310 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53312         * sysdeps/generic/dl-irel.h: fix protection against multiple
53313         inclusions.
53314         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53316 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53318         [BZ #12935]
53319         * malloc/memusage.sh: Fix quoting in message.
53320         * debug/xtrace.sh: Likewise.
53322         * configure.in: Remove support for --experimental-malloc option, make
53323         it the default.
53324         * config.make.in: Likewise.
53325         * malloc/Makefile: Likewise.
53327 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53329         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53330         two-byte characters.
53332 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53334         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53335         AC_CACHE_CHECK invocation.
53336         * configure: Regenerated.
53338         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53340 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53342         [BZ #12350]
53343         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53344         bit from old_res_options.
53346         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53348         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53349         value type for setfct.
53351 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53353         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53354         __gettimeofday instead of gettimeofday.
53356 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53358         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53360 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53362         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53364         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53365         info.
53367 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53369         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53370         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53371         strcpy-sse2-unaligned strncpy-sse2-unaligned
53372         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53373         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53374         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53375         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53376         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53377         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53378         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53379         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53380         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53381         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53382         (STRCPY): Support SSE2 and SSSE3 versions.
53384 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53386         [BZ #12874]
53387         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53388         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53389         kernels which artificially limit size of requests.
53391 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53393         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53394         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53395         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53396         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53397         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53398         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53399         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53400         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53401         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53402         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53403         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53404         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53405         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53406         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53407         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53408         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53409         Enable unaligned load optimization for Intel Core i3, i5 and i7
53410         processors.
53411         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53412         Define.
53413         (index_Fast_Unaligned_Load): Define.
53414         (HAS_FAST_UNALIGNED_LOAD): Define.
53416 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53418         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53420 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53422         [BZ #12907]
53423         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53424         until it is clear that the information is realy needed.
53425         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53427 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53429         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53431 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53433         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53434         /sys/devices/system/cpu/online if it is usable.
53436         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53437         reading the information from the /proc filesystem to once a second.
53439 2011-06-21  Andreas Jaeger  <aj@suse.de>
53441         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53442         NULL after inclusion of kernel headers.
53444 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53446         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53447         calls to internal_setent.
53449         [BZ #12885]
53450         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53451         addresses using gethostbyname4_r ignore IPv4 addresses.
53453         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53454         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53456         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53458 2011-06-20  David S. Miller  <davem@davemloft.net>
53460         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53461         inclusions.
53462         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53464         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53465         (elf_irel): Use it.
53466         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53467         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53468         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53469         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53470         * sysdeps/x86_64/dl-irel.h: Likewise.
53472         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53473         * elf/dl-sym.c: Likewise.
53475 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53477         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53478         need to dereference resplen2.
53480 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53482         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53484 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53486         * Makeconfig: Define vardbdir and inst_vardbdir.
53487         * nss/Makefile: Add rules to install db-Makefile.
53489         * nss/nss_db/db-XXX.c: Cleanup.
53491         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53492         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53493         GLIBC_PRIVATE.
53494         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53495         * nss/makedb.c: Implement -g option to specify that value strings
53496         are generated and should not be added to table iterated over for
53497         get*ent calls.
53498         * nss/nss_db/db-initgroups.c: New file.
53500         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53501         interface.
53503         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53504         (internal_getgrouplist): Adjust to name change.
53505         Update use_initgroups_entry if this is not the first call.
53506         * nss/databases.def: Add initgroups entry.
53508         * nss/makedb.c (compute_tables): Check result of multiple hash table
53509         sizes to minimize maximum chain length.
53511 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53513         * Versions.def: Add entry for libnss_db.
53514         * shlib-versions: Likewise.
53515         * nss/Makefile: Add rules to build libnss_db.
53516         * nss/Versions: Add libnss_db information.  Organize libnss_files
53517         entries better.
53518         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53519         makedb progra.  Some minor improvements to generate smaller files.
53520         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53521         here from...
53522         * nss/makedb.c: ...here.
53523         Improve database format to be smaller and require less memory at
53524         runtime.
53525         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53526         db anymore.
53527         * nss/nss_db/db-netgrp.c: Likewise.
53528         * nss/nss_db/db-open.c: Likewise.
53529         * nss/nss_files/flies-XXX.x: Adjust comments.
53530         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53531         * nss/nss_files/files-grp.c: Likewise.
53532         * nss/nss_files/files-hosts.c: Likewise.
53533         * nss/nss_files/files-network.c: Likewise.
53534         * nss/nss_files/files-proto.c: Likewise.
53535         * nss/nss_files/files-pwd.c: Likewise.
53536         * nss/nss_files/files-rpc.c: Likewise.
53537         * nss/nss_files/files-service.c: Likewise.
53538         * nss/nss_files/files-sgrp.c: Likewise.
53539         * nss/nss_files/files-spwd.c: Likewise.
53540         * nss/nss_db/db-alias.c: Removed.
53541         * nss/nss_db/dummy-db.h: Removed.
53543 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53545         * nss/makedb.c: Rewritten to not use database library.
53546         * nss/Makefile: Update to build new makedb program.
53548 2011-06-14  Andreas Jaeger  <aj@suse.de>
53550         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53551         memset declaration.
53553 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53555         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53556         tmpbuf.
53558 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53560         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53561         * elf/Makefile ($(objpfx)ld.so): Likewise.
53563         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53564         Don't list ld.so twice in dependencies.
53566         * posix/bug-regex31.c: Include <stdlib.h>.
53568         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53570         * nis/nss_compat/compat-spwd.c
53571         (getspent_next_nss_netgr): Remove unused variable.
53572         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53574         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53575         nonmembers" output to use the right array.
53577         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53579         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53581         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53582         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53583         * catgets/gencat.c (read_input_file): Likewise.
53584         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53586         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53587         variable definition inside #if's controlling its use.
53589         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53591         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53593         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53595         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53596         unreachable code.
53598         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53600         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53601         * configure: Regenerated.
53603         * Makerules: Revert last change.
53604         * elf/Makefile: Likewise.
53606 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53608         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53609         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53610         (reloc-link): Likewise.
53612 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53614         * elf/Makefile: Add rules to build pldd.
53615         * elf/pldd.c: New file.
53616         * elf/pldd-xx.c: New file.
53618 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53620         * version.h: Update for 2.15 development version.
53622 2011-06-07  David S. Miller  <davem@davemloft.net>
53624         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53625         ifuncs.
53626         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53627         elf_machine_lazy_rel): Likewise.
53628         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53629         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53630         elf_machine_lazy_rel): Likewise.
53631         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53632         dl_hwcap via passed in argument.
53633         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53634         Likewise.
53636 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53638         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53640 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53642         [BZ #12849]
53643         * manual/fdl-1.1.texi: New file, verbatim from:
53644         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53645         * manual/lgpl-2.1.texi: New file, verbatim from:
53646         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53647         * manual/Makefile (licenses): New variable, list those new file names.
53648         (texis): Use it.
53649         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53651         * manual/fdl.texi: File removed.
53652         * manual/lesser.texi: File removed.
53653         * manual/libc.texinfo (Copying, Documentation License):
53654         Use new @include file names, put @appendix directive before @include.
53656 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53658         [BZ #12841]
53659         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53660         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53661         (mq_open): Add __NTH.
53663 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53665         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53666         Assume Intel Core i3/i5/i7 processor if AVX is available.
53668 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53670         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53671         typo.
53673 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53675         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53676         memory.  Use alloca_account.  Fix memory leak when retrying.
53678 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53680         * version.h (RELEASE): Bump for 2.14 release.
53681         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53683         * config.make.in (RANLIB): Remove entry.
53685 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53687         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53688         (libc.pot): Work around missing support for .ksh extension in xgettext.
53690         [BZ #12684]
53691         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53692         if both request failed.
53693         (send_dg): In case of server errors clear resplen or *resplen2.
53695         [BZ #12454]
53696         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53697         when there are multiple maps.
53698         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53699         (_dl_fini): Remove test here.
53701         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53703 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53705         [BZ #12350]
53706         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53707         bit from old_res_options.
53708         (gaih_inet): Likewise.
53710         [BZ #11099]
53711         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53712         as signed.
53714         * resolv/res_init.c (res_setoptions): Make the code more compact.
53716         [BZ #11558]
53717         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53718         set RES_USEVC.
53720         [BZ #11634]
53721         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53723         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53725         [BZ #11781]
53726         * malloc/malloc.h: Declare malloc hook variables as volatile.
53728         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53729         in last patch.
53731         [BZ #11799]
53732         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53733         raise in the comment.
53734         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53735         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53736         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53738 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53740         [BZ #12811]
53741         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53742         grow the buffers more if it already has to be sufficient.
53743         (build_wcs_upper_buffer): Likewise.
53744         * posix/regexec.c (check_matching): Likewise.
53745         (clean_state_log_if_needed): Likewise.
53746         (extend_buffers): Don't enlarge buffers beyond size of the input
53747         buffer.
53748         Patches mostly by Emil Wojak <emil@wojak.eu>.
53749         * posix/bug-regex32.c: New file.
53750         * posix/Makefile (tests): Add bug-regex32.
53752         * locale/findlocale.c (_nl_find_locale): Return right away if
53753         _nl_explode_name failed.
53754         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53756         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53758         * debug/xtrace.sh: Unify messages.
53759         * malloc/memusage.sh: Likewise.
53761         [BZ #12813]
53762         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53763         time symbol from vDSO.  Substitute with vsyscall if not available.
53764         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53765         __vdso_time.
53767         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53768         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53769         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53770         Add sendmmsg and internal_sendmmsg.
53771         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53772         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53773         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53775         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53776         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53777         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53779 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53781         [BZ #12813]
53782         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53783         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53784         available.
53785         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53786         __vdso_getcpu.
53788         [BZ #12814]
53789         * iconvdata/Makefile (tests): Add bug-iconv9.
53790         * iconvdata/bug-iconv9.c: New file.
53792 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53794         [BZ #12814]
53795         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53797 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53799         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53800         (struct user_regs_struct): Change intcs field back to cs.
53802 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53804         * po/ja.po: Update from translation team.
53806 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53808         [BZ #12795]
53809         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53810         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53812 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53814         * stdlib/longlong.h: Update from GCC.
53816 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53818         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53819         parameter name.
53820         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53821         Add parameter name.
53822         (__sysconf): Pass it down.
53824 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53826         [BZ #12671]
53827         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53828         some situations.
53829         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53830         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53831         add in in __libc_use_alloca calls.  Adjust callers.
53832         (glob): Use malloc in some situations.
53834         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53835         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53836         pltexit.
53838 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53840         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53841         and CLOCK_BOOTTIME_ALARM.
53843         [BZ #12782]
53844         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53845         is returned.
53847         * string/_strerror.c (__strerror_r): Print negative errors as signed
53848         numbers.
53850         [BZ #12777]
53851         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53852         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53853         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53855         * configure.in: Fix typo in redirection and correct removal of test
53856         files in two cases.
53858         [BZ #12788]
53859         * locale/setlocale.c (new_composite_name): Fix test to check for
53860         identical name of all categories.
53862         [BZ #12792]
53863         * libio/filedoalloc.c (local_isatty): New function.
53864         (_IO_file_doallocate): Use local_isatty.
53865         * stdio-common/perror.c (perror): In case a new stream is used
53866         forward the stream error.
53867         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53868         error flag.
53870 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53872         [BZ #11869]
53873         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53874         alloca.
53875         * include/alloca.h (extend_alloca_account): Define.
53877         [BZ #11857]
53878         * posix/regex.h: Fix comments with documentation of user-accessible
53879         fields after compilation and describe correct free'ing of pattern
53880         after re_compile_pattern.
53881         Patch by Reuben Thomas <rrt@sc3d.org>.
53883 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53885         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53886         and -mno-altivec to prevent the compiler from using Altivec and/or
53887         VSX instructions when the corresponding registers are not available.
53889 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53891         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53893 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53895         * libio/freopen.c (freopen): Use __dup2, not dup2.
53896         * libio/freopen64.c (freopen64): Likewise.
53898 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53900         [BZ #12775]
53901         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53902         * math/Makefile (tests): Add test-powl.
53903         (CFLAGS-test-powl.c): Define.
53904         * math/test-powl.c: New file.
53906 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53908         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53910 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53912         [BZ #11837]
53913         * iconvdata/gb18030.c: Update to GB18020-2005.
53915 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53917         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53918         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53919         Patch by Aharon Robbins <arnold@skeeve.com>.
53921         [BZ #11892]
53922         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53923         on the stack.
53925         [BZ #11895]
53926         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53927         through underflows.
53929         [BZ #12766]
53930         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53931         point to strings before performing equality test for error_one_per_line
53932         mode.
53934         [BZ #11697]
53935         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53937         [BZ #11820]
53938         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53939         (struct user_fpregs_struct): Avoid __uint*_t types.
53941         [BZ #6420]
53942         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53943         symbol info.  Use it instead of calling _dl_addr locally.
53944         (lock_and_info): New function.
53945         (tr_freehook): Call lock_and_info and pass symbol info as additional
53946         parameter to tr_where.
53947         (tr_mallochook): Likewise.
53948         (tr_reallochook): Likewise.
53949         (tr_memalignhook): Likewise.
53951         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53952         used and couldn't be at all thread-safe.
53954 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53956         * libio/freopen.c (freopen): Don't close old file descriptor
53957         before the new one is opened.  Instead dup the new file descriptor
53958         to the old one after the new stream is created.
53959         * libio/freopen64.c (freopen64): Likewise.
53960         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53961         * libio/fileops.c (_IO_new_file_close_it): Handle new
53962         _IO_FLAGS2_NOCLOSE flag.
53963         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53964         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53965         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53966         _IO_FLAGS2_NOCLOSE flag.
53967         * include/unistd.h: Add hidden_proto for dup3.
53968         Define __have_dup3.
53969         * io/dup3.c: Define hidden symbol.
53970         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53972         [BZ #7101]
53973         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53974         when an incomplete long option is used.
53975         * posix/tst-getopt_long1.c: New file.
53976         * posix/Makefile (tests): Add tst-getopt_long1.
53978         [BZ #10138]
53979         * scripts/config.guess: Update from autoconf-2.68.
53980         * scripts/config.sub: Likewise.
53982         [BZ #10157]
53983         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53984         tests into ...
53985         (has_cpuclock): ...this.  New function.
53986         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53987         macro here based on has_cpuclock code.
53989         [BZ #10149]
53990         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53991         First byte (not low byte) is now always NUL.
53992         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53994         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53995         Use non-cancelable interfaces.
53997         [BZ #9809]
53998         * locale/iso-639.def: Add entry for Sorani.
54000         [BZ #11901]
54001         * include/stdlib.h: Move include protection to the right place.
54002         Define abort_msg_s.  Declare __abort_msg with it.
54003         * stdlib/abort.c (__abort_msg): Adjust type.
54004         * assert/assert.c (__assert_fail_base): New function.  Majority
54005         of code from __assert_fail.  Allocate memory for __abort_msg with
54006         mmap.
54007         (__assert_fail): Now call __assert_fail_base.
54008         * assert/assert-perr.c: Remove bulk of implementation.  Use
54009         __assert_fail_base.
54010         * include/assert.hL Declare __assert_fail_base.
54011         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54012         mmap.
54013         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54015 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54017         [BZ #11952]
54018         [BZ #12453]
54019         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54020         until all modules are registered in the DTV.
54021         * elf/Makefile: Add rules to build and run tst-tls19.
54022         * elf/tst-tls19.c: New file.
54023         * elf/tst-tls19mod1.c: New file.
54024         * elf/tst-tls19mod2.c: New file.
54025         * elf/tst-tls19mod3.c: New file.
54026         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54028         [BZ #12083]
54029         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54030         correctly.
54032         [BZ #12601]
54033         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54034         two-byte sequence errors.
54035         * iconvdata/Makefile (tests): Add bug-iconv8.
54036         * iconvdata/bug-iconv8.c: New file.
54038         [BZ #12626]
54039         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54040         buf2 definition.
54042         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54044         [BZ #12432]
54045         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54046         (dummy_getcfa): New function.
54047         (init): Get _Unwind_GetCFA address, use dummy if not found.
54048         (backtrace_helper): In recursion check, also check whether CFA changes.
54049         (__backtrace): Completely initialize arg.
54051         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54052         storing incomplete byte sequence in state object.  Avoid testing for
54053         guaranteed too small input if we know there is enough data available.
54055 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54057         * Makeconfig (+link-pie): Indent.
54058         * Rules (binaries-pie): Define if $(have-fpie) and
54059         $(build-shared).
54060         (binaries-shared): Also filter out $(binaries-pie).
54061         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54062         * nscd/Makefile (others-pie): Add nscd.
54063         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54064         ($(objpfx)nscd): Remove command override.
54065         * login/Makefile (others-pie): Add pt_chown.
54066         ($(objpfx)pt_chown): Remove command override.
54067         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54068         remove command overrides.
54070 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54072         * libio/tst_putwc.c: Fix error messages.
54074         [BZ #12724]
54075         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54076         currently writing and seek to current position when not.
54077         * libio/Makefile (tests): Add bug-fclose1.
54078         * libio/bug-fclose1.c: New file.
54080 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54082         [BZ #12511]
54083         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54084         don't set DF_1_NODELETE here.
54085         (do_lookup_x): When entering new entry test for copy relocation
54086         and if necessary set DF_1_NODELETE flag.
54087         * elf/tst-unique4.cc: New file.
54088         * elf/tst-unique4.h: New file.
54089         * elf/tst-unique4lib.cc: New file.
54090         * elf/Makefile: Add rules to build and run tst-unique4.
54091         Patch by Piotr Bury <pbury@goahead.com>.
54093 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54095         [BZ #12052]
54096         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54098         [BZ #12625]
54099         * misc/mntent_r.c (addmntent): Flush the stream after the output
54101         [BZ #12393]
54102         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54103         (is_trusted_path_normalize): Skip initial colon.  Append slash
54104         to empty buffer.  Duplicate is_trusted_path code but allow
54105         constructed patch to be prefix.
54106         (is_dst): Allow $ORIGIN followed by /.
54107         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54108         Correct testing of result of is_trusted_path_normalize
54109         (decompose_rpath): Fix warning.
54111 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54113         [BZ #11257]
54114         * grp/initgroups.c (internal_getgrouplist): When we found the service
54115         list through the initgroups entry in nsswitch.conf do not always
54116         continue on a successful lookup.  Don't always use the
54117         __nss_group_database value if it is set.
54118         * nss/nsswitch.conf (initgroups): Change action for successful db
54119         lookup to continue for compatibility.
54121 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54123         [BZ #11532]
54124         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54125         and CP774 modules.
54126         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54127         and CP774 modules.
54128         * iconvdata/tst-tables.sh: Likewise.
54129         * iconvdata/cp770.c: New file.
54130         * iconvdata/cp771.c: New file.
54131         * iconvdata/cp772.c: New file.
54132         * iconvdata/cp773.c: New file.
54133         * iconvdata/cp774.c: New file.
54134         * iconvdata/testdata/CP770: New file.
54135         * iconvdata/testdata/CP770..UTF8: New file.
54136         * iconvdata/testdata/CP771: New file.
54137         * iconvdata/testdata/CP771..UTF8: New file.
54138         * iconvdata/testdata/CP772: New file.
54139         * iconvdata/testdata/CP772..UTF8: New file.
54140         * iconvdata/testdata/CP773: New file.
54141         * iconvdata/testdata/CP773..UTF8: New file.
54142         * iconvdata/testdata/CP774: New file.
54143         * iconvdata/testdata/CP774..UTF8: New file.
54145         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54146         END CHARMAP line.
54147         * iconvdata/gen-8bit-gap.sh: Likewise.
54148         * iconvdata/gen-8bit.sh: Likewise.
54150         * locale/iso-639.def: Add ary entry.
54152         [BZ #11258]
54153         * locale/C-translit.h.in: Add U20A1 transliteration.
54155         [BZ #12178]
54156         * locale/iso-639.def: Add wae entry.
54157         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54159         [BZ #12545]
54160         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54161         for n.
54163         [BZ #12711]
54164         * locale/C-translit.h.in: Add entry for U20B9.
54165         Patch by pravin.d.s@gmail.com.
54167 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54169         [BZ #12713]
54170         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54171         ENAMETOOLONG use generic getcwd.
54172         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54173         in rtld.  Use *stat64.
54174         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54175         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54176         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54177         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54178         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54179         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54180         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54181         __fstatat64 macros.
54182         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54183         * dirent/rewinddir.c: Add libc_hidden_def.
54184         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54185         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54187         * include/dirent.h (__alloc_dir): Add flags parameter.
54188         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54189         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54190         __alloc_dir.
54191         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54192         from fdopendir if O_CLOEXEC is already set.
54194 2011-03-15  Alan Modra  <amodra@gmail.com>
54196         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54197         l_tls_firstbyte_offset non-zero.  Save padding offset in
54198         l_tls_firstbyte_offset for later use.
54199         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54200         freeing static tls block.
54202 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54204         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54205         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54206         being defined by the kernel headers.
54208 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54210         [BZ #12734]
54211         * resolv/resolv.h: Define RES_NOTLDQUERY.
54212         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54213         no-tld-query and set RES_NOTLDQUERY.
54214         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54215         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54216         modern BIND to search name as TLD unless forbidden.
54218 2011-05-07  Petr Baudis  <pasky@suse.cz>
54219             Ulrich Drepper  <drepper@gmail.com>
54221         [BZ #12393]
54222         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54223         (is_trusted_path): ...to here.
54224         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54225         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54226         using is_trusted_path_normalize() in setuid scripts.
54228 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54230         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54231         __BEGIN/__END_DECLS.
54233 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54235         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54236         NSS_STATUS_NOTFOUND if no record was found.
54238 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54240         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54241         (headers-not-in-tirpc): Remove rpc/netdb.h
54242         * resolv/netdb.h: Revert last change.
54244 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54246         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54247         circular dependency between libgcc.a and libc.a.
54249 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54251         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54252         * nis/Makefile: Don't install rpcsvc/*.
54253         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54254         instead of <rpc/types.h>.
54255         (MAXHOSTNAMELEN): Define.
54257 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54259         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54261 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54263         [BZ #12714]
54264         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54265         gethostbyname4_r when IPv6 results are possible.
54267 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54269         [BZ #12723]
54270         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54271         _PC_PIPE_BUF handling.
54273 2011-04-30  Bruno Haible  <bruno@clisp.org>
54275         [BZ #12717]
54276         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54277         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54278         to 'int'.
54279         * inet/getnameinfo.c (getnameinfo): Likewise.
54281 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54283         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54284         to groups setting in database lookup.
54285         * nss/nsswitch.conf: Add initgroups entry.
54287 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54289         [BZ #12685]
54290         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54291         mode string.
54292         Patch by Eric Blake <eblake@redhat.com>.
54294 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54296         * sunrpc/Makefile (need-export-routines): Add svc_run.
54297         (routines): Remove svc_run.
54298         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54299         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54300         * sunrpc/svc_run.c (svc_run): Likewise.
54301         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54303 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54305         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54306         problem in reallocation in last patch.
54308 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54310         * sunrpc/Makefile: Move inclusion of Rules.
54312 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54314         * nss/nss_files/files-initgroups.c: New file.
54315         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54316         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54317         _nss_files_initgroups_dyn.
54319 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54321         * elf/elf.h (R_ARM_IRELATIVE): Define.
54323 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54325         * po/ru.po: Update from translation team.
54327 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54329         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54330         dependencies.
54332 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54334         [BZ #12653]
54335         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54336         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54337         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54338         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54339         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54341 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54343         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54344         differing bytes.
54345         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54346         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54347         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54349 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54351         [BZ #12420]
54352         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54353         storing it.
54354         * stdlib/bug-getcontext.c: New file.
54355         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54357 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54359         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54360         instructions into .machine "z9-109".
54361         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54362         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54364 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54366         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54367         between environment variables and auxiliary vector.
54369 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54371         * Makefile: Add rules to build linkobj/libc.so.
54372         * include/libc-symbols.h: Define libc_hidden_nolink.
54373         * include/rpc/auth.h: Mark functions which are to be hidden.
54374         * include/rpc/auth_des.h: Likewise.
54375         * include/rpc/auth_unix.h: Likewise.
54376         * include/rpc/clnt.h: Likewise.
54377         * include/rpc/des_crypt.h: Likewise.
54378         * include/rpc/key_prot.h: Likewise.
54379         * include/rpc/pmap_clnt.h: Likewise.
54380         * include/rpc/pmap_prot.h: Likewise.
54381         * include/rpc/pmap_rmt.h: Likewise.
54382         * include/rpc/rpc_msg.h: Likewise.
54383         * include/rpc/svc.h: Likewise.
54384         * include/rpc/svc_auth.h: Likewise.
54385         * include/rpc/xdr.h: Likewise.
54386         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54387         * nss/Makefile: Likewise.
54388         * sunrpc/Makefile: Don't install headers.  Build library with normal
54389         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54390         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54391         for the compat linking library.  Remove use of INTDEF/INTUSE.
54392         * sunrpc/auth_none.c: Likewise.
54393         * sunrpc/auth_unix.c: Likewise.
54394         * sunrpc/authdes_prot.c: Likewise.
54395         * sunrpc/authuxprot.c: Likewise.
54396         * sunrpc/clnt_gen.c: Likewise.
54397         * sunrpc/clnt_perr.c: Likewise.
54398         * sunrpc/clnt_raw.c: Likewise.
54399         * sunrpc/clnt_simp.c: Likewise.
54400         * sunrpc/clnt_tcp.c: Likewise.
54401         * sunrpc/clnt_udp.c: Likewise.
54402         * sunrpc/clnt_unix.c: Likewise.
54403         * sunrpc/des_crypt.c: Likewise.
54404         * sunrpc/des_soft.c: Likewise.
54405         * sunrpc/get_myaddr.c: Likewise.
54406         * sunrpc/key_call.c: Likewise.
54407         * sunrpc/key_prot.c: Likewise.
54408         * sunrpc/netname.c: Likewise.
54409         * sunrpc/pm_getmaps.c: Likewise.
54410         * sunrpc/pm_getport.c: Likewise.
54411         * sunrpc/pmap_clnt.c: Likewise.
54412         * sunrpc/pmap_prot.c: Likewise.
54413         * sunrpc/pmap_prot2.c: Likewise.
54414         * sunrpc/pmap_rmt.c: Likewise.
54415         * sunrpc/publickey.c: Likewise.
54416         * sunrpc/rpc_cmsg.c: Likewise.
54417         * sunrpc/rpc_common.c: Likewise.
54418         * sunrpc/rpc_dtable.c: Likewise.
54419         * sunrpc/rpc_prot.c: Likewise.
54420         * sunrpc/rpc_thread.c: Likewise.
54421         * sunrpc/rtime.c: Likewise.
54422         * sunrpc/svc.c: Likewise.
54423         * sunrpc/svc_auth.c: Likewise.
54424         * sunrpc/svc_authux.c: Likewise.
54425         * sunrpc/svc_raw.c: Likewise.
54426         * sunrpc/svc_run.c: Likewise.
54427         * sunrpc/svc_simple.c: Likewise.
54428         * sunrpc/svc_tcp.c: Likewise.
54429         * sunrpc/svc_udp.c: Likewise.
54430         * sunrpc/svc_unix.c: Likewise.
54431         * sunrpc/svcauth_des.c: Likewise.
54432         * sunrpc/xcrypt.c: Likewise.
54433         * sunrpc/xdr.c: Likewise.
54434         * sunrpc/xdr_array.c: Likewise.
54435         * sunrpc/xdr_float.c: Likewise.
54436         * sunrpc/xdr_intXX_t.c: Likewise.
54437         * sunrpc/xdr_mem.c: Likewise.
54438         * sunrpc/xdr_rec.c: Likewise.
54439         * sunrpc/xdr_ref.c: Likewise.
54440         * sunrpc/xdr_sizeof.c: Likewise.
54441         * sunrpc/xdr_stdio.c: Likewise.
54443 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54445         [BZ #12650]
54446         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54447         * sysdeps/ia64/dl-tls.h: Likewise.
54448         * sysdeps/powerpc/dl-tls.h: Likewise.
54449         * sysdeps/s390/dl-tls.h: Likewise.
54450         * sysdeps/sh/dl-tls.h: Likewise.
54451         * sysdeps/sparc/dl-tls.h: Likewise.
54452         * sysdeps/x86_64/dl-tls.h: Likewise.
54453         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54455 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54457         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54458         rpath element also skip the following colon.
54459         (expand_dynamic_string_token): Add is_path parameter and pass
54460         down to DL_DST_REQUIRED and _dl_dst_substitute.
54461         (decompose_rpath): Call expand_dynamic_string_token with
54462         non-zero is_path.  Ignore empty rpaths.
54463         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54464         with zero is_path.
54466 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54469         Make cancelable.
54471 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54473         [BZ #12655]
54474         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54475         Patch by Filipe David Manana <fdmanana@apache.org>.
54477 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54479         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54480         Maintain aligned stack.
54481         (CHECK_RSP): Remove unused macro.
54483 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54485         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54486         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54488 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54490         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54492         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54494 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54496         [BZ #12518]
54497         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54498         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54499         * sysdeps/x86_64/memmove.c: New file.
54500         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54501         (memcpy): Renamed to ...
54502         (__new_memcpy): This.
54503         (memcpy): Provide GLIBC_2_14 memcpy.
54504         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54505         (memcpy): Provide GLIBC_2_2_5 memcpy.
54507 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54509         [BZ #12631]
54510         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54512 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54514         * misc/syncfs.c: New file.
54515         * misc/Makefile (routines): Add syncfs.
54516         * posix/unistd.h: Declare syncfs.
54517         * sysdeps/unix/syscalls.list: Add syncfs.
54519 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54521         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54522         open_by_handle_at.
54523         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54524         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54525         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54526         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54527         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54528         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54529         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54531 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54533         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54534         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54535         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54536         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54537         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54538         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54539         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54541         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54542         sync_file_range.c with -fexceptions.
54543         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54544         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54545         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54546         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54547         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54548         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54549         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54550         sync_file_range as cancellation point
54551         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54552         now a wrapper around __call_sync_file_range with cancellation handling.
54553         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54554         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54555         function name to __call_sync_file_range.
54556         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54557         Add call_sync_file_range.
54559 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54561         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54562         bits/timex.h.
54564 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54566         * iconv/iconv.h: Fix typo in comment.
54567         * io/fcntl.h: Likewise.
54568         * libio/stdio.h: Likewise.
54569         * posix/spawn.h: Likewise.
54570         * posix/unistd.h: Likewise.
54571         * stdlib/stdlib.h: Likewise.
54572         * time/time.h: Likewise.
54573         * wcsmbs/wchar.h: Likewise.
54575         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54576         open_by_handle): Add.
54577         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54578         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54579         Augment a few comments.
54580         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54581         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54582         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54583         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54584         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54585         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54586         open_by_handle.
54588         * io/fcntl.h (AT_EMPTY_PATH): Define.
54590 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54592         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54593         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54594         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54595         to...
54596         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54597         * Versions.def: Add GLIBC_2.14.
54598         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54599         Export.
54601 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54603         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54604         round counter.
54605         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54607 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54609         [BZ #12597]
54610         * string/test-strncmp.c (do_page_test): New function.
54611         (check2): Likewise.
54612         (test_main): Call check2.
54613         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54615 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54617         [BZ #12587]
54618         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54619         Handle cache information in CPU leaf 4.
54620         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54622 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54624         [BZ #12583]
54625         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54626         character representation.
54627         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54629 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54631         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54632         END(__isnan) to END(__isnanf) to match function entry point/label
54633         EALIGN(__isnanf,...).
54635 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54637         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54639 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54641         [BZ #12510]
54642         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54643         copy from the symbol referenced in the relocation to initialize the
54644         used variable.
54645         Patch by Piotr Bury <pbury@goahead.com>.
54646         * elf/Makefile: Add rules to build and tst-unique3.
54647         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54648         * elf/tst-unique3.cc: New file.
54649         * elf/tst-unique3.h: New file.
54650         * elf/tst-unique3lib.cc: New file.
54651         * elf/tst-unique3lib2.cc: New file.
54653         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54655 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54657         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54658         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54659         to _start.
54661 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54663         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54664         to-be-loaded object along a path to loader is ld.so.
54666 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54667             Ulrich Drepper  <drepper@gmail.com>
54669         * sysdeps/x86_64/memset.S: After aligning destination, code
54670         branches to different locations depending on the value of
54671         misalignment, when multiarch is enabled. Fix this.
54673 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54675         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54676         Set _x86_64_preferred_memory_instruction for AMD processsors.
54677         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54678         Set bit_Prefer_SSE_for_memop for AMD processors.
54680 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54682         * libio/fmemopen.c (fmemopen): Optimize a bit.
54684 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54686         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54688 2011-03-03  Roland McGrath  <roland@redhat.com>
54690         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54692 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54694         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54695         __bzero_ultra1 instead of __memset_ultra1.
54697 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54698             Ulrich Drepper  <drepper@gmail.com>
54700         [BZ #12509]
54701         * include/link.h (struct link_map): Add l_orig_initfini.
54702         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54703         returning unsuccessfully.
54704         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54705         close of a file loaded at startup, restore the original l_initfini
54706         list.
54707         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54708         list, store the pointer.
54709         * elf/Makefile ($(objpfx)noload-mem): New rule.
54710         (noload-ENV): Define.
54711         (tests): Add $(objpfx)noload-mem.
54712         * elf/noload.c: Include <memcheck.h>.
54713         (main): Call mtrace.  Close all opened handles.
54715 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54717         [BZ #12454]
54718         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54719         dependencies are missing.
54721 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54723         Fix __if_freereq crash: Unlike the generic version which uses free,
54724         Hurd needs munmap.
54725         * sysdeps/mach/hurd/ifreq.h: New file.
54727 2011-01-27  Petr Baudis  <pasky@suse.cz>
54728             Ulrich Drepper  <drepper@gmail.com>
54730         [BZ 12445]#
54731         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54732         to extend_alloca().
54733         * stdio-common/bug23.c: New file.
54734         * stdio-common/Makefile (tests): Add bug23.
54736 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54737             Ulrich Drepper  <drepper@gmail.com>
54739         [BZ #12489]
54740         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54741         before performing relro protection.  At old place add assertion
54742         to make sure nothing changed.
54744 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54745             Glauber de Oliveira Costa  <glommer@gmail.com>
54747         * elf/elf.h: Add new ARM TLS relocs.
54749 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54752         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54753         cast from r3.
54754         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54755         'tests' variable.
54756         * sysdeps/wordsize-64/tst-writev.c: New file.
54758 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54760         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54761         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54762         insns in _dl_start to prevent a TOC reference before relocs are
54763         resolved.
54765 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54767         [BZ #12469]
54768         * Makeconfig: Remove RANLIB definition.
54769         * Makerules: Don't use RANLIB.
54770         * aclocal.m4: Remove ranlib test.
54771         * configure.in: No need to check for ranlib.
54772         * elf/rtld-Rules: Don't use RANLIB.
54774 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54776         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54777         protection macro.
54778         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54779         inclusion protection macro.
54781         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54782         SIGRTMIN and SIGRTMAX and print information in that case only when
54783         SIGRTMIN is defined.
54785 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54787         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54788         arginfo fn returning -1.
54790         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54791         and thousands string is zero terminated.
54793 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54795         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54796         sysdeps/unix/sysv/linux/bits/socket.h.
54798 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54800         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54801         (__CPU_COUNT): Remove old macros.
54802         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54803         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54804         (__CPU_ALLOC, __CPU_FREE): Add macros.
54805         (__sched_cpualloc, __sched_cpufree): Add declarations.
54807 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54809         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54810         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54811         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54812         (readdhstai): Return value of addhstaiX call.
54813         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54814         (addgrbyX): Return value returned by cache_addgr.
54815         (readdgrbyname): Return value returned by addgrbyX.
54816         (readdgrbygid): Likewise.
54817         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54818         (addpwbyX): Return value returned by cache_addpw.
54819         (readdpwbyname): Return value returned by addhstbyX.
54820         (readdpwbyuid): Likewise.
54821         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54822         (addservbyX): Return value returned by cache_addserv.
54823         (readdservbyname): Return value returned by addservbyX:
54824         (readdservbyport): Likewise.
54825         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54826         (addhstbyX): Return value returned by cache_addhst.
54827         (readdhstbyname): Return value returned by addhstbyX.
54828         (readdhstbyaddr): Likewise.
54829         (readdhstbynamev6): Likewise.
54830         (readdhstbyaddrv6): Likewise.
54831         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54832         (readdinitgroups): Return value returned by addinitgroupsX.
54833         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54834         (prune_cache): Keep track of timeout value of re-added entries.
54835         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54836         * nscd/nscd.h: Adjust prototypes of readd* functions.
54838 2011-02-04  Roland McGrath  <roland@redhat.com>
54840         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54841         (nis_stats): Likewise.
54842         * nis/nis_modify.c (nis_modify): Likewise.
54843         * nis/nis_remove.c (nis_remove): Likewise.
54844         * nis/nis_add.c (nis_add): Likewise.
54846         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54848         * posix/fnmatch_loop.c: Add some consts.
54850         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54852 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54854         [BZ #12460]
54855         * config.make.in (config-cflags-novzeroupper): Define.
54856         * configure.in: Substitute libc_cv_cc_novzeroupper.
54857         * elf/Makefile (AVX-CFLAGS): Define.
54858         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54859         (CFLAGS-tst-auditmod4a.c): Likewise.
54860         (CFLAGS-tst-auditmod4b.c): Likewise.
54861         (CFLAGS-tst-auditmod6b.c): Likewise.
54862         (CFLAGS-tst-auditmod6c.c): Likewise.
54863         (CFLAGS-tst-auditmod7b.c): Likewise.
54864         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54866 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54868         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54869         function to the callback.
54870         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54872 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54874         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54875         of errno.
54877 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54879         [BZ #11724]
54880         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54881         of constructors.
54882         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54883         of destructors.
54884         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54886         [BZ #11724]
54887         * elf/Makefile: Add rules to build and run new test.
54888         * elf/tst-initorder.c: New file.
54889         * elf/tst-initorder.exp: New file.
54890         * elf/tst-initordera1.c: New file.
54891         * elf/tst-initordera2.c: New file.
54892         * elf/tst-initordera3.c: New file.
54893         * elf/tst-initordera4.c: New file.
54894         * elf/tst-initorderb1.c: New file.
54895         * elf/tst-initorderb2.c: New file.
54896         * elf/tst-order-a1.c: New file.
54897         * elf/tst-order-a2.c: New file.
54898         * elf/tst-order-a3.c: New file.
54899         * elf/tst-order-a4.c: New file.
54900         * elf/tst-order-b1.c: New file.
54901         * elf/tst-order-b2.c: New file.
54902         * elf/tst-order-main.c: New file.
54903         New test case by George Gensure <werkt0@gmail.com>.
54905 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54907         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54908         decoding ACE if AI_CANONIDN.
54910 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54912         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54914 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54916         * version.h (RELEASE): Bump for 2.13 release.
54917         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54919         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54921         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54922         MADV_NOHUGEPAGE.
54923         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54924         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54925         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54926         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54927         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54928         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54930         * posix/getconf.c: Update copyright year.
54931         * catgets/gencat.c: Likewise.
54932         * csu/version.c: Likewise.
54933         * debug/catchsegv.sh: Likewise.
54934         * debug/xtrace.sh: Likewise.
54935         * elf/ldconfig.c: Likewise.
54936         * elf/ldd.bash.in: Likewise.
54937         * elf/sprof.c (print_version): Likewise.
54938         * iconv/iconv_prog.c: Likewise.
54939         * iconv/iconvconfig.c: Likewise.
54940         * locale/programs/locale.c: Likewise.
54941         * locale/programs/localedef.c: Likewise.
54942         * malloc/memusage.sh: Likewise.
54943         * malloc/mtrace.pl: Likewise.
54944         * nscd/nscd.c (print_version): Likewise.
54945         * nss/getent.c: Likewise.
54947         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54948         PF_CAIF, and PF_ALG.
54949         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54951 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54953         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54954         (modules-names): Use them.
54955         (ifunc-test-modules, ifunc-pie-tests): Define.
54956         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54957         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54958         (test-extras): Likewise.
54959         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54960         $(compile-command.c).
54961         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54962         (all-built-dso): Define.
54963         (check-textrel.out, check-execstack.out): Depend on it.
54965         * configure.in: Don't override --enable-multi-arch.
54967 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54969         [BZ #6812]
54970         * nscd/hstcache.c (tryagain): Define.
54971         (cache_addhst): Return tryagain not notfound for temporary errors.
54972         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54973         failed.
54975 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54977         [BZ #10563]
54978         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54979         to make the syscall.
54980         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54982         [BZ #12378]
54983         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54984         and fall back to matching as normal character if the string ends before
54985         the matching ']' is found.  This is what POSIX requires.
54986         * posix/testfnm.c: Adjust test result.
54987         * posix/globtest.sh: Adjust test result.  Add new test.
54988         * posix/tst-fnmatch.input: Likewise.
54989         * posix/tst-fnmatch2.c: Add new test.
54991 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54993         * elf/Makefile (check-execstack): Revert last change.  Depend on
54994         check-execstack.h.
54995         (check-execstack.h): New target.
54996         (generated): Add check-execstack.h.
54997         * elf/check-execstack.c: Include "check-execstack.h".
54998         (main): Revert last change.
54999         (handle_file): Return zero if GNU_STACK is absent and
55000         DEFAULT_STACK_PERMS doesn't include PF_X.
55002 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55004         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55005         in child fails because the descriptor is already closed.
55006         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55007         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55008         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55010         [BZ #12397]
55011         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55012         syscall.
55014         [BZ #10484]
55015         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55016         temporary buffer used to handle multi lookups locally.
55017         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55019 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55021         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55022         loader is ld.so.
55024 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55026         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55027         alignment for SSE2.
55029 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55031         [BZ #12394]
55032         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55033         characters.  When rounding increased number of integer digits recompute
55034         number of groups.
55035         * stdio-common/tst-grouping.c: New file.
55036         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55038 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55040         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55041         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55043         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55044         void.
55045         * bits/select.h: Likewise.
55047 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55049         * po/ja.po: Update from translation team.
55051 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55053         [BZ #11155]
55054         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55055         implementation just like for lxstat, fxstatat, et al.
55057 2010-12-27  Jim Meyering  <meyering@redhat.com>
55059         [BZ #12348]
55060         * posix/regexec.c (build_trtable): Return failure indication upon
55061         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55063 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55065         [BZ #12201]
55066         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55067         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55068         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55069         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55071         [BZ #12207]
55072         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55074         [BZ #12204]
55075         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55076         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55078 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55080         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55081         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55082         script has SORT_BY_INIT_PRIORITY.
55083         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55084         NO_CTORS_DTORS_SECTIONS is defined.
55085         * elf/soinit.c: Likewise.
55086         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55087         NO_CTORS_DTORS_SECTIONS is defined.
55088         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55089         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55090         * sysdeps/sh/init-first.c: Likewise.
55091         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55093 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55095         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55096         always use the slow path.
55098 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55100         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55101         similar rule which adds the sysdep directories to the header search in
55102         order to pick up the correct platform stackinfo.h.
55103         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55104         perform test if it is, otherwise return successfully without testing.
55105         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55106         DEFAULT_STACK_PERMS define in stackinfo.h.
55107         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55108         defined in stackinfo.h.
55109         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55110         DEFAULT_STACK_PERMS defined in stackinfo.h.
55111         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55112         * sysdeps/ia64/stackinfo.h: Likewise.
55113         * sysdeps/s390/stackinfo.h: Likewise.
55114         * sysdeps/sh/stackinfo.h: Likewise.
55115         * sysdeps/sparc/stackinfo.h: Likewise.
55116         * sysdeps/x86_64/stackinfo.h: Likewise.
55117         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55118         PF_X for powerpc64.  Retain PF_X for powerpc32.
55120 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55122         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55123         accurately.
55124         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55125         GETDENTS_64BIT_ALIGNED.
55127 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55129         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55131 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55133         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55134         _GNU_SOURCE.
55136         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55137         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55138         Remove __restrict.
55139         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55140         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55142 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55144         [BZ #11655]
55145         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55146         are initialized.
55148 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55150         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55152 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55154         * po/it.po: Update from translation team.
55156 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55158         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55159         unused codes.
55161 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55163         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55165 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55167         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55168         specially.
55169         (gaih_getanswer_slice): Likewise.
55171 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55173         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55175 2010-05-31  Petr Baudis  <pasky@suse.cz>
55177         [BZ #11149]
55178         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55179         silently even in the chroot mode.
55181 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55183         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55184         last patch a bit.  Pretty printing
55186 2010-05-31  Petr Baudis <pasky@suse.cz>
55188         [BZ #10085]
55189         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55190         initialization of skip_initgroups_dyn.
55192 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55194         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55195         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55197 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55199         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55201 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55203         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55204         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55205         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55206         ($(objpfx)tst-fnmatch-mem): New rule.
55207         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55208         * posix/tst-fnmatch.c (main): Call mtrace.
55210 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55212         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55213         Support Intel processor model 6 and model 0x2c.
55215 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55217         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55218           signed comparison.
55220 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55222         [BZ #12205]
55223         * string/test-strncasecmp.c (check_result): New function.
55224         (do_one_test): Use it.
55225         (check1): New function.
55226         (test_main): Use it.
55227         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55228         Support strcasecmp and strncasecmp.
55230 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55232         [BZ #12194]
55233         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55234         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55236 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55238         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55239         IFUNC support.
55240         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55241         memset-x86-64.
55242         * sysdeps/x86_64/multiarch/bzero.S: New file.
55243         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55244         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55245         * sysdeps/x86_64/multiarch/memset.S: New file.
55246         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55247         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55248         Set bit_Prefer_SSE_for_memop for Intel processors.
55249         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55250         Define.
55251         (index_Prefer_SSE_for_memop): Define.
55252         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55254 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55256         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55257         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55259 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55261         [BZ #12191]
55262         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55263         (__x86_64_raw_data_cache_size_half): Likewise.
55264         (__x86_64_raw_shared_cache_size): Likewise.
55265         (__x86_64_raw_shared_cache_size_half): Likewise.
55267         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55268         (__x86_64_raw_data_cache_size_half): Likewise.
55269         (__x86_64_raw_shared_cache_size): Likewise.
55270         (__x86_64_raw_shared_cache_size_half): Likewise.
55271         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55272         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55273         and __x86_64_raw_shared_cache_size_half.  Round
55274         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55275         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55276         to multiple of 256 bytes.
55278 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55280         [BZ #12167]
55281         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55282         of inacessible symlinks.  Verify result of symlink before returning it.
55283         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55284         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55286 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55288         * math/math.h (isinf): Fix typo in comment.
55290 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55292         * po/da.po: Update from translation team.
55294 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55296         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55297         is added to the list.
55299 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55300             Ulrich Drepper  <drepper@gmail.com>
55302         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55303         the global list here.  Move code to...
55304         (_dl_add_to_namespace_list): ...here.  New function.
55305         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55306         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55307         * elf/dl-load.c (lose): Don't remove the element from the list.
55308         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55309         (_dl_map_object): Likewise.
55311 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55313         [BZ #12159]
55314         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55315         into all bytes of SSE register.
55316         Patch by Richard Li <richardpku@gmail.com>.
55318 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55320         [BZ #12140]
55321         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55322         perturbing.
55324 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55326         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55327         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55328         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55329         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55331         submachine.
55332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55334 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55336         * include/dlfcn.h (__RTLD_SECURE): Define.
55337         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55338         mode & __RTLD_SECURE instead.
55339         (open_path): Rename preloaded parameter to secure.
55340         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55341         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55342         * elf/dl-deps.c (openaux): Likewise.
55343         * elf/rtld.c (struct map_args): Remove is_preloaded.
55344         (map_doit): Don't use it.
55345         (dl_main): Likewise.
55346         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55347         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55349 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55351         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55352         (sysd-rules-targets): Remove duplicates.
55353         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55354         rtld-%.$o dependency.
55356 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55358         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55359         _dl_map_object do it.
55361 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55363         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55364         fast fma builtins, define the macros in the C99 standard.
55365         (FP_FAST_FMAF): Likewise.
55366         (FP_FAST_FMAL): Likewise.
55367         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55369         * bits/mathdef.h: Update copyright year.
55370         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55372 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55374         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55375         builtins, define the macros in the C99 standard.
55376         (FP_FAST_FMAF): Likewise.
55377         (FP_FAST_FMAL): Likewise.
55378         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55379         multiply/add.
55380         (FP_FAST_FMAF): Likewise.
55382 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55384         [BZ #3268]
55385         * math/libm-test.inc (fma_test): Some new testcases.
55386         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55387         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55388         y and infinite z.  Do multiplication by C already in long double.
55389         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55390         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55391         y and infinite z.  Do bitwise or of inexact bit into u.d.
55392         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55393         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55394         * sysdeps/i386/fpu/s_fma.S: Removed.
55395         * sysdeps/i386/fpu/s_fmal.S: Removed.
55397 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55399         [BZ #3268]
55400         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55401         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55402         computation is not scheduled after fetestexcept.  Fix value
55403         of minimum denormal long double.
55405 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55407         [BZ #3268]
55408         * math/libm-test.inc (fma_test): Add some more tests.
55409         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55410         correctly.
55412 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55414         * scripts/data/localplt-s390-linux-gnu.data: New file.
55415         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55417 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55419         [BZ #3268]
55420         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55421         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55422         instead of dbl-64.
55423         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55424         inlines.
55425         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55426         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55427         if one of x and y is very large and the other is subnormal.
55428         * sysdeps/s390/fpu/s_fmaf.c: New file.
55429         * sysdeps/s390/fpu/s_fma.c: New file.
55430         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55431         * sysdeps/powerpc/fpu/s_fma.S: New file.
55432         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55433         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55434         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55436 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55438         [BZ #3268]
55439         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55440         fma tests.
55441         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55442         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55443         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55444         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55445         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55446         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55447         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55449 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55451         [BZ #12078]
55452         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55453         * posix/bug-regex31.input: Add test case.
55455 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55457         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55458         * posix/bug-regex31.input: New file.
55460         [BZ #12078]
55461         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55462         (parse_sub_exp): Fix last change, use postorder.
55464         * posix/bug-regex31.c: New file.
55465         * posix/Makefile: Add rules to build and run bug-regex31.
55467         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55469         [BZ #12078]
55470         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55472         [BZ #12108]
55473         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55474         to have entries in sys_siglist.
55476         [BZ #12093]
55477         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55478         be NULL.
55480 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55482         [BZ #3268]
55483         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55484         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55485         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55486         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55487         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55488         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55489         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55490         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55491         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55492         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55493         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55494         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55495         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55496         * math/ftestexcept.c (fetestexcept): Likewise.
55497         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55498         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55499         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55500         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55501         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55502         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55503         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55505 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55507         [BZ #12107]
55508         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55509         newline.
55511 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55513         * string/bug-strstr1.c: New file.
55514         * string/Makefile: Add rules to build and run bug-strstr1.
55516 2010-10-05  Eric Blake  <eblake@redhat.com>
55518         [BZ #12092]
55519         * string/str-two-way.h (two_way_long_needle): Always clear memory
55520         when skipping input due to the shift table.
55522 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55524         [BZ #12005]
55525         * malloc/mcheck.c: Handle large requests.
55527         [BZ #12077]
55528         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55529         for strncmp and strncasecmp.
55530         * string/stratcliff.c: Add tests for strcmp and strncmp.
55531         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55533 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55535         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55536         __set_fpscr.
55538 2010-09-30  Andreas Jaeger  <aj@suse.de>
55540         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55541         (CGROUP_SUPER_MAGIC): Define.
55542         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55543         Handle btrfs and cgroup file systems.
55544         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55545         Likewise.
55547 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55549         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55550         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55552 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55554         [BZ #12067]
55555         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55556         trying to locate the ELF header.
55558 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55560         [BZ #11611]
55561         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55562         Mask out sign-bit copies when constructing f_fsid.
55564 2010-09-24  Petr Baudis <pasky@suse.cz>
55566         * debug/stack_chk_fail_local.c: Add missing licence exception.
55567         * debug/warning-nop.c: Likewise.
55569 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55571         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55572         implementing getdents64 using getdents syscall, set d_type if
55573         __ASSUME_GETDENTS32_D_TYPE.
55575 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55577         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55578         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55580 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55582         [BZ #12037]
55583         * posix/unistd.h: Undo change of feature selection for ftruncate from
55584         2010-01-11.
55586 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55588         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55589         detection.
55591 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55593         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55594         fanotify_mark.
55595         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55597 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55599         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55600         variables after CHECK_SP call.
55601         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55603 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55604             Ulrich Drepper  <drepper@redhat.com>
55606         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55607         re-relocationg ld.so.
55608         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55609         _dl_init_paths call.
55610         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55611         here anymore.
55613 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55615         * resolv/res_init.c (__res_vinit): Count the default server we added.
55617 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55618             Ulrich Drepper  <drepper@redhat.com>
55620         [BZ #11968]
55621         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55622         (____longjmp_chk): Use %ebx for saving value across system call.
55623         Add unwind info.
55625 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55627         * manual/Makefile: Don't mix pattern rules with normal rules.
55629 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55631         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55632         operation.
55633         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55634         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55635         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55636         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55637         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55638         Likewise.
55640 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55642         [BZ #11979]
55643         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55644         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55646 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55648         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55649         * sysdeps/x86_64/addmul_1.S: Likewise.
55650         * sysdeps/x86_64/lshift.S: Likewise.
55651         * sysdeps/x86_64/mul_1.S: Likewise.
55652         * sysdeps/x86_64/rshift.S: Likewise.
55653         * sysdeps/x86_64/sub_n.S: Likewise.
55654         * sysdeps/x86_64/submul_1.S: Likewise.
55656 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55658         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55659         Define __sched_param instead of SCHED_* and sched_param when
55660         <bits/sched.h> is included with __need_schedparam defined.
55661         * bits/sched.h [__need_schedparam]
55662         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55663         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55664         (__defined_schedparam): Define to 1.
55665         (__sched_param): New structure, identical to sched_param.
55666         (__need_schedparam): Undefine.
55668 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55670         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55671         (epoll_create1): Declare.
55673         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55675 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55677         [BZ #7066]
55678         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55679         shifting retval into place.
55681 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55683         * nis/rpcsvc/nis.h: Update copyright notice.
55684         * nis/rpcsvc/nis.x: Likewise.
55685         * nis/rpcsvc/nis_callback.h: Likewise.
55686         * nis/rpcsvc/nis_callback.x: Likewise.
55687         * nis/rpcsvc/nis_object.x: Likewise.
55688         * nis/rpcsvc/nis_tags.h: Likewise.
55689         * nis/rpcsvc/yp.h: Likewise.
55690         * nis/rpcsvc/yp.x: Likewise.
55691         * nis/rpcsvc/ypupd.h: Likewise.
55692         * nis/yp_xdr.c: Likewise.
55693         * nis/ypupdate_xdr.c: Likewise.
55695         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55696         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55697         (pmap_getport): Use __libc_rpc_getport.
55698         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55699         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55700         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55702 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55705         fanotify_mark.
55707 2010-08-27  Roland McGrath  <roland@redhat.com>
55709         * sysdeps/i386/i686/multiarch/Makefile
55710         (CFLAGS-varshift.c): New variable.
55712 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55714         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55715         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55717         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55719         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55721 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55723         * sysdeps/x86_64/strlen.S: Unroll the loop.
55724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55725         strlen-sse2 strlen-sse2-bsf.
55726         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55727         __strlen_no_bsf if bit_Slow_BSF is set.
55728         (__strlen_sse42): Removed.
55729         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55730         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55732 2010-08-25  Roland McGrath  <roland@redhat.com>
55734         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55735         * sysdeps/x86_64/multiarch/varshift.c: New file.
55736         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55737         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55738         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55739         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55741 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55743         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55744         strlen-sse2 strlen-sse2-bsf.
55745         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55746         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55747         (__strlen_sse2): Removed.
55748         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55749         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55750         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55751         bit_Slow_BSF for Atom.
55752         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55753         (index_Slow_BSF): Define.
55754         (HAS_SLOW_BSF): Define.
55756 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55758         [BZ #10851]
55759         * resolv/res_init.c (__res_vinit): When no server address at all
55760         is given default to loopback.
55762 2010-08-24  Roland McGrath  <roland@redhat.com>
55764         * configure.in: Remove config-name.h generation.
55765         * configure: Regenerated.
55766         * config-name.in: File removed.
55767         * scripts/config-uname.sh: New file.
55768         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55769         ($(objdir)config-name.h): New target.
55771         * sunrpc/rpc_parse.h: Avoid nested comment.
55773 2010-08-24  Richard Henderson  <rth@redhat.com>
55774             Ulrich Drepper  <drepper@redhat.com>
55775             H.J. Lu  <hongjiu.lu@intel.com>
55777         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55778         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55779         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55780         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55781         _mm_alignr_epi8 with _mm_loadu_si128.
55782         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55783         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55784         (__m128i_shift_right): Removed.
55785         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55786         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55787         * sysdeps/x86_64/multiarch/varshift.h: New file.
55788         * sysdeps/x86_64/multiarch/varshift.S: New file.
55790 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55792         * configure.in: Move assembler checks to before sysdep dir checking.
55794 2010-08-20  Petr Baudis  <pasky@suse.cz>
55796         * LICENSES: Sync the sunrpc license.
55798 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55800         * sunrpc/auth_des.c: Update copyright notice once again.
55801         * sunrpc/auth_none.c: Likewise.
55802         * sunrpc/auth_unix.c: Likewise.
55803         * sunrpc/authdes_prot.c: Likewise.
55804         * sunrpc/authuxprot.c: Likewise.
55805         * sunrpc/bindrsvprt.c: Likewise.
55806         * sunrpc/clnt_gen.c: Likewise.
55807         * sunrpc/clnt_perr.c: Likewise.
55808         * sunrpc/clnt_raw.c: Likewise.
55809         * sunrpc/clnt_simp.c: Likewise.
55810         * sunrpc/clnt_tcp.c: Likewise.
55811         * sunrpc/clnt_udp.c: Likewise.
55812         * sunrpc/clnt_unix.c: Likewise.
55813         * sunrpc/des_crypt.c: Likewise.
55814         * sunrpc/des_soft.c: Likewise.
55815         * sunrpc/get_myaddr.c: Likewise.
55816         * sunrpc/getrpcport.c: Likewise.
55817         * sunrpc/key_call.c: Likewise.
55818         * sunrpc/key_prot.c: Likewise.
55819         * sunrpc/openchild.c: Likewise.
55820         * sunrpc/pm_getmaps.c: Likewise.
55821         * sunrpc/pm_getport.c: Likewise.
55822         * sunrpc/pmap_clnt.c: Likewise.
55823         * sunrpc/pmap_prot.c: Likewise.
55824         * sunrpc/pmap_prot2.c: Likewise.
55825         * sunrpc/pmap_rmt.c: Likewise.
55826         * sunrpc/rpc/auth.h: Likewise.
55827         * sunrpc/rpc/auth_unix.h: Likewise.
55828         * sunrpc/rpc/clnt.h: Likewise.
55829         * sunrpc/rpc/des_crypt.h: Likewise.
55830         * sunrpc/rpc/key_prot.h: Likewise.
55831         * sunrpc/rpc/netdb.h: Likewise.
55832         * sunrpc/rpc/pmap_clnt.h: Likewise.
55833         * sunrpc/rpc/pmap_prot.h: Likewise.
55834         * sunrpc/rpc/pmap_rmt.h: Likewise.
55835         * sunrpc/rpc/rpc.h: Likewise.
55836         * sunrpc/rpc/rpc_des.h: Likewise.
55837         * sunrpc/rpc/rpc_msg.h: Likewise.
55838         * sunrpc/rpc/svc.h: Likewise.
55839         * sunrpc/rpc/svc_auth.h: Likewise.
55840         * sunrpc/rpc/types.h: Likewise.
55841         * sunrpc/rpc/xdr.h: Likewise.
55842         * sunrpc/rpc_clntout.c: Likewise.
55843         * sunrpc/rpc_cmsg.c: Likewise.
55844         * sunrpc/rpc_common.c: Likewise.
55845         * sunrpc/rpc_cout.c: Likewise.
55846         * sunrpc/rpc_dtable.c: Likewise.
55847         * sunrpc/rpc_hout.c: Likewise.
55848         * sunrpc/rpc_main.c: Likewise.
55849         * sunrpc/rpc_parse.c: Likewise.
55850         * sunrpc/rpc_parse.h: Likewise.
55851         * sunrpc/rpc_prot.c: Likewise.
55852         * sunrpc/rpc_sample.c: Likewise.
55853         * sunrpc/rpc_scan.c: Likewise.
55854         * sunrpc/rpc_scan.h: Likewise.
55855         * sunrpc/rpc_svcout.c: Likewise.
55856         * sunrpc/rpc_tblout.c: Likewise.
55857         * sunrpc/rpc_util.c: Likewise.
55858         * sunrpc/rpc_util.h: Likewise.
55859         * sunrpc/rpcinfo.c: Likewise.
55860         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55861         * sunrpc/rpcsvc/key_prot.x: Likewise.
55862         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55863         * sunrpc/rpcsvc/mount.x: Likewise.
55864         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55865         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55866         * sunrpc/rpcsvc/rex.x: Likewise.
55867         * sunrpc/rpcsvc/rstat.x: Likewise.
55868         * sunrpc/rpcsvc/rusers.x: Likewise.
55869         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55870         * sunrpc/rpcsvc/spray.x: Likewise.
55871         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55872         * sunrpc/rtime.c: Likewise.
55873         * sunrpc/svc.c: Likewise.
55874         * sunrpc/svc_auth.c: Likewise.
55875         * sunrpc/svc_authux.c: Likewise.
55876         * sunrpc/svc_raw.c: Likewise.
55877         * sunrpc/svc_run.c: Likewise.
55878         * sunrpc/svc_simple.c: Likewise.
55879         * sunrpc/svc_tcp.c: Likewise.
55880         * sunrpc/svc_udp.c: Likewise.
55881         * sunrpc/svc_unix.c: Likewise.
55882         * sunrpc/svcauth_des.c: Likewise.
55883         * sunrpc/xcrypt.c: Likewise.
55884         * sunrpc/xdr.c: Likewise.
55885         * sunrpc/xdr_array.c: Likewise.
55886         * sunrpc/xdr_float.c: Likewise.
55887         * sunrpc/xdr_mem.c: Likewise.
55888         * sunrpc/xdr_rec.c: Likewise.
55889         * sunrpc/xdr_ref.c: Likewise.
55890         * sunrpc/xdr_sizeof.c: Likewise.
55891         * sunrpc/xdr_stdio.c: Likewise.
55893         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55894         handling.
55896 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55898         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55900 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55902         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55903         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55904         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55905         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55906         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55907         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55908         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55909         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55910         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55911         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55912         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55913         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55914         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55915         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55917 2010-07-26  Anton Blanchard  <anton@samba.org>
55919         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55920         * malloc/arena.c (heap_trim): Likewise.
55922 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55924         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55925         here.  Not...
55926         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55927         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55929 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55931         * sysdeps/i386/elf/Makefile: New file.
55933 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55935         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55936         from fanotify_init.
55937         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55938         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55940 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55942         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55943         of strncasecmp_l.
55944         * sysdeps/multiarch/strcmp.S: Likewise.
55946 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55948         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55949         strncase_l-nonascii.
55950         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55951         Add strncase_l-ssse3.
55952         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55953         * sysdeps/x86_64/strcmp.S: Likewise.
55954         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55955         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55956         * sysdeps/x86_64/strncase.S: New file.
55957         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55958         * sysdeps/x86_64/strncase_l.S: New file.
55959         * string/Makefile (strop-tests): Add strncasecmp.
55960         * string/test-strncasecmp.c: New file.
55962         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55963         warning.
55965         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55966         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55968 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55970         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55972 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55974         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55975         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55976         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55978 2010-05-01  Alan Modra  <amodra@gmail.com>
55980         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55981         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55982         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55983         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55984         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55985         tidying.  Don't tail-call __sigjmp_save for static lib.
55986         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55987         save location.
55988         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55989         (CALL_MCOUNT): Add eh info, and nop after bl.
55990         (TAIL_CALL_SYSCALL_ERROR): New macro.
55991         (PSEUDO_RET): Use it.
55992         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55993         Correct save location of integer regs and cr.
55994         (_dl_profile_resolve): Correct cr save location.  Delete nops
55995         after bl when SHARED.  Reduce cfi size a little by better
55996         placement of cfi directives.
55997         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55998         make a stack frame.  Instead use parm save area as a temp.
55999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56000         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56002         Don't make a stack frame for parent, use parm save area.
56003         Increase child stack frame to 112 bytes.  Don't save unused reg,
56004         and adjust reg usage.  Set up cfi on error recovery and
56005         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56007         (__makecontext): Add dummy nop after jump to exit.
56008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56009         Use correct parm save area and cr save, reduce stack frame.
56010         Correct cfi for possible PSEUDO_RET frame setup.
56011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56012         Branch to local label emitted by PSEUDO_RET rather than
56013         __syscall_error.
56015 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56017         [BZ #11904]
56018         * locale/programs/locale.c (print_assignment): New function.
56019         (show_locale_vars): Use it.
56021 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56023         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56024         field.
56025         (struct statfs64): Likewise.
56026         (_STATFS_F_FLAGS): Define.
56027         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56028         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56029         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56030         (ST_VALID): Define locally.
56031         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56032         __statvfs_getflags, use the provided value.
56033         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56034         __ASSUME_STATFS_F_FLAGS.
56036         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56038         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56039         Add sys/fanotify.h.
56040         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56041         fanotify_mask for GLIBC_2.13.
56042         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56043         fanotify_init and fanotify_mark.
56044         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56045         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56047         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56048         Add prlimit.
56049         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56050         prlimit64 for GLIBC_2.13.
56051         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56052         prlimit64.
56053         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56054         syscall.
56055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56056         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56057         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56058         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56059         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56060         add prlimit alias.
56061         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56063         [BZ #11903]
56064         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56065         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56067         * nss/Makefile: Add rules to build and run tst-nss-test1.
56068         * shlib-versions: Add entry for libnss_test1.
56069         * nss/nss_test1.c: New file.
56070         * nss/tst-nss-test1.c: New file.
56072         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56073         (__nss_configure_lookup): Set appropriate entry in
56074         __nss_configure_lookup to true.
56075         * nss/nsswitch.h: Define enum with indeces of databases in
56076         databases and __nss_database_custom arrays.  Declare
56077         __nss_database_custom.
56078         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56079         to avoid using nscd when custom rules are installed.
56080         * nss/getXXbyYY_r.c: Likewise.
56081         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56083         * nss/nss_files/files-parse.c: Whitespace fixes.
56085 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56087         [BZ #11883]
56088         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56089         * posix/fnmatch_loop.c: Likewise.
56091 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56093         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56094         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56095         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56096         * Versions.def [GLIBC_2.13]: Add.
56098 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56100         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56101         Also fail if tpwd after pwuid call is NULL.
56103 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56105         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56106         when converting to ms.
56108 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56110         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56111         EOPNOTSUPP errors with ENOTTY.
56112         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56113         EOPNOTSUPP errors with ENOTTY.
56115 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56117         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56118         Add strcasecmp_l-ssse3.
56119         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56120         strcasecmp.
56121         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56122         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56123         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56125 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56127         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56129         * string/Makefile (strop-tests): Add strcasecmp.
56130         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56131         strcasecmp_l-nonascii.
56132         (gen-as-const-headers): Add locale-defines.sym.
56133         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56134         * sysdeps/x86_64/strcasecmp.S: New file.
56135         * sysdeps/x86_64/strcasecmp_l.S: New file.
56136         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56137         * sysdeps/x86_64/locale-defines.sym: New file.
56138         * string/test-strcasecmp.c: New file.
56140         * string/test-strcasestr.c: Test both ends of the range of characters.
56141         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56143 2010-07-29  Roland McGrath  <roland@redhat.com>
56145         [BZ #11856]
56146         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56148 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56150         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56151         for ld.so.
56153 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56155         * manual/memory.texi (Malloc Tunable Parameters): Document
56156         M_PERTURB.
56158 2010-07-26  Roland McGrath  <roland@redhat.com>
56160         [BZ #11840]
56161         * configure.in (-fgnu89-inline check): Set and substitute
56162         gnu89_inline, not libc_cv_gnu89_inline.
56163         * configure: Regenerated.
56164         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56166 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56168         * string/test-strnlen.c: New file.
56169         * string/Makefile (strop-tests): Add strnlen.
56170         * string/tester.c (test_strnlen): Add a few more test cases.
56171         * string/tst-strlen.c: Better error reporting.
56173         * sysdeps/x86_64/strnlen.S: New file.
56175 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56177         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56178         lower-latency instructions.
56180 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56182         * string/test-strcasestr.c: New file.
56183         * string/test-strstr.c: New file.
56184         * string/Makefile (strop-tests): Add strstr and strcasestr.
56185         * string/str-two-way.h: Don't undefine MAX.
56186         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56188 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56190         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56191         strcasestr-nonascii.
56192         (CFLAGS-strcasestr-nonascii.c): Define.
56193         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56194         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56195         Remove unused attribute.
56197 2010-07-20  Roland McGrath  <roland@redhat.com>
56199         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56200         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56201         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56202         like LD_HWCAP_MASK can disable hwcaps.
56204 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56206         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56208 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56210         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56211         call in strcasestr.
56212         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56213         __strcasestr_sse42_nonascii.
56214         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56215         strcasestr-nonascii.c.
56216         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56218 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56220         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56221         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56222         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56223         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56225 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56227         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56228         fcntl.
56230 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56232         [BZ #11577]
56233         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56234         dl_signal_cerror.
56236 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56238         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56239         _PC_PIPE_BUF using F_GETPIPE_SZ.
56241 2010-07-05  Roland McGrath  <roland@redhat.com>
56243         * manual/arith.texi (Rounding Functions): Fix rint description
56244         implicit in round description.
56246 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56248         * elf/Makefile: Fix linking for a few tests to make recent linker
56249         happy.
56251 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56253         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56254         $(common-objpfx)libc_nonshared.a.
56256 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56258         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56259         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56260         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56261         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56262         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56263         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56264         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56265         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56280         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56281         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56282         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56283         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56284         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56285         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56286         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56287         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56288         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56289         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56290         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56291         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56307 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56309         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56310         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56311         * string/memmove.c (memmove): Renamed to ...
56312         (MEMMOVE): ...this.  Default to memmove.
56313         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56314         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56315         (END_CHK): Define.
56316         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56317         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56318         mempcpy-ssse3-back memmove-ssse3-back.
56319         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56320         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56321         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56322         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56323         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56324         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56325         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56326         * sysdeps/x86_64/multiarch/memmove.c: New file.
56327         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56328         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56329         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56330         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56331         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56332         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56333         Define.
56334         (index_Fast_Copy_Backward): Define.
56335         (HAS_ARCH_FEATURE): Define.
56336         (HAS_FAST_REP_STRING): Define.
56337         (HAS_FAST_COPY_BACKWARD): Define.
56339 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56341         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56342         Restore proper fallback handling.
56344 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56346         [BZ #11701]
56347         * posix/group_member.c (__group_member): Correct checking loop.
56349         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56350         OOM in getpwuid_r correctly.  Return error number when the caller
56351         should return, otherwise -1.
56352         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56353         call returning > 0 value.
56354         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56356 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56358         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56359         libc_nonshared.a from targets in modules-names.
56361 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56363         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56364         requires it.
56366 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56368         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56369         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56370         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56371         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56373 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56375         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56377 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56379         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56380         and F_GETPIPE_SZ.
56381         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56382         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56383         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56384         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56385         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56386         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56388 2010-06-14  Roland McGrath  <roland@redhat.com>
56390         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56392 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56394         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56395         __REDIRECT followed by __THROW.
56396         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56397         * posix/getopt.h (getopt): Likewise.
56399 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56401         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56402         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56403         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56404         in AT_FLAGS.
56405         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56406         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56408 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56410         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56412 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56414         [BZ #11640]
56415         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56416         Properly check family and model.
56418 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56420         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56422 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56424         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56426 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56428         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56429         symbol reference.
56431 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56433         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56434         symbol reference.
56436 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56438         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56439         and internal_recvmmsg.
56440         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56441         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56442         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56443         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56445         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56446         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56447         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56449 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56451         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56453 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56455         POWER7 optimizations.
56456         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56457         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56459 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56461         * version.h: Update for 2.13 development version.
56463 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56465         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56466         exceptions.  Return 0.
56468 2010-05-07  Roland McGrath  <roland@redhat.com>
56470         * elf/ldconfig.c (main): Add a const.
56472 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56474         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56475         (args_options): Add no-idn option.
56476         (ahosts_keys_int): Add idn_flags to ai_flags.
56477         (parse_option): Handle 'i' option to clear idn_flags.
56479         * malloc/malloc.c (_int_free): Possible race in the most recently
56480         added check.  Only act on the data if no current modification
56481         happened.
56483 See ChangeLog.17 for earlier changes.