hurd: fix compilation of signal.h in C++
[glibc.git] / ChangeLog
blobade23843ac6b88a7d342a3b4fb5e0e54285c0407
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,
31         _hurd_critical_section_lock, _hurd_critical_section_unlock):
32         Explicit casts from void *.
34         [BZ #4719]
35         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
36         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
37         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
38         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
39         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
40         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
42 2015-02-06  Roland McGrath  <roland@hack.frob.com>
44         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
45         Use sfi_breg on ldr.
46         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
47         Likewise.
49         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
50         it's defined.
51         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
52         Test SIGSETXID only if it's defined.
54         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
56         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
57         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
59         * nptl/tst-align2.c: Moved ...
60         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
61         * nptl/Makefile (tests): Remove tst-align2.
62         * sysdeps/unix/sysv/linux/Makefile
63         [$(subdir) = nptl] (tests): Add tst-align-clone.
64         * nptl/tst-getpid1.c: Moved ...
65         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
66         * nptl/tst-getpid2.c: Moved ...
67         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
68         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
69         * sysdeps/unix/sysv/linux/Makefile
70         [$(subdir) = nptl] (tests): ... here.
71         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
72         * sysdeps/unix/sysv/linux/Makefile
73         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
75         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
76         Drop trailing \n from perror argument.  Use return rather than exit.
78         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
79         on [SA_SIGINFO].
80         * nptl/tst-cancel21.c (do_test): Likewise.
81         * debug/tst-backtrace6.c: Include <signal.h> first thing.
82         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
83         [!SA_SIGINFO]: Make it a stub test.
85         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
86         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
88         * posix/tst-getlogin.c: Move to ...
89         * login/tst-getlogin.c: ... here.
90         * posix/Makefile (tests): Move tst-getlogin to ...
91         * login/Makefile (tests): ... here.
93         * libio/tst-atime.c (do_test): Move local variables SV and E
94         inside [ST_NOATIME] conditional.
96         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
98         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
100         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
101         (wait_code): New function replaces macro.
102         Call nanosleep rather than syscall.
104         * nptl/pt-system.c: Rewritten.  Put everything under
105         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
106         Use IFUNC to redirect when possible.
108         * nptl/pt-longjmp.c: Rewritten.  Put everything under
109         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
110         Use IFUNC to redirect when possible.
112         * nptl/pt-fork.c: Rewritten.  Put everything under
113         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
114         Use IFUNC to redirect when possible.
115         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
117         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
118         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
119         unconditionally nowadays.  This included the only reference to
120         __vdso_clock_gettime that appears outside libc proper.
121         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
122         Remove version set (containing only __vdso_clock_gettime).
123         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
124         Add attribute_hidden.
125         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
126         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
127         libc_hidden_data_def.
128         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
129         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
131         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
132         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
133         setrpcent, and getrpcport to ...
134         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
135         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
136         getrpcbynumber_r, and getrpcent_r to ...
137         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
138         * inet/getrpcbyname.c: Moved ...
139         * sunrpc/getrpcbyname.c: ... here.
140         * inet/getrpcbyname_r.c: Moved ...
141         * sunrpc/getrpcbyname_r.c: ... here.
142         * inet/getrpcbynumber.c: Moved ...
143         * sunrpc/getrpcbynumber.c: ... here.
144         * inet/getrpcbynumber_r.c: Moved ...
145         * sunrpc/getrpcbynumber_r.c: ... here.
146         * inet/getrpcent.c: Moved ...
147         * sunrpc/getrpcent.c: ... here.
148         * inet/getrpcent_r.c: Moved ...
149         * sunrpc/getrpcent_r.c: ... here.
150         * inet/Makefile (routines): Move those to ...
151         * sunrpc/Makefile (routines): ... here.
152         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
153         the $(subdirs) list.
154         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
155         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
156         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
157         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
159         * elf/Makefile (routines): Include $(all-dl-routines), not just
160         $(dl-routines).
161         (rtld-routines): Likewise.  Use = rather than :=.
162         * sysdeps/aarch64/Makefile [$(subdir) = elf]
163         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
164         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
165         * sysdeps/arm/Makefile: Likewise.
166         * sysdeps/i386/Makefile: Likewise.
167         * sysdeps/x86_64/Makefile: Likewise.
168         * sysdeps/hppa/Makefile [$(subdir) = elf]
169         (sysdep_routines, sysdep-rtld-routines): Don't add
170         $(sysdep-dl-routines) to these.
171         * sysdeps/ia64/Makefile: Likewise.
172         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
173         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
174         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
175         Don't add dl-static to these; sysdep-dl-routines alone is enough.
176         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
177         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
178         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
179         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
180         * sysdeps/powerpc/Makefile [$(subdir) = elf]
181         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
182         these; sysdep-dl-routines alone is enough.
184 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
186         [BZ #17932]
187         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
188         where multiplication results in zero and third argument is finite
189         and nonzero.
190         * math/auto-libm-test-in: Add more tests of fma.
191         * math/auto-libm-test-out: Regenerated.
193         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
194         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
195         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
196         (_FP_CMP_EQ): Likewise.
197         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
199         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
200         extra argument CHECK_NAN.  Redefine as wrapper around
201         _FP_EXTEND_CNAN.
203 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
205         * version.h (RELEASE): Set to "stable".
206         (VERSION): Set to "2.21"
207         * include/features.h (__GLIBC_MINOR__): Set to 21.
209         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
211 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
212             Paul Eggert  <eggert@cs.ucla.edu>
214         [BZ #16618]
215         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
216         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
217         size in bytes. Store needed elements in wpmax. Use needed size
218         in bytes for extend_alloca.
220 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
222         * manual/install.texi: Latest tested versions are GCC 4.9.2,
223         binutls 2.25, and texinfo 5.2.
224         * INSTALL: Regenerate.
225         * sysdeps/nios2/configure: Regenerate.
226         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
227         * manual/contrib.texi: Update.
228         * po/be.po: Update.
229         * po/bg.po: Update.
230         * po/ca.po: Update.
231         * po/cs.po: Update.
232         * po/da.po: Update.
233         * po/de.po: Update.
234         * po/el.po: Update.
235         * po/eo.po: Update.
236         * po/es.po: Update.
237         * po/fi.po: Update.
238         * po/fr.po: Update.
239         * po/gl.po: Update.
240         * po/hr.po: Update.
241         * po/hu.po: Update.
242         * po/ia.po: Update.
243         * po/id.po: Update.
244         * po/it.po: Update.
245         * po/ja.po: Update.
246         * po/ko.po: Update.
247         * po/lt.po: Update.
248         * po/nb.po: Update.
249         * po/nl.po: Update.
250         * po/pl.po: Update.
251         * po/pt_BR.po: Update.
252         * po/ru.po: Update.
253         * po/rw.po: Update.
254         * po/sk.po: Update.
255         * po/sl.po: Update.
256         * po/sv.po: Update.
257         * po/tr.po: Update.
258         * po/uk.po: Update.
259         * po/vi.po: Update.
260         * po/zh_CN.po: Update.
261         * po/zh_TW.po: Update.
263         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
264         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
265         * sysdeps/hppa/dl-irel.h: Remove #warning.
266         * sysdeps/hppa/entry.h: Provide prototype for
267         __canonicalize_funcptr_for_compare and cast argument.
268         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
269         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
270         * sysdeps/hppa/sotruss-lib.c: New file.
271         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
272         (atomic_compare_and_exchange_val_acq): Use __typeof__.
273         (atomic_compare_and_exchange_bool_acq): Likewise.
274         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
275         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
277         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
278         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
279         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
281 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
283         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
284         called function in non-PIC case.
286 2015-01-31  David S. Miller  <davem@davemloft.net>
288         * sysdeps/sparc/sparc32/bits/atomic.h
289         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
290         unlock not after it.
291         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
292         volatile register usage warnings from the compiler.
294         * sysdeps/sparc/nptl/sem_init.c: Delete.
295         * sysdeps/sparc/nptl/sem_post.c: Delete.
296         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
297         * sysdeps/sparc/nptl/sem_wait.c: Delete.
298         * sysdeps/sparc/sparc32/sem_init.c: New file.
299         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
300         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
301         padding explicitly initialized.
302         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
303         padding for in-semaphore spinlock.
304         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
305         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
306         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
307         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
308         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
309         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
310         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
311         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
312         version.
313         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
314         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
316 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
318         [BZ #17801]
319         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
320         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
321         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
322         New.
323         (index_AVX_Fast_Unaligned_Load): Likewise.
324         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
325         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
326         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
327         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
328         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
329         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
330         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
331         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
332         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
334 2015-01-29  Andreas Schwab  <schwab@suse.de>
336         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
338 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
340         [BZ #17892]
341         * nscd/nscd_stat.c (send_stats): Initialize DATA.
343 2015-01-28  Martin Sebor  <msebor@redhat.com>
345         * math/README.libm-test: Clarify. Add "How to read the test output."
347 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
349         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
350         Define to 0.
352 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
354         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
355         (__HAVE_64B_ATOMICS): Define to 0.
357 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
359         [BZ #17885]
360         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
361         value to set as new flag.
363         [BZ #16576]
364         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
365         and use _ARCH_PPCSQ instead.
366         (__ieee754_sqrt): Likewise.
367         (__ieee754_sqrtf): Likewise.
368         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
369         _ARCH_PPCSQ is defined.
370         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
371         fsqrt instruction.
372         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
373         _ARCH_PPCSQ is defined.
374         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
375         fsqrts instruction.
376         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
378 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
380         * iconv/loop.c: Suppress array out of bound warning caused by GCC
381         bug (GCC BZ #64739).
383 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
385         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
386         Mark _retval as used.
387         (lll_futex_wake_unlock): Likewise.
388         (lll_futex_timed_wait_requeue_pi): Likewise.
390         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
391         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
392         register variables.
394         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
395         libm_hidden_def.
397         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
398         (__bswap_64): Mark as __always_inline.
400 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
402         [BZ #15378]
403         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
404         when none of the search directories exist.
406 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
408         [BZ #17869]
409         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
410         power8 in .machine directive.
412         [BZ #17868]
413         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
414         set dependency from opd value.
416 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
418         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
419         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
420         architecture.
422 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
424         [BZ #17870]
425         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
426         with uint64_t.
427         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
428         (uint64_t) 1.
429         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
430         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
431         Replace 1UL with (uint64_t) 1.
432         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
433         int with uint64_t.
435 2015-01-23  Roland McGrath  <roland@hack.frob.com>
437         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
438         (if_freenameindex): Likewise.
440         * resource/getrlimit64.c: Add missing libc_hidden_def.
442 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
444         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
445         __label__.
446         (_FP_FMA): Likewise.
447         (_FP_TO_INT_ROUND): Likewise.
448         (_FP_FROM_INT): Likewise.
450 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
452         [BZ #16418]
453         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
454         Make code racy and cancel safe.
456 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
458         * sysdeps/arm/unwind-resume.h: Fix copyright year.
459         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
460         attribution.
462         * pwd/tst-getpw.c: Rewrite.
464         [BZ #17702]
465         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
466         (modules-names): Add moddummy1 and moddummy2.
467         ($(objpfx)tst-rec-dlopen): Define.
468         * dlfcn/moddummy1.c: New file.
469         * dlfcn/moddummy2.c: New file.
470         * dlfcn/tst-rec-dlopen.c: New file.
471         * elf/dl-cache.c (_dl_load_cache_lookup):
472         Return char*. Copy result with alloca/strcpy/strdup.
473         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
474         returns char*. Free cached. If not saving realname
475         free cached.
476         * elf/dl-open.c (dl_open_worker): Do not assert that
477         _r_debug->r_state is RT_CONSISTENT.
478         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
479         returns char*.
481 2015-01-21  Torvald Riegel  <triegel@redhat.com>
482             Carlos O'Donell  <carlos@redhat.com>
484         [BZ #12674]
485         * nptl/sem_waitcommon.c: New file.
486         * nptl/sem_wait.c: Include sem_waitcommon.c.
487         (__sem_wait_cleanup, do_futex_wait): Remove.
488         (__new_sem_wait): Adapt.
489         (__new_sem_trywait): New function.
490         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
491         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
492         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
493         (sem_timedwait): Adapt.
494         * nptl/sem_post.c (__new_sem_post): Adapt.
495         (futex_wake): New function.
496         (__old_sem_post): Add release MO fence.
497         * nptl/sem_open.c (sem_open): Adapt.
498         * nptl/sem_init.c (__new_sem_init): Adapt.
499         (futex_private_if_supported): New function.
500         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
501         (__old_sem_getvalue): Add using previous code.
502         * sysdeps/nptl/internaltypes.h: Adapt.
503         * nptl/tst-sem13.c (do_test): Adapt.
504         * nptl/tst-sem11.c (main): Adapt.
505         * nptl/sem_trywait.c: Remove.
506         * nptl/DESIGN-sem.txt: Remove.
507         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
508         (gen-as-const-headers): Remove structsem.sym.
509         * nptl/structsem.sym: Remove.
510         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
511         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
512         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
513         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
514         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
515         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
516         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
517         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
518         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
519         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
520         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
521         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
522         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
523         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
524         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
525         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
526         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
527         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
528         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
529         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
530         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
531         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
533 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
535         * INSTALL: Regenerated.
537         * po/libc.pot: Regenerated.
539 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
540             Sandra Loosemore  <sandra@codesourcery.com>
541             Andrew Jenner  <andrew@codesourcery.com>
542             Joseph Myers  <joseph@codesourcery.com>
543             Nathan Sidwell  <nathan@codesourcery.com>
545         * NEWS: Mention new Nios II port.
546         * sysdeps/nios2/Implies: New file.
547         * sysdeps/nios2/Makefile: New file.
548         * sysdeps/nios2/Subdirs: New file.
549         * sysdeps/nios2/Versions: New file.
550         * sysdeps/nios2/__longjmp.S: New file.
551         * sysdeps/nios2/abort-instr.h: New file.
552         * sysdeps/nios2/backtrace.c: New file.
553         * sysdeps/nios2/bits/endian.h: New file.
554         * sysdeps/nios2/bits/fenv.h: New file.
555         * sysdeps/nios2/bits/link.h: New file.
556         * sysdeps/nios2/bits/setjmp.h: New file.
557         * sysdeps/nios2/bsd-_setjmp.S: New file.
558         * sysdeps/nios2/bsd-setjmp.S: New file.
559         * sysdeps/nios2/configure: New generated file.
560         * sysdeps/nios2/configure.ac: New file.
561         * sysdeps/nios2/crti.S: New file.
562         * sysdeps/nios2/crtn.S: New file.
563         * sysdeps/nios2/dl-init.c: New file.
564         * sysdeps/nios2/dl-machine.h: New file.
565         * sysdeps/nios2/dl-sysdep.h: New file.
566         * sysdeps/nios2/dl-tls.h: New file.
567         * sysdeps/nios2/dl-trampoline.S: New file.
568         * sysdeps/nios2/gccframe.h: New file.
569         * sysdeps/nios2/gmp-mparam.h: New file.
570         * sysdeps/nios2/jmpbuf-offsets.h: New file.
571         * sysdeps/nios2/jmpbuf-unwind.h: New file.
572         * sysdeps/nios2/ldsodefs.h: New file.
573         * sysdeps/nios2/libc-tls.c: New file.
574         * sysdeps/nios2/libm-test-ulps: New file.
575         * sysdeps/nios2/machine-gmon.h: New file.
576         * sysdeps/nios2/math-tests.h: New file.
577         * sysdeps/nios2/math_private.h: New file.
578         * sysdeps/nios2/memusage.h: New file.
579         * sysdeps/nios2/nptl/Makefile: New file.
580         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
581         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
582         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
583         * sysdeps/nios2/nptl/pthreaddef.h: New file.
584         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
585         * sysdeps/nios2/nptl/tls.h: New file.
586         * sysdeps/nios2/preconfigure: New file.
587         * sysdeps/nios2/s_fma.c: New file.
588         * sysdeps/nios2/s_fmaf.c: New file.
589         * sysdeps/nios2/setjmp.S: New file.
590         * sysdeps/nios2/sfp-machine.h: New file.
591         * sysdeps/nios2/sotruss-lib.c: New file.
592         * sysdeps/nios2/stackguard-macros.h: New file.
593         * sysdeps/nios2/stackinfo.h: New file.
594         * sysdeps/nios2/start.S: New file.
595         * sysdeps/nios2/sysdep.h: New file.
596         * sysdeps/nios2/tls-macros.h: New file.
597         * sysdeps/nios2/tst-audit.h: New file.
598         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
599         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
600         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
601         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
602         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
603         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
604         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
605         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
606         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
607         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
608         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
609         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
610         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
611         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
612         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
613         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
614         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
615         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
616         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
617         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
618         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
619         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
620         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
621         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
622         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
623         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
624         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
625         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
626         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
627         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
628         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
629         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
630         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
631         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
632         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
633         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
634         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
635         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
636         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
637         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
638         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
639         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
640         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
641         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
643 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
645         [BZ #17844]
646         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
647         (getutent): Use weak_alias in non SHARED case
648         and default_symbol_version in SHARED case.
649         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
650         (getutent_r, pututline): Likewise.
651         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
652         (getutid): Likewise.
653         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
654         (getutid_r): Likewise.
655         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
656         (getutline): Likewise.
657         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
658         (getutline_r): Likewise.
659         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
660         (updwtmp): Likewise.
662 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
664         [BZ #17848]
665         * sysdeps/s390/s390-32/memcmp.S
666         (memcmp_g5): Rename to __memcmp_g5.
667         * sysdeps/s390/s390-32/memcpy.S
668         (memcpy_g5): Rename to __memcpy_g5.
669         Jump to __memcpy_mvcle instead of memcpy_mvcle.
670         (memcpy_mvcle) Rename to __memcpy_mvcle.
671         * sysdeps/s390/s390-32/memset.S
672         (memset_g5): Rename to __memset_g5.
673         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
674         (IFUNC_RESOLVE): Prefix ifunc-resolve function
675         and use prefixed functions.
676         * sysdeps/s390/s390-32/multiarch/memcmp.S
677         (memcmp_z196): Rename to __memcmp_z196.
678         (memcmp_z10): Rename to __memcmp_z10.
679         (memcmp): Set alias to __memcmp_g5.
680         (bcmp): Set alias to __memcmp_g5.
681         * sysdeps/s390/s390-32/multiarch/memcpy.S
682         (memcpy_z196): Rename to __memcpy_z196.
683         Jump to __memcpy_mvcle instead of memcpy_mvcle.
684         (memcpy_z10): Rename to __memcpy_z10.
685         Jump to __memcpy_mvcle instead of memcpy_mvcle.
686         (memcpy): Set alias to __memcpy_g5.
687         * sysdeps/s390/s390-32/multiarch/memset.S
688         (memset_z196): Rename to __memset_z196.
689         Jump to __memset_mvcle instead of memset_mvcle.
690         (memset_z10): Rename to __memset_z10.
691         Jump to __memset_mvcle instead of memset_mvcle.
692         (memset_mvcle) Rename to __memset_mvcle.
693         (memset): Set alias to __memset_g5.
694         * sysdeps/s390/s390-64/memcmp.S
695         (memcmp_z900): Rename to __memcmp_z900.
696         * sysdeps/s390/s390-64/memcpy.S
697         (memcpy_z900): Rename to __memcpy_z900.
698         Jump to __memcpy_mvcle instead of memcpy_mvcle.
699         (memcpy_mvcle) Rename to __memcpy_mvcle.
700         * sysdeps/s390/s390-64/memset.S
701         (memset_z900): Rename to __memset_z900.
702         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
703         (IFUNC_RESOLVE): Prefix ifunc-resolve function
704         and use prefixed functions.
705         * sysdeps/s390/s390-64/multiarch/memcmp.S
706         (memcmp_z196): Rename to __memcmp_z196.
707         (memcmp_z10): Rename to __memcmp_z10.
708         (memcmp): Set alias to __memcmp_z900.
709         (bcmp): Set alias to __memcmp_z900.
710         * sysdeps/s390/s390-64/multiarch/memcpy.S
711         (memcpy_z196): Rename to __memcpy_z196.
712         Jump to __memcpy_mvcle instead of memcpy_mvcle.
713         (memcpy_z10): Rename to __memcpy_z10.
714         Jump to __memcpy_mvcle instead of memcpy_mvcle.
715         (memcpy): Set alias to __memcpy_z900.
716         * sysdeps/s390/s390-64/multiarch/memset.S
717         (memset_z196): Rename to __memset_z196.
718         Jump to __memset_mvcle instead of memset_mvcle.
719         (memset_z10): Rename to __memset_z10.
720         Jump to __memset_mvcle instead of memset_mvcle.
721         (memset_mvcle) Rename to __memset_mvcle.
722         (memset): Set alias to __memset_z900.
724 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
726         [BZ #17748]
727         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
728         __fesetenv instead of fesetenv.
730 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
732         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
733         macro.
735 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
737         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
738         regression on LE.
740         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
741         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
742         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
743         strncmp-power8 object.
744         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
745         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
746         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
747         * NEWS: Update.
749 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
750             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
752         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
753         trailing byte check.
755 2015-01-13  David S. Miller  <davem@davemloft.net>
757         * include/signal.h (__sigreturn): Guard with __USE_MISC.
759 2015-01-13  Roland McGrath  <roland@hack.frob.com>
761         * login/logout.c (logout): Use memset rather than bzero.
762         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
763         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
764         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
765         (_gethtbyaddr): Likewise.
766         * locale/programs/simple-hash.c (bcopy): Macro removed.
768 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
770         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
771         Add strcmp-power8 object.
772         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
773         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
774         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
775         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
776         __strcmp_power8 implementation.
777         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
778         * NEWS: Update.
780         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
781         Add strncpy-power8 and stpncpy-power8 objects.
782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
783         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
784         implementations.
785         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
786         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
787         __stpncpy_power8 implementation.
788         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
789         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
790         __strncpy_power8 implementation.
791         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
792         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
793         * NEWS: Update.
795         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
796         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
797         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
799         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
800         strncat-power8 object.
801         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
802         __strcat_power8 implementation.
803         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
804         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
805         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
806         optimized strcat for power8.
808         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
809         strcpy-power8 and stpcpy-power8 objects.
810         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
811         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
812         implementations.
813         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
814         multiarch stpcpy implementation for POWER8.
815         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
816         multiarch strcpy implementation for POWER8.
817         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
818         __strcpy_power8 function.
819         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
820         stpcpy for POWER8.
821         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
822         strcpy for POWER8.
823         * NEWS: Update.
825 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
827         [BZ #16009]
828         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
829         weights and rules. Use do_xfrm_cached if data fits in cache,
830         do_xfrm otherwise.  Moved former main loop to...
831         * (do_xfrm_cached): New function.
832         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
833         find_idx, find_position and stack_push.
834         * (find_idx): New function.
835         * (find_position): Likewise.
836         * localedata/sort-test.sh: Added test run for do_xfrm.
837         * localedata/xfrm-test.c (main): Added command line option
838         -nocache to run the test with strings that are too large for
839         the STRXFRM cache.
841 2015-01-13  Torvald Riegel  <triegel@redhat.com>
843         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
844         variable to lll_futex_wake call, not the value itself.
846 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
848         [BZ #17803]
849         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
850         twom64.  Adjust value to 0x1p-64L.
851         (__scalblnl): Only return standard underflowing result for K <=
852         -64 not K <= -63; adjust exponent for underflowing result by 64
853         not 63.
854         * math/libm-test.inc (scalbn_test_data): Add more tests.
855         (scalbln_test_data): Likewise.
857         [BZ #17834]
858         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
859         0x1p63L.
860         (__scalblnl): Get new exponent of adjusted subnormal value from ES
861         not HX.
862         * math/libm-test.inc (scalbn_test_data): Add more tests.
863         (scalbln_test_data): Likewise.
865 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
866             Stefani Seibold  <stefani@seibold.net>
868         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
869         (sysdep_routines): Add dl-vdso here, ...
870         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
871         (sysdep_routines): ... not here.
872         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
873         fallback when vDSO is not presented.
874         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
875         Define with libc_hidden_proto/libc_hidden_data_def definitions.
876         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
877         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
878         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
879         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
880         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
881         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
882         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
883         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
884         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
885         fallback configurable symbol when vDSO is not available.
886         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
887         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
888         be able to redefine fallback symbol when vDSO is not available.
889         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
890         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
892 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
894         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
895         (TLS_INIT_TP): Add tm_capable initialization.
896         (TLS_DEFINE_INIT_TP): Likewise.
897         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
898         TCB.
899         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
900         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
901         calculation.
902         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
903         transactoion is lock elision is built and TCB tm_capable is set.
904         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
906         (INTERNAL_SYSCALL_NCS): Likewise.
907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
908         (INTERNAL_SYSCALL_NCS): Likewise.
909         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
911         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
912         for powerpc.
913         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
914         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
915         and remove it for 32 bits case.
916         [pthread_rwlock_t] (__rwelision): New field for lock elision.
917         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
918         initialization.
919         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
920         Disable lock elision with rdlocks if elision is not available.
922         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
923         (sysdep_routines): Add lock elision objects.
924         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
925         [pthread_mutex_t] (__spins): Rework to add lock elision field.
926         [pthread_mutex_t] (__elision): Add field.
927         [__PTHREAD_SPINS]: Adjust to init lock elision field.
928         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
929         elision definitions for powerpc.
930         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
931         implementation of lock elision for powerpc.
932         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
933         implementation of timed lock elision for powerpc.
934         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
935         implementation of trylock with lock elision for powerpc.
936         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
937         implementaion of unlock for lock elision for powerpc.
938         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
939         automatic enable lock elision for mutexes.
940         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
941         transaction execution definitions for powerpc.
942         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
943         definitions.
944         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
945         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
946         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
947         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
948         * NEWS: Update.
950 2015-01-09  Roland McGrath  <roland@hack.frob.com>
952         * sysdeps/posix/shm-directory.c: Use <> rather than ""
953         for #include of <shm-directory.h>.
955 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
957         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
958         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
960 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
962         [BZ #17791]
963         * NEWS: Mention bug fix.
964         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
965         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
966         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
968 2015-01-09  Torvald Riegel <triegel@redhat.com>
970         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
972 2015-01-09  Torvald Riegel <triegel@redhat.com>
974         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
976 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
978         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
979         pointer and cast to uintptr_t.
981 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
983         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
984         removed.
985         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
987 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
989         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
990         of 0.
992 2015-01-08  Roland McGrath  <roland@hack.frob.com>
994         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
995         <nptl/pthreadP.h> instead.
996         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
998         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
999         already defined.
1000         [__SIGRTMIN] (init): Function removed.
1001         [__SIGRTMIN] (initialized): Variable removed.
1002         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1003         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1004         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1005         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1006         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1007         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1008         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1009         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1010         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1011         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1012         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1013         * sysdeps/nptl/allocrtsig.c: New file.
1014         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1015         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1016         * sysdeps/generic/testrtsig.h: File removed.
1018         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1019         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1021         * nptl/nptl-init.c (pthread_functions): Conditionalize
1022         .ptr__nptl_setxid initialization on [SIGSETXID].
1024         * sysdeps/nptl/sys/procfs.h: New file.
1025         * nptl_db/Makefile (headers): Add it.
1026         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1028         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1029         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1030         * nptl/pthread_attr_setaffinity.c: Include it.
1031         * nptl/pthread_setattr_default_np.c: Likewise.
1032         * nptl/check-cpuset.h: New file.
1034 2015-01-08  Richard Henderson  <rth@redhat.com>
1036         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1037         (CFLAGS-tst-execstack-prog.c): Likewise.
1038         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1040 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1041             Sandra Loosemore  <sandra@codesourcery.com>
1042             Andrew Jenner  <andrew@codesourcery.com>
1043             Joseph Myers  <joseph@codesourcery.com>
1044             Nathan Sidwell  <nathan@codesourcery.com>
1046         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1047         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1048         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1049         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1050         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1051         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1052         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1053         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1054         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1055         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1056         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1057         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1058         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1059         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1060         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1061         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1062         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1064 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1066         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1067         timespec struct member in syscall macro.
1068         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1069         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1070         first timeval struct member in syscall macro.
1071         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1073 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1075         [BZ #17748]
1076         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1077         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1078         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1079         __feupdateenv and define as weak alias of __feupdateenv.  Use
1080         libm_hidden_weak.
1081         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1082         libm_hidden_def.
1083         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1084         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1085         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1086         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1087         libm_hidden_def.
1088         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1089         __feupdateenv and define as weak alias of __feupdateenv.  Use
1090         libm_hidden_weak.
1091         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1092         libm_hidden_def.
1093         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1094         __feupdateenv and define as weak alias of __feupdateenv.  Use
1095         libm_hidden_weak.
1096         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1097         libm_hidden_def.
1098         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1099         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1100         (__feupdateenv): Likewise.
1101         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1102         __feupdateenv and define as weak alias of __feupdateenv.  Use
1103         libm_hidden_weak.
1104         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1105         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1106         libm_hidden_def.
1107         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1108         function.
1109         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1110         libm_hidden_def.
1111         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1112         __feupdateenv instead of feupdateenv.
1113         (default_libc_feupdateenv_test): Likewise.
1114         (libc_feresetround_ctx): Likewise.
1116 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1118         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1119         prototype.
1121 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1123         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1124         COLL_SYM in a couple of places to avoid uninitialized variable
1125         wanings on tilegx gcc 4.8.2.
1127 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1129         * sysdeps/aarch64/strcpy.S: New file.
1130         * sysdeps/aarch64/stpcpy.S: New file.
1131         * NEWS: Updated.
1133 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1135         * sysdeps/aarch64/strrchr.S: New file.
1136         * NEWS: Updated.
1138 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1140         [BZ #17658]
1141         * stdlib/setenv.c: Fix memory leak when setting large,
1142         duplicate string.
1144 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1146         [BZ #17273]
1147         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1148         and tabs from buffer before parsing fstab entry.
1149         * misc/tst-mntent.c (main): Add test for mount entry with
1150         trailing spaces and tabs.
1152 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1154         [BZ #17748]
1155         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1156         * math/fesetround.c (fesetround): Rename to __fesetround and
1157         define as weak alias of __fesetround.  Use libm_hidden_weak.
1158         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1159         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1160         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1161         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1162         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1163         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1164         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1165         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1166         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1167         __fesetround_inline.
1168         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1169         __fesetround_inline instead of __fesetround.
1170         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1171         __fesetround and define as weak alias of __fesetround.  Use
1172         libm_hidden_weak.  Call __fesetround_inline instead of
1173         __fesetround.
1174         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1175         __fesetround and define as weak alias of __fesetround.  Use
1176         libm_hidden_weak.
1177         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1178         Likewise.
1179         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1180         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1181         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1182         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1183         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1184         __fesetround and define as weak alias of __fesetround.  Use
1185         libm_hidden_weak.
1186         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1187         __fesetround instead of fesetround.
1188         (default_libc_feholdexcept_setround): Likewise.
1189         (libc_feholdsetround_ctx): Likewise.
1190         (libc_feholdsetround_noex_ctx): Likewise.
1192         [BZ #17748]
1193         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1194         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1195         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1196         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1197         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1198         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1199         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1200         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1201         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1202         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1203         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1204         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1205         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1206         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1207         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1208         libm_hidden_def.
1209         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1210         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1211         Likewise.
1212         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1213         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1214         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1215         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1216         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1217         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1218         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1219         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1220         __fesetenv instead of fesetenv.
1221         (libc_feresetround_noex_ctx): Likewise.
1222         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1223         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1224         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1225         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1226         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1227         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1228         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1229         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1230         (__feupdateenv): Likewise.
1231         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1232         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1233         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1234         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1236 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1238         [BZ #17806]
1239         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1240         addresses have been freed.
1242 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1244         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1245         and nservall.
1247 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1249         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1250         Clean up check_pf allocation pattern. addresses
1252 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1254         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1255         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1256         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1257         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1258         * nptl/pthread_join.c (pthread_join): Likewise.
1259         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1260         * sysdeps/posix/waitid.c (__waitid): Likewise.
1261         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1262         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1263         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1264         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1265         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1266         Likewise.
1267         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1268         (__libc_pread64): Likewise.
1269         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1270         (__libc_pwrite): Likewise.
1271         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1272         (__libc_pwrite64): Likewsie.
1273         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1274         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1275         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1276         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1277         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1278         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1279         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1281         Likewise.
1282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1283         (__libc_pread64): Likewise.
1284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1285         Likewise.
1286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1287         (__libc_pwrite64): Likewise.
1288         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1289         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1290         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1291         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1292         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1293         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1294         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1295         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1296         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1297         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1298         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1299         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1300         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1301         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1302         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1303         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1304         Likewise.
1306 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1308         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1309         (CFLAGS-test-double.c): Likewise.
1310         (CFLAGS-test-ldouble.c): Likewise.
1311         (CPPFLAGS-test-ifloat.c): Likewise.
1312         (CPPFLAGS-test-idouble.c): Likewise.
1313         (CPPFLAGS-test-ildoubl.c): Likewise.
1314         (CFLAGS-test-test-fenv.c): Remove variable.
1315         (CFLAGS-test-misc.c): Likewise.
1317 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1319         [BZ #17797]
1320         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1321         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1322         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1323         CLOCKS_PER_SEC == 1000000.
1324         * time/clocktest.c (main): Replace %ld with %jd and cast to
1325         intmax_t.
1327 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1329         * sysdeps/generic/unwind-resume.h: New file.
1330         * sysdeps/gnu/unwind-resume.c: Include it.
1331         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1332         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1333         argument list.
1334         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1335         global rather than static.
1336         (_Unwind_Resume): Update user.
1337         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1338         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1339         rather than static.  Add __attribute__ ((cold)).
1340         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1341         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1342         * sysdeps/arm/arm-unwind-resume.S: New file.
1343         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1344         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1345         * sysdeps/arm/Makefile [$(subdir) = csu]
1346         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1347         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1348         Add rt-arm-unwind-resume.
1349         [$(subdir) = nptl]
1350         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1351         Add pt-arm-unwind-resume.
1352         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1353         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1355 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1357         [BZ #17748]
1358         * include/fenv.h (__feholdexcept): Declare.  Use
1359         libm_hidden_proto.
1360         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1361         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1362         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1363         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1364         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1365         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1366         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1367         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1368         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1369         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1370         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1371         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1372         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1373         (feholdexcept): Likewise.
1374         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1375         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1376         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1377         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1378         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1379         __feholdexcept instead of feholdexcept.
1380         (default_libc_feholdexcept_setround): Likewise.
1382 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1384         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1385         to avoid using stl/str to align destination.
1387 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1389         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1391 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1393         [BZ #17796]
1394         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1395         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1396         Define as weak alias not strong alias.
1398 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1400         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1401         bltzal with addiupc.
1402         (RTLD_START): Ditto.
1404 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1406         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1407         for __vdso_* functions in declarations.
1408         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1409         definitions.
1410         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1411         INTERNAL_VSYSCALL): Use struct return types to check for error.
1413         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1414         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1415         function with cast from llround().
1416         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1417         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1418         Define.
1420 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1422         [BZ #17793]
1423         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1424         Define as weak alias not strong alias.
1426         [BZ #17635]
1427         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1428         ...
1429         * ctype/ctype-extn.c: ... here.
1430         (__isblank_l): Move to ...
1431         * ctype/ctype-c99_l.c: ... here.  New file.
1432         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1433         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1434         Remove variable.
1435         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1436         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1437         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1438         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1439         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1441         [BZ #17777]
1442         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1443         (posix_fadvise64): Define as weak alias not strong alias.
1444         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1445         (posix_fallocate64): Likewise.
1446         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1447         Remove variable.
1448         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1449         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1450         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1451         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1452         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1454 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1456         [BZ #16191]
1457         * NEWS: Mention bug fix.
1458         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1459         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1460         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1461         (HOST_STACK_END_ADDR): Likewise.
1463 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1465         [BZ #17748]
1466         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1467         * math/fegetround.c (fegetround): Rename to __fegetround and
1468         define as weak alias of __fegetround.  Use libm_hidden_weak.
1469         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1470         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1471         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1472         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1473         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1474         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1475         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1476         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1477         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1478         Undefine after rather than before function definition; use
1479         parentheses around function name in definition.
1480         (__fegetround): Also undefine macro after function definition.
1481         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1482         __fegetround and define as weak alias of __fegetround.  Use
1483         libm_hidden_weak.  Do not undefine as macro.
1484         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1485         Likewise.
1486         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1487         __fegetround and define as weak alias of __fegetround.  Use
1488         libm_hidden_weak.
1489         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1490         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1491         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1492         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1493         __fegetround and define as weak alias of __fegetround.  Use
1494         libm_hidden_weak.
1495         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1496         __fegetround instead of fegetround.
1498         [BZ #17782]
1499         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1500         Condition macro definition on [__USE_MISC].
1502         [BZ #17781]
1503         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1504         (struct sigaction): Change type of sa_flags field to int.
1506         [BZ #17780]
1507         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1508         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1509         __glibc_reserved0.
1511         * nptl/version.c (banner): Use single year in copyright notice.
1513         * NEWS: Update copyright dates.
1514         * catgets/gencat.c (print_version): Likewise.
1515         * csu/version.c (banner): Likewise.
1516         * debug/catchsegv.sh: Likewise.
1517         * debug/pcprofiledump.c (print_version): Likewise.
1518         * debug/xtrace.sh (do_version): Likewise.
1519         * elf/ldconfig.c (print_version): Likewise.
1520         * elf/ldd.bash.in: Likewise.
1521         * elf/pldd.c (print_version): Likewise.
1522         * elf/sotruss.sh: Likewise.
1523         * elf/sprof.c (print_version): Likewise.
1524         * iconv/iconv_prog.c (print_version): Likewise.
1525         * iconv/iconvconfig.c (print_version): Likewise.
1526         * locale/programs/locale.c (print_version): Likewise.
1527         * locale/programs/localedef.c (print_version): Likewise.
1528         * login/programs/pt_chown.c (print_version): Likewise.
1529         * malloc/memusage.sh (do_version): Likewise.
1530         * malloc/memusagestat.c (print_version): Likewise.
1531         * malloc/mtrace.pl: Likewise.
1532         * manual/libc.texinfo: Likewise.
1533         * nptl/version.c (banner): Likewise.
1534         * nscd/nscd.c (print_version): Likewise.
1535         * nss/getent.c (print_version): Likewise.
1536         * nss/makedb.c (print_version): Likewise.
1537         * posix/getconf.c (main): Likewise.
1538         * scripts/test-installation.pl: Likewise.
1539         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1541 2015-01-02  Will Newton  <will.newton@linaro.org>
1543         * sysdeps/arm/armv7/configure: Removed.
1544         * sysdeps/arm/armv7/configure.ac: Likewise.
1546 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1548         * All files with FSF copyright notices: Update copyright dates
1549         using scripts/update-copyrights.
1550         * intl/plural.c: Regenerated.
1551         * locale/programs/charmap-kw.h: Likewise.
1552         * locale/programs/locfile-kw.h: Likewise.
1554 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1556         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1558 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1560         [BZ #17748]
1561         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1562         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1563         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1564         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1565         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1566         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1567         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1568         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1569         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1570         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1571         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1572         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1573         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1574         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1575         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1576         libm_hidden_def.
1577         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1578         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1579         Likewise.
1580         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1581         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1582         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1583         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1584         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1585         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1586         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1587         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1588         __fegetenv instead of fegetenv.
1589         (libc_feholdsetround_noex_ctx): Likewise.
1591 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1593         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1594         (Elf_MIPS_ABIFlags_v0): New structure.
1595         (EF_MIPS_FP64): Define.
1596         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1597         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1598         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1599         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1600         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1601         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1602         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1603         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1604         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1605         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1606         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1607         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1608         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1609         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1610         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1611         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1612         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1613         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1614         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1615         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1616         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1617         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1618         field.
1619         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1620         EF_MIPS_FP64.
1621         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1622         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1623         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1624         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1625         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1626         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1627         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1628         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1629         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1630         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1631         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1632         record the current FP ABI extension.
1633         (mips-mode-switch): Define to show if kernel headers support mode
1634         switching.
1635         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1636         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1637         supported SYSV ABI version to 3.
1638         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1639         feature.
1641 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1642             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1644         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1645         path.
1646         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1648 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1650         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1651         __fegetround and redefine to call __fegetround.  Remove condition
1652         on [!__NO_MATH_INLINES].
1653         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1654         function.
1655         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1656         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1657         Remove macro.
1658         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1659         instead of <fenv_libc.h>.
1660         (__llrintl): Call fegetround instead of __fegetround.
1661         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1662         instead of <fenv_libc.h>.
1663         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1664         (__lrintl): Call fegetround instead of __fegetround.
1665         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1666         instead of <fenv_libc.h>.
1667         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1668         (__rintl): Call fegetround instead of __fegetround.
1670 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1672         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1673         arrays.
1675 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1677         [BZ #17775]
1678         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1679         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1680         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1682 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1684         * sysdeps/i386/tls-macros.h: Include <features.h>.
1685         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1686         (TLS_IE): Likewise.
1687         (TLS_LD): Likewise.
1688         (TLS_GD): Likewise.
1689         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1690         define for GCC >= 5.0.
1692 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1694         * math/test-fenv.c (test_single_exception, set_single_exc,
1695         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1696         feexcp_mask_test, feenable_test, fe_single_test): Add
1697         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1698         case where they are not used.
1699         * math/libm-test.inc: Likewise.
1700         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1701         unused in the absence of FP rounding/exception support.
1702         * stdio-common/tst-printf-round.c: Likewise.
1703         * stdlib/tst-strtod-round.c: Likewise.
1704         * stdlib/tst-strtod-underflow.c: Likewise.
1706 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1708         [BZ #17723]
1709         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1710         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1711         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1712         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1713         libm_hidden_weak.
1714         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1715         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1716         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1717         libm_hidden_def.
1718         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1719         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1720         libm_hidden_weak.
1721         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1722         Likewise.
1723         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1724         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1725         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1726         libm_hidden_weak.
1727         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1728         libm_hidden_def.
1729         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1730         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1731         (__feraiseexcept): Likewise.
1732         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1733         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1734         libm_hidden_weak.
1735         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1736         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1737         libm_hidden_def.
1738         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1739         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1740         Use libm_hidden_def.
1741         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1742         libm_hidden_def.
1743         (feraiseexcept): Define as weak not strong alias.  Use
1744         libm_hidden_weak.
1745         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1746         New inline function.  Factored out of ...
1747         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1748         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1749         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1750         feraiseexcept.
1751         * math/w_acos.c (__acos): Likewise.
1752         * math/w_asin.c (__asin): Likewise.
1753         * math/w_ilogb.c (__ilogb): Likewise.
1754         * math/w_j0.c (y0): Likewise.
1755         * math/w_j1.c (y1): Likewise.
1756         * math/w_jn.c (yn): Likewise.
1757         * math/w_log.c (__log): Likewise.
1758         * math/w_log10.c (__log10): Likewise.
1759         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1760         * sysdeps/aarch64/fpu/math_private.h
1761         (libc_feupdateenv_test_aarch64): Likewise.
1762         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1763         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1764         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1765         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1766         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1767         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1768         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1769         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1770         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1771         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1773 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1775         [BZ #17732]
1776         * io/test-utime.c (main): Replace %ld with %jd and cast to
1777         intmax_t.
1778         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1779         * nptl/tst-mutex5.c: Include <stdint.h>.
1780         (do_test): Replace %ld with %jd and cast to intmax_t.
1781         * posix/tst-regex.c (run_test): Likewise.
1782         (run_test_backwards): Likewise.
1783         * rt/tst-clock.c: Include <stdint.h>.
1784         (clock_test): Replace %ld with %jd and cast to intmax_t.
1785         * rt/tst-cpuclock1.c: Include <stdint.h>.
1786         (do_test): Replace %lu with %ju and cast to uintmax_t.
1787         * rt/tst-cpuclock2.c: Include <stdint.h>.
1788         (do_test): Replace %lu with %ju and cast to uintmax_t.
1789         * rt/tst-mqueue1.c: Include <stdint.h>.
1790         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1791         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1792         intmax_t.
1793         * rt/tst-mqueue4.c (do_test): Likewise.
1794         * rt/tst-timer4.c: Include <stdint.h>.
1795         (check_ts): Replace %ld with %jd and cast to intmax_t.
1796         (do_test): Likewise.
1797         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1798         and cast to intmax_t.
1799         * sysdeps/pthread/tst-timer.c (main): Likewise.
1800         * time/clocktest.c (main): Likewise.
1801         * time/tst-posixtz.c (do_test): Likewise.
1802         * timezone/tst-timezone.c (main): Likewise.
1804 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1805             H.J. Lu  <hongjiu.lu@intel.com>
1807         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1808         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1809         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1810         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1811         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1812         version if bit_Fast_Unaligned_Load is set.
1813         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1814         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1815         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1816         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1817         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1818         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1819         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1820         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1821         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1822         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1823         to 4.
1824         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1825         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1826         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1827         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1829 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1831         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1832         instead of #if to avoid a Wundef warning.
1833         * stdlib/tst-limits.c (do_test): Likewise.
1835         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1836         parallel other exception macros.
1837         (fegetenv): Convert from macro to extern inline so that it applies
1838         retroactively to inline functions already seen by the compiler.
1839         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1841         * posix/Makefile (before-compile): Use $(objpfx) for
1842         posix-conf-vars-def.h.
1844 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1846         * posix/getconf.c (main): Use size_t for type of I.
1847         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1848         NSPEC.
1850         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1851         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1852         * posix/posix-envs.def: Likewise.
1853         * sysdeps/posix/sysconf.c: Likewise.
1854         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1855         (specs): Remove array.
1856         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1857         array.
1859         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1860         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1861         (__sysconf): Use CONF_IS_* macros.
1863         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1864         ($(objpfx)posix-conf-vars-def.h): New target.
1865         * posix/posix-conf-vars.list: New file.
1866         * posix/posix-conf-vars.h: New file.
1867         * posix/confstr.c: Include posix-conf-vars.h.
1868         (confstr): Use CONF_IS_* macros.
1869         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1870         CONF_IS_* macros.
1871         * scripts/gen-posix-conf-vars.awk: New file.
1873 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1875         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1876         fegetround): Add no-op macros to avoid linknamespace issues.
1878         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1879         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1881         * sysdeps/unix/sysv/linux/tile/sysdep.h
1882         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1883         assembly-specific section to avoid a redefinition warning.
1885         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1886         long before casting to pointer to avoid a cast warning.
1888 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1890         * sysdeps/tile/tilegx/Implies: New file.
1892 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1894         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1896 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1898         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1900 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1902         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1903         not define.
1904         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1905         <kernel-features.h>.
1906         (__utimes) [__NR_utimes]: Make code unconditional.
1907         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1908         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1909         (__ASSUME_UTIMES): Do not undefine.
1910         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1911         (__ASSUME_UTIMES): Likewise.
1912         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1913         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1914         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1915         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1917 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1919         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1921 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1923         [BZ #17747]
1924         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1925         alias to weak alias for j0l, y0l.
1926         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1927         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1929         [BZ #17746]
1930         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1931         conversion.
1933 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1935         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1936         to zero if not already defined.
1938 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1940         [BZ #17724]
1941         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1942         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1943         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1944         (char *) casts added.
1945         * sysdeps/ieee754/k_standardf.c: New file.
1946         * sysdeps/ieee754/k_standardl.c: Likewise.
1947         * math/Makefile (libm-support): Remove k_standard.
1948         (libm-calls): Add k_standard.
1950 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1952         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1953         Optimize to avoid an unnecessary FPCR read.
1955 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1957         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1958         Optimize to reduce FPCR/FPSR accesses.
1960 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1962         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1963         Call libc_fetestexcept_aarch64.
1965 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1967         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1968         Call libc_fesetround_aarch64.
1970 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1972         [BZ #17733]
1973         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1974         (__bind): Do not define as weak alias.
1975         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1976         define.
1977         (__getsockname): Do not define as weak alias.
1979 2014-12-22  Will Newton  <will.newton@linaro.org>
1981         * manual/install.texi: Document that we require bison 2.7
1982         or above.
1983         * INSTALL: Regenerate.
1984         * configure.ac: Use AC_CHECK_PROG_VER instead of
1985         AC_PATH_PROG when checking for bison and check for
1986         version 2.7 or above.
1987         * configure: Regenerate.
1989 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1991         [BZ #17745]
1992         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1993         * sysdeps/tile/ffsll.c (ffsll): To here.
1995         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1997 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1999         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2000         if not defined.
2001         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2002         definition.
2003         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2004         hidden ___tls_get_addr.
2005         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2006         hidden __tls_get_addr.
2007         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2008         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2009         Likewise.
2011 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2013         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2014         _dl_init call.
2016 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2018         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2019         from "call _dl_init@PLT".
2020         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2022 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2024         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2025         guarantees.
2027 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2029         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2031 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2033         [BZ #17744]
2034         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2035         strnlen.
2037 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2039         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2040         of multu on MIPSr6.
2041         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2042         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2043         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2044         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2045         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2047 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2049         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2050         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2051         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2052         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2053         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2054         mips32r6/mips64r6.
2055         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2057 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2059         * string/strncat.c (STRNCAT): Simplify implementation.
2061 2014-12-19  David S. Miller  <davem@davemloft.net>
2063         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2064         access the quad as both a long double and as a series of 4 words.
2066         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2067         link_map->l_info array access.
2069 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2071         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2073         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2074         * math/atest-exp2.c (TIMEOUT): Likewise.
2075         * math/atest-sincos.c (TIMEOUT): Likewise.
2077 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2079         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2080         -Wno-error with -fno-builtin-lround.
2082 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2084         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2085         Contains futex constants and functions moved over from ...
2086         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2087         <lowlevellock-futex.h>.
2088         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2089         (lll_timedwait_tid): Add comments and parentheses around macro
2090         arguments.
2092 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2094         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2095         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2096         (__lll_private_flag): Remove.
2097         (lll_futex_wait): Likewise.
2098         (lll_futex_timed_wait): Likewise.
2099         (lll_futex_wake): Likewise.
2100         (lll_futex_requeue): Likewise.
2101         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2102         (__lll_timedwait_tid): Spell out argument names.
2103         (lll_timedwait_tid): Add comments and parentheses around macro
2104         arguments.
2105         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2106         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2108 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2110         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2111         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2112         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2113         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2114         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2115         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2116         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2117         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2118         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2119         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2120         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2121         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2122         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2123         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2124         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2125         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2126         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2127         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2128         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2130 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2132         * sysdeps/x86_64/x32/Makefile: New file.
2134 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2136         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2137         1L with (mp_limb_t) 1.
2139 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2141         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2142         * nptl/libc_pthread_init.c: ... here.
2143         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2144         * nptl/register-atfork.c: ... here.
2146         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2147         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2148         Use assert_perror to check its return value.
2149         (__gai_create_helper_thread): Likewise.
2151         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2153         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2155 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2157         [BZ #17725]
2158         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2159         __profil_counter.
2160         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2161         Likewise.
2162         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2163         Likewise.
2164         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2165         Likewise.
2166         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2167         (profil_counter): Likewise.
2168         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2169         (profil_counter): Likewise.
2170         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2171         Likewise.
2172         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2173         Likewise.
2174         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2175         (profil_counter): Likewise.
2176         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2177         Likewise.
2178         [!__profil_counter] (profil_counter): Define as weak alias of
2179         __profil_counter.
2180         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2181         (profil_counter): Rename to __profil_counter.
2182         [!__profil_counter] (profil_counter): Define as weak alias of
2183         __profil_counter.
2184         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2185         (profil_counter): Rename to __profil_counter.
2186         [!__profil_counter] (profil_counter): Define as weak alias of
2187         __profil_counter.
2188         * sysdeps/posix/profil.c: Update comment referring to
2189         profil_counter.
2190         (__profil): Use __profil_counter instead of profil_counter.
2191         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2192         __profil_counter.  Use __profil_counter_ushort and
2193         __profil_counter_uint in definitions.
2194         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2195         instead of profil_counter_uint and profil_counter_ushort.
2197         [BZ #17722]
2198         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2199         define as weak alias of __inet_makeaddr.
2200         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2201         as weak alias of __inet_addr.
2202         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2203         as weak alias of __inet_pton.  Use libc_hidden_weak.
2204         * include/arpa/inet.h (__inet_pton): Declare.  Use
2205         libc_hidden_proto.
2206         (inet_makeaddr): Don't use libc_hidden_proto.
2207         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2208         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2209         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2210         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2211         Remove variable.
2212         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2213         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2215 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2217         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2219 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2221         * stdio-common/bug-vfprintf-nargs.c (do_test):
2222         Cast value to intptr_t to avoid format warning
2223         for usage with PRIdPTR printing macro.
2225 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2227         * libio/tst-widetext.c (do_test):
2228         Use format type %td instead of %Zd for ptrdiff_t
2229         in order to avoid format warning.
2231 2014-12-17  Andreas Schwab  <schwab@suse.de>
2233         * nscd/mem.c (gc): Add size_t cast to match printf format.
2235 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2237         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2238         (init): Apply PTR_MANGLE to pointers before storing them.
2239         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2240         before using them.
2242 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2244         [BZ #17719]
2245         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2246         define as weak alias of __memrchr.
2247         (__memrchr): Do not define as strong alias of memrchr.
2248         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2249         Remove variable.
2250         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2251         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2252         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2254         [BZ #17717]
2255         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2256         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2257         (if_indextoname): Rename to __if_indextoname and define as weak
2258         alias of __if_indextoname.  Use libc_hidden_weak.
2259         (if_freenameindex): Rename to __if_freenameindex and define as
2260         weak alias of __if_freenameindex.
2261         (if_nameindex): Rename to __if_nameindex and define as weak alias
2262         of __if_nameindex.
2263         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2264         __if_nametoindex and define as weak alias of __if_nametoindex.
2265         Use libc_hidden_weak.
2266         (if_freenameindex): Rename to __if_freenameindex and define as
2267         weak alias of __if_freenameindex.
2268         (if_nameindex): Rename to __if_nameindex and define as weak alias
2269         of __if_nameindex.
2270         (if_indextoname): Rename to __if_indextoname and define as weak
2271         alias of __if_indextoname.  Use libc_hidden_weak.
2272         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2273         __if_nametoindex and define as weak alias of __if_nametoindex.
2274         Use libc_hidden_weak.
2275         (if_freenameindex): Rename to __if_freenameindex and define as
2276         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2277         (if_nameindex_netlink): Use __if_freenameindex instead of
2278         if_freenameindex.
2279         (if_nameindex): Rename to __if_nameindex and define as weak alias
2280         of __if_nameindex.  Use libc_hidden_weak.
2281         (if_indextoname): Rename to __if_indextoname and define as weak
2282         alias of __if_indextoname.  Use libc_hidden_weak.
2283         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2284         libc_hidden_proto.
2285         [!_ISOMAC] (__if_freenameindex): Likewise.
2286         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2287         if_nametoindex.
2288         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2289         variable.
2290         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2291         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2292         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2293         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2294         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2295         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2296         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2298         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2299         Remove variable.
2300         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2301         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2303 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2305         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2306         subscript above bounds'
2308         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2309         bounds.
2311 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2313         * libio/tst-fopenloc.c: Use test-skeleton.c.
2315         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2316         (entry): Rename to ITEM.
2317         (do_test, comp): Adjust.
2319         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2321 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2323         * string/tester.c: Include <libc-internal.h>.
2324         (test_memset): Ignore -Wmemset-transposed-args.
2326 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2328         * misc/tst-mntent2.c (do_test): Fix warning.
2330 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2332         * elf/tst-unique4lib.cc(a): Mark as used.
2334 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2336         [BZ #17630]
2337         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2338         names.
2340 2014-12-16  Allan McRae  <allan@archlinux.org>
2342         * stdio-common/Makefile (tests): Re-add bug26.
2344 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2346         [BZ #17657]
2347         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2348         static array.
2350 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2352         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2353         (__lll_lock_wait): Likewise.
2354         (__lll_timedlock_wait): Likewise.
2355         (__lll_timedwait_tid): Likewise.
2356         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2357         (__lll_robust_timedlock_wait): Likewise.
2358         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2359         (lll_cond_trylock): Likewise.
2360         (__lll_lock): Likewise.
2361         (__lll_robust_lock): Likewise.
2362         (__lll_cond_lock): Likewise.
2363         (lll_robust_cond_lock): Likewise.
2364         (__lll_timedlock): Likewise.
2365         (__lll_robust_timedlock): Likewise.
2366         (__lll_unlock): Likewise.
2367         (__lll_robust_unlock): Likewise.
2368         (lll_wait_tid): Likewise.
2369         (lll_timedwait_tid): Likewise.
2371 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2373         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2375 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2377         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2379 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2381         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2382         * stdio-common/tst-sprintf.c: Likewise.
2384 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2386         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2388 2014-12-15  Jeff Law  <law@redhat.com>
2390         [BZ #16617]
2391         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2392         on the heap.  (CVE-2012-3406)
2393         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2394         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2395         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2397 2014-12-15  Will Newton  <will.newton@linaro.org>
2399         * manual/install.texi: Bump required version of texinfo
2400         to 4.7 from 4.5.
2401         * INSTALL: Regenerated.
2402         * configure.ac: Check for makeinfo version 4.7 and above.
2403         * configure: Regenerated.
2405 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2407         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2408         PREFIX, string constant to insert between directory and name.
2409         * sysdeps/posix/shm_open.c: Update caller.
2410         * sysdeps/posix/shm_unlink.c: Likewise.
2411         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2412         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2413         (SEM_SHM_PREFIX): New macro.
2414         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2415         [$(have-thread-library) = no].
2416         * nptl/Makefile (libpthread-routines): Add shm-directory.
2417         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2418         * sysdeps/nptl/shm-directory.h: New file.
2419         * sysdeps/posix/shm-directory.c
2420         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2421         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2422         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2423         INTERNAL_SYSCALL.
2424         (__where_is_shmfs): Function removed.
2425         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2426         Variables removed.
2427         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2428         Use SHM_GET_NAME.
2429         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2431         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2432         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2433         unconditional for use inside libpthread.
2434         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2436 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2438         * nptl/pthread_getaffinity.c: New file.
2439         * nptl/pthread_setaffinity.c: New file.
2440         * nptl/pthread_getname.c: New file.
2441         * nptl/pthread_setname.c: New file.
2443         * nptl/pthread_create.c (START_THREAD_DEFN)
2444         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2446 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2447             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2449         * resolv/res_send.c (send_vc): Disable warning resplen may
2450         be used uninitialized.
2452 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2454         * nptl/tst-mutex6.c
2455         (ATTR_NULL): New define checks ATTR against NULL.
2456         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2457         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2459 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2461         [BZ #17581]
2462         * malloc/hooks.c
2463         (mem2mem_check): Revert my previous change.
2464         (malloc_check_get_size): Revert my previous change.
2465         (mem2chunk_check): Revert my previous change.
2467 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2469         * sysdeps/posix/shm-directory.c: New file.
2470         * sysdeps/posix/shm-directory.h: New file.
2471         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2472         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2473         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2474         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2475         Transmute EPERM to EACCES.
2476         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2477         from ...
2478         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2479         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2481 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2483         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2484         pointer and cast to uintptr_t.
2485         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2486         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2487         Add cast to avoid warning.
2488         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2490 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2492         * nptl/semaphore.h: Move to ...
2493         * sysdeps/pthread/semaphore.h: ... here.
2494         * Makefile (installed-headers): Change nptl/semaphore.h to
2495         sysdeps/pthread/semaphore.h.
2497 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2499         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2500         generated error format strings.
2502         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2503         -Wformat-extra-args warnings for scanf formats.
2504         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2505         test of zero-length format (duh).
2506         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2507         corner-case scanf format test.
2508         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2509         generated fprintf format string.
2510         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2511         corner-case sprintf format tests.
2512         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2513         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2514         -Wformat-extra-args warnings throughout.
2515         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2516         (CFLAGS-scanf4.c): Likewise.
2517         (CFLAGS-scanf7.c): Likewise.
2518         (CFLAGS-tst-sprintf.c): Likewise.
2519         (CFLAGS-tst-printf.c): Likewise.
2520         (CFLAGS-tst-printfsz.c): Likewise.
2522 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2524         * include/cpio.h: New file.
2525         * include/fmtmsg.h: Likewise.
2527         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2528         corresponding format argument to size_t.
2529         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2530         arguments.
2531         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2532         corresponding format argument to size_t.
2533         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2534         arguments.
2535         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2536         corresponding format argument to size_t.
2537         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2538         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2539         (CFLAGS-tst-mbswcs2.c): Likewise.
2540         (CFLAGS-tst-mbswcs3.c): Likewise.
2541         (CFLAGS-tst-mbswcs4.c): Likewise.
2542         (CFLAGS-tst-mbswcs5.c): Likewise.
2543         (CFLAGS-tst-trans.c): Likewise
2545 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2547         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2548         rather than assuming they won't contain any '%'s.
2550 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2552         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2553         inhibit_loop_to_libcall to avoid recursive calls.
2554         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2555         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2557 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2559         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2560         prototype.
2562 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2564         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2565         integer value instead of boolean.
2567 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2569         * malloc/malloc.c: Fix powerof2 check.
2571 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2573         * locale/programs/locfile.h (maybe_swap_uint32):
2574         Remove inline and add unused attribute.
2576 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2578         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2579         Truncating assembler expression to a .long expression.
2581 2014-12-11  Andreas Schwab  <schwab@suse.de>
2583         * elf/rtld.c (struct map_args): Constify str member.
2584         (do_preload): Constify fname argument.
2586 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2588         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2589         constants definition.
2591 2014-12-11  Andreas Schwab  <schwab@suse.de>
2593         [BZ #16657]
2594         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2595         FORCE_ELISION instead of DO_ELISION.
2596         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2597         Remove.
2598         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2599         Likewise.
2601         * iconvdata/gconv-modules: Remove duplicate entry.
2603 2014-12-11  Will Newton  <will.newton@linaro.org>
2605         Merge gettext 0.19.3 into intl/.
2607         This involves a number of cosmetic changes to comments
2608         and ANSI function definitions and prototypes throughout
2609         all the files. The gettext copyright header is used but
2610         with the date ranges taken from the glibc copy.
2612         * NEWS: Add gettext merge to 2.21.
2613         * intl/bindtextdom.c: Switch to gettext copyright.
2614         Use ANSI definitions and prototypes.
2615         Use gl_* locking primitives rather than __libc_* ones.
2616         Use __builtin_expect rather than __glibc_likely/unlikely.
2617         * intl/dcgettext.c: Switch to gettext copyright.
2618         Use ANSI definitions and prototypes.
2619         * intl/dcigettext.c: Switch to gettext copyright.
2620         Use ANSI definitions and prototypes.
2621         (INTDIV0_RAISES_SIGFPE): New define.
2622         Use gl_* locking primitives rather than __libc_* ones.
2623         Include eval-plural.h instead of plural-eval.c.
2624         Use __builtin_expect rather than __glibc_likely/unlikely.
2625         * intl/dcngettext.c: Switch to gettext copyright.
2626         Use ANSI definitions and prototypes.
2627         * intl/dgettext.c: Likewise.
2628         * intl/dngettext.c: Likewise.
2629         * intl/plural-eval.c: Renamed to...
2630         * intl/eval-plural.h: ...this.
2631         * intl/explodename.c: Switch to gettext copyright.
2632         Use ANSI definitions and prototypes.
2633         (_nl_explode_name): Use strchr instead of __rawmemchr.
2634         * intl/finddomain.c: Switch to gettext copyright.
2635         Use ANSI definitions and prototypes.
2636         Use gl_* locking primitives rather than __libc_* ones.
2637         (_nl_find_domain): Use malloc rather than alloca for
2638         allocation of temporary locale name.
2639         * intl/gettext.c: Switch to gettext copyright.
2640         Use ANSI definitions and prototypes.
2641         * intl/gettextP.h: Switch to gettext copyright.
2642         Use ANSI definitions and prototypes.
2643         Use gl_* locking primitives rather than __libc_* ones.
2644         * intl/gmo.h: Switch to gettext copyright.
2645         (struct sysdep_string): Move struct segment_pair outside of
2646         struct definition.
2647         * intl/hash-string.c: Use ANSI definitions and prototypes.
2648         * intl/hash-string.h: Switch to gettext copyright.
2649         Use ANSI definitions and prototypes.
2650         * intl/l10nflist.c: Switch to gettext copyright.
2651         Use ANSI definitions and prototypes.
2652         (_nl_normalize_codeset): Avoid integer overflow.
2653         * intl/loadinfo.h: Switch to gettext copyright.
2654         Use ANSI definitions and prototypes.
2655         (LIBINTL_DLL_EXPORTED): New define.
2656         (PATH_SEPARATOR): New define.
2657         * intl/loadmsgcat.c: Switch to gettext copyright.
2658         * intl/localealias.c: Switch to gettext copyright.
2659         Use ANSI definitions and prototypes.
2660         (_nl_expand_alias): Use PATH_SEPARATOR.
2661         * intl/ngettext.c: Switch to gettext copyright.
2662         Use ANSI definitions and prototypes.
2663         * intl/plural-exp.c: Likewise.
2664         * intl/plural-exp.h: Switch to gettext copyright.
2665         Use ANSI definitions and prototypes.
2666         (struct expression): Move definition of enum operator outside
2667         of struct definition.
2668         * intl/plural.c: Regenerate.
2669         * intl/plural.y: Switch to gettext copyright.
2670         Use ANSI definitions and prototypes.
2671         Port to bison 3.0.
2672         * intl/textdomain.c: Switch to gettext copyright.
2673         Use ANSI definitions and prototypes.
2674         Use gl_* locking primitives rather than __libc_* ones.
2676 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2678         * debug/warning-nop.c: Add used atrribute.
2680 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2682         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2684         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2685         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2686         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2688 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2689             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2691         [BZ #17634]
2692         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2693         Undefine after defining function.  Define as weak alias of
2694         __wcschr.  Use libc_hidden_weak.
2695         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2696         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2697         (libc_hidden_def): Also define __GI___wcschr alias.
2698         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2699         __wcschr and define as weak alias of __wcschr.
2700         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2701         __wcschr.
2702         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2703         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2704         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2705         libc_hidden_weak.  Do not use libc_hidden_def.
2706         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2707         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2708         __GI___wcschr alias.
2709         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2710         [IS_IN (libc)] (wcschr): Define as macro expanding to
2711         __redirect_wcschr.
2712         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2713         [IS_IN (libc)] (__wcschr_power6): Likewise.
2714         [IS_IN (libc)] (__wcschr_power7): Likewise.
2715         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2716         instead of wcschr.
2717         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2718         __libc_wcschr.
2719         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2720         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2721         __wcschr and define as weak alias of __wcschr.  Use
2722         libc_hidden_builtin_def.
2723         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2724         as weak alias of __wcschr.  Use libc_hidden_weak.
2725         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2726         wcschr.
2727         * time/era.c (_nl_init_era_entries): Likewise.
2728         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2729         variable.
2730         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2731         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2733 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2735         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2736         format for long int variable.
2738 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2740         [BZ #10672]
2741         * manual/search.texi: (Array Sort Function): Remove claim how to make
2742         qsort stable.
2744 2014-12-10  Andreas Schwab  <schwab@suse.de>
2746         [BZ #12847]
2747         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2748         user-controlled locks.
2750 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2752         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2753         register.
2755 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2757         * configure.ac (--disable-werror): New configure option.
2758         (enable_werror): New AC_SUBST.
2759         * configure: Regenerated.
2760         * config.make.in (enable-werror): New variable.
2761         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2762         -Wno-error=undef.
2763         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2764         * manual/install.texi (Configuring and compiling): Document
2765         --disable-werror.
2766         * INSTALL: Regenerated.
2767         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2768         (CFLAGS-tst-chk2.c): Likewise.
2769         (CFLAGS-tst-chk3.c): Likewise.
2770         (CFLAGS-tst-chk4.cc): Likewise.
2771         (CFLAGS-tst-chk5.cc): Likewise.
2772         (CFLAGS-tst-chk6.cc): Likewise.
2773         (CFLAGS-tst-lfschk1.c): Likewise.
2774         (CFLAGS-tst-lfschk2.c): Likewise.
2775         (CFLAGS-tst-lfschk3.c): Likewise.
2776         (CFLAGS-tst-lfschk4.cc): Likewise.
2777         (CFLAGS-tst-lfschk5.cc): Likewise.
2778         (CFLAGS-tst-lfschk6.cc): Likewise.
2780         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2781         (main): Disable -Wdeprecated-declarations around calls to
2782         register_printf_function.
2784         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2785         (do_test): Disable -Wdiv-by-zero around some calls to
2786         fwrite_unlocked and fread_unlocked.
2788         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2789         (DIAG_POP_NEEDS_COMMENT): Likewise.
2790         (_DIAG_STR1): Likewise.
2791         (_DIAG_STR): Likewise.
2792         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2793         * stdio-common/bug21.c: Include <libc-internal.h>.
2794         (do_test): Disable -Wformat around call to sscanf.
2795         * stdio-common/scanf14.c: Include <libc-internal.h>.
2796         (main): Disable -Wformat around some calls to scanf functions.
2798 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2800         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2802 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2804         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2805         stack variable alignment.
2807 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2809         [BZ #17682]
2810         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2811         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2812         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2813         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2814         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2815         __getrlimit instead of getrlimit.
2816         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2817         __gettimeofday instead of gettimeofday.
2818         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2819         Likewise.
2820         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2821         Likewise.
2822         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2823         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2824         Remove variable.
2825         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2826         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2828 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2830         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2831         for wide-character tests.
2833 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2835         * io/openat64.c: #include <libc-internal.h>
2836         (__openat64): Prototypify.  Use ignore_value on MODE.
2837         * io/openat.c: Likewise.
2838         * misc/reboot.c: #include <libc-internal.h>
2839         (reboot): Prototypify.  Use ignore_value on HOWTO.
2840         * misc/ptrace.c: #include <libc-internal.h>
2841         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2843 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2845         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2846         XPG4, UNIX98 and XOPEN2K.
2847         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2848         Remove variable.
2849         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2851 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2853         * libio/fileops.c: Use ISO C style for function definitions.
2854         * libio/iofopen.c: Likewise.
2855         * libio/wfileops.c: Likewise.
2857         [BZ #17653]
2858         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2859         offset on EOF.
2860         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2861         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2862         (fgets_func): Function pointer to fgets and fgetws.
2863         (do_ftell_test): Add test to verify ftell value after read
2864         EOF.
2865         (do_test): Set fgets_func.
2867         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2868         O_TRUNC flag for w and w+ modes.
2869         (do_rewind_test): Likewise.
2870         (do_ftell_test): Likewise.
2871         (do_write_test): Likewise.
2873         [BZ #17647]
2874         * libio/fileops.c (do_ftell): Seek only when there are
2875         unflushed writes.
2876         * libio/wfileops.c (do_ftell_wide): Likewise.
2877         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2878         test case.
2879         (do_one_test): Call it.
2881 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2883         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2884         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2885         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2886         Remove variable.
2887         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2888         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2889         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2891 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2893         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2894         Remove variable.
2895         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2897         [BZ #17668]
2898         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2899         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2900         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2901         __freeifaddrs.  Use libc_hidden_weak.
2902         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2903         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2904         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2905         __freeifaddrs.  Use libc_hidden_weak.
2906         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2907         __getifaddrs and define as weak alias of __getifaddrs.  Use
2908         libc_hidden_weak.
2909         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2910         __freeifaddrs.  Use libc_hidden_weak.
2911         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2912         Remove variable.
2913         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2914         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2916 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2918         [BZ #17601]
2919         * sysdeps/mips/start.S (__start): Use indirect jump to call
2920         __libc_start_main.
2922 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2924         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2926         * nptl/tst-mutex1.c: Include <stdbool.h>.
2927         [!ATTR] (ATTR_NULL): New macro.
2928         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2929         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2930         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2932         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2933         to char *.
2935         [BZ #17665]
2936         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2937         Change conditional to [__USE_MISC].
2939         [BZ #17664]
2940         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2941         fgets_unlocked.
2942         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2943         __fgets_unlocked.
2944         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2945         fgets_unlocked.
2946         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2947         Remove variable.
2948         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2949         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2950         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2951         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2952         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2953         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2954         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2955         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2956         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2958         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2960 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2962         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2963         Remove strpbrk objects.
2964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2965         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2966         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2967         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2968         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2969         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2971         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2972         Remove strcspn objects.
2973         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2974         (__libc_ifunc_impl_list): Remove strcspn implementation.
2975         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2976         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2977         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2978         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2980         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2981         Remove strspn objetcs.
2982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2983         (__libc_ifunc_impl_list): Remove strspn implementation.
2984         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2985         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2986         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2987         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2989 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2991         [BZ #17581]
2992         * malloc/hooks.c
2993         (mem2mem_check): Add a terminator to the chain of checking blocks.
2994         (malloc_check_get_size): Use it here.
2995         (mem2chunk_check): Ditto.
2997 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2999         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3000         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3002 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3004         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3006         * nptl/nptl-init.c: Include libc-internal.h.
3007         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3009         * elf/ldconfig.c (search_dir): Expand comment.
3011 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3013         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3014         variable.
3015         (linknamespace-symlist-stdlibs-tests): Likewise.
3016         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3017         instead of $(objpfx)symlist-stdlibs.
3018         (linknamespace-libs-isoc): New variable.
3019         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3020         (linknamespace-libs-ISO): New variable.
3021         (linknamespace-libs-ISO99): Likewise.
3022         (linknamespace-libs-ISO11): Likewise.
3023         (linknamespace-libs-XPG3): Likewise.
3024         (linknamespace-libs-XPG4): Likewise.
3025         (linknamespace-libs-POSIX): Likewise.
3026         (linknamespace-libs-UNIX98): Likewise.
3027         (linknamespace-libs-XOPEN2K): Likewise.
3028         (linknamespace-libs-POSIX2008): Likewise.
3029         (linknamespace-libs-XOPEN2K8): Likewise.
3030         ($(objpfx)symlist-stdlibs): Replace by
3031         $(linknamespace-symlist-stdlibs-tests).  Use
3032         $(linknamespace-libs-$*) as set of libraries.
3033         ($(linknamespace-header-tests)): Update dependencies.  Use
3034         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3035         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3036         * conform/linknamespace.pl: Remove comment about considering
3037         definitions of symbols from irrelevant libraries.
3039 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3041         [BZ #13862]
3042         * elf/dl-tls.c: Include <atomic.h>.
3043         (oom): Remove #ifdef SHARED/#endif.
3044         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3045         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3046         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3047         big enough.
3048         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3049         * nptl/Makefile (tests): Add tst-stack4.
3050         (modules-names): Add tst-stack4mod.
3051         ($(objpfx)tst-stack4): New.
3052         (tst-stack4mod.sos): Likewise.
3053         ($(objpfx)tst-stack4.out): Likewise.
3054         ($(tst-stack4mod.sos)): Likewise.
3055         (clean): Likewise.
3056         * nptl/tst-stack4.c: New file.
3057         * nptl/tst-stack4mod.c: Likewise.
3059 2014-11-27  J. Brown  <jb999@gmx.de>
3061         * sysdeps/x86/bits/string.h: Add recent CPUs.
3063 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3065         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3066         sigblock.
3068         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3069         feof.
3071         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3072         variable.
3074 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3076         * nscd/connections.c: Include libc-internal.h because of macro
3077         usage ignore_value.
3079 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3081         * string/bits/string3.h (__warn_memset_zero_len): Don't
3082         declare for gcc newer than 5.0.
3083         (memset): Don't test for zero-length __LEN for gcc newer than
3084         5.0.
3086 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3088         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3089         size_t for %zu format.
3091         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3092         difference, not %ju.
3094 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3096         * include/libc-internal.h (ignore_value): New macro.
3097         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3098         with ignore_value.
3100         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3101         definition.
3103         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3104         pthread_cleanup_push to void *.
3106         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3107         Undefine.
3109         [BZ #16619]
3110         [BZ #16740]
3111         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3112         instead of 1L << 52.
3114         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3115         * libio/bug-rewind2.c (do_test): Likewise.
3117         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3118         * debug/test-strcpy_chk-ifunc.c: Likewise.
3119         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3120         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3121         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3122         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3123         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3124         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3125         * Rules [$(multi-arch) = no] (tests): Do not filter out
3126         $(tests-ifunc).
3127         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3128         * debug/Makefile (tests-ifunc): Remove variable.
3129         (tests): Do not add $(tests-ifunc).
3130         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3131         (tests): Do not add $(tests-ifunc).
3132         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3133         [TEST_IFUNC]: Remove conditionals.
3134         * string/test-string.h (TEST_IFUNC): Remove macro.
3135         [TEST_IFUNC]: Remove conditionals.
3137         * string/test-strchr.c [!WIDE] (L): New macro.
3138         [WIDE] (L): Likewise.
3139         (check1): Use CHAR instead of char.  Use L on string and character
3140         constants.
3142 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3144         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3145         tests.
3146         * sysdeps/powerpc/bits/atomic.h
3147         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3148         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3149         (atomic_exchange_and_add_acq): Likewise.
3150         (atomic_exchange_and_add_rel): Likewise.
3151         * sysdeps/powerpc/powerpc32/bits/atomic.h
3152         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3153         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3154         * sysdeps/powerpc/powerpc64/bits/atomic.h
3155         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3156         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3158 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3160         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3161         Change synchronization of __sched_fifo_min_prio and
3162         __sched_fifo_max_prio.
3163         * nptl/pthread_mutexattr_getprioceiling.c
3164         (pthread_mutexattr_getprioceiling): Likewise.
3165         * nptl/pthread_mutexattr_setprioceiling.c
3166         (pthread_mutexattr_setprioceiling): Likewise.
3167         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3168         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3169         Likewise.
3171 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3173         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3174         void.
3176 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3178         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3179         third argument const.
3181 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3183         fnmatch: work around GCC compiler warning bug with uninit var
3184         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3185         This works around a bug with x86-64 GCC 4.9.2 and earlier
3186         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3187         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3188         used uninitialized in this function [-Wmaybe-uninitialized]".
3190 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3192         * posix/bug-regex31.c (main): Return RES not 0.
3194 2014-11-25  Anton Blanchard <anton@samba.org>
3196         * sysdeps/powerpc/bits/atomic.h
3197         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3199 2014-11-24  Sterling Augustine  <saugustine@google.com>
3201         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3203 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3205         [BZ #17608]
3206         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3208 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3210         [BZ #17633]
3211         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3212         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3213         variable.
3214         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3215         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3217 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3219         * string/strncpy.c (strncpy): Improve performance by using memset.
3221 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3223         * string/strcpy.c (strcpy):
3224         Improve performance by using strlen and memcpy.
3226 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3228         * string/strcoll_l.c (get_next_seq): __always_inline.
3229         * string/strcoll_l.c (do_compare): __always_inline.
3231 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3233         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3234         defined.
3235         * include/mqueue.h: Likewise.
3236         * include/stdlib.h: Likewise.
3238         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3239         (get_null_defines): Adjust.
3240         * sunrpc/Makefile: Adjust comment.
3241         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3242         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3243         (CFLAGS-interp.c): Likewise.
3244         (CFLAGS-ldconfig.c): Likewise.
3245         (CPPFLAGS-.os): Likewise.
3246         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3247         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3248         * extra-modules.mk (extra-modules.mk): Likewise.
3249         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3250         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3251         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3252         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3253         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3254         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3255         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3256         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3257         * iconvdata/Makefile (CPPFLAGS): Likewise.
3258         (cpp-srcs-left): Add libof for all iconvdata routines.
3259         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3260         * include/assert.h: Likewise.
3261         * include/ctype.h: Likewise.
3262         * include/errno.h: Likewise.
3263         * include/libc-symbols.h: Likewise.
3264         * include/math.h: Likewise.
3265         * include/netdb.h: Likewise.
3266         * include/resolv.h: Likewise.
3267         * include/stdio.h: Likewise.
3268         * include/stdlib.h: Likewise.
3269         * include/string.h: Likewise.
3270         * include/sys/stat.h: Likewise.
3271         * include/wctype.h: Likewise.
3272         * intl/l10nflist.c: Likewise.
3273         * libidn/idn-stub.c: Likewise.
3274         * libio/libioP.h: Likewise.
3275         * nptl/libc_multiple_threads.c: Likewise.
3276         * nptl/pthreadP.h: Likewise.
3277         * posix/regex_internal.h: Likewise.
3278         * resolv/res_hconf.c: Likewise.
3279         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3280         * sysdeps/arm/memmove.S: Likewise.
3281         * sysdeps/arm/sysdep.h: Likewise.
3282         * sysdeps/generic/_itoa.h: Likewise.
3283         * sysdeps/generic/symbol-hacks.h: Likewise.
3284         * sysdeps/gnu/errlist.awk: Likewise.
3285         * sysdeps/gnu/errlist.c: Likewise.
3286         * sysdeps/i386/i586/memcpy.S: Likewise.
3287         * sysdeps/i386/i586/memset.S: Likewise.
3288         * sysdeps/i386/i686/memcpy.S: Likewise.
3289         * sysdeps/i386/i686/memmove.S: Likewise.
3290         * sysdeps/i386/i686/mempcpy.S: Likewise.
3291         * sysdeps/i386/i686/memset.S: Likewise.
3292         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3293         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3294         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3295         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3296         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3297         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3298         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3299         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3300         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3301         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3302         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3303         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3304         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3305         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3306         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3307         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3308         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3309         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3310         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3311         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3312         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3313         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3314         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3315         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3316         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3317         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3318         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3319         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3320         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3321         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3322         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3323         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3324         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3325         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3326         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3327         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3328         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3329         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3330         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3331         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3332         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3333         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3334         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3335         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3336         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3337         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3338         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3339         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3340         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3341         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3342         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3343         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3344         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3345         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3346         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3347         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3348         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3349         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3350         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3351         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3352         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3353         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3354         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3355         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3356         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3357         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3358         * sysdeps/posix/closedir.c: Likewise.
3359         * sysdeps/posix/opendir.c: Likewise.
3360         * sysdeps/posix/readdir.c: Likewise.
3361         * sysdeps/posix/rewinddir.c: Likewise.
3362         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3363         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3364         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3365         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3366         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3367         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3368         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3369         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3370         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3371         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3372         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3373         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3374         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3375         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3376         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3377         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3378         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3379         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3380         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3381         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3382         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3383         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3384         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3385         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3386         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3387         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3388         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3389         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3390         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3391         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3392         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3393         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3394         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3395         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3396         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3397         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3398         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3399         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3400         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3401         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3402         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3403         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3404         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3405         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3406         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3407         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3408         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3409         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3410         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3411         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3412         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3413         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3414         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3415         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3416         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3417         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3418         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3419         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3420         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3421         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3422         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3423         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3424         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3425         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3426         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3427         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3428         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3429         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3430         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3431         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3432         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3433         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3434         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3435         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3436         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3437         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3438         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3439         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3440         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3441         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3442         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3443         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3444         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3445         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3446         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3447         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3448         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3449         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3450         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3451         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3452         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3453         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3454         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3455         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3456         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3457         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3458         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3459         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3460         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3461         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3462         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3463         * sysdeps/unix/alpha/sysdep.S: Likewise.
3464         * sysdeps/unix/alpha/sysdep.h: Likewise.
3465         * sysdeps/unix/make-syscalls.sh: Likewise.
3466         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3467         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3468         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3469         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3470         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3471         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3472         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3473         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3474         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3475         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3476         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3477         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3478         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3479         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3480         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3481         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3482         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3483         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3484         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3485         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3486         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3487         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3488         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3489         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3490         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3491         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3492         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3495         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3496         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3497         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3498         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3499         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3500         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3501         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3502         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3503         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3504         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3505         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3506         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3507         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3508         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3509         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3510         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3511         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3512         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3513         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3515         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3516         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3517         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3518         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3519         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3520         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3521         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3522         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3523         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3524         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3525         * sysdeps/x86_64/memcpy.S: Likewise.
3526         * sysdeps/x86_64/memmove.c: Likewise.
3527         * sysdeps/x86_64/memset.S: Likewise.
3528         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3529         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3530         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3531         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3532         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3533         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3534         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3535         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3536         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3537         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3538         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3539         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3540         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3541         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3542         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3543         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3544         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3545         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3546         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3547         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3548         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3549         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3550         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3551         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3552         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3553         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3554         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3555         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3556         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3557         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3558         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3559         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3560         * sysdeps/x86_64/strcmp.S: Likewise.
3562         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3564         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3565         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3566         * elf/rtld-Rules: Likewise.
3567         * elf/setup-vdso.h: Likewise.
3568         * include/assert.h: Likewise.
3569         * include/bits/stdlib-float.h: Likewise.
3570         * include/errno.h: Likewise.
3571         * include/sys/stat.h: Likewise.
3572         * include/unistd.h: Likewise.
3573         * sysdeps/aarch64/setjmp.S: Likewise.
3574         * sysdeps/alpha/setjmp.S: Likewise.
3575         * sysdeps/arm/__longjmp.S: Likewise.
3576         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3577         * sysdeps/arm/setjmp.S: Likewise.
3578         * sysdeps/arm/sysdep.h: Likewise.
3579         * sysdeps/generic/_itoa.h: Likewise.
3580         * sysdeps/generic/dl-sysdep.h: Likewise.
3581         * sysdeps/generic/ldsodefs.h: Likewise.
3582         * sysdeps/i386/dl-tls.h: Likewise.
3583         * sysdeps/i386/setjmp.S: Likewise.
3584         * sysdeps/m68k/setjmp.c: Likewise.
3585         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3586         * sysdeps/mach/hurd/opendir.c: Likewise.
3587         * sysdeps/posix/getcwd.c: Likewise.
3588         * sysdeps/posix/opendir.c: Likewise.
3589         * sysdeps/posix/profil.c: Likewise.
3590         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3591         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3592         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3593         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3594         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3595         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3596         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3597         * sysdeps/s390/dl-tls.h: Likewise.
3598         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3599         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3600         * sysdeps/sh/sh3/setjmp.S: Likewise.
3601         * sysdeps/sh/sh4/setjmp.S: Likewise.
3602         * sysdeps/unix/alpha/sysdep.h: Likewise.
3603         * sysdeps/unix/arm/sysdep.S: Likewise.
3604         * sysdeps/unix/i386/sysdep.S: Likewise.
3605         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3606         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3607         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3608         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3609         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3610         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3611         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3612         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3613         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3614         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3615         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3616         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3617         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3620         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3621         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3622         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3623         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3624         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3625         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3626         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3627         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3628         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3629         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3630         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3632         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3633         * sysdeps/x86_64/setjmp.S: Likewise.
3635         * include/math.h: Use IS_IN instead of IS_IN_libm.
3636         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3637         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3638         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3639         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3640         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3641         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3642         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3643         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3644         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3645         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3646         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3647         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3648         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3649         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3650         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3651         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3652         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3653         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3654         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3655         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3656         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3657         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3658         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3659         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3660         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3661         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3662         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3663         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3664         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3665         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3666         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3667         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3668         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3670         Likewise.
3671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3672         Likewise.
3673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3674         Likewise.
3675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3676         Likewise.
3677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3678         Likewise.
3679         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3680         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3681         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3682         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3683         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3684         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3689         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3690         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3691         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3692         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3693         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3694         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3695         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3696         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3697         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3698         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3699         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3700         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3701         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3702         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3703         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3704         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3705         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3707         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3708         * nptl/pthreadP.h: Likewise.
3709         * nptl_db/structs.def: Likewise.
3710         * sysdeps/arm/sysdep.h: Likewise.
3711         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3712         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3713         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3714         * sysdeps/unix/alpha/sysdep.h: Likewise.
3715         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3716         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3717         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3718         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3719         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3720         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3721         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3722         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3723         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3724         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3725         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3726         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3727         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3728         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3731         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3732         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3733         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3734         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3735         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3736         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3737         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3738         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3739         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3740         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3742         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3743         * nptl/pthreadP.h: Likewise.
3744         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3745         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3746         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3747         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3748         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3749         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3750         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3751         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3752         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3753         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3754         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3755         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3757         Likewise.
3758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3759         Likewise.
3760         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3761         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3762         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3763         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3764         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3765         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3766         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3767         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3769         * dlfcn/dladdr.c: Use IS_IN.
3770         * dlfcn/dladdr1.c: Likewise.
3771         * dlfcn/dlclose.c: Likewise.
3772         * dlfcn/dlerror.c: Likewise.
3773         * dlfcn/dlinfo.c: Likewise.
3774         * dlfcn/dlmopen.c: Likewise.
3775         * dlfcn/dlopen.c: Likewise.
3776         * dlfcn/dlsym.c: Likewise.
3777         * dlfcn/dlvsym.c: Likewise.
3779         * include/ifaddrs.h: Use IS_IN.
3780         * inet/check_pf.c: Likewise.
3781         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3782         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3784         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3785         IS_IN_ldconfig.
3786         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3787         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3789         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3790         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3791         IS_IN (libc).
3793         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3795         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3796         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3797         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3798         * include/libc-symbols.h (IS_IN_LIB): New macro.
3799         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3800         * include/netdb.h: Likewise.
3801         * include/stap-probe.h: Remove all uses of IN_LIB.
3803         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3804         instead of IN_MODULE.
3805         * include/libc-symbols.h (IN_MODULE): Define using
3806         MODULE_NAME.
3807         (PASTE_NAME, PASTE_NAME1): New macros.
3808         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3809         of IN_LIB.
3810         (STAP_PROBE_ASM): Likewise.
3812 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3814         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3815         __mach_init in dlopened libc.
3817 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3819         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3820         * sysdeps/arm/preconfigure: Regenerate.
3822 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3824         * nptl/pthread_create.c (__pthread_create_2_1): Set
3825         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3826         when copying values from IATTR into PD.
3828 2014-11-21  Will Newton  <will.newton@linaro.org>
3829             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3831         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3832         Refactor inline-asm.  Also add comment.
3834         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3835         ElfW macro instead of hardcoded Elf64 types.
3836         (la_aarch64_gnu_pltenter): Likewise.
3837         * sysdeps/aarch64/dl-machine.h
3838         (elf_machine_runtime_setup): Use ElfW(Addr).
3840         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3841         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3842         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3843         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3844         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3845         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3846         (R_AARCH64_TLS_DTPMOD): This.
3847         (R_AARCH64_TLS_DTPREL64): Rename to ...
3848         (R_AARCH64_TLS_DTPREL): This.
3849         (R_AARCH64_TLS_TPREL64): Rename to ...
3850         (R_AARCH64_TLS_TPREL): This.
3851         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3852         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3853         R_AARCH64_TLS_TPREL64.
3854         (elf_machine_rela): Likewise.
3856 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3858         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3859         by setting it to 0.  64b atomics are not supported currently.
3861 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3863         [BZ #16469]
3864         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3865         search domain names.
3867 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3869         [BZ #16469]
3870         * NEWS: Update.
3871         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3872         trailing dot.
3873         * posix/tst-getaddrinfo5.c: New.
3874         * posix/Makefile (tests): Add it.
3876 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3878         [BZ #14498]
3879         * NEWS: Fixed.
3880         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3881         after parsing line but before break_if_match.
3882         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3883         if there is a protocol mismatch.
3885 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3887         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3888         because the potential race is on the user-supplied stream.
3890 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3892         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3893         string literal if not passed a buffer.
3894         * manual/job.texi (ctermid): Update reasoning, note deviation
3895         from posix, suggest mtasurace when not passed a buffer, for
3896         future non-preliminary safety notes.
3898 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3900         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3901         of not passing it a buffer.
3902         Reported by Peng Haitao.
3904 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3906         * manual/Makefile ($(objpfx)stamp-summary): Require
3907         check-safety.sh to pass.
3908         * manual/check-safety.sh: Wish for verification that every
3909         @deftypefn and @deftypefun is followed by a @safety remark.
3911 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3913         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3915         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3916         PTHREAD_CANCEL_ASYNCHRONOUS.
3917         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3918         send SIGCANCEL.
3920         * nptl/default-sched.h: New file.
3921         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3922         * nptl/pthread_create.c: Include it.
3923         (__pthread_create_2_1): Use collect_default_sched instead of making
3924         Linux syscalls here directly.
3926 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3928         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3929         __pthread_once): Use C11 atomics.
3931 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3933         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3935 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3937         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3938         atomic_thread_fence_acquire, atomic_thread_fence_release,
3939         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3940         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3941         atomic_compare_exchange_weak_relaxed,
3942         atomic_compare_exchange_weak_acquire,
3943         atomic_compare_exchange_weak_release,
3944         atomic_exchange_acquire, atomic_exchange_release,
3945         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3946         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3947         atomic_fetch_and_acquire,
3948         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3950 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3952         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3953         USE_ATOMIC_COMPILER_BUILTINS): Define.
3954         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3955         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3956         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3957         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3958         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3959         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3960         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3961         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3962         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3963         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3964         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3965         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3966         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3967         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3968         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3969         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3970         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3971         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3972         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3973         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3974         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3975         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3976         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3977         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3978         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3979         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3980         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3981         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3982         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3983         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3984         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3985         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3986         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3987         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3988         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3989         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3990         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3991         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3992         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3993         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3995 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3997         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3998         the sched_priority value here.  It was already checked when the user
3999         called pthread_attr_setschedparam.
4001         * nptl/tst-bad-schedattr.c: New file.
4002         * nptl/Makefile (tests): Add it.
4004 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4005             Florian Weimer  <fweimer@redhat.com>
4006             Joseph Myers  <joseph@codesourcery.com>
4007             Adam Conrad  <adconrad@0c3.net>
4008             Andreas Schwab  <schwab@suse.de>
4009             Brooks  <bmoses@google.com>
4011         [BZ #17625]
4012         * wordexp-test.c (__dso_handle): Add prototype.
4013         (__register_atfork): Likewise.
4014         (__app_register_atfork): New function.
4015         (registered_forks): New global.
4016         (register_fork): New function.
4017         (test_case): Add 3 new tests for WRDE_CMDSUB.
4018         (main): Call __app_register_atfork.
4019         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4020         fork count is non-zero fail the test.
4021         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4022         is set.
4023         (parse_dollars): Remove check for WRDE_NOCMD.
4024         (parse_dquote): Likewise.
4026 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4028         * Makeconfig (built-modules): List non-library modules to be
4029         built.
4030         (module-cppflags): Include libc-modules.h for
4031         everything except shlib-versions.v.i.
4032         (CPPFLAGS): Use it.
4033         (before-compile): Add libc-modules.h.
4034         ($(common-objpfx)libc-modules.h,
4035         $(common-objpfx)libc-modules.stmp): New targets.
4036         (common-generated): Add libc-modules.h and libc-modules.stmp.
4037         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4038         * include/libc-symbols.h: Don't include libc-modules.h.
4039         * include/libc-modules.h: Remove file.
4040         * scripts/gen-libc-modules.awk: New script to generate
4041         libc-modules.h.
4042         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4043         Depend on libc-modules.stmp.
4045         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4047         * Makeconfig (in-module): Get value of libof set for the
4048         translation unit.
4049         (CPPFLAGS): Use $(in-module).
4050         * Makerules: Don't suffix routine names for nonlib.
4051         * include/libc-modules.h: New file.
4052         * include/libc-symbols.h: Include libc-modules.h
4053         (IS_IN): New macro to replace IS_IN_* macros.
4054         * elf/Makefile: Set libof-* for each routine.
4055         * elf/rtld-Rules: Likewise.
4056         * extra-modules.mk: Likewise.
4057         * iconv/Makefile: Likewise.
4058         * iconvdata/Makefile: Likewise.
4059         * locale/Makefile: Likewise.
4060         * malloc/Makefile: Likewise.
4061         * nss/Makefile: Likewise.
4062         * sysdeps/gnu/Makefile: Likewise.
4063         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4064         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4065         * sysdeps/s390/s390-64/Makefile: Likewise.
4066         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4067         CPPFLAGS for nscd instead of nonlib.
4069 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4071         * nptl/createthread.c: New file.
4073         * nptl/createthread.c: Moved ...
4074         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4076         * nptl/createthread.c: Add proper top-line comment.
4077         (do_clone): Folded into ...
4078         (create_thread): ... here.  Take new arguments STOPPED_START and
4079         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4080         increment __nptl_threads, do event-reporting logic, do
4081         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4082         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4083         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4084         just send SIGCANCEL.
4085         * nptl/pthread_create.c: Forward-declare create_thread before
4086         including createthread.c.
4087         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4088         declaration, and new macro START_THREAD_SELF to replace argument.
4089         Remove return statement.
4090         (report_thread_creation): New function.
4091         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4092         synchronization logic, and __nptl_nthreads increment here, around
4093         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4094         PD->parent_cancelhandling here, before create_thread.  When
4095         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4096         __deallocate_stack, and ENOMEM translation here.
4098 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4100         [BZ #17616]
4101         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4102         (mptwo): Rename to __mptwo.
4103         (__inv): Use __mptwo instead of mptwo.
4104         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4105         (mptwo): Rename to __mptwo.
4106         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4107         of mpone and __mptwo instead of mptwo.
4108         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4109         instead of mpone.
4110         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4111         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4112         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4113         of mpone and __mptwo instead of mptwo.
4114         (__mpranred): Use __mpone instead of mpone.
4115         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4116         variable.
4117         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4118         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4119         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4120         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4121         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4122         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4123         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4124         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4125         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4126         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4127         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4128         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4129         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4130         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4131         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4132         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4133         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4134         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4135         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4137 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4139         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4140         replace BSD Handler xref with BSD Signal Handling.
4142 2014-11-17  Richard Henderson  <rth@redhat.com>
4144         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4145         (_FP_PACK_RAW_2): Remove.
4146         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4147         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4148         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4149         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4150         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4151         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4152         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4153         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4154         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4155         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4156         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4157         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4158         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4159         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4160         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4161         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4163 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4165         * signal/signal.h [__USE_MISC]
4166         (struct sigvec): Remove type.
4167         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4168         (sigvec): Remove declaration.
4169         * sysdeps/posix/sigvec.c: Moved ...
4170         * signal/sigvec.c: ... here, replacing old file.
4171         (struct sigvec): New type, copied from old signal.h definition.
4172         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4173         (__sigvec): Convert definition to prototype.
4174         (sigvec): Replace weak_alias with compat_symbol.
4175         * signal/Versions (libc: GLIBC_2.21): New version set.
4176         * include/signal.h: Remove __sigvec declaration.
4177         * sysdeps/unix/bsd/sigvec.c: Remove file.
4178         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4179         * manual/signal.texi (BSD Handler): Remove subsection.
4180         Move siginterrupt up to ...
4181         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4182         (Blocking in BSD): Fold subsection into its parent.
4183         * NEWS: Mention sigvec removal.
4185 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4187         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4188         (DLA_FMS): Make definition conditional only on [__FMA4__].
4189         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4190         definition.
4192         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4193         Make definition conditional only on [PROF].
4194         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4195         definition.
4196         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4197         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4199         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4200         !__GNUC__].
4201         * include/signal.h (__sigpause): Move declaration above call to
4202         libc_hidden_proto.
4203         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4204         variable.
4205         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4206         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4208 2014-11-14  David S. Miller  <davem@davemloft.net>
4210         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4211         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4213 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4215         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4216         * configure: Regenerated.
4217         * manual/install.texi (Tools for Compilation): Document a
4218         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4219         compiler verified to work.
4220         * INSTALL: Regenerated.
4222         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4223         redeclare with asm name.
4224         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4225         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4226         including <string.h>.
4227         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4228         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4229         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4230         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4231         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4232         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4233         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4235 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4237         * stdlib/strtol.c (__strtol): Use prototype definition.
4239         [BZ #17594]
4240         * stdlib/strtol.c (SYM__): New macro.
4241         (SYM__1): Likewise.
4242         (__strtol): Likewise.
4243         (strtol): Rename to __strtol and define as weak alias of
4244         __strtol.  Use libc_hidden_weak.
4246 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4248         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4249         Use numbered labels in inline assembly.
4251 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4253         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4254         Add setjmp LIBC_PROBE.
4255         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4256         Likewise.
4257         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4258         Add longjmp, longjmp_target LIBC_PROBE.
4259         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4260         Likewise.
4262 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4264         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4265         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4266         to get rid of unused variable warning.
4268 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4270         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4271         Check for unwind_backtrace ==  NULL only in SHARED case.
4272         (__backchain_backtrace): Compile only in SHARED case.
4273         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4274         Likewise.
4275         (__backchain_backtrace): Declare as static.
4277 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4279         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4280         (__libc_multiple_threads_ptr): Variable moved ...
4281         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4283 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4285         * conform/GlibcConform.pm: New file.
4286         * conform/conformtest.pl: Use GlibcConform module.
4287         * conform/linknamespace.pl: New file.
4288         * conform/list-header-symbols.pl: Likewise.
4289         * conform/Makefile (linknamespace-symlists-base): New variable.
4290         (linknamespace-symlists-tests): Likewise.
4291         (linknamespace-header-base): Likewise.
4292         (linknamespace-header-tests): Likewise.
4293         (tests-special): Add new tests.
4294         ($(linknamespace-symlists-tests)): New rule.
4295         (linknamespace-libs): New variable.
4296         ($(objpfx)symlist-stdlibs): New rule.
4297         ($(linknamespace-header-tests)): Likewise.
4298         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4299         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4300         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4301         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4302         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4303         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4304         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4305         (test-xfail-ISO/math.h/linknamespace): Likewise.
4306         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4307         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4308         (test-xfail-ISO/time.h/linknamespace): Likewise.
4309         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4310         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4311         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4312         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4313         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4314         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4315         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4316         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4317         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4318         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4319         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4320         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4321         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4322         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4323         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4324         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4325         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4326         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4327         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4328         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4329         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4330         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4331         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4332         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4333         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4334         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4335         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4336         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4337         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4338         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4339         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4340         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4341         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4342         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4343         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4344         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4345         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4346         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4347         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4348         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4349         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4350         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4351         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4352         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4353         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4354         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4355         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4356         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4357         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4358         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4359         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4360         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4361         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4362         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4363         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4364         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4365         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4366         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4367         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4368         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4369         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4370         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4371         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4372         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4373         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4374         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4375         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4376         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4377         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4378         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4379         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4380         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4381         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4382         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4383         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4384         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4385         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4386         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4387         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4388         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4389         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4390         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4391         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4392         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4393         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4394         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4395         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4396         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4397         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4398         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4399         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4400         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4401         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4402         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4403         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4404         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4405         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4406         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4407         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4408         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4409         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4410         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4411         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4412         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4413         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4414         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4415         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4416         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4417         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4418         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4419         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4420         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4421         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4422         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4423         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4424         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4425         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4426         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4427         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4428         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4429         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4430         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4431         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4432         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4433         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4434         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4435         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4436         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4437         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4438         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4439         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4440         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4441         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4442         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4443         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4444         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4445         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4446         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4447         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4448         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4449         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4450         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4451         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4452         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4453         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4454         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4455         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4456         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4457         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4458         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4460         [BZ #17589]
4461         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4462         of fgets_unlocked.
4464         [BZ #17585]
4465         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4466         (memmem): Rename to __memmem and define as weak alias of
4467         __memmem.  Use libc_hidden_weak.
4468         (__memmem): Use libc_hidden_def.
4469         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4470         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4471         memmem.
4473         [BZ #17582]
4474         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4475         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4476         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4477         and define as weak alias of __fgets_unlocked.  Use
4478         libc_hidden_weak.
4479         (__fgets_unlocked): Use libc_hidden_def.
4480         * include/stdio.h (__fgets_unlocked): Declare.  Use
4481         libc_hidden_proto.
4482         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4483         __fgets_unlocked instead of fgets_unlocked.
4484         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4485         (GET_NPROCS_CONF_PARSER): Likewise.
4486         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4487         (GET_NPROCS_CONF_PARSER): Likewise.
4489         [BZ #17574]
4490         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4491         weak alias of __wmemset.  Use libc_hidden_weak.
4492         (__wmemset): Use libc_hidden_def.
4493         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4494         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4495         of wmemset.
4497         [BZ #17573]
4498         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4499         with asm name __mempcpy.
4500         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4502         [BZ #17572]
4503         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4504         and define as weak alias of __rawmemchr.
4505         (__rawmemchr): Do not define as strong alias of rawmemchr.
4507         [BZ #17571]
4508         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4509         alias of __qsort_r.
4510         (qsort): Call __qsort_r instead of qsort_r.
4511         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4512         (__qsort_r): Declare.  Call libc_hidden_proto.
4513         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4514         instead of qsort_r.
4515         * nscd/gai.c (__qsort_r): Define to qsort_r.
4516         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4517         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4518         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4520         [BZ #17570]
4521         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4522         define as weak alias of __malloc_info.
4524         [BZ #17584]
4525         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4526         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4527         (__rewinddir): Use libc_hidden_def.
4528         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4529         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4530         (__rewinddir): Use libc_hidden_def.
4531         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4532         weak alias of __rewinddir.  Don't use libc_hidden_def.
4533         (__rewinddir): Use libc_hidden_def.
4534         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4535         (__rewinddir): Use libc_hidden_proto.
4536         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4537         rewinddir.
4538         (__getcwd): Use __rewinddir instead of rewinddir.
4540         [BZ #17583]
4541         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4542         alias of __fileno.  Use libc_hidden_weak.
4543         (__fileno): Use libc_hidden_def.
4544         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4545         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4546         alias of __ftello.
4547         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4548         __ftello.
4549         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4550         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4551         libc_hidden_def.
4552         (fread_unlocked): Don't use libc_hidden_ver.
4553         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4554         and define as weak alias of __fread_unlocked.  Don't use
4555         libc_hidden_def.
4556         (__fread_unlocked): Use libc_hidden_def.
4557         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4558         (ftello): Don't use libc_hidden_proto.
4559         (__ftello): Declare.  Use libc_hidden_proto.
4560         (fread_unlocked): Don't use libc_hidden_proto.
4561         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4562         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4563         and __ftello instead of fileno, fread_unlocked and ftello.
4565 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4567         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4568         GOT12.
4569         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4570         Likewise.
4571         (_dl_start_user): Likewise.
4572         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4574 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4575             Siddhesh Poyarekar  <siddhesh@redhat.com>
4577         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4578         Move argv and envp down instead of moving argc up.
4579         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4581 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4583         [BZ #17506]
4584         * test-skeleton.c (main): Return successful if one of
4585         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4586         * string/tst-strcoll-overflow.c: Define expected status.
4588 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4590         [BZ #17475]
4591         * locale/iso-639.def: Define Bhili and Tulu language codes.
4593 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4595         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4597 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4599         [BZ #17555]
4600         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4602 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4604         * configure.ac: Updated check of minimal required version to
4605         2.22.
4606         * manual/install.texi (Tools for Compilation): Updated version
4607         number.
4608         * configure: Regenerated.
4609         * INSTALL: Likewise.
4611 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4613         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4614         __tls_get_addr.
4616 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4618         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4619         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4620         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4621         libc_hidden_weak.
4622         (waitpid): Define as alias of __waitpid.
4623         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4624         __waitpid.
4625         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4626         libc_hidden_weak.
4627         (waitpid): Define as alias of __waitpid.
4628         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4629         __libc_waitpid alias.
4630         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4631         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4632         Likewise.
4633         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4634         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4635         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4636         alias.
4637         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4638         __waitpid.
4639         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4640         libc_hidden_weak.
4641         (waitpid): Define as alias of __waitpid.
4643 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4645         * manual/llio.texi: Add comment that write safety has been
4646         fixed in Linux.
4648         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4649         (localplt-build-dso): Add elf/ld.so.
4650         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4651         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4652         and free for ld.so.
4653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4654         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4656         Likewise.
4657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4658         Likewise.
4659         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4660         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4661         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4662         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4663         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4664         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4665         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4666         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4667         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4668         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4669         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4671 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4673         [BZ #14132]
4674         * include/libc-symbols.h (INTUSE): Remove macro.
4675         (INTDEF): Likewise.
4676         (INTVARDEF): Likewise.
4677         (_INTVARDEF): Likewise.
4678         (INTDEF2): Likewise.
4679         (INTVARDEF2): Likewise.
4680         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4681         rtld_hidden_def instead of INTVARDEF.
4682         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4683         (_dl_starting_up_internal): Remove declaration.
4684         (_dl_starting_up): Use rtld_hidden_proto.
4685         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4686         declaration.
4687         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4688         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4689         _dl_starting_up.
4690         * elf/dl-writev.h (_dl_writev): Likewise.
4691         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4692         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4693         _dl_starting_up_internal.
4695 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4697         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4698         test-skeleton.c.
4700 2014-11-05  Will Newton  <will.newton@linaro.org>
4702         * benchtests/Makefile: (bench-malloc): Add malloc thread
4703         scalability benchmark.
4704         * benchtests/bench-malloc-threads.c: New file.
4706 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4708         * sysdeps/aarch64/strchrnul.S: New file.
4710 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4712         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4713         definition.
4714         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4715         Likwise.
4716         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4717         Likewise.
4718         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4719         Likewise.
4720         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4721         Likewise.
4722         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4723         Likewise.
4725 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4727         * catgets/test-gencat.c: Use test-skeleton.c.
4728         * catgets/tst-catgets.c: Likewise.
4729         * csu/tst-empty.c: Likewise.
4730         * elf/tst-audit2.c: Likewise.
4731         * elf/tst-global1.c: Likewise.
4732         * elf/tst-pathopt.c: Likewise.
4733         * elf/tst-piemod1.c: Likewise.
4734         * elf/tst-tls10.c: Likewise.
4735         * elf/tst-tls11.c: Likewise.
4736         * elf/tst-tls12.c: Likewise.
4737         * gnulib/tst-gcc.c: Likewise.
4738         * iconvdata/tst-e2big.c: Likewise.
4739         * iconvdata/tst-loading.c: Likewise.
4740         * iconv/tst-iconv1.c: Likewise.
4741         * iconv/tst-iconv2.c: Likewise.
4742         * inet/test-inet6_opt.c: Likewise.
4743         * inet/tst-gethnm.c: Likewise.
4744         * inet/tst-network.c: Likewise.
4745         * inet/tst-ntoa.c: Likewise.
4746         * intl/tst-codeset.c: Likewise.
4747         * intl/tst-gettext2.c: Likewise.
4748         * intl/tst-gettext3.c: Likewise.
4749         * intl/tst-ngettext.c: Likewise.
4750         * intl/tst-translit.c: Likewise.
4751         * io/test-stat.c: Likewise.
4752         * libio/test-fmemopen.c: Likewise.
4753         * libio/tst-freopen.c: Likewise.
4754         * libio/tst-sscanf.c: Likewise.
4755         * libio/tst-ungetwc1.c: Likewise.
4756         * libio/tst-ungetwc2.c: Likewise.
4757         * libio/tst-widetext.c: Likewise.
4758         * localedata/tst-ctype.c: Likewise.
4759         * localedata/tst-digits.c: Likewise.
4760         * localedata/tst-leaks.c: Likewise.
4761         * localedata/tst-mbswcs1.c: Likewise.
4762         * localedata/tst-mbswcs2.c: Likewise.
4763         * localedata/tst-mbswcs3.c: Likewise.
4764         * localedata/tst-mbswcs4.c: Likewise.
4765         * localedata/tst-mbswcs5.c: Likewise.
4766         * localedata/tst-setlocale.c: Likewise.
4767         * localedata/tst-trans.c: Likewise.
4768         * localedata/tst-wctype.c: Likewise.
4769         * localedata/tst-xlocale1.c: Likewise.
4770         * login/tst-grantpt.c: Likewise.
4771         * malloc/tst-calloc.c: Likewise.
4772         * malloc/tst-malloc.c: Likewise.
4773         * malloc/tst-mallocstate.c: Likewise.
4774         * malloc/tst-mcheck.c: Likewise.
4775         * malloc/tst-mtrace.c: Likewise.
4776         * malloc/tst-obstack.c: Likewise.
4777         * math/atest-exp2.c: Likewise.
4778         * math/atest-exp.c: Likewise.
4779         * math/atest-sincos.c: Likewise.
4780         * math/test-matherr.c: Likewise.
4781         * math/test-misc.c: Likewise.
4782         * math/test-powl.c: Likewise.
4783         * math/tst-definitions.c: Likewise.
4784         * misc/tst-dirname.c: Likewise.
4785         * misc/tst-efgcvt.c: Likewise.
4786         * misc/tst-fdset.c: Likewise.
4787         * misc/tst-hsearch.c: Likewise.
4788         * misc/tst-mntent2.c: Likewise.
4789         * nptl/tst-sem7.c: Likewise.
4790         * nptl/tst-sem8.c: Likewise.
4791         * nptl/tst-sem9.c: Likewise.
4792         * nss/test-netdb.c: Likewise.
4793         * posix/tst-fnmatch.c: Likewise.
4794         * posix/tst-getlogin.c: Likewise.
4795         * posix/tst-gnuglob.c: Likewise.
4796         * posix/tst-mmap.c: Likewise.
4797         * pwd/tst-getpw.c: Likewise.
4798         * resolv/tst-inet_ntop.c: Likewise.
4799         * rt/tst-timer.c: Likewise.
4800         * stdio-common/test-fseek.c: Likewise.
4801         * stdio-common/test-popen.c: Likewise.
4802         * stdio-common/test-vfprintf.c: Likewise.
4803         * stdio-common/tst-cookie.c: Likewise.
4804         * stdio-common/tst-fileno.c: Likewise.
4805         * stdio-common/tst-gets.c: Likewise.
4806         * stdio-common/tst-obprintf.c: Likewise.
4807         * stdio-common/tst-perror.c: Likewise.
4808         * stdio-common/tst-sprintf2.c: Likewise.
4809         * stdio-common/tst-sprintf3.c: Likewise.
4810         * stdio-common/tst-sprintf.c: Likewise.
4811         * stdio-common/tst-swprintf.c: Likewise.
4812         * stdio-common/tst-tmpnam.c: Likewise.
4813         * stdio-common/tst-unbputc.c: Likewise.
4814         * stdio-common/tst-wc-printf.c: Likewise.
4815         * stdlib/tst-environ.c: Likewise.
4816         * stdlib/tst-fmtmsg.c: Likewise.
4817         * stdlib/tst-limits.c: Likewise.
4818         * stdlib/tst-rand48-2.c: Likewise.
4819         * stdlib/tst-rand48.c: Likewise.
4820         * stdlib/tst-random2.c: Likewise.
4821         * stdlib/tst-random.c: Likewise.
4822         * stdlib/tst-strtol.c: Likewise.
4823         * stdlib/tst-strtoll.c: Likewise.
4824         * stdlib/tst-tls-atexit.c: Likewise.
4825         * stdlib/tst-xpg-basename.c: Likewise.
4826         * string/test-ffs.c: Likewise.
4827         * string/tst-bswap.c: Likewise.
4828         * string/tst-inlcall.c: Likewise.
4829         * string/tst-strtok.c: Likewise.
4830         * string/tst-strxfrm.c: Likewise.
4831         * sysdeps/x86_64/tst-audit10.c: Likewise.
4832         * sysdeps/x86_64/tst-audit3.c: Likewise.
4833         * sysdeps/x86_64/tst-audit4.c: Likewise.
4834         * sysdeps/x86_64/tst-audit5.c: Likewise.
4835         * time/tst-ftime_l.c: Likewise.
4836         * time/tst-getdate.c: Likewise.
4837         * time/tst-mktime3.c: Likewise.
4838         * time/tst-mktime.c: Likewise.
4839         * time/tst-posixtz.c: Likewise.
4840         * time/tst-strptime2.c: Likewise.
4841         * time/tst-strptime3.c: Likewise.
4842         * wcsmbs/tst-btowc.c: Likewise.
4843         * wcsmbs/tst-mbrtowc.c: Likewise.
4844         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4845         * wcsmbs/tst-wchar-h.c: Likewise.
4846         * wcsmbs/tst-wcpncpy.c: Likewise.
4847         * wcsmbs/tst-wcrtomb.c: Likewise.
4848         * wcsmbs/tst-wcsnlen.c: Likewise.
4849         * wcsmbs/tst-wcstof.c: Likewise.
4851 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4853         [BZ #14132]
4854         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4855         INTDEF.
4856         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4857         declaration.
4858         (_dl_mcount): Use rtld_hidden_proto.
4859         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4860         _dl_mcount.
4861         * elf/rtld.c (_rtld_global_ro): Likewise.
4863         [BZ #14132]
4864         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4865         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4866         of _dl_init_internal.
4867         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4868         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4869         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4870         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4871         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4872         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4873         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4874         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4875         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4876         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4877         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4878         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4879         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4880         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4881         * sysdeps/tile/dl-start.S (_start): Likewise.
4882         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4883         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4885         [BZ #14132]
4886         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4887         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4888         (rtld_progname): Make macro definition unconditional.
4889         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4890         INTDEF.
4891         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4892         (dl_main): Likewise.
4893         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4894         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4895         instead of _dl_argv_internal.
4896         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4897         __GI__dl_argv instead of INTUSE(_dl_argv).
4898         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4899         __GI__dl_argv instead of _dl_argv_internal.
4901         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4902         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4903         macro.
4904         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4905         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4906         New macro.
4907         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4908         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4909         macro.
4910         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4911         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4913 2014-11-04  Andreas Schwab  <schwab@suse.de>
4915         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4917 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4919         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4920         mtvsrd instruction in binary form.
4922 2014-11-03  Andreas Schwab  <schwab@suse.de>
4924         [BZ #17522]
4925         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4926         for less than MB_LEN_MAX use a local buffer of that size.
4927         * libio/tst-fputws.c: New file.
4928         * libio/Makefile (tests): Add tst-fputws.
4930 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4932         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4933         the size of the fpu_fr.fpu_dregs[] array.
4935 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4937         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4938         (__nanosleep): Do not define as alias.
4939         (nanosleep): Define as alias of __nanosleep.
4940         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4941         __libc_nanosleep name.
4943 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4945         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4946         install.texi in comment.
4948 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4950         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4951         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4952         ... add here and use lwsync or sync ...
4953         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4954         ... and add here using lwsync.
4956 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4958         * elf/dl-machine-reject-phdr.h: New file.
4959         * elf/dl-load.c: #include that.
4960         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4961         if that returned true.
4963 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4965         [BZ #17496]
4966         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4967         gen-as-const-headers chunk.  Add a big scare comment after the last
4968         safe place to touch before-compile.
4970 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4972         * manual/install.texi (Tools for Compilation): Update autoconf
4973         version requirements.
4974         * INSTALL: Regenerated.
4976         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4977         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4978         (__libc_pselect): Likewise.
4980         [BZ #14138]
4981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4986 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4988         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4989         correct barrier instruction.
4990         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4991         Likewise.
4992         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4993         Likewise.
4995 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4997         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4998         after defining inlines.  Instead, just use parens to defeat macro
4999         expansion of __isctype in its declaration.
5001 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5003         * include/sys/uio.h (__libc_readv): Remove declaration.
5004         (__libc_writev): Likewise.
5005         * misc/readv.c (__libc_readv): Rename to __readv.
5006         (__readv): Do not define as alias.
5007         (readv): Define as alias of __readv.
5008         * misc/writev.c (__libc_writev): Rename to __writev.
5009         (__writev): Do not define as alias.
5010         (writev): Define as alias of __writev.
5011         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5012         (__readv): Do not define as alias.
5013         (readv): Define unconditionally as alias of __readv.
5014         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5015         (__writev): Do not define as alias.
5016         (writev): Define unconditionally as alias of __writev.
5017         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5018         name.
5019         (writev): Do not define __libc_writev name.
5021 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5023         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5024         (convert_charseq): New function, broken out of ...
5025         (use_from_charmap): ... here.  Call it.
5026         (use_to_charmap): Use convert_charseq and free instead of duplicating
5027         its code with a variable-length stack struct.
5029 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5031         * include/fcntl.h (__libc_creat): Remove declaration.
5032         * io/creat.c (__libc_creat): Rename to creat.
5033         (creat): Do not define as alias.
5034         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5035         of creat instead of __libc_creat.
5036         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5037         to creat.
5038         (creat): Do not define as alias.
5039         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5040         __libc_creat.
5041         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5042         __libc_creat name.
5043         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5044         Likewise.
5046 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5048         * manual/llio.texi: Add comments discussing why write() may be
5049         considered MT-unsafe on Linux.
5051 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5053         * dl-load.c (local_strdup): Remove.
5054         (expand_dynamic_string_token): Use __strdup.
5055         (decompose_rpath): Likewise.
5056         (_dl_map_object): Likewise.
5058 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5060         [BZ #14132]
5061         * sysdeps/generic/unwind-dw2-fde.c
5062         (__register_frame_info_bases_internal): Do not declare.
5063         (__register_frame_info_table_bases_internal): Likewise.
5064         (__deregister_frame_info_bases_internal): Likewise.
5065         (__register_frame_info_bases): Declare and use hidden_proto before
5066         definition.  Use hidden_def instead of INTDEF.
5067         (__register_frame_info_table_bases): Likewise.
5068         (__deregister_frame_info_bases): Likewise.
5069         (__register_frame_info): Do not use INTUSE.
5070         (__register_frame): Likewise.
5071         (__register_frame_info_table): Likewise.
5072         (__register_frame_table): Likewise.
5073         (__deregister_frame_info): Likewise.
5074         (__deregister_frame): Likewise.
5076 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5078         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5079         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5080         not undefine.
5081         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5082         Likewise.
5083         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5084         Likewise.
5086 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5088         [BZ #14138]
5089         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5090         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5091         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5092         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5093         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5094         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5095         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5096         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5097         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5098         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5099         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5100         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5101         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5102         syscall.
5103         (setfsuid): Likewise.
5104         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5105         (setfsuid): Likewise.
5106         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5107         (setfsuid): Likewise.
5108         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5109         Likewise.
5110         (setfsuid): Likewise.
5111         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5112         (setfsuid): Likewise.
5113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5114         Likewise.
5115         (setfsuid): Likewise.
5117 2014-10-27  Andreas Schwab  <schwab@suse.de>
5119         [BZ #17501]
5120         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5121         check for Slow_SSE4_2 feature bit.
5122         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5123         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5124         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5125         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5127 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5129         * configure.ac: Validate compiler version with a empirical test of
5130         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5131         $CC -v output.
5132         * configure: Regenerated.
5134         * inet/htons.c (htons): Prototypify.
5135         * inet/htonl.c (htonl): Likewise.
5137 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5139         * string/strncat.c (strncat): Improve performance by using strlen.
5141 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5143         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5145 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5147         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5148         Call libc_fetestexcept_aarch64.
5150 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5152         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5153         Call libc_feholdexcept_aarch64.
5155 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5157         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5158         Call get_rounding_mode.
5160 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5162         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5163         Simplify logic.
5165 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5167         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5168         Simplify logic.
5170 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5172         [BZ #14138]
5173         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5174         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5175         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5176         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5177         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5178         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5179         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5180         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5181         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5182         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5183         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5184         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5185         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5186         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5187         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5188         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5189         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5190         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5191         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5192         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5193         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5194         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5195         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5196         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5197         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5198         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5199         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5200         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5201         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5202         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5203         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5204         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5205         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5206         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5207         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5208         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5209         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5210         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5211         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5212         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5213         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5214         syscall.
5215         (geteuid): Likewise.
5216         (getgid): Likewise.
5217         (getuid): Likewise.
5218         (getresgid): Likewise.
5219         (getresuid): Likewise.
5220         (getgroups): Likewise.
5221         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5222         (geteuid): Likewise.
5223         (getgid): Likewise.
5224         (getuid): Likewise.
5225         (getresgid): Likewise.
5226         (getresuid): Likewise.
5227         (getgroups): Likewise.
5228         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5229         (geteuid): Likewise.
5230         (getgid): Likewise.
5231         (getuid): Likewise.
5232         (getresgid): Likewise.
5233         (getresuid): Likewise.
5234         (getgroups): Likewise.
5235         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5236         Likewise.
5237         (geteuid): Likewise.
5238         (getgid): Likewise.
5239         (getuid): Likewise.
5240         (getresgid): Likewise.
5241         (getresuid): Likewise.
5242         (getgroups): Likewise.
5243         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5244         (geteuid): Likewise.
5245         (getgid): Likewise.
5246         (getuid): Likewise.
5247         (getresgid): Likewise.
5248         (getresuid): Likewise.
5249         (getgroups): Likewise.
5250         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5251         Likewise.
5252         (geteuid): Likewise.
5253         (getgid): Likewise.
5254         (getuid): Likewise.
5255         (getgroups): Likewise.
5257         [BZ #14138]
5258         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5259         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5260         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5261         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5262         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5263         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5264         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5265         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5266         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5267         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5268         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5269         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5270         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5271         __chown.
5272         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5273         (lchown): Likewise.
5274         (fchown): Likewise.
5275         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5276         Likewise.
5277         (lchown): Likewise.
5278         (fchown): Likewise.
5279         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5280         (lchown): Likewise.
5281         (fchown): Likewise.
5282         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5283         Likewise.
5284         (lchown): Likewise.
5285         (fchown): Likewise.
5287 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5289         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5290         Simplify logic.
5292 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5294         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5295         Cleanup logic.
5297 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5299         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5300         Remove unused include.
5302 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5304         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5305         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5306         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5307         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5309 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5310             Helge Deller <deller@gmx.de>
5312         [BZ #17508]
5313         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5314         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5315         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5317 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5319         [BZ #14132]
5320         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5321         Remove macro definition.
5322         (__ashrdi3_v_glibc20): Likewise.
5323         (__lshrdi3_v_glibc20): Likewise.
5324         (__cmpdi2_v_glibc20): Likewise.
5325         (__ucmpdi2_v_glibc20): Likewise.
5326         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5327         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5328         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5329         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5330         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5331         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5333 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5335         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5336         old GNU extension [0] syntax.
5337         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5338         alloca rather than an array member with variable length.
5339         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5340         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5341         (parse_opt): ... here.  Likewise use alloca there.
5342         Validate the -i argument before checking for rootness.
5343         (send_shutdown): New function, broken out of ...
5344         (parse_opt): ... here.
5346 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5348         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5349         macro to get at the _rt_local_ro field.
5350         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5351         ([PIC] case) or _dl_hwcap ([!PIC] case).
5352         * sysdeps/arm/setjmp.S: Likewise.
5354         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5355         * sysdeps/arm/configure.ac: New check to define it.
5356         * sysdeps/arm/configure: Regenerated.
5357         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5358         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5359         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5360         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5361         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5362         Use move/movt pair instead of a load.
5363         (LDST_GLOBAL): Macro removed.
5364         (LDR_GLOBAL): New macro replaces it.
5365         (LDR_HIDDEN): New macro.
5366         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5367         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5369         * setjmp/tst-setjmp-static.c: New file.
5370         * setjmp/Makefile (tests): Add it.
5371         (tests-static): New variable.
5373 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5375         [BZ #17485]
5376         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5378 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5380         [BZ #14132]
5381         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5383 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5385         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5387 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5389         * io/fts.c (dirent_not_directory): New function.
5390         (fts_build): Call it.
5392 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5394         * nptl/version.c (__nptl_main): Use normal __write rather than
5395         INTERNAL_SYSCALL.
5396         (banner): Update copyright years.
5398         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5399         gettimeofday.
5400         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5401         * nptl/pthread_cond_timedwait.c: Likewise.
5402         * nptl/pthread_mutex_timedlock.c: Likewise.
5403         * nptl/sem_timedwait.c: Likewise.
5405         * sysdeps/nptl/bits/libc-lock.h
5406         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5407         (__libc_lock_init_recursive): Return void, not 0.
5408         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5409         (__libc_rwlock_init): Likewise.
5410         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5412 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5414         [BZ #15215]
5415         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5416         (__pthread_once_slow): ... here.
5417         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5418         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5420 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5422         [BZ #15215]
5423         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5424         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5425         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5426         * nptl/pthread_once.c (__pthread_once): Likewise.
5427         Update comments.
5429 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5431         [BZ #14138]
5432         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5433         name.
5434         (writev): Use __libc_writev as strong name.
5435         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5436         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5438 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5440         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5442         * sysdeps/i386/nptl/tls.h
5443         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5444         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5445         New macros.
5446         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5447         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5448         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5449         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5450         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5451         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5453         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5454         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5455         on [__NR_futex].
5456         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5457         broken out of ...
5458         (__pthread_mutex_init): ... here.  Call it.
5459         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5460         Conditionalize PI cases on [__NR_futex].
5461         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5462         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5463         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5465         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5466         conditional on [SIGSETXID].
5467         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5468         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5469         is defined.  Likewise for SIGSETXID.
5470         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5471         Conditionalize definitions on [SIGSETXID].
5472         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5473         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5474         unblocking on [SIGCANCEL].
5476         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5477         [__NR_set_robust_list].
5479 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5481         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5482         (do_compare): Likewise.
5484 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5486         [BZ #15884]
5487         * string/strcoll_l.c: Don't include stdio.h.
5488         (coll_seq): Remove members idxarr and rulearr.
5489         (get_next_seq_cached): Remove function.
5490         (get_next_seq): Likewise.
5491         (get_next_seq_nocache): Rename to get_next_seq.
5492         (do_compare): Remove function.
5493         (do_compare_nocache): Rename to do_compare.
5494         (STRCOLL): Remove weight and rules cache.
5496 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5498         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5499         * sysdeps/arm/sfp-machine.h: ... to here.
5500         * sysdeps/arm/Implies: Remove arm/soft-fp.
5502 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5504         * conform/data/sys/utsname.h-data (*_t): Allow.
5505         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5506         [POSIX] (WEXITED): Do not expect constant.
5507         [POSIX] (WSTOPPED): Likewise.
5508         [POSIX] (WNOHANG): Likewise.
5509         [POSIX] (WNOWAIT): Likewise.
5510         [POSIX] (siginfo_t): Do not expect type or elements.
5511         [POSIX] (pid_t): Do not expect type.
5512         [POSIX] (signal.h): Do not allow header.
5513         [POSIX] (sys/resource.h): Likewise.
5514         [POSIX] (si_*): Do not allow pattern.
5515         [POSIX] (W*): Likewise.
5516         [POSIX] (P_*): Likewise.
5517         [POSIX] (BUS_*): Likewise.
5518         [POSIX] (CLD_*): Likewise.
5519         [POSIX] (FPE_*): Likewise.
5520         [POSIX] (ILL_*): Likewise.
5521         [POSIX] (POLL_*): Likewise.
5522         [POSIX] (SEGV_*): Likewise.
5523         [POSIX] (SI_*): Likewise.
5524         [POSIX] (TRAP_*): Likewise.
5525         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5526         variable.
5528 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5530         [BZ #12926]
5531         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5532         infinite loop when __recvmsg returns 0.
5534 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5536         * CANCEL-FCT-WAIVE: Remove file.
5537         * CANCEL-FILE-WAIVE: Likewise.
5539         [BZ #14132]
5540         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5541         instead of INTVARDEF.
5542         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5543         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5544         rtld_hidden_data_def instead of INTVARDEF.
5545         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5546         * elf/dl-deps.c (expand_dst): Likewise.
5547         * elf/dl-load.c (_dl_dst_count): Likewise.
5548         (_dl_dst_substitute): Likewise.
5549         (decompose_rpath): Likewise.
5550         (_dl_init_paths): Likewise.
5551         (open_path): Likewise.
5552         (_dl_map_object): Likewise.
5553         * elf/rtld.c (dl_main): Likewise.
5554         (process_dl_audit): Likewise.
5555         (process_envvars): Likewise.
5556         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5557         Remove declaration.
5558         (__libc_enable_secure): Use rtld_hidden_proto.
5560 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5562         * elf/dl-load.c
5563         (add_path): New function broken out of _dl_rtld_di_serinfo.
5564         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5566 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5568         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5569         parentheses around macro arguments.
5570         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5571         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5572         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5573         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5574         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5575         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5576         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5579         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5580         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5581         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5582         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5583         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5584         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5585         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5586         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5587         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5588         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5589         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5590         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5591         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5592         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5593         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5594         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5597         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5598         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5599         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5600         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5601         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5602         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5603         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5604         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5605         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5606         Likewise.
5607         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5608         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5609         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5610         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5611         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5612         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5613         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5614         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5615         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5616         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5617         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5618         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5619         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5620         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5621         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5622         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5623         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5624         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5625         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5626         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5627         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5628         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5629         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5630         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5631         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5632         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5633         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5634         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5635         (_FP_FRAC_SRS_1): Likewise.
5636         (_FP_FRAC_CLZ_1): Likewise.
5637         (_FP_MUL_MEAT_1_imm): Likewise.
5638         (_FP_MUL_MEAT_1_wide): Likewise.
5639         (_FP_MUL_MEAT_1_hard): Likewise.
5640         (_FP_SQRT_MEAT_1): Likewise.
5641         (_FP_FRAC_ASSEMBLE_1): Likewise.
5642         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5643         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5644         (__FP_CLZ_2): Likewise.
5645         (_FP_MUL_MEAT_2_wide): Likewise.
5646         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5647         (_FP_MUL_MEAT_2_gmp): Likewise.
5648         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5649         (_FP_SQRT_MEAT_2): Likewise.
5650         (_FP_FRAC_ASSEMBLE_2): Likewise.
5651         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5652         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5653         (_FP_FRAC_CLZ_4): Likewise.
5654         (_FP_MUL_MEAT_4_wide): Likewise.
5655         (_FP_MUL_MEAT_4_gmp): Likewise.
5656         (_FP_SQRT_MEAT_4): Likewise.
5657         (_FP_FRAC_ASSEMBLE_4): Likewise.
5658         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5659         * soft-fp/op-common.h (_FP_CMP): Likewise.
5660         (_FP_CMP_EQ): Likewise.
5661         (_FP_CMP_UNORD): Likewise.
5662         (_FP_TO_INT): Likewise.
5663         (_FP_FROM_INT): Likewise.
5664         [!__FP_CLZ] (__FP_CLZ): Likewise.
5665         (_FP_DIV_HELP_imm): Likewise.
5666         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5667         Likewise.
5668         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5669         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5670         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5671         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5672         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5673         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5674         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5675         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5677         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5678         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5679         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5680         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5681         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5682         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5683         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5684         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5685         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5686         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5687         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5688         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5689         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5690         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5692         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5696         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5697         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5698         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5699         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5700         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5701         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5702         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5703         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5704         (FP_UNPACK_RAW_SP): Likewise.
5705         (FP_PACK_RAW_S): Likewise.
5706         (FP_PACK_RAW_SP): Likewise.
5707         (FP_UNPACK_S): Likewise.
5708         (FP_UNPACK_SP): Likewise.
5709         (FP_UNPACK_SEMIRAW_S): Likewise.
5710         (FP_UNPACK_SEMIRAW_SP): Likewise.
5711         (FP_PACK_S): Likewise.
5712         (FP_PACK_SP): Likewise.
5713         (FP_PACK_SEMIRAW_S): Likewise.
5714         (FP_PACK_SEMIRAW_SP): Likewise.
5715         (_FP_SQRT_MEAT_S): Likewise.
5716         (FP_CMP_S): Likewise.
5717         (FP_CMP_EQ_S): Likewise.
5718         (FP_CMP_UNORD_S): Likewise.
5719         (FP_TO_INT_S): Likewise.
5720         (FP_FROM_INT_S): Likewise.
5722         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5724         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5725         (FP_EX_INVALID_IMZ): Likewise.
5726         (FP_EX_INVALID_IMZ_FMA): Likewise.
5727         (FP_EX_INVALID_ISI): Likewise.
5728         (FP_EX_INVALID_ZDZ): Likewise.
5729         (FP_EX_INVALID_IDI): Likewise.
5730         (FP_EX_INVALID_SQRT): Likewise.
5731         (FP_EX_INVALID_CVI): Likewise.
5732         (FP_EX_INVALID_VC): Likewise.
5733         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5734         "invalid" exceptions.
5735         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5736         (_FP_ADD_INTERNAL): Likewise.
5737         (_FP_MUL): Likewise.
5738         (_FP_FMA): Likewise.
5739         (_FP_DIV): Likewise.
5740         (_FP_CMP_CHECK_NAN): Likewise.
5741         (_FP_SQRT): Likewise.
5742         (_FP_TO_INT): Likewise.
5743         (FP_EXTEND): Likewise.
5745 2014-10-09  Allan McRae  <allan@archlinux.org>
5747         * po/fr.po: Update French translation from translation project.
5749 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5751         [BZ #14132]
5752         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5753         of INTDEF.
5754         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5755         (__cxa_atexit): Use libc_hidden_proto.
5756         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5758         [BZ #14132]
5759         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5760         declaration.
5761         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5762         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5763         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5764         [!_ISOMAC] (__iswctype_internal): Likewise.
5765         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5766         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5767         alias.
5768         (fcntl): Remove __fcntl_internal alias.
5769         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5770         __connect_internal alias.
5771         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5772         Likewise.
5774         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5775         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5776         FP_DENORM_ZERO.
5777         (_FP_CHECK_FLUSH_ZERO): New macro.
5778         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5779         (_FP_CMP): Likewise.
5780         (_FP_CMP_EQ): Likewise.
5781         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5782         FP_DENORM_ZERO.
5783         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5784         (FP_TRUNC): Likewise.
5786         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5787         treated as invalid conversion, not as normal exponent.
5789         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5790         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5791         (_FP_CMP_EQ): Likewise.
5792         (_FP_CMP_UNORD): Likewise.
5793         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5794         (FP_CMP_EQ_D): Likewise.
5795         (FP_CMP_UNORD_D): Likewise.
5796         * soft-fp/extended.h (FP_CMP_E): Likewise.
5797         (FP_CMP_EQ_E): Likewise.
5798         (FP_CMP_UNORD_E): Likewise.
5799         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5800         (FP_CMP_EQ_Q): Likewise.
5801         (FP_CMP_UNORD_Q): Likewise.
5802         * soft-fp/single.h (FP_CMP_S): Likewise.
5803         (FP_CMP_EQ_S): Likewise.
5804         (FP_CMP_UNORD_S): Likewise.
5805         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5806         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5807         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5808         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5809         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5810         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5811         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5812         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5813         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5814         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5815         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5816         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5817         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5818         to FP_CMP_Q.
5819         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5820         FP_CMP_Q.
5821         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5822         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5823         FP_CMP_EQ_Q.
5824         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5825         FP_CMP_Q.
5826         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5827         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5828         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5829         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5830         FP_CMP_EQ_Q.
5831         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5832         FP_CMP_Q.
5833         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5834         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5835         FP_CMP_EQ_Q.
5836         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5837         FP_CMP_Q.
5838         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5839         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5840         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5841         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5842         FP_CMP_EQ_Q.
5844         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5845         a subnormal result, set the underflow exception if trapping on
5846         underflow is enabled.
5847         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5848         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5849         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5850         redefine to 0.
5851         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5852         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5853         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5854         * soft-fp/extendxftf2.c (__extendxftf2): Use
5855         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5857         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5858         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5859         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5860         FP_HANDLE_EXCEPTIONS.
5861         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5862         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5863         FP_HANDLE_EXCEPTIONS.
5864         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5865         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5866         FP_HANDLE_EXCEPTIONS.
5867         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5868         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5869         FP_HANDLE_EXCEPTIONS.
5871 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5873         [BZ #14132]
5874         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5875         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5876         use INTUSE.
5877         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5878         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5879         Remove alias.
5880         (__adjtimex): Define using libc_hidden_ver.
5881         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5882         Remove declaration.
5883         (ntp_gettime): Call __adjtimex directly.
5884         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5885         Remove declaration.
5886         (ntp_gettimex): Call __adjtimex directly.
5887         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5888         __adjtimex_internal alias.
5890 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5892         [BZ #17460]
5893         * nscd/nscd.c (more_help): Rewrite list of tables collection
5894         using xstrdup and asprintf.
5896         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5898 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5899             Roland McGrath  <roland@hack.frob.com>
5901         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5902         (do_lookup_unique): ... local function 'enter' here; update callers.
5904 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5906         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5907         compat_symbol calls on [SHARED].
5908         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5909         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5910         Remove.
5911         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5912         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5913         (oldsetrlimit): Remove.
5914         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5916         (lchown): New syscall entry.
5917         (oldsetrlimit): Remove.
5918         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5919         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5920         (oldsetrlimit): Remove.
5921         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5923         [BZ #14138]
5924         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5925         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5926         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5927         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5928         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5929         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5930         (fchown): Likewise.
5931         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5932         (fchown): Likewise.
5933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5934         Likewise.
5936 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5938         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5939         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5940         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5941         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5942         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5943         Likewise.
5944         (__old_sem_post): Likewise.
5946 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5948         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5949         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5950         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5951         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5952         Use INLINE_VSYSCALL macro.
5953         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5954         __vdso_clock_gettime.
5955         * sysdeps/unix/sysv/linux/tile/init-first.c
5956         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5957         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5958         __vdso_clock_gettime.
5960         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5961         to set up frame more cleanly.
5963         * sysdeps/tile/memcmp.c: New file.
5965         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5967         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5968         * sysdeps/tile/tilegx/strcasestr.c: New file.
5969         * sysdeps/tile/tilegx/strnlen.c: New file.
5970         * sysdeps/tile/tilegx/strstr.c: New file.
5972         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5974 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5976         * nptl/tst-setuid3.c: Write errors to stdout.
5978 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5980         * elf/dl-deps.c
5981         (preload): New functions broken out of _dl_map_object_deps.
5982         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5984 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5986         [BZ #14138]
5987         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5988         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5990 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5992         * sysdeps/mips/strcmp.S: New.
5994 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5996         [BZ #14138]
5997         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5998         (linkat): Likewise.
5999         (mkdirat): Likewise.
6000         (readlinkat): Likewise.
6001         (renameat): Likewise.
6002         (symlinkat): Likewise.
6003         (unlinkat): Likewise.
6004         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6005         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6006         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6007         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6008         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6009         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6010         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6012 2014-09-30  Will Newton  <will.newton@linaro.org>
6014         * math/math.h: Define long double math functions if
6015         _LIBC_TEST is defined.
6016         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6018         * localedata/Makefile: Move assignment to tests-special
6019         into an ifdef testing run-built-tests.
6020         * timezone/Makefile: Likewise.
6022 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6024         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6025         with $(BASH) not $(SHELL).
6027 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6028             Matthew LeGendre  <legendre1@llnl.gov>
6030         [BZ #17411]
6031         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6032         l_reloc_result.
6034 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6036         * stdio-common/printf_fp.c
6037         (hack_digit): New function, broken out of ...
6038         (__printf_fp): ... local function here.  Update call sites.
6039         hack_digit now takes an additional parameter that is a pointer
6040         to a struct of the referenced locals.  Those locals moved inside
6041         the struct and references updated.
6043 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6045         * aclocal.m4: Require autoconf 2.69.
6046         * configure: Regenerated.
6047         * sysdeps/aarch64/configure: Likewise.
6048         * sysdeps/alpha/configure: Likewise.
6049         * sysdeps/arm/armv7/configure: Likewise.
6050         * sysdeps/arm/configure: Likewise.
6051         * sysdeps/ia64/configure: Likewise.
6052         * sysdeps/mach/configure: Likewise.
6053         * sysdeps/mips/configure: Likewise.
6054         * sysdeps/s390/configure: Likewise.
6055         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6058         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6059         file.
6060         * sysdeps/ia64/configure.ac: Likewise.
6062 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6065         specify symbol version for ld.so.  Do not include entry for
6066         libpthread.
6067         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6068         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6069         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6071         [BZ #14171]
6072         * Makeconfig [$(build-shared) = yes]
6073         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6074         makefiles.
6075         [$(build-shared) = yes && $(soversions.mk-done) = t]
6076         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6077         [$(build-shared) = yes && $(soversions.mk-done) = t]
6078         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6079         to Makerules.
6080         [$(build-shared) = yes && $(soversions.mk-done) = t]
6081         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6082         here.
6083         [$(build-shared) = yes && $(soversions.mk-done) = t]
6084         (common-generated): Don't append gnu/lib-names.h and
6085         gnu/lib-names.stmp here.
6086         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6087         (lib-names-h-abi): New variable.
6088         [$(build-shared) = yes && $(soversions.mk-done) = t]
6089         (lib-names-stmp-abi): Likewise.
6090         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6091         abi-variants] (before-compile): Append
6092         $(common-objpfx)$(lib-names-h-abi).
6093         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6094         abi-variants] (common-generated): Append gnu/lib-names.h.
6095         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6096         abi-variants] (install-others-nosubdir): Depend on
6097         $(inst_includedir)/$(lib-names-h-abi).
6098         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6099         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6100         [$(build-shared) = yes && $(soversions.mk-done) = t]
6101         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6102         [$(build-shared) = yes && $(soversions.mk-done) = t]
6103         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6104         [$(build-shared) = yes && $(soversions.mk-done) = t]
6105         (common-generated): Append $(lib-names-h-abi) and
6106         $(lib-names-stmp-abi).
6107         * scripts/lib-names.awk: Do not handle multi being set.
6108         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6109         Remove variable.
6110         (abi-lp64_be-ld-soname): Likewise.
6111         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6112         Likewise.
6113         (abi-hard-ld-soname): Likewise.
6114         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6115         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6116         Remove variable.
6117         (abi-o32_hard-ld-soname): Likewise.
6118         (abi-o32_soft_2008-ld-soname): Likewise.
6119         (abi-o32_hard_2008-ld-soname): Likewise.
6120         (abi-n32_soft-ld-soname): Likewise.
6121         (abi-n32_hard-ld-soname): Likewise.
6122         (abi-n32_soft_2008-ld-soname): Likewise.
6123         (abi-n32_hard_2008-ld-soname): Likewise.
6124         (abi-n64_soft-ld-soname): Likewise.
6125         (abi-n64_hard-ld-soname): Likewise.
6126         (abi-n64_soft_2008-ld-soname): Likewise.
6127         (abi-n64_hard_2008-ld-soname): Likewise.
6128         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6129         Likewise.
6130         (abi-64-v2-ld-soname): Likewise.
6131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6132         ld.so entries.
6133         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6134         variable.
6135         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6136         entry.
6137         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6138         variable.
6139         (abi-64-ld-soname): Likewise.
6140         (abi-x32-ld-soname): Likewise.
6141         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6142         entry.
6143         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6145 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6147         [BZ #14138]
6148         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6149         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6150         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6151         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6152         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6153         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6154         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6155         syscall entry for GLIBC_2.2 symbol version.
6156         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6157         Likewise.
6158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6159         (setrlimit): Likewise.
6160         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6161         Likewise.
6163 2014-09-23  Will Newton  <will.newton@linaro.org>
6165         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6166         _LINUX_ARM_SYSDEP_H include guard too.
6167         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6168         define.
6170 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6172         * sysdeps/unix/sysv/linux/eventfd.c:
6173         Make first argument unsigned.
6174         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6175         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6177 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6179         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6180         * socket/sys/socket.h: Likewise
6181         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6183 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6185         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6187 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6189         * time/tst-ftime.c: New test.
6190         * time/Makefile (tests): Add tst-ftime.
6192 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6194         * soft-fp/extended.h: Fix comment formatting.
6195         * soft-fp/op-1.h: Likewise.
6196         * soft-fp/op-2.h: Likewise.
6197         * soft-fp/op-4.h: Likewise.
6198         * soft-fp/op-8.h: Likewise.
6199         * soft-fp/op-common.h: Likewise.
6200         * soft-fp/soft-fp.h: Likewise.
6202         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6204 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6206         [BZ #6652]
6207         * Makeconfig (soversions-default-setname): Remove variable.
6208         ($(common-objpfx)soversions.i): Don't pass default_setname to
6209         soversions.awk.
6210         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6211         oldest_abi to abi-versions.awk.
6212         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6213         * config.make.in (oldest-abi): Remove variable.
6214         * configure.ac (--enable-oldest-abi): Remove configure option.
6215         * configure: Regenerated.
6216         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6217         text.
6218         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6219         * scripts/soversions.awk: Do not handle default_setname variable.
6220         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6221         variable.
6222         * sysdeps/mach/hurd/configure: Regenerated.
6223         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6224         variable.
6225         * sysdeps/unix/sysv/linux/configure: Regenerated.
6227 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6229         * elf/Makefile (CFLAGS-interp.c): Remove.
6230         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6231         path string.
6232         * elf/interp.c: Include generated runtime-linker.h
6234         * Makerules (lib%.so): Don't include $(+interp) in
6235         prerequisites.
6236         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6237         * dlfcn/eval.c: Remove file.
6239         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6240         macros.
6242         [BZ #17266]
6243         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6244         4.2 and newer.
6246         [BZ #17370]
6247         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6249 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6250             Jakub Jelinek  <jakub@redhat.com>
6252         [BZ #17266]
6253         * libio/stdio.h: Check definition of __fortify_function
6254         instead of __extern_always_inline to include bits/stdio2.h.
6255         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6256         check if __extern_always_inline is defined.
6257         [__USE_MISC || __USE_XOPEN]: Likewise.
6258         [__USE_ISOC99] Likewise.
6259         * misc/sys/cdefs.h (__fortify_function): Define only if
6260         __extern_always_inline is defined.
6261         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6262         __extern_always_inline and __extern_inline only for g++-4.3
6263         and newer or a compatible gcc.
6265 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6267         [BZ #17371]
6268         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6269         last change to handle zero prefix length.
6271 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6273         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6274         _SC_REGEX_VERSION.
6276         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6277         _POSIX_RAW_SOCKETS.
6279 2014-09-13  Allan McRae  <allan@archlinux.org>
6281         * po/ru.po: Update Russian translation from translation project.
6283 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6285         * locale/programs/locale.c (show_locale_vars): Inline local function
6286         into its sole call site.  Clean up some style nits.
6287         (print_item): New function, broken out of ...
6288         (show_info): ... local function here.  Clean up style nits.
6290         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6291         out of ...
6292         (set_class_defaults): ... local function set_default here.
6293         Define set_default as a macro locally to pass constant parameters.
6294         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6295         rather than a shared local.
6297         * stdlib/rpmatch.c (try): New function, broken out of ...
6298         (rpmatch): ... local function here.  Also, prototypify definition.
6300 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6302         * scripts/soversions.awk: Do not handle configuration names.
6303         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6304         vendor and os variables to soversions.awk.
6305         * configure.ac: Do not modify gnu-* host_os.
6306         * configure: Regenerated
6307         * shlib-versions: Remove first column with configuration names.
6308         * nptl/shlib-versions: Likewise.
6309         * nptl_db/shlib-versions: Likewise.
6310         * sysdeps/hppa/shlib-versions: Likewise.
6311         * sysdeps/m68k/shlib-versions: Likewise.
6312         * sysdeps/mach/hurd/shlib-versions: Likewise.
6313         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6314         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6315         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6316         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6317         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6318         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6319         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6320         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6322         Likewise.
6323         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6324         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6325         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6326         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6327         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6328         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6329         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6330         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6333         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6335         Regenerated.
6336         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6338         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6340         * shlib-versions: Remove OS-specific entries.  Moved to files in
6341         sysdeps.
6342         * sysdeps/mach/hurd/shlib-versions: New file.
6343         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6345         * nptl/shlib-versions: Remove architecture-specific entries.
6346         Moved to files in sysdeps.
6347         * shlib-versions: Likewise.
6348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6349         file.
6350         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6351         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6352         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6353         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6355         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6356         (UDP_NO_CHECK6_RX): Likewise.
6358 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6360         * sysdeps/posix/sysconf.c (__sysconf): Spell
6361         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6363 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6365         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6366         loading.
6367         * iconv/Versions (__gconv_transliterate): Export for use from
6368         gconv modules.
6369         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6370         (struct __gconv_trans_data, __gconv_trans_fct,
6371         __gconv_trans_context_fct, __gconv_trans_query_fct,
6372         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6373         definitions.
6374         (struct __gconv_step_data): Remove __trans member.
6375         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6376         longer hidden.  Remove unused trans_data argument.
6377         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6378         (__gconv_translit_find): Remove declaration.
6379         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6380         prototype.
6381         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6382         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6383         trans_data argument.  Add hidden definition.
6384         (__gconv_translit_find): Remove.
6385         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6386         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6387         * iconv/skeleton.c: Remove transliteration initialization.
6388         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6389         __gconv_step_data initialization.
6390         * libio/iofwide.c (__libio_translit_): Remove.
6391         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6392         * wcsmbs/btowc.c (__btowc): Likewise.
6393         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6394         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6395         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6396         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6397         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6398         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6399         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6400         * wcsmbs/wctob.c (wctob): Likewise.
6402 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6404         [BZ #16194]
6405         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6406         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6407         register usage.
6408         * sysdeps/x86/Makefile: Adjust.
6410 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6411             Roland McGrath  <roland@hack.frob.com>
6413         * locale/weight.h: Add include guard.
6414         (findidx): Make static rather than auto; take new parameters
6415         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6416         * locale/weightwc.h: Likewise.
6417         * posix/fnmatch_loop.c
6418         (FCT): Change type of EXTRA from int32_t to wint_t.
6419         Don't include either header inside the function.
6420         Call FINDIDX rather than findidx, and pass new arguments.
6421         #undef FINDIDX at the end of the file.
6422         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6423         FINDIDX before including fnmatch_loop.c for the non-wide version.
6424         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6425         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6426         for the wide version.
6427         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6428         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6429         Pass new arguments to findidx.
6430         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6431         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6432         Don't #include it inside the function.  Pass new arguments to findidx.
6433         * posix/regex_internal.h
6434         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6435         (re_string_elem_size_at): Don't #include it inside the function.
6436         Pass new arguments to findidx.
6437         * string/strcoll_l.c: #include WEIGHT_H at top level.
6438         (get_next_seq): Don't #include it inside the function.
6439         Pass new arguments to findidx.
6440         (get_next_seq_nocache): Likewise.
6441         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6442         (STRXFRM): Don't #include it inside the function.
6443         Pass new arguments to findidx.
6445 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6447         [BZ #17344]
6448         * malloc/malloc.c (unlink): Turn asserts into a call to
6449         malloc_printerr.
6451 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6453         [BZ #17370]
6454         * libio/wfileops (do_ftell_wide): Free OUT.
6456 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6458         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6460 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6462         [BZ #17363]
6463         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6464         group if the current group is empty.
6466 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6468         * benchtests/bench-memset.c (test_main): Add more test from size
6469         from 32 to 512 bytes.
6470         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6471         Add POWER8 memset object.
6472         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6473         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6474         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6475         implementation.
6476         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6477         Likewise.
6478         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6479         multiarch POWER8 memset optimization.
6480         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6481         POWER8 memset optimization.
6483         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6484         Remove bzero multiarch objects.
6485         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6486         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6487         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6488         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6489         Remove define.
6490         [__bzero]: Redefine to specific name.
6491         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6492         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6493         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6494         define.
6495         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6496         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6498 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6500         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6501         warnings into errors.
6503         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6504         __cxa_thread_atexit_impl prototype.
6506 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6508         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6509         Fix capitalization of error message.
6511 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6513         * sysdeps/mips/preconfigure: Modify ABI tests.
6515 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6517         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6519 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6520             Carlos O'Donell  <carlos@systemhalted.org>
6522         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6523         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6524         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6525         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6526         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6527         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6528         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6529         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6530         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6531         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6532         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6533         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6534         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6535         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6536         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6537         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6538         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6539         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6540         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6541         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6542         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6543         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6544         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6545         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6546         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6547         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6548         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6549         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6550         Deconditionalize the code that was previously under [RESET_PID].
6551         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6552         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6553         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6554         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6555         include sysdep.h.
6557 2014-09-08  Allan McRae  <allan@archlinux.org>
6559         * version.h (RELEASE): Set to "development".
6560         (VERSION): Set to "2.20.90"
6562 2014-09-07  Allan McRae  <allan@archlinux.org
6564         * version.h (RELEASE): Set to "stable".
6565         (VERSION): Set to "2.20"
6566         * include/features.h (__GLIBC_MINOR__): Set to 20.
6568         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6569         Liebler.
6571         * po/ko.po: Update Korean translation from translation project.
6573 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6575         [BZ #17354]
6576         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6577         macro for handling signed relocations.
6579 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6581         [BZ #17325]
6582         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6583         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6584         assert.
6585         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6586         * iconvdata/ibm935.c (BODY): Likewise.
6587         * iconvdata/ibm937.c (BODY): Likewise.
6588         * iconvdata/ibm939.c (BODY): Likewise.
6589         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6590         assert.
6591         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6592         script.
6593         * iconvdata/run-iconv-test.sh: New test loop for checking for
6594         decoder crashers.
6596 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6598         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6599         libm_hidden_ver.
6601 2014-09-01  Allan McRae  <allan@archlinux.org>
6603         * po/eo.po: Update Esperanto translation from translation project.
6605         * po/ca.po: Update Catalan translation from translation project.
6607 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6609         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6610         __proc_dostop call.
6612 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6614         [BZ #17319]
6615         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6616         to call set_thread_area instead of hand written asm.
6617         (__NR_set_thread_area): Removed define.
6618         (TLS_FLAG_WRITABLE): Likewise.
6619         (__ASSUME_SET_THREAD_AREA): Remove check.
6620         (TLS_EBX_ARG): Remove define.
6621         (TLS_LOAD_EBX): Likewise.
6623 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6625         Simplify atomicity of socket creation in bind.
6627         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6628         looking up the name after linking the file.
6630 2014-08-27  Allan McRae  <allan@archlinux.org>
6632         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6634 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6636         [BZ #17187]
6637         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6638         trans_compare, open_translit, __gconv_translit_find):
6639         Remove module loading code.
6641 2014-08-26  Allan McRae  <allan@archlinux.org>
6643         * po/vi.po: Update Vietnamese translation from translation project.
6645         * po/uk.po: Update Ukrainian translation from translation project.
6647         * po/fr.po: Update French translation from translation project.
6649         * po/ru.po: Update Russian translation from translation project.
6651         * po/pl.po: Update Polish translation from translation project.
6653         * po/cs.po: Update Czech translation from translation project.
6655         * po/de.po: Update German translation from translation project.
6657         * po/bg.po: Update Bulgarian translation from translation project.
6659         * po/sv.po: Update Sweedish translation from translation project.
6661         * po/nl.po: Update Dutch translation from translation project.
6663         * po/es.po: Update Spanish translation from translation project.
6665 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6667         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6669         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6670         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6671         (CPPFLAGS-iconvconfig): Likewise.
6672         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6674         * include/libc-symbols.h: Remove unnecessary check for
6675         NOT_IN_libc.
6676         * nptl/pthreadP.h: Likewise.
6677         * sysdeps/aarch64/setjmp.S: Likewise.
6678         * sysdeps/alpha/setjmp.S: Likewise.
6679         * sysdeps/arm/sysdep.h: Likewise.
6680         * sysdeps/i386/setjmp.S: Likewise.
6681         * sysdeps/m68k/setjmp.c: Likewise.
6682         * sysdeps/posix/getcwd.c: Likewise.
6683         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6684         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6685         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6686         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6687         * sysdeps/sh/sh3/setjmp.S: Likewise.
6688         * sysdeps/sh/sh4/setjmp.S: Likewise.
6689         * sysdeps/unix/alpha/sysdep.h: Likewise.
6690         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6691         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6692         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6693         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6696         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6697         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6698         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6699         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6700         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6701         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6702         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6703         * sysdeps/x86_64/setjmp.S: Likewise.
6705 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6707         [BZ #17263]
6708         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6709         <stdint.h>.
6710         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6711         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6713 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6715         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6717         [BZ #17262]
6718         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6719         and __x86_64__ when disabling x87 inline functions.
6721 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6723         [BZ #17259]
6724         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6725         asm statement with __cpuid_count.
6727 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6729         * configure.ac: Change __ehdr_start code to dereference the struct.
6730         Run readelf on the output to look for relocations.
6731         * configure: Regenerated.
6733 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6735         [BZ #17261]
6736         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6737         value to 0.
6738         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6740 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6742         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6744 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6746         [BZ #16892]
6747         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6748         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6750 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6752         * malloc/malloc.c: Fix typo in comment.
6754 2014-08-09  Allan McRae  <allan@archlinux.org>
6756         * Regenerate libc.po.
6758 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6760         * intl/tst-gettext2.sh: Check every lang file for creation.
6762 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6764         * sysdeps/aarch64/fpu/math_private.h
6765         (libc_feholdsetround_noex_aarch64_ctx): New function.
6767 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6769         * sysdeps/arm/armv6/strcpy.S (strcpy):
6770         Fix performance issue in misaligned cases.
6772 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6774         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6775         Move definition from termios.h.
6776         (struct termio): Likewise.
6777         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6778         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6779         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6780         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6781         Likewise.
6782         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6783         Move definition to ioctl-types.h
6784         (struct termio): Likewise.
6785         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6786         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6787         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6788         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6789         Likewise.
6791 2014-08-05  Richard Henderson  <rth@redhat.com>
6793         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6794         exceptions.
6795         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6796         Add fraiseexcpt.
6797         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6798         Use __feraiseexcept.
6799         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6800         Protect libm symbols with IS_IN_libm.
6802         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6804 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6806         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6808 2014-08-04  Will Newton  <will.newton@linaro.org>
6810         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6811         file.
6813 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6815         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6816         variants for each function.
6818 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6820         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6821         appended ...
6822         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6823         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6824         appended ...
6825         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6826         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6827         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6828         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6829         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6830         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6831         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6832         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6833         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6834         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6835         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6836         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6837         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6838         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6839         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6840         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6841         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6842         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6843         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6847         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6849         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6851         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6852         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6853         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6854         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6855         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6857         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6859         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6860         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6861         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6862         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6863         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6864         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6865         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6866         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6867         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6868         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6869         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6870         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6871         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6872         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6873         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6874         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6875         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6876         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6877         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6878         Update #include.
6879         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6880         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6882 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6884         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6885         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6886         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6887         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6888         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6889         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6891 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6893         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6894         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6895         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6896         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6898 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6900         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6901         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6902         (__libc_vfork): Define function under this name.
6903         (__vfork): Define as an alias.
6904         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6905         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6907 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6909         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6910         that was previously under [RESET_PID].
6911         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6913 2014-08-04  Andreas Schwab  <schwab@suse.de>
6915         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6917 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6919         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6920         (main): Likewise.
6922 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6924         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6926 2014-08-01  Richard Henderon  <rth@redhat.com>
6928         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6929         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6930         typo in exact zero test.
6931         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6932         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6933         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6935 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6937         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6938         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6939         * sysdeps/arm/sysdep.h: ... here.
6940         [!__ASSEMBLER__]: Include <stdint.h>.
6942 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6944         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6945         (HAVE_WCTYPE_H): Likewise.
6946         (HAVE_ISWCTYPE): Likewise.
6947         (ENABLE_NLS): Likewise.
6948         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6949         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6951         * posix/regex_internal.c: Check if DEBUG is defined and is
6952         set.
6954         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6955         (HAVE_MBSRTOWCS): Likewise.
6956         * posix/fnmatch.c: Include string.h unconditionally.
6958 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6960         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6961         reversal.
6963 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6965         * sysdeps/generic/safe-fatal.h: New file.
6966         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6967         * nptl/forward.c: Include it.
6968         (__pthread_unwind): Use __safe_fatal as default action, rather
6969         than a bogus use of INTERNAL_SYSCALL that could never work.
6971         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6972         * configure.ac (libc_cv_builtin_trap): New test.
6973         * configure: Regenerated.
6974         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6975         (ABORT_INSTRUCTION): Define using __builtin_trap.
6977         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6978         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6979         * sysdeps/nptl/nptl-signals.h: New file.
6980         * nptl/pthreadP.h: Include <nptl-signals.h>.
6982 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6984         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6985         (ONE_DIRECTION): Define.
6986         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6987         (ONE_DIRECTION): Define.
6988         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6989         (ONE_DIRECTION): Define.
6991 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6993         * sysdeps/s390/Makefile: Delete file.
6994         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6995         * sysdeps/s390/__longjmp.c: Delete file.
6996         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6997         Remove fields __flags and __reserved.
6998         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6999         and add versioning.
7000         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7001         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7002         * sysdeps/s390/rtld-setjmp.S: Likewise.
7003         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7004         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7005         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7006         * sysdeps/s390/s390-32/setjmp.S: ... here.
7007         Add versioning.
7008         (__sigsetjmp): Remove setting __flags field.
7009         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7010         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7011         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7012         * sysdeps/s390/s390-64/setjmp.S: ... here.
7013         Add versioning.
7014         (__sigsetjmp): Remove setting __flags field.
7015         * sysdeps/s390/setjmp.S: Delete file.
7016         * sysdeps/s390/sigjmp.c: Likewise.
7017         * sysdeps/s390/v1-longjmp.c: Likewise.
7018         * sysdeps/s390/v1-setjmp.h: Likewise.
7019         * sysdeps/s390/v1-sigjmp.c: Likewise.
7020         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7021         Remove v1-longjmp_chk.
7022         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7023         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7024         Include debug/longjmp_chk.c and add versioning.
7025         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7026         Include nptl/pt-longjmp.c and add versioning.
7027         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7028         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7029         Include __longjmp.c.
7030         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7031         Move to ...
7032         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7033         (__getcontext): Remove setting __flags field.
7034         Add versioning.
7035         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7036         Don't restore upper high grps.
7037         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7038         Likewise.
7039         (__swapcontext): Remove setting uc_flags field.
7040         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7041         Delete file.
7042         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7043         Include __longjmp.c.
7044         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7045         Move to ...
7046         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7047         (__getcontext): Remove setting __flags field.
7048         Add versioning.
7049         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7050         (__swapcontext): Remove setting uc_flags field.
7051         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7052         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7053         Remove fields uc_high_gprs and __reserved.
7054         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7055         New file with reverted content.
7056         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7057         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7058         Regenerated.
7059         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7060         Regenerated.
7062 2014-07-31  Andreas Schwab  <schwab@suse.de>
7064         * config.h.in (HAVE_IFUNC): Define to 0.
7065         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7066         definedness.
7068 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7070         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7071         memmove-avx-unaligned, memcpy-avx-unaligned and
7072         mempcpy-avx-unaligned.
7073         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7074         Add tests for AVX memcpy functions.
7075         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7076         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7077         memcpy_chk.
7078         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7079         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7080         memmove_chk.
7081         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7082         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7083         mempcpy_chk.
7084         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7085         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7086         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7088 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7090         [BZ #17213]
7091         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7092         powerpc64le.
7094 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7096         [BZ #16839]
7097         * manual/llio.texi: Add section about open file description locks.
7098         * manual/examples/ofdlocks.c: Example of open file description
7099         lock usage.
7100         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7101         F_OFD_SETLK, and F_OFD_SETLKW.
7103 2014-07-23  Allan McRae  <allan@archlinux.org>
7105         * po/es.po: Update Spanish translation from translation project.
7107 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7109         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7111 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7113         [BZ #17078]
7114         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7115         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7116         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7118 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7120         [BZ #17088]
7121         * math/fesetenv.c (__fesetenv)
7122         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7123         * math/feupdateenv.c (__feupdateenv)
7124         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7126         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7127         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7128         (__ASSUME_SOCKETCALL): Do not define.
7130         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7131         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7132         (__ASSUME_SOCKETCALL): Do not define.
7133         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7134         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7135         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7136         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7137         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7138         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7139         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7140         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7142         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7143         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7144         (__ASSUME_SOCKETCALL): Do not define.
7145         (__ASSUME_IPC64): Define unconditionally.
7146         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7147         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7148         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7149         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7150         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7151         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7152         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7153         Likewise.
7155         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7156         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7157         (__ASSUME_SOCKETCALL): Do not define.
7158         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7159         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7160         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7161         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7162         (__ASSUME_REQUEUE_PI): Define unconditionally.
7163         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7164         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7165         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7166         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7167         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7168         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7170         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7171         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7172         (__ASSUME_SOCKETCALL): Do not define.
7173         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7174         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7175         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7176         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7177         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7178         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7180         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7181         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7182         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7183         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7184         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7185         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7186         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7187         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7188         (__ASSUME_GETCPU_SYSCALL): Likewise.
7190         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7191         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7192         cases for individual architectures.
7193         * sysdeps/gnu/configure: Regenerated.
7194         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7195         LIBC_SLIBDIR_RTLDDIR.
7196         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7197         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7198         LIBC_SLIBDIR_RTLDDIR.
7199         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7201         LIBC_SLIBDIR_RTLDDIR.
7202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7203         Regenerated.
7204         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7205         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7206         file.
7207         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7208         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7209         file.
7210         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7211         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7212         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7213         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7215         * sysdeps/aarch64/shlib-versions: Move to ...
7216         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7217         * sysdeps/alpha/shlib-versions: Move to ...
7218         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7219         * sysdeps/arm/shlib-versions: Move to ...
7220         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7221         * sysdeps/hppa/shlib-versions: Move all contents except for
7222         libgcc_s entry to ...
7223         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7224         entry from ...
7225         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7226         * sysdeps/ia64/shlib-versions: Move to ...
7227         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7228         entry from ...
7229         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7230         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7231         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7232         * sysdeps/microblaze/shlib-versions: Move to ...
7233         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7234         * sysdeps/mips/shlib-versions: Move to ...
7235         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7236         entry from ...
7237         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7238         * sysdeps/tile/shlib-versions: Move to ...
7239         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7240         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7241         from ...
7242         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7243         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7244         entry from ...
7245         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7247 2014-07-17  Will Newton  <will.newton@linaro.org>
7249         * sysdeps/arm/bits/atomic.h
7250         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7251         (__arch_compare_and_exchange_bool_16_int): Likewise.
7252         (__arch_compare_and_exchange_bool_64_int): Likewise.
7254         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7255         into an #else block.
7257 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7259         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7260         just Linux configurations.  Test empirically that the compiler sets
7261         __ARM_EABI__, rather than using the tuple to decide.
7262         * sysdeps/arm/preconfigure: Regenerated.
7263         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7264         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7265         contents appended ...
7266         * sysdeps/arm/configure.ac: ... here.
7267         * sysdeps/arm/configure: Regenerated.
7269 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7271         * nptl/pthread_kill.c: New file.
7272         * nptl/pthread_sigmask.c: New file.
7273         * nptl/pthread_sigqueue.c: New file.
7275         * sysdeps/nptl/lowlevellock.h: New file.
7276         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7277         * sysdeps/nptl/lowlevellock-futex.h: New file.
7279         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7280         Remove dead declarations.
7282 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7284         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7285         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7286         config-cflags-avx2.
7287         * sysdeps/x86_64/configure.ac: Likewise.
7288         * sysdeps/i386/configure: Regenerated.
7289         * sysdeps/x86_64/configure: Likewise.
7290         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7291         memset-avx2 only if config-cflags-avx2 is yes.
7292         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7293         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7294         defined.
7295         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7296         only if HAVE_AVX2_SUPPORT is defined.
7297         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7299 2014-07-14  Alan Modra  <amodra@gmail.com>
7301         [BZ #17153]
7302         * elf/elf.h (DT_PPC64_NUM): Correct value.
7303         * NEWS: Add to fixed bug list.
7305 2014-07-13  Jim Meyering  <meyering@fb.com>
7307         [BZ 17150]
7308         regex: don't deref NULL upon heap allocation failure
7309         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7310         failure in one more place.
7311         To trigger the segfault, configure grep -with-included-regex,
7312         build it, and run these commands:
7313         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7315 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7317         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7319 2014-07-11  Richard Henderson  <rth@redhat.com>
7321         * sysdeps/aarch64/libm-test-ulps: Update.
7323 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7325         [BZ #17135]
7326         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7327         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7328         (__nptl_setxid): Initialize error member.  Call
7329         __nptl_setxid_error.
7330         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7331         * nptl/descr.h (struct xid_command): Add error member.
7332         * nptl/tst-setuid3.c: New file.
7333         * nptl/Makefile (tests): Add it.
7335 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7337         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7338         New define.
7339         (__lll_trylock): Use __lll_base_trylock.
7340         (__lll_cond_trylock): Likewise.
7342 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7344         * nptl/pthread_create.c (start_thread): Use atomic_or and
7345         lll_futex_wake directly rather than lll_robust_dead.
7346         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7347         (lll_robust_dead): Macro removed.
7348         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7349         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7350         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7351         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7352         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7353         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7354         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7355         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7356         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7357         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7358         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7359         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7360         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7361         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7362         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7364         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7365         Use atomic_compare_and_exchange_val_acq directly rather than
7366         lll_robust_trylock.
7367         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7368         (__lll_robust_trylock, lll_robust_trylock): Removed.
7369         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7370         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7371         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7372         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7373         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7374         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7375         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7376         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7377         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7378         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7379         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7380         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7381         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7382         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7384 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7386         * manual/locale.texi (Locale Names): New section documenting
7387         locale name syntax.  Adjust menu and node chaining accordingly.
7388         (Choosing Locale): Reference Locale Names, Locale Categories.
7389         Mention setting LC_ALL=C.  Reflect that name syntax is now
7390         documented.
7391         (Locale Categories): New section title.  Reference Locale Names.
7392         LC_ALL is an environment variable, but not a category.
7393         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7394         description, now in Locale Name.  Reference that section.  Locale
7395         name syntax is now documented.
7397 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7399         [BZ #17137]
7400         * locale/findlocale.c (name_present, valid_locale_name): New
7401         functions.
7402         (_nl_find_locale): Use the loc_name variable to store name
7403         candidates.  Call name_present and valid_locale_name to check and
7404         validate locale names.  Return an error if the locale is invalid.
7406 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7408         * locale/setlocale.c (setlocale): Use strdup for allocating
7409         composite name copy.
7411 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7413         Sync up with gnulib.
7414         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7415         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7416         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7417         and _GL_ARG_NONNULL.
7418         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7419         [!_LIBC]: Include code for Windows and Cygwin.
7420         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7421         Include prototype for int strerror_r.
7422         [!_LIBC] (is_open): New function.
7423         (flush_stdout): New function.
7424         (print_errno_message): Use it.
7425         (error): Likewise.
7426         (error_at_line): Likewise.
7427         (error_tail) Add function attribute macros.  Use
7428         __builtin_expect.
7430         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7432         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7434         * io/ftw.c: Include sys/param.h unconditionally.
7436         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7438         [BZ #17125]
7439         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7440         libc_freeres_ptr.
7441         (freecache): New function to free CACHE on exit.
7443         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7444         initialization.
7446 2014-07-09  David S. Miller  <davem@davemloft.net>
7448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7450         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7451         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7452         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7453         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7454         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7455         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7456         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7457         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7458         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7459         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7460         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7461         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7462         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7464 2014-07-09  Andreas Schwab  <schwab@suse.de>
7466         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7467         output.
7468         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7469         (do_test): Likewise.
7471         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7473 2014-07-09  Will Newton  <will.newton@linaro.org>
7475         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7476         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7477         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7478         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7479         * sysdeps/hppa/start.S (_start): Likewise.
7481 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7483         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7485         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7486         defined.
7488 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7490         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7491         after checking that it is non-NULL.
7493         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7495 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7497         * sysdeps/powerpc/memmove.c: Remove file.
7498         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7499         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7500         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7501         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7502         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7503         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7504         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7505         string memmove instead of removed powerpc one.
7507         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7508         [weak_alias]: Fix compiler warning due trailing data.
7509         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7510         [weak_alias]: Likewise.
7511         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7512         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7514         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7515         (__libc_ifunc_impl_list): Add memmove functions.
7517 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7519         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7520         Remove code.
7521         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7522         Likewise
7523         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7524         Likewise
7525         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7526         Likewise
7527         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7528         Likewise
7529         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7530         Likewise
7531         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7532         Likewise
7533         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7534         Likewise
7535         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7536         Likewise
7537         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7538         Likewise
7539         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7540         Likewise
7541         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7542         Likewise
7543         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7544         Likewise
7545         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7546         Likewise
7547         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7548         Likewise
7549         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7550         Likewise
7551         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7552         Likewise
7554 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7556         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7557         to avoid alignment traps in non-cacheable memory.
7558         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7560         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7561         multiarch objects.
7562         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7563         file: multiarch power7 memmove.
7564         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7565         multiarch default memmove.
7566         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7567         multiarch memove for powerpc32/power4.
7569         * string/bcopy.c: Use full path to include memmove.c.
7570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7571         multiarch objects.
7572         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7573         bcopy for powerpc64.
7574         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7575         bcopy for powerpc64.
7576         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7577         and memmove implementations.
7578         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7579         optimized multiarch memmove for POWER7/powerpc64.
7580         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7581         default multiarch memmove for powerpc64.
7582         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7583         multiarch for powerpc64.
7584         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7585         for POWER7/powerpc64.
7586         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7587         memmove for POWER7/powerpc64.
7589         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7590         glibc default one.
7592         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7593         __ELF_NATIVE_CLASS equal to 64.
7595 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7597         * sysdeps/nptl/lowlevellock.h: File removed.
7599         * NEWS: NPTL is no longer an add-on!
7600         * nptl/internaltypes.h: Moved ...
7601         * sysdeps/nptl/internaltypes.h: ... here.
7602         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7603         * sysdeps/nptl/fork.c: Likewise.
7604         * sysdeps/nptl/gai_misc.h: Likewise.
7605         * sysdeps/nptl/librt-cancellation.c: Likewise.
7606         * sysdeps/nptl/jmp-unwind.c: Likewise.
7607         * sysdeps/nptl/setxid.h: Likewise.
7608         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7609         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7610         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7611         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7612         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7613         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7614         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7615         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7616         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7617         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7618         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7619         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7620         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7621         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7622         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7623         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7624         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7625         * nptl/Makeconfig: Moved ...
7626         * sysdeps/nptl/Makeconfig: ... here.
7627         * nptl/configure: File removed.
7628         * nptl/ANNOUNCE: File removed.
7629         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7630         * sysdeps/unix/sysv/linux/configure: Regenerated.
7632         * nptl/Makefile (routines): Add libc_pthread_init,
7633         libc_multiple_threads, register-atfork and unregister-atfork.
7634         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7635         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7636         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7637         pthread-pi-defines.sym, structsem.sym.
7638         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7639         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7640         [$(subdir) = nptl] (tests): Add tst-setgetname.
7641         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7642         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7643         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7644         [!LIBC_SIGACTION]: Remove aliases.
7645         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7646         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7647         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7648         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7649         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7650         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7651         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7652         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7653         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7654         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7655         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7656         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7657         __libc_allocate_rtsig_private.
7658         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7659         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7660         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7661         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7662         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7663         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7664         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7665         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7666         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7667         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7668         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7669         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7670         * nptl/internaltypes.h: ... here.
7671         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7672         * sysdeps/nptl/jmp-unwind.c: ... here.
7673         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7674         * nptl/libc-lowlevellock.c: ... here.
7675         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7676         * nptl/libc_multiple_threads.c: ... here.
7677         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7678         * nptl/libc_pthread_init.c: ... here.
7679         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7680         * nptl/lowlevelbarrier.sym: ... here.
7681         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7682         * nptl/lowlevelcond.sym: ... here.
7683         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7684         * nptl/lowlevellock.c: ... here.
7685         * nptl/lowlevellock.h: Moved ...
7686         * sysdeps/nptl/lowlevellock.h: ... here.
7687         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7688         * nptl/lowlevelrobustlock.c: ... here.
7689         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7690         * nptl/lowlevelrobustlock.sym: ... here.
7691         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7692         * nptl/lowlevelrwlock.sym: ... here.
7693         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7694         * nptl/pt-fork.c: ... here.
7695         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7696         * nptl/pthread-pi-defines.sym: ... here.
7697         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7698         * nptl/pthread_attr_getaffinity.c: ... here.
7699         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7700         * nptl/pthread_attr_setaffinity.c: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7702         * nptl/pthread_mutex_cond_lock.c: ... here.
7703         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7704         Update #include.
7705         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7706         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7707         * nptl/pthread_once.c: ... here, replacing old file.
7708         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7709         * nptl/pthread_yield.c: ... here.
7710         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7711         * nptl/register-atfork.c: ... here.
7712         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7713         * nptl/sem_post.c: ... here.
7714         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7715         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7716         * nptl/sem_timedwait.c: ... here.
7717         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7718         * nptl/sem_trywait.c: ... here.
7719         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7720         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7721         * nptl/sem_wait.c: ... here.
7722         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7723         * nptl/structsem.sym: ... here.
7724         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7725         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7726         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7727         * nptl/unregister-atfork.c: ... here.
7728         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7729         * nptl/unwindbuf.sym: ... here.
7730         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7731         * sysdeps/nptl/fork.c: ... here.
7732         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7733         * sysdeps/nptl/fork.h: ... here.
7734         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7735         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7736         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7737         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7738         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7739         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7740         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7741         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7742         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7743         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7744         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7745         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7746         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7747         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7748         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7749         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7750         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7751         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7752         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7753         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7754         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7755         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7756         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7757         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7758         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7759         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7760         * sysdeps/unix/sysv/linux/raise.c: ... here.
7761         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7762         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7763         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7764         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7765         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7766         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7767         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7768         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7769         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7770         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7771         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7772         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7773         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7774         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7775         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7777 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7779         * sysdeps/generic/memcopy.h: Add comment for
7780         MEMCPY_OK_FOR_FWD_MEMMOVE.
7782 2014-07-04  Will Newton  <will.newton@linaro.org>
7784         * string/memchr.c: Merge from gnulib.
7785         [_LIBC]: Remove conditionals.
7786         (__ptr_t): Remove define.
7787         (LONG_MAX_32_BITS): Likewise.
7788         (LONG_MAX): Likewise.
7789         (MEMCHR): Use ANSI prototype and optimize algorithm.
7791         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7793 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7795         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7796         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7798         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7799         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7800         in a bare environment with no <stdlib.h> installed.
7801         * sysdeps/nptl/configure: Regenerated.
7803         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7805         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7806         AC_EGREP_CPP for kernel header checks, so they only succeed if
7807         including <linux/version.h> actually works right.
7808         * sysdeps/unix/sysv/linux/configure: Regenerated.
7810         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7811         value so it's not diagnosed as unused.
7813         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7814         thing) with "ifeq ($(subdir),rt)".
7816 2014-07-03  Richard Henderson  <rth@redhat.com>
7818         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7819         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7820         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7822         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7823         (math_force_eval): New.
7825         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7826         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7828         * sysdeps/alpha/fpu/s_round.c: Remove file.
7829         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7831         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7832         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7833         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7834         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7835         (_dl_start, print_statistics): Likewise.
7836         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7837         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7839         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7840         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7841         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7842         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7843         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7844         (HP_SMALL_TIMING_AVAIL): Define.
7845         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7846         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7847         (HP_SMALL_TIMING_AVAIL): Define.
7848         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7849         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7851         * sysdeps/aarch64/hp-timing.h: New file.
7853         * sysdeps/generic/hp-timing.h: Remove dead comment.
7854         * sysdeps/generic/hp-timing-common.h: New file.
7855         * sysdeps/alpha/hp-timing.h: Include it.
7856         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7857         * sysdeps/i386/i686/hp-timing.h: Likewise.
7858         * sysdeps/ia64/hp-timing.h: Likewise.
7859         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7860         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7861         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7862         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7863         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7864         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7865         (hp_timing_t): New.
7867         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7868         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7869         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7870         * elf/rtld.c (_dl_start_final): Likewise.
7871         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7872         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7873         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7874         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7875         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7876         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7877         (HP_TIMING_DIFF_INIT): Remove.
7878         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7879         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7880         (HP_TIMING_DIFF_INIT): Remove.
7881         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7882         * sysdeps/i386/i686/hp-timing.c: Remove file.
7883         * sysdeps/x86_64/hp-timing.c: Remove file.
7884         * sysdeps/ia64/hp-timing.c: Remove file.
7885         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7886         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7887         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7888         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7890         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7891         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7892         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7893         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7894         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7895         (HP_TIMING_ACCUM): Remove.
7896         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7897         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7898         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7900         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7901         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7902         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7903         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7904         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7905         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7906         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7907         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7909         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7911 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7913         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7915 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7917         Sync up with gettext.
7918         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7919         [_MSC_VER]: Include malloc.h
7920         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7921         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7922         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7923         TEMP_FAILURE_RETRY.  Cast return of alloca.
7924         [!_LIBC] Call gl_rwlock_init.
7925         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7927 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7929         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7930         before checking its value.
7932 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7934         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7936         * debug/memcpy_chk.c: Don't include pagecopy.h.
7937         * debug/mempcpy_chk.c: Likewise.
7938         * string/memcpy.c: Likewise.
7939         * string/memmove.c: Likewise.
7940         * sysdeps/powerpc/memmove.c: Likewise.
7941         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7942         definition of PAGE_COPY_FWD_MAYBE here...
7943         * sysdeps/generic/pagecopy.h: ... from here.
7944         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7946 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7947             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7949         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7950         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7951         optimizations.
7952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7953         (__libc_ifunc_impl_list): Likewise.
7954         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7955         multiarch strcat for PPC64.
7956         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7957         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7959 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7961         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7963 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7965         * intl/loadmsgcat.c: Remove declaration of
7966         get_sysdep_segment_value.
7967         (get_sysdep_segment_value): Use ISO C style.
7968         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7969         semicolon.  Fix typo and formatting in comment.
7970         (_nl_unload_domain): Use ISO C style.
7972         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7974 2014-07-02  Will Newton  <will.newton@linaro.org>
7976         * malloc/obstack.c: Merge from gnulib master.
7977         [HAVE_CONFIG_H]: Remove conditional code.
7978         [!_LIBC]: Include config.h.
7979         [!ELIDE_CODE]: Don't include inttypes.h, include
7980         stdint.h unconditionally.
7981         (print_and_abort): Mark as _Noreturn.
7982         (_obstack_allocated_p): Mark as __attribute_pure__.
7983         (obstack_free): Rename to __obstack_free.
7984         [!__attribute__]: Remove conditional code.
7985         * malloc/obstack.h: Merge from gnulib master.
7986         [__cplusplus]: Move conditional down.
7987         [!__attribute_pure__]: Define __attribute_pure__ here
7988         if it is not already defined.
7989         (_obstack_memory_used): Mark as __attribute_pure__.
7990         [!__obstack_free]: Define as obstack_free.
7991         [__GNUC__]: Remove check for ancient NeXT gcc.
7993 2014-07-02  Will Newton  <will.newton@linaro.org>
7994             Paul Eggert  <eggert@cs.ucla.edu>
7996         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7998 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8000         * resolv/gethnamaddr.c: Add comment warning that the file is
8001         not maintained.
8003 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8005         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8006         entries.
8008         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8009         entry for aio_cancel and aio_cancel64.
8010         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8011         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8012         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8013         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8014         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8015         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8016         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8017         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8018         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8019         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8020         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8021         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8022         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8024 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8026         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8027         * nptl/pthread_mutex_lock.c: Likewise.
8028         * nptl/pthread_mutex_timedlock.c: Likewise.
8029         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8031 2014-07-01  Richard henderson  <rth@redhat.com>
8033         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8034         (__isnan, __isnanl): Remove.
8035         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8037         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8039 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8041         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8043 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8045         * resolv/nss_dns/dns-host.c (getanswer_r)
8046         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8048 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8050         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8051         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8052         undefine.
8053         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8054         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8056 2014-07-01  Roland McGrath <roland@hack.frob.com>
8058         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8059         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8061         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8062         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8064         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8065         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8066         ... here.
8067         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8068         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8070         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8071         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8072         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8073         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8075         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8076         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8077         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8078         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8079         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8080         Moved ...
8081         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8082         ... here.
8083         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8084         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8085         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8086         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8087         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8088         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8089         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8090         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8091         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8092         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8093         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8094         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8095         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8096         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8097         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8098         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8099         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8100         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8101         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8102         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8103         ... here.
8104         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8105         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8106         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8107         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8108         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8109         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8110         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8111         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8113 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8115         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8116         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8117         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8118         Add sysdep.
8120 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8122         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8124 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8126         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8127         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8129         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8131         * sysdeps/arm/libm-test-ulps: Regenerated.
8133 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8134             Roland McGrath <roland@hack.frob.com>
8136         * test-skeleton.c (signal_handler): Kill the whole process group
8137         before killing the child individually.
8138         (main): Report any failure on `setpgid'.
8140 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8142         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8143         from _TLS_H to _ARM_NPTL_TLS_H.
8144         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8145         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8147 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8149         [BZ #16539]
8150         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8151         (__expm1l): Return argument unchanged when small but not
8152         subnormal.
8154         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8155         include macro name.
8156         (_FP_UNPACK_RAW_1_P): Likewise.
8157         (_FP_PACK_RAW_1): Likewise.
8158         (_FP_PACK_RAW_1_P): Likewise.
8159         (_FP_MUL_MEAT_1_wide): Likewise.
8160         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8161         (_FP_MUL_MEAT_1_hard): Likewise.
8162         (_FP_DIV_MEAT_1_imm): Likewise.
8163         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8164         (_FP_DIV_MEAT_1_udiv): Likewise.
8165         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8166         (_FP_UNPACK_RAW_2): Likewise.
8167         (_FP_UNPACK_RAW_2_P): Likewise.
8168         (_FP_PACK_RAW_2): Likewise.
8169         (_FP_PACK_RAW_2_P): Likewise.
8170         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8171         (_FP_MUL_MEAT_2_wide): Likewise.
8172         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8173         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8174         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8175         (_FP_MUL_MEAT_2_gmp): Likewise.
8176         (_FP_DIV_MEAT_2_udiv): Likewise.
8177         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8178         (_FP_FRAC_SRL_4): Likewise.
8179         (_FP_FRAC_SRST_4): Likewise.
8180         (_FP_FRAC_SRS_4): Likewise.
8181         (_FP_UNPACK_RAW_4): Likewise.
8182         (_FP_UNPACK_RAW_4_P): Likewise.
8183         (_FP_PACK_RAW_4): Likewise.
8184         (_FP_PACK_RAW_4_P): Likewise.
8185         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8186         (_FP_MUL_MEAT_4_wide): Likewise.
8187         (_FP_MUL_MEAT_4_gmp): Likewise.
8188         (umul_ppppmnnn): Likewise.
8189         (_FP_DIV_MEAT_4_udiv): Likewise.
8190         (__FP_FRAC_ADD_4): Likewise.
8191         (__FP_FRAC_SUB_3): Likewise.
8192         (__FP_FRAC_SUB_4): Likewise.
8193         (__FP_FRAC_DEC_3): Likewise.
8194         (__FP_FRAC_DEC_4): Likewise.
8195         (__FP_FRAC_ADDI_4): Likewise.
8196         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8197         (_FP_FRAC_SRL_8): Likewise.
8198         (_FP_FRAC_SRS_8): Likewise.
8200         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8201         include macro name.
8202         (FP_UNPACK_RAW_EP): Likewise.
8203         (FP_PACK_RAW_E): Likewise.
8204         (FP_PACK_RAW_EP): Likewise.
8205         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8206         (_FP_ISSIGNAN): Likewise.
8207         (_FP_ADD_INTERNAL): Likewise.
8208         (_FP_FMA): Likewise.
8209         (_FP_CMP): Likewise.
8210         (_FP_SQRT): Likewise.
8211         (_FP_TO_INT): Likewise.
8212         (_FP_FROM_INT): Likewise.
8213         (FP_EXTEND): Likewise.
8214         (_FP_DIV_MEAT_N_loop): Likewise.
8216 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8218         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8219         throughout.
8221 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8223         [BZ #17097]
8224         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8225         result with correct sign in case of exponents that produce
8226         overflow except for X very close to 1.
8228 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8230         mktime: merge #if/#ifdef usage from glibc
8231         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8232         as that works with both Glibc's and Gnulib's style.
8233         See thread starting at Siddhesh Poyarekar's bug report at:
8234         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8236 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8238         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8239         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8240         * sysdeps/tile/tilegx/memmove.c: Remove file.
8242 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8244         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8245         abi-name definition.
8246         * scripts/soversions.awk: Do not handle or generate ABI lines.
8247         * shlib-versions: Remove ABI entries.
8248         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8249         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8251 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8254         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8255         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8256         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8258         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8260         Moved ...
8261         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8262         ... here.
8263         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8264         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8266         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8268         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8269         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8270         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8271         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8272         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8274         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8275         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8276         Moved ...
8277         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8279         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8280         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8281         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8282         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8283         Moved ...
8284         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8285         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8286         Moved ...
8287         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8289         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8290         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8291         Moved ...
8292         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8293         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8294         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8295         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8296         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8297         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8298         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8299         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8300         Moved ...
8301         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8303         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8304         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8305         Moved ...
8306         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8307         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8308         Moved ...
8309         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8310         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8311         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8312         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8313         Moved ...
8314         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8315         ... here.
8316         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8317         Identical file removed.
8318         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8319         Moved ...
8320         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8321         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8322         Identical file removed.
8323         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8324         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8325         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8326         Moved ...
8327         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8328         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8329         Identical file removed.
8330         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8331         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8332         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8333         Identical file removed.
8334         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8335         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8336         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8337         Identical file removed.
8338         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8339         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8340         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8341         Identical file removed.
8342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8343         Moved ...
8344         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8345         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8346         Identical file removed.
8347         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8348         Moved ...
8349         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8350         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8351         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8352         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8353         Identical file removed.
8354         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8355         Moved ...
8356         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8357         ... here.
8358         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8359         Identical file removed.
8360         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8361         Moved ...
8362         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8363         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8364         Identical file removed.
8365         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8366         Moved ...
8367         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8368         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8369         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8370         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8371         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8372         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8373         Moved ...
8374         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8375         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8376         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8378         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8379         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8380         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8381         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8382         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8384 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8386         [BZ #17092]
8387         * nscd/nscd.c (monitor_child): Return exit status of child
8388         instead of return value from wait syscall.
8390 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8392         * configure.ac (libc_commonpagesize): Remove variable.
8393         (libc_relro_required): Likewise.
8394         (libc_cv_z_relro): Remove configure test.
8395         * configure: Regenerated.
8396         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8397         variable.
8398         (libc_relro_required): Likewise.
8399         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8400         (libc_relro_required): Likewise.
8401         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8402         (libc_relro_required): Likewise.
8403         * sysdeps/arm/preconfigure: Regenerated.
8404         * sysdeps/ia64/preconfigure: Remove file.
8405         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8406         variable.
8407         (libc_relro_required): Likewise.
8409         [BZ #16561]
8410         [BZ #16562]
8411         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8412         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8413         recompute overflowing results in original rounding mode.
8414         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8415         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8416         recompute overflowing results in original rounding mode.
8417         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8418         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8419         recompute overflowing results in original rounding mode.
8420         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8421         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8422         recompute overflowing results in original rounding mode.
8423         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8424         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8425         recompute overflowing results in original rounding mode.
8426         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8427         (libc_feholdsetround_ctx): New macro.
8428         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8429         * sysdeps/i386/fpu/libm-test-ulps: Update.
8430         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8432 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8434         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8435         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8436         corresponding .cpsetup call.
8438 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8440         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8441         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8442         * sysdeps/arm/Makefile [$(subdir) = csu]
8443         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8444         (static-only-routines): Add aeabi_read_tp here.
8445         (shared-only-routines): Add libc-aeabi_read_tp here.
8446         (CFLAGS-libc-start.c): Add -fexceptions here.
8447         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8448         (sysdep_routines, static-only-routines, shared-only-routines):
8449         Don't add to these here.
8450         (CFLAGS-libc-start.c): Likewise.
8452         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8453         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8454         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8455         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8456         * sysdeps/arm/Makefile [$(subdir) = rt]
8457         (librt-sysdep_routines, librt-shared-only-routines):
8458         Append rt-aeabi_unwind_cpp_pr1 here.
8459         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8460         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8461         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8462         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8463         Append nptl-aeabi_unwind_cpp_pr1 here.
8464         (tests): Filter out tst-cleanupx4 here.
8465         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8466         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8467         Don't do those here.
8469 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8471         * scripts/list-sources.sh: Do not handle ports specially.
8473 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8475         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8476         * sysdeps/arm/feupdateenv.c: Likewise.
8478         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8480 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8482         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8483         trailing whitespace removed.
8484         * scripts/config.guess: Update to version 2014-03-23.
8485         * scripts/config.sub: Update to version 2014-05-01
8486         * scripts/install-sh: Update to version 2013-12-25.23.
8487         * scripts/move-if-change: Update from gnulib.
8489 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8491         * debug/memmove_chk.c: Remove pagecopy.h include.
8493 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8495         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8496         identical to gnulib mktime.
8498 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8500         * configure.ac: Do not test for machine being rs6000.  Do not test
8501         for powerpc*-*soft.
8502         * configure: Regenerated.
8504         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8505         test.
8506         * configure: Regenerated.
8507         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8508         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8509         Remove configure test.
8510         * sysdeps/arm/configure: Regenerated.
8511         * sysdeps/nptl/configure.ac: Do not check
8512         libc_cv_asm_cfi_directives.
8513         * sysdeps/nptl/configure: Regenerated.
8514         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8515         * sysdeps/x86_64/nptl/configure: Remove generated file.
8516         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8517         unconditional.
8518         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8520 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8522         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8523         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8524         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8525         it is defined.
8527         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8528         instead of whether it is defined.
8529         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8530         * sysdeps/hppa/dl-machine.h: Likewise.
8531         * sysdeps/ia64/dl-machine.h: Likewise.
8532         * sysdeps/m68k/dl-machine.h: Likewise.
8533         * sysdeps/microblaze/dl-machine.h: Likewise.
8534         * sysdeps/mips/dl-machine.: Likewise.
8535         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8536         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8537         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8538         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8539         * sysdeps/sh/dl-machine.h: Likewise.
8540         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8541         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8542         * sysdeps/tile/dl-machine.h: Likewise.
8543         * sysdeps/x86_64/dl-machine.h: Likewise.
8545         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8546         code.
8547         (verify_persistent_db): Likewise.
8549 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8551         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8552         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8553         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8554         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8556         Moved ...
8557         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8558         ... here.
8559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8560         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8562         Identical file removed.
8563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8564         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8566         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8567         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8568         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8570         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8572         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8574         Moved ...
8575         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8577         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8579         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8580         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8581         Moved ...
8582         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8583         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8584         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8585         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8586         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8588         Identical file removed.
8589         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8590         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8591         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8592         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8594         Moved ...
8595         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8596         ... here.
8597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8598         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8600         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8602         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8604         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8605         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8606         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8608         Moved ...
8609         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8610         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8611         Moved ...
8612         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8614         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8615         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8616         Moved ...
8617         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8619         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8621         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8622         folded into ...
8623         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8624         * sysdeps/unix/sysv/linux/s390/Versions
8625         (libpthread: GLIBC_2.19): New version set.
8626         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8627         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8628         (librt: GLIBC_2.3.3): New version set.
8629         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8630         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8631         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8632         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8633         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8634         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8635         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8636         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8637         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8638         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8639         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8640         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8641         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8642         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8643         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8644         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8645         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8646         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8647         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8648         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8649         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8651         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8652         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8653         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8654         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8655         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8656         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8657         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8658         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8659         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8661         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8662         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8663         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8664         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8665         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8667         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8668         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8669         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8670         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8671         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8672         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8673         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8675         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8676         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8677         (__libc_vfork): Define the function under this name.
8678         [!NOT_IN_libc] (__vfork): Make this an alias.
8679         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8680         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8681         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8682         (__libc_vfork): Define the function under this name.
8683         [!NOT_IN_libc] (__vfork): Make this an alias.
8684         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8685         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8686         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8687         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8688         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8689         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8691         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8692         code that was previously under [RESET_PID].
8693         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8694         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8695         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8697         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8698         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8699         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8700         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8701         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8702         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8703         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8704         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8705         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8706         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8707         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8708         Moved ...
8709         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8710         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8711         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8712         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8713         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8714         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8715         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8716         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8717         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8718         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8719         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8720         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8721         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8722         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8723         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8724         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8725         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8726         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8727         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8728         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8729         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8730         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8731         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8732         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8733         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8734         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8735         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8736         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8737         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8739 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8741         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8742         that was previously under [RESET_PID].
8743         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8745 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8747         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8748         not undefine and redefine.
8749         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8750         [O_CLOEXEC]: Make code unconditional.
8751         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8752         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8753         <kernel-features.h>.
8754         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8755         conditional variable definition.
8756         (shm_open) [O_CLOEXEC]: Make code unconditional.
8757         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8758         code.
8760         * configure.ac (USE_REGPARMS): Don't define here.
8761         * configure: Regenerated.
8762         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8763         * sysdeps/i386/configure: Regenerated.
8765         * nptl/createthread.c: Don't include kernel-features.h.
8766         * nptl/pthread_cancel.c: Likewise.
8767         * nptl/pthread_condattr_setclock.c: Likewise.
8768         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8769         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8770         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8771         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8772         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8773         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8774         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8776         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8777         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8778         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8779         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8780         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8781         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8782         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8783         * nscd/gai.c: Likewise.
8784         * nss/nss_db/db-open.c: Likewise.
8785         * sysdeps/generic/ldsodefs.h: Likewise.
8786         * sysdeps/sh/nptl/tls.h: Likewise.
8787         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8788         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8789         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8790         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8791         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8792         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8793         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8794         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8795         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8796         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8797         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8798         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8799         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8800         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8801         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8802         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8803         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8804         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8805         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8806         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8807         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8808         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8809         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8810         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8811         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8812         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8814         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8815         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8816         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8817         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8818         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8819         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8820         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8821         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8822         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8823         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8824         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8825         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8826         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8827         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8828         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8829         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8830         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8831         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8832         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8833         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8834         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8835         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8836         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8837         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8838         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8839         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8840         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8841         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8842         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8843         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8844         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8867         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8868         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8869         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8870         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8871         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8872         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8873         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8874         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8875         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8876         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8877         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8878         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8879         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8880         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8881         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8882         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8883         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8884         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8885         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8886         * sysdeps/unix/sysv/linux/system.c: Likewise.
8887         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8888         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8889         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8890         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8891         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8892         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8893         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8895         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8896         * configure: Regenerated.
8897         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8899         * configure.ac (base_machine): Do not set specially for particular
8900         machines here.
8901         * configure: Regenerated.
8902         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8903         settings from configure.ac.
8904         * sysdeps/i386/preconfigure: New file.
8905         * sysdeps/s390/preconfigure: Likewise.
8906         * sysdeps/sh/preconfigure: Likewise.
8907         * sysdeps/sparc/preconfigure: Likewise.
8909 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8911         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8912         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8913         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8914         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8915         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8916         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8917         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8918         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8919         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8920         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8921         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8922         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8923         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8924         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8925         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8926         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8927         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8928         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8929         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8931         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8932         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8933         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8934         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8935         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8936         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8937         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8938         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8939         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8940         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8941         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8942         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8943         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8944         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8945         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8946         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8947         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8948         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8949         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8950         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8951         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8952         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8953         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8954         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8955         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8956         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8957         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8958         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8959         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8960         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8961         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8962         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8963         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8964         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8965         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8966         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8967         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8968         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8970         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8971         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8972         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8973         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8975         Moved ...
8976         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8977         ... here.
8978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8979         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8981         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8982         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8983         Moved ...
8984         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8985         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8986         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8987         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8988         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8990         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8992         Moved ...
8993         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8995         Moved ...
8996         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8998         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9000         Moved ...
9001         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9003         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9004         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9005         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9006         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9007         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9009         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9011         Moved ...
9012         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9013         ... here.
9014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9015         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9017         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9019         Moved ...
9020         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9022         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9024         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9026         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9028         Moved ...
9029         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9031         Moved ...
9032         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9034         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9036         Moved ...
9037         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9039         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9041         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9043 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9045         * timezone/checktab.awk: Update from tzcode 2014e.
9046         * timezone/private.h: Likewise.
9047         * timezone/tzfile.h: Likewise.
9048         * timezone/zdump.c: Likewise.
9049         * timezone/zic.c: Likewise.
9051         * sysdeps/unix/sysv/linux/kernel-features.h
9052         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9053         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9054         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9055         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9056         Remove conditional code.
9058 2014-06-25  Will Newton  <will.newton@linaro.org>
9060         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9061         (_dl_arm_cap_flags): Add HWCAP2 values.
9062         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9063         (_DL_HWCAP_COUNT): Increase to 37.
9064         (_DL_HWCAP_LAST): New define.
9065         (_DL_HWCAP2_LAST): New define.
9066         (_dl_procinfo): Add support for printing
9067         AT_HWCAP2 entries.
9068         (_dl_string_hwcap): Use _dl_hwcap_string.
9070 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9072         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9074 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9076         * README: Do not mention ports directory.
9078         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9079         Remove macro.
9080         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9081         <kernel-features.h>.
9082         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9083         conditional variable definition.
9084         (__futimes): Update comment.
9085         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9086         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9088         [BZ #16560]
9089         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9090         arguments close to 0.
9091         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9092         Likewise.
9093         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9094         Likewise.
9095         * math/auto-libm-test-in: Add more tests of exp10.
9096         * math/auto-libm-test-out: Regenerated.
9097         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9099         * sysdeps/unix/sysv/linux/kernel-features.h
9100         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9101         * sysdeps/unix/sysv/linux/readv.c: Do not include
9102         <kernel-features.h>.
9103         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9104         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9105         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9106         unconditional.
9107         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9108         conditional code.
9109         * sysdeps/unix/sysv/linux/writev.c: Do not include
9110         <kernel-features.h>.
9111         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9112         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9113         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9114         unconditional.
9115         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9116         conditional code.
9118 2014-06-25  Will Newton  <will.newton@linaro.org>
9120         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9121         comment changes throughout the file.  Remove checks
9122         for HAVE_*_H definitions that are not required.
9123         (__gen_tempname): Call abort if an unknown kind value is
9124         passed.
9126 2014-06-25  Andreas Schwab  <schwab@suse.de>
9128         [BZ #17086]
9129         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9130         scalbln, scalblnf, scalblnl in libc.
9132 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9134         [BZ #17086]
9135         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9136         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9137         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9139 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9141         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9142         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9143         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9144         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9145         Update #include.
9146         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9147         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9148         Update #include.
9149         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9150         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9151         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9152         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9153         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9154         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9155         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9156         * sysdeps/x86/bits/semaphore.h: ... here.
9157         * sysdeps/x86/nptl/elide.h: Moved ...
9158         * sysdeps/x86/elide.h: ... here.
9159         * sysdeps/x86_64/nptl/Implies: File removed.
9160         * sysdeps/i386/nptl/Implies: File removed.
9162 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9164         [BZ #16539]
9165         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9166         return the argument for normal arguments with exponent below -64.
9167         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9168         Likewise.
9169         * math/auto-libm-test-in: Add another test of expm1.
9170         * math/auto-libm-test-out: Regenerated.
9172         [BZ #16287]
9173         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9174         calling __erfcl for arguments at least 16.
9175         * math/auto-libm-test-in: Add more tests of erf.
9176         * math/auto-libm-test-out: Regenerated.
9178         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9179         individual architectures.
9180         * sysdeps/unix/sysv/linux/configure: Regenerated.
9181         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9182         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9183         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9184         (ldd_rewrite_script): Define variable.
9185         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9187         file.
9188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9189         generated file.
9190         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9191         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9192         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9193         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9194         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9195         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9196         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9197         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9199 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9201         [BZ #17084]
9202         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9203         Rename member __data.d to __data.__elision_data.
9205 2014-06-24  Wilco  <wdijkstr@arm.com>
9207         * NEWS: Add 16918 to fixed bug list.
9209 2014-06-24  Wilco  <wdijkstr@arm.com>
9211         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9213 2014-06-24  Wilco  <wdijkstr@arm.com>
9215         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9216         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9217         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9218         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9219         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9220         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9221         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9222         Use _FPU_MASK_RM.
9224 2014-06-24  Wilco  <wdijkstr@arm.com>
9226         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9228 2014-06-24  Wilco  <wdijkstr@arm.com>
9230         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9231         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9232         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9233         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9235 2014-06-24  Wilco  <wdijkstr@arm.com>
9237         [BZ #16918]
9238         * sysdeps/arm/feupdateenv.c (feupdateenv):
9239         Rewrite to reduce FPSCR accesses and fix return value.
9241 2014-06-24  Wilco  <wdijkstr@arm.com>
9243         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9244         Optimize to avoid unnecessary FPSCR writes.
9245         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9246         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9247         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9248         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9250 2014-06-24  Wilco  <wdijkstr@arm.com>
9252         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9253         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9254         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9255         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9256         Call libc_fetestexcept_vfp.
9257         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9258         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9259         __SOFTFP__ ifdef so that they can be built for softfp.
9261 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9263         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9264         argument type signed char.
9266         * Makerules (check-abi): Dump diff of symlist if the test
9267         fails.
9269 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9271         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9272         using abort.
9274         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9275         Remove unused variable ST.
9277 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9279         [BZ #16354]
9280         [BZ #17061]
9281         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9282         small arguments before calling __expm1.
9283         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9284         small arguments before calling __expm1f.
9285         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9286         small arguments before calling __expm1l.
9287         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9288         Likewise.
9289         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9290         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9291         spurious underflow for some cosh tests.
9292         * math/auto-libm-test-out: Regenerated.
9293         * sysdeps/i386/fpu/libm-test-ulps: Update.
9295         [BZ #17050]
9296         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9297         (__ieee754_y1): Set errno if return value overflows.
9298         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9299         (__ieee754_y1f): Set errno if return value overflows.
9300         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9301         (__ieee754_y1l): Set errno if return value overflows.
9302         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9303         (__ieee754_y1l): Set errno if return value overflows.
9304         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9305         * math/auto-libm-test-out: Regenerated.
9307         * math/gen-auto-libm-tests.c: Document use of
9308         ignore-zero-inf-sign.
9309         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9310         (input_flags): Add ignore-zero-inf-sign.
9311         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9312         * math/gen-libm-test.pl (generate_testfile): Handle
9313         ignore-zero-inf-sign.
9314         * math/auto-libm-test-in: Mark some cpow tests with
9315         ignore-zero-inf-sign and some with xfail-rounding.
9316         * math/auto-libm-test-out: Regenerated.
9317         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9318         * sysdeps/i386/fpu/libm-test-ulps: Update.
9319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9321         [BZ #16315]
9322         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9323         overflowing or underflowing operations take place with sign of
9324         result.
9325         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9326         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9327         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9328         (__ieee754_pow): Recompute overflowing and underflowing results in
9329         original rounding mode.
9330         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9331         (__powl_helper): Allow negative argument X and scale negated value
9332         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9333         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9334         overflowing or underflowing operations take place with sign of
9335         result.
9336         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9337         Include <math.h>.
9338         * math/auto-libm-test-in: Add more tests of pow.
9339         * math/auto-libm-test-out: Regenerated.
9340         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9341         (pow_tonearest_test_data): Remove.
9342         (pow_test_tonearest): Likewise.
9343         (pow_towardzero_test_data): Likewise.
9344         (pow_test_towardzero): Likewise.
9345         (pow_downward_test_data): Likewise.
9346         (pow_test_downward): Likewise.
9347         (pow_upward_test_data): Likewise.
9348         (pow_test_upward): Likewise.
9349         (main): Don't call removed functions.
9350         * sysdeps/i386/fpu/libm-test-ulps: Update.
9351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9353 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9356         Moved ...
9357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9362         Moved ...
9363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9365         Moved ...
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9368         File removed.
9369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9370         File removed.
9371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9372         File removed.
9373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9374         File removed.
9375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9376         File removed.
9377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9378         File removed.
9379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9380         File removed.
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9382         File removed.
9383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9384         File removed.
9385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9386         File removed.
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9388         File removed.
9389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9390         File removed.
9391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9392         Moved ...
9393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9395         Moved ...
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9397         ... here.
9398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9399         Moved ...
9400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9402         Moved ...
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9405         Moved ...
9406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9411         Moved ...
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9414         Moved ...
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9421         ... here.
9422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9423         Moved ...
9424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9426         Moved ...
9427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9428         ... here.
9429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9432         ... here.
9433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9434         Moved ...
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9436         ... here.
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9438         Moved ...
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9446         Moved ...
9447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9448         ... here.
9449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9450         Moved ...
9451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9452         ... here.
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9454         Moved ...
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9457         Moved ...
9458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9460         Moved ...
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9463         Moved ...
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9466         Moved ...
9467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9468         ... here.
9469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9470         Moved ...
9471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9473         Moved ...
9474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9476         Moved ...
9477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9479         Moved ...
9480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9484         Moved ...
9485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9487         Moved ...
9488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9490         Moved ...
9491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9492         ... here.
9493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9494         Moved ...
9495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9496         ... here.
9497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9498         Moved ...
9499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9500         ... here.
9501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9502         Moved ...
9503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9505         Moved ...
9506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9508         Moved ...
9509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9511         Moved ...
9512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9513         ... here.
9514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9515         Moved ...
9516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9517         ... here.
9518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9519         Moved ...
9520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9521         ... here.
9522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9523         Moved ...
9524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9526         Moved ...
9527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9529 2014-06-23  Will Newton  <will.newton@linaro.org>
9530             Wilco  <wdijkstr@arm.com>
9532         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9533         implementation.  Include get-rounding-mode.h.
9534         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9535         [!libc_feholdsetround_noex_ctx]: Define
9536         libc_feholdsetround_noex_ctx.
9537         [!libc_feholdsetround_noexf_ctx]: Define
9538         libc_feholdsetround_noexf_ctx.
9539         [!libc_feholdsetround_noexl_ctx]: Define
9540         libc_feholdsetround_noexl_ctx.
9541         (libc_feholdsetround_ctx): New function.
9542         (libc_feresetround_ctx): New function.
9543         (libc_feholdsetround_noex_ctx): New function.
9544         (libc_feresetround_noex_ctx): New function.
9546 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9548         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9549         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9550         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9551         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9552         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9553         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9555         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9556         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9557         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9558         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9559         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9560         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9561         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9562         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9563         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9566         Moved ...
9567         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9568         ... here.
9569         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9572         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9573         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9574         Moved ...
9575         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9576         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9577         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9578         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9579         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9580         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9581         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9582         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9585         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9586         Moved ...
9587         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9588         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9589         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9591         Moved ...
9592         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9593         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9594         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9595         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9596         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9597         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9598         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9599         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9600         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9601         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9602         Moved ...
9603         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9604         ... here.
9605         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9606         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9607         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9608         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9609         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9610         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9611         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9612         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9613         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9614         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9615         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9616         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9617         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9618         Moved ...
9619         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9620         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9621         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9622         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9623         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9624         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9625         Moved ...
9626         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9627         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9628         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9629         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9630         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9632         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9633         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9634         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9635         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9636         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9637         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9638         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9639         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9640         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9641         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9642         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9643         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9644         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9645         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9646         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9647         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9648         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9649         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9650         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9651         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9652         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9653         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9654         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9655         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9656         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9657         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9658         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9659         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9661 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9663         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9664         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9665         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9666         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9667         (IPV6_PMTUDISC_INTERFACE): Likewise.
9668         (IPV6_PMTUDISC_OMIT): Likewise.
9670 2014-06-23  Andreas Schwab  <schwab@suse.de>
9672         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9673         Remove unused errout label.
9675 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9677         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9678         macro: hardware supports Vector Crypto instructions.
9680 2014-06-23  Will Newton  <will.newton@linaro.org>
9682         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9683         rather than __builtin_expect.
9685         * elf/dl-lookup.c (undefined_msg): Remove variable.
9686         (_dl_lookup_symbol_x): Replace undefined_msg with string
9687         literal.
9689         * elf/dl-lookup.c (do_lookup_unique): New function.
9690         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9691         to a separate function.
9693 2014-06-23  Andreas Schwab  <schwab@suse.de>
9695         [BZ #17079]
9696         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9697         before reading the next line.
9699 2014-06-23  Will Newton  <will.newton@linaro.org>
9701         * test-skeleton.c (signal_handler): Use printf and %m
9702         rather than perror.  Use printf rather than fprintf to
9703         stderr.  Use puts rather than fputs to stderr.
9704         (main): Likewise.
9706 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9708         * nscd/nscd.c (thread_info_t): Remove typedef.
9709         (thread_info): Remove variable.
9711 2014-06-21  Allan McRae  <allan@archlinux.org>
9713         * NEWS: Mention CVE-2014-4043.
9715 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9717         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9718         * nptl/smp.h: ... here.
9720         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9722         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9723         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9724         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9725         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9727         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9728         * nptl/stack-aliasing.h: New file.
9729         * sysdeps/i386/i686/stack-aliasing.h: New file.
9730         * sysdeps/i386/i686/nptl/Makefile: File removed.
9731         * sysdeps/x86_64/stack-aliasing.h: New file.
9732         * sysdeps/x86_64/nptl/Makefile
9733         (CFLAGS-pthread_create.c): Variable removed.
9735         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9736         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9737         old file.
9738         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9739         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9740         old file.
9742 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9744         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9745         (__ASSUME_SIGFRAME_V2): Remove macro.
9746         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9747         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9748         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9749         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9750         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9751         Declare as function.  Remove conditional macro definitions.
9752         (__default_rt_sa_restorer): Likewise.
9753         (__default_sa_restorer_v1): Remove declaration.
9754         (__default_sa_restorer_v2): Likewise.
9755         (__default_rt_sa_restorer_v1): Likewise.
9756         (__default_rt_sa_restorer_v2): Likewise.
9757         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9758         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9759         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9761 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9763         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9764         (libpthread-routines): Add sysdep.
9765         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9766         * sysdeps/unix/sysv/linux/sparc/Versions
9767         (libpthread: GLIBC_2.3.3): New version set.
9768         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9769         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9770         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9771         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9772         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9773         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9774         Moved ...
9775         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9777         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9778         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9779         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9780         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9781         * sysdeps/sparc/nptl/sem_init.c: ... here.
9782         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9783         * sysdeps/sparc/nptl/sem_post.c: ... here.
9784         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9785         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9787         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9789         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9790         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9791         (libpthread-routines): Add cpu_relax.
9792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9793         File removed.
9794         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9795         (librt: GLIBC_2.3.3): New version set.
9796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9797         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9798         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9799         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9802         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9804         Moved ...
9805         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9807         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9808         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9809         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9810         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9811         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9813         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9814         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9815         Moved ...
9816         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9817         Update #include.
9818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9819         Moved ...
9820         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9821         Update #include.
9822         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9823         Moved ...
9824         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9825         Update #include.
9826         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9827         Moved ...
9828         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9829         Update #include.
9830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9831         Moved ...
9832         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9833         Update #include.
9834         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9835         Moved ...
9836         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9837         Update #include.
9838         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9839         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9840         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9841         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9842         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9843         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9845         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9847         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9849         Moved ...
9850         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9851         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9852         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9853         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9854         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9856 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9858         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9859         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9860         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9861         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9862         * nscd/nscd.c: Likewise.
9863         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9864         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9865         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9866         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9868         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9869         <kernel-features.h>.
9870         (init_mq_netlink): Remove conditional have_sock_cloexec
9871         definitions.  Remove code conditional on have_sock_cloexec < 0.
9872         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9873         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9874         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9875         <kernel-features.h>.
9876         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9877         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9879 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9881         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9882         Add tests for memset_chk and memset.
9884         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9885         with AVX2_Usable.
9887 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9889         [BZ #16046]
9890         * elf/tst-dl-iter-static.c: New file.
9891         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9893         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9894         error.
9896 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9898         * sysdeps/unix/sysv/linux/kernel-features.h
9899         (__ASSUME_F_GETOWN_EX): Remove macro.
9900         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9901         <kernel-features.h>.
9902         (miss_F_GETOWN_EX): Remove variable or macro.
9903         (do_fcntl): Do not check miss_F_GETOWN_EX.
9904         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9906         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9907         Remove macro.
9908         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9909         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9910         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9912         * sysdeps/unix/sysv/linux/kernel-features.h
9913         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9914         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9915         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9916         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9918 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9920         [BZ #17075]
9921         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9922         Fix calculation of the symbol's value.
9923         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9924         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9925         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9926         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9927         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9928         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9929         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9930         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9931         (modules-names): Add `tst-armtlsdescmod',
9932         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9933         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9934         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9935         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9936         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9937         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9938         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9939         ($(objpfx)tst-armtlsdescloc): New dependency.
9940         ($(objpfx)tst-armtlsdescextnow): Likewise.
9941         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9942         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9943         TLS scheme support.
9944         * sysdeps/arm/configure: Regenerate.
9946 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9948         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9949         (__atfct_seterrno_2): Likewise.
9950         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9951         <kernel-features.h>.
9952         (__ASSUME_ATFCTS): Do not undefine and redefine.
9953         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9954         (__have_atfcts): Remove conditional definition.
9955         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9956         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9957         unreachable if [__ASSUME_ATFCTS].
9958         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9959         not undefine and redefine.
9960         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9961         <kernel-features.h>.
9962         (faccessat) [__NR_faccessat]: Make code unconditional.
9963         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9964         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9965         <kernel-features.h>.
9966         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9967         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9968         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9969         <kernel-features.h>.
9970         (fchownat) [__NR_fchownat]: Make code unconditional.
9971         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9972         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9973         <kernel-features.h>.
9974         (futimesat) [__NR_futimesat]: Make code unconditional.
9975         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9976         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9977         <kernel-features.h>.
9978         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9979         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9980         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9981         <kernel-features.h>.
9982         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9983         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9984         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9985         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9986         <kernel-features.h>.
9987         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9988         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9989         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9990         <kernel-features.h>.
9991         (linkat) [__NR_linkat]: Make code unconditional.
9992         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9993         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9994         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9995         <kernel-features.h>.
9996         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9997         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9998         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9999         <kernel-features.h>.
10000         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10001         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10002         * sysdeps/unix/sysv/linux/openat.c: Do not include
10003         <kernel-features.h>.
10004         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10005         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10006         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10007         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10008         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10009         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10010         <kernel-features.h>.
10011         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10012         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10013         result of INLINE_SYSCALL directly, not via int variable.
10014         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10015         <kernel-features.h>.
10016         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10017         (renameat) [__NR_renameat]: Make code unconditional.
10018         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10019         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10020         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10021         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10022         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10023         (__ASSUME_ATFCTS): Do not undefine and redefine.
10024         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10025         <kernel-features.h>.
10026         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10027         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10028         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10029         <kernel-features.h>.
10030         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10031         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10032         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10033         (__ASSUME_ATFCTS): Do not undefine and redefine.
10034         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10035         <kernel-features.h>.
10036         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10037         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10038         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10039         <kernel-features.h>.
10040         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10041         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10043 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10045         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10047 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10049         [BZ #17069]
10050         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10051         constructed tree before returning error.
10052         * posix/bug-regexp36.c: Expand test case.
10054 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10056         [BZ #6803]
10057         * math/libm-test.inc (scalbln_test_date):
10058         Add errno expectations.
10059         * math/w_scalblnf.c: New File.
10060         Add wrapper which checks for setting errno to ERANGE.
10061         Add weak_alias for corresponding scalbln function.
10062         * math/w_scalbln.c: Likewise.
10063         * math/w_scalblnl.c: Likewise.
10064         * math/Makefile (libm-calls): Add w_scalbln.
10065         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10066         Remove weak_alias for corresponding scalbln function.
10067         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10068         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10069         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10070         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10071         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10072         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10073         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10074         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10075         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10076         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10077         Remove long_double_symbol for scalblnl function in libm, libc.
10078         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10079         Add wrapper which checks for setting errno to ERANGE.
10080         Add long_double_symbol for scalblnl function in libm, libc.
10081         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10082         Remove long_double_symbol for scalblnl in libm.
10083         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10084         Add wrapper which checks for setting errno to ERANGE.
10085         Add long_double_symbol for scalblnl function in libm.
10086         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10087         Do not use wrapper because of own implementation.
10089 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10091         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10092         3 bytes for __pad1 for x32.
10093         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10095 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10096             H.J. Lu  <hongjiu.lu@intel.com>
10098         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10099         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10100         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10101         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10102         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10104 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10106         [BZ #17069]
10107         * posix/regcomp.c (parse_expression): Deallocate partially
10108         constructed tree before returning error.
10109         * posix/Makefile.c (tests): Add bug-regex36.
10110         (generated): Add bug-regex36.mtrace.
10111         (tests-special): Add $(objpfx)bug-regex36-mem.out
10112         (bug-regex36-ENV): New variable.
10113         ($(objpfx)bug-regex36-mem.out): New rule.
10114         * posix/bug-regex36.c: New file.
10116 2014-06-19  Will Newton  <will.newton@linaro.org>
10118         * malloc/malloc.c (systrim): If extra is zero then return
10119         early.
10121 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10123         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10125 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10127         * sysdeps/aarch64/strchr.S: New file.
10129 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10131         [BZ #17022]
10132         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10133         from arguments -2 or below.
10134         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10135         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10137 2014-06-18  Andreas Schwab  <schwab@suse.de>
10139         [BZ #17062]
10140         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10141         of a bracket expr not to run off the end of the string.
10142         * posix/Makefile (tests): Add tst-fnmatch3.
10143         * posix/tst-fnmatch3.c: New file.
10145 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10147         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10148         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10149         [$(cross-compiling) = no]: Likewise.
10150         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10151         [$(cross-compiling) = no]: Likewise.
10153 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10155         [BZ #17031]
10156         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10157         double, adjusted for any remainder from the high double.
10158         * math/libm-test.inc (nearbyint): Add tests.
10159         (rint): Likewise.
10161 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10163         * nptl/sysdeps/powerpc/Makefile: Moved ...
10164         * sysdeps/powerpc/nptl/Makefile: ... here.
10165         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10166         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10167         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10168         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10169         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10170         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10171         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10172         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10173         * nptl/sysdeps/powerpc/tls.h: Moved ...
10174         * sysdeps/powerpc/nptl/tls.h: ... here.
10176 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10178         [BZ #16681]
10179         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10180         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10181         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10182         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10183         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10184         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10185         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10186         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10187         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10189 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10191         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10193 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10195         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10196         defined operator.
10198         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10199         $TIMEOUTFACTOR.
10201 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10203         [BZ #17058]
10204         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10205         non-executed part of the test.
10207 2014-06-16  Andreas Schwab  <schwab@suse.de>
10209         * string/bits/string2.h (strdup, strndup): Update feature guard.
10211 2014-06-14  David S. Miller  <davem@davemloft.net>
10213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10215 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10217         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10218         that was previously under [RESET_PID].
10219         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10221         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10222         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10223         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10224         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10225         (__libc_vfork): New strong alias.
10226         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10228 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10230         * sysdeps/generic/elide.h: New file.
10232 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10234         * Makefile (installed-headers): Adjust path of pthread.h header.
10236 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10238         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10239         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10241         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10243         * nptl/sysdeps/s390/Makefile: Moved ...
10244         * sysdeps/s390/nptl/Makefile: ... here.
10245         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10246         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10247         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10248         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10249         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10250         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10251         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10252         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10253         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10254         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10255         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10256         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10257         * nptl/sysdeps/s390/tls.h: Moved ...
10258         * sysdeps/s390/nptl/tls.h: ... here.
10260         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10261         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10263 2014-06-13  David S. Miller  <davem@davemloft.net>
10265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10266         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10267         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10268         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10270         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10272         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10273         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10274         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10275         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10276         Remove RESET_PID cpp guards.
10277         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10278         Remove RESET_PID cpp guards.
10279         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10281 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10283         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10284         __sp to uintptr_t.
10286 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10288         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10289         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10290         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10291         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10292         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10293         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10294         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10295         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10296         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10297         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10298         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10299         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10300         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10301         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10302         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10303         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10304         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10305         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10306         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10307         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10309         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10310         (pthread_rwlock_rdlock): Add elision.
10311         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10312         (pthread_rwlock_wrlock): Add elision.
10313         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10314         (pthread_rwlock_trywrlock): Add elision.
10315         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10316         (pthread_rwlock_tryrdlock): Add elision.
10317         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10318         (pthread_rwlock_tryrdlock): Add elision unlock.
10319         * nptl/sysdeps/pthread/pthread.h:
10320         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10321         (PTHREAD_RWLOCK_INITIALIZER,
10322         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10323         Handle new elision field.
10324         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10325         * sysdeps/arm/nptl/bits/pthreadtypes.h
10326         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10327         * sysdeps/sh/nptl/bits/pthreadtypes.h
10328         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10329         * sysdeps/tile/nptl/bits/pthreadtypes.h
10330         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10331         * sysdeps/a/nptl/bits/pthreadtypes.h
10332         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10333         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10334         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10335         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10336         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10337         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10338         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10339         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10340         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10341         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10342         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10343         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10344         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10345         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10346         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10347         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10348         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10349         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10350         (elision_init): Set try_xbegin to zero when no RTM.
10351         * sysdeps/x86/nptl/bits/pthreadtypes.h
10352         (pthread_rwlock_t): Change __pad1 to __rwelision.
10353         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10355 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10357         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10358         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10359         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10360         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10362 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10364         [BZ #16996]
10365         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10366         that the cached result has been set before returning it.
10368 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10370         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10371         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10372         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10373         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10374         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10375         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10377         * nptl/sysdeps/sparc/Makefile: Moved ...
10378         * sysdeps/sparc/nptl/Makefile: ... here.
10379         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10380         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10381         * nptl/sysdeps/sparc/tls.h: Moved ...
10382         * sysdeps/sparc/nptl/tls.h: ... here.
10383         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10384         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10385         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10386         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10387         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10388         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10389         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10390         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10391         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10392         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10393         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10394         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10395         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10396         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10397         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10398         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10399         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10400         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10401         Update #include.
10402         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10403         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10404         Update #include.
10405         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10406         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10407         Update #include.
10408         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10410         Update #include.
10412         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10414         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10415         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10417         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10418         (struct list_links): Type removed.
10419         (struct thread_node, struct timer_node): Replace struct list_links
10420         with struct list_head.
10421         (list_unlink_ip): Likewise.
10422         * sysdeps/pthread/timer_routines.c
10423         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10424         (list_append, list_insbefore): Likewise.
10425         (list_init): Function removed.
10426         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10427         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10428         * sysdeps/pthread/Makefile: ... here, new file.
10430         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10431         * sysdeps/nptl/Implies: ... here.
10432         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10433         * nptl/sysdeps/pthread/list.h: Moved ...
10434         * include/list.h: ... here.
10435         * nptl/sysdeps/pthread/createthread.c: Moved ...
10436         * nptl/createthread.c: ... here.
10437         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10438         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10439         * nptl/pt-longjmp.c: ... here.
10440         * nptl/sysdeps/pthread/Makefile: Moved ...
10441         * sysdeps/nptl/Makefile: ... here.
10442         * nptl/sysdeps/pthread/Subdirs: Moved ...
10443         * sysdeps/nptl/Subdirs: ... here.
10444         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10445         * sysdeps/nptl/aio_misc.h: ... here.
10446         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10447         * sysdeps/nptl/bits/libc-lock.h: ... here.
10448         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10449         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10450         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10451         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10452         * nptl/sysdeps/pthread/configure: Moved ...
10453         * sysdeps/nptl/configure: ... here.
10454         * nptl/sysdeps/pthread/configure.ac: Moved ...
10455         * sysdeps/nptl/configure.ac: ... here.
10456         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10457         * sysdeps/nptl/gai_misc.h: ... here.
10458         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10459         * sysdeps/nptl/librt-cancellation.c: ... here.
10460         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10461         * sysdeps/nptl/malloc-machine.h: ... here.
10462         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10463         * sysdeps/nptl/pthread-functions.h: ... here.
10464         * nptl/sysdeps/pthread/pthread.h: Moved ...
10465         * sysdeps/nptl/pthread.h: ... here.
10466         * nptl/sysdeps/pthread/setxid.h: Moved ...
10467         * sysdeps/nptl/setxid.h: ... here.
10468         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10469         * sysdeps/nptl/sigfillset.c: ... here.
10470         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10471         * sysdeps/nptl/tcb-offsets.h: ... here.
10472         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10473         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10474         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10475         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10476         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10477         * sysdeps/pthread/allocalim.h: ... here.
10478         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10479         * sysdeps/pthread/bits/sigthread.h: ... here.
10480         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10481         * sysdeps/pthread/flockfile.c: ... here.
10482         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10483         * sysdeps/pthread/ftrylockfile.c: ... here.
10484         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10485         * sysdeps/pthread/funlockfile.c: ... here.
10486         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10487         * sysdeps/pthread/posix-timer.h: ... here.
10488         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10489         * sysdeps/pthread/timer_create.c: ... here.
10490         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10491         * sysdeps/pthread/timer_delete.c: ... here.
10492         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10493         * sysdeps/pthread/timer_getoverr.c: ... here.
10494         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10495         * sysdeps/pthread/timer_gettime.c: ... here.
10496         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10497         * sysdeps/pthread/timer_routines.c: ... here.
10498         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10499         * sysdeps/pthread/timer_settime.c: ... here.
10500         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10501         * sysdeps/pthread/tst-timer.c: ... here.
10502         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10503         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10505         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10506         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10508         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10509         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10510         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10511         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10512         Update #include target.
10513         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10514         * sysdeps/i386/i686/nptl/Makefile: ... here.
10515         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10516         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10517         Update #include target.
10518         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10519         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10520         * nptl/sysdeps/i386/Makefile: Moved ...
10521         * sysdeps/i386/nptl/Makefile: ... here.
10522         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10523         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10524         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10525         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10526         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10527         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10528         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10529         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10530         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10531         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10532         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10533         * nptl/sysdeps/i386/tls.h: Moved ...
10534         * sysdeps/i386/nptl/tls.h: ... here.
10536         * sysdeps/sh/Makefile [$(subdir) = csu]
10537         (gen-as-const-headers): Add tcb-offsets.sym.
10538         * nptl/sysdeps/sh/Makefile: File removed.
10539         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10540         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10541         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10542         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10543         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10544         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10545         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10546         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10547         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10548         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10549         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10550         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10551         * nptl/sysdeps/sh/tls.h: Moved ...
10552         * sysdeps/sh/nptl/tls.h: ... here.
10553         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10554         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10555         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10556         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10557         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10558         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10559         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10560         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10562         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10564         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10565         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10566         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10567         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10568         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10569         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10570         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10571         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10572         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10573         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10574         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10575         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10576         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10577         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10578         Moved ...
10579         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10580         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10581         Moved ...
10582         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10583         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10584         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10585         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10586         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10587         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10588         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10589         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10590         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10591         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10592         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10593         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10594         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10595         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10596         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10597         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10598         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10599         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10600         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10602 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10604         * posix/spawn_faction_addopen.c: Include string.h.
10606 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10608         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10609         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10610         * nptl/sysdeps/x86_64/Makefile: Moved ...
10611         * sysdeps/x86_64/nptl/Makefile: ... here.
10612         * nptl/sysdeps/x86_64/configure: Moved ...
10613         * sysdeps/x86_64/nptl/configure: ... here.
10614         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10615         * sysdeps/x86_64/nptl/configure.ac: ... here.
10616         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10617         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10618         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10619         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10620         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10621         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10622         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10623         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10624         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10625         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10626         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10627         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10628         * nptl/sysdeps/x86_64/tls.h: Moved ...
10629         * sysdeps/x86_64/nptl/tls.h: ... here.
10630         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10631         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10632         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10633         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10635         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10637 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10641 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10643         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10644         type.
10645         [POSIX] (off_t): Likewise.
10646         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10647         [POSIX] (S_ISBLK): Require macro.
10648         [POSIX] (S_ISCHR): Likewise.
10649         [POSIX] (S_ISDIR): Likewise.
10650         [POSIX] (S_ISFIFO): Likewise.
10651         [POSIX] (S_ISREG): Likewise.
10652         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10653         optional-macro.
10654         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10655         type.
10656         [POSIX] (time_t): Likewise.
10657         [POSIX] (timer_t): Likewise.
10659 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10661         [BZ #17048]
10662         * posix/spawn_int.h (struct __spawn_action): Make the path string
10663         non-const to support deallocation.
10664         * posix/spawn_faction_addopen.c
10665         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10666         * posix/spawn_faction_destroy.c
10667         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10668         path in all spawn_do_open actions.
10669         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10670         posix_spawn_file_actions_addopen.
10672 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10674         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10675         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10676         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10677         conditional code always true.
10678         (__libc_vfork): New alias.
10680 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10682         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10683         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10685         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10687         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10688         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10690         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10691         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10693         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10694         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10696 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10698         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10699         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10700         multiarch strcmp for PPC64.
10701         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10702         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10703         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10704         multiarch optimizations.
10705         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10706         (__libc_ifunc_impl_list): Likewise.
10708 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10710         * benchtests/scripts/validate_benchout.py: New script.
10711         * benchtests/Makefile (bench-func): Call it.
10712         * benchtests/scripts/benchout.schema.json: New file.
10714 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10716         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10717         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10718         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10719         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10720         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10721         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10722         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10723         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10724         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10725         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10726         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10727         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10728         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10729         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10730         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10731         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10733         Moved ...
10734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10735         ... here.
10736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10737         Moved ...
10738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10740         Moved ...
10741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10742         ... here.
10743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10744         Moved ...
10745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10746         ... here.
10747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10748         Moved ...
10749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10751         Moved ...
10752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10753         ... here.
10754         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10755         Moved ...
10756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10757         ... here.
10758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10759         Moved ...
10760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10762         Moved ...
10763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10764         ... here.
10765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10766         Moved ...
10767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10768         ... here.
10769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10770         Moved ...
10771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10772         ... here.
10773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10774         Moved ...
10775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10777         Moved ...
10778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10779         ... here.
10780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10781         Moved ...
10782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10783         ... here.
10784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10785         Moved ...
10786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10787         ... here.
10788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10789         Moved ...
10790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10792         Moved ...
10793         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10794         ... here.
10795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10796         Moved ...
10797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10798         ... here.
10799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10800         Moved ...
10801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10802         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10803         Moved ...
10804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10805         ... here.
10806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10807         Moved ...
10808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10810         Moved ...
10811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10813         Moved ...
10814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10815         ... here.
10816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10817         Moved ...
10818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10819         ... here.
10820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10821         Moved ...
10822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10823         ... here.
10824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10825         Moved ...
10826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10828         Moved ...
10829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10830         ... here.
10831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10832         Moved ...
10833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10834         ... here.
10835         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10836         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10837         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10838         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10839         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10840         Moved ...
10841         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10842         ... here.
10843         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10844         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10845         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10846         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10847         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10848         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10849         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10850         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10851         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10852         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10853         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10854         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10855         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10856         Moved ...
10857         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10858         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10859         Moved ...
10860         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10861         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10862         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10863         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10864         Moved ...
10865         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10866         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10867         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10868         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10869         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10870         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10871         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10873 2014-06-10  Wilco  <wdijkstr@arm.com>
10875         * math/test-fenv-return.c: New file.
10876         * math/Makefile: Add new test test-fenv-return.
10878 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10880         [BZ #17042]
10881         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10882         when x - 1 is zero.
10883         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10884         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10885         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10886         0.0L for an argument of 1.0L.
10887         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10888         Likewise.
10889         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10890         value when x - 1 is zero.
10891         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10892         * sysdeps/i386/fpu/libm-test-ulps: Update.
10893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10895 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10897         [BZ #15119]
10898         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10900 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10902         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10903         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10905 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10907         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10908         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10910         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10911         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10913         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10914         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10916         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10917         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10919         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10920         if not already defined.
10921         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10922         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10923         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10924         (TLS_INIT_TP): Use it.
10925         (TLS_DEFINE_INIT_TP): New macro.
10926         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10928 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10930         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10931         constant.
10932         [POSIX] (IXANY): Likewise.
10933         [POSIX] (OLCUC): Likewise.
10934         [POSIX || POSIX2008] (CBAUD): Do not allow.
10935         [POSIX || POSIX2008] (DEFECHO): Likewise.
10936         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10937         [POSIX || POSIX2008] (ECHOKE): Likewise.
10938         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10939         [POSIX || POSIX2008] (EXTA): Likewise.
10940         [POSIX || POSIX2008] (EXTB): Likewise.
10941         [POSIX || POSIX2008] (FLUSHO): Likewise.
10942         [POSIX || POSIX2008] (LOBLK): Likewise.
10943         [POSIX || POSIX2008] (PENDIN): Likewise.
10944         [POSIX || POSIX2008] (SWTCH): Likewise.
10945         [POSIX || POSIX2008] (VDISCARD): Likewise.
10946         [POSIX || POSIX2008] (VDSUSP): Likewise.
10947         [POSIX || POSIX2008] (VLNEXT): Likewise.
10948         [POSIX || POSIX2008] (VREPRINT): Likewise.
10949         [POSIX || POSIX2008] (VSTATUS): Likewise.
10950         [POSIX || POSIX2008] (VWERASE): Likewise.
10951         (B*): Change to B[0123456789]*.
10952         * conform/data/time.h-data [POSIX || UNIX98]
10953         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10954         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10955         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10956         [POSIX] (tm_*): Do not allow.
10958 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10960         * Makefile (install): Don't set LANGUAGE.
10961         * Makefile.in (install): Likewise.
10962         * assert/Makefile (test-assert-ENV): Remove variable.
10963         (test-assert-perr-ENV): Likewise.
10964         * elf/Makefile (neededtest4-ENV): Likewise.
10965         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10966         [$(cross-compiling) = no]: Don't set LANGUAGE.
10967         * io/ftwtest-sh (LANG): Remove variable.
10968         * libio/Makefile (tst-widetext-ENV): Likewise.
10969         * manual/install.texi (Running make install): Don't refer to
10970         environment settings for make install.
10971         * INSTALL: Regenerated.
10972         * nptl/tst-tls6.sh: Don't set LANG.
10973         * posix/globtest.sh (LANG): Remove variable.
10974         * string/Makefile (tester-ENV): Likewise.
10975         (inl-tester-ENV): Likewise.
10976         (noinl-tester-ENV): Likewise.
10977         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10978         [$(cross-compiling) = no]: Don't set LANGUAGE.
10979         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10980         without explicit environment settings.
10982 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10984         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10985         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10986         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10987         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10989 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10991         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10992         other files in the crypt directory.
10993         * crypt/crypt.c: Remove duplicate includes.
10994         * crypt/crypt-entry.c: Likewise.
10995         * crypt/crypt_util.c: Likewise.
10997 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10999         * Makeconfig (run-program-env): New variable.
11000         (run-program-prefix-before-env): Likewise.
11001         (run-program-prefix-after-env): Likewise.
11002         (run-program-prefix): Define in terms of new variables.
11003         (built-program-cmd-before-env): New variable.
11004         (built-program-cmd-after-env): Likewise.
11005         (built-program-cmd): Define in terms of new variables.
11006         (test-program-prefix-before-env): New variable.
11007         (test-program-prefix-after-env): Likewise.
11008         (test-program-prefix): Define in terms of new variables.
11009         (test-program-cmd-before-env): New variable.
11010         (test-program-cmd-after-env): Likewise.
11011         (test-program-cmd): Define in terms of new variables.
11012         * Rules (make-test-out): Use $(run-program-env).
11013         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11014         (help): Do not mention environment variables.  Mention
11015         --timeoutfactor option.
11016         (timeoutfactor): New variable.
11017         (blacklist_exports): Remove function.
11018         (exports): Remove variable.
11019         (command): Do not include ${exports}.
11020         * manual/install.texi (Configuring and compiling): Do not mention
11021         test wrappers preserving environment variables.  Mention that last
11022         assignment to a variable must take precedence.
11023         * INSTALL: Regenerated.
11024         * benchtests/Makefile (run-bench): Use $(run-program-env).
11025         * catgets/Makefile ($(objpfx)test1.cat): Use
11026         $(built-program-cmd-before-env), $(run-program-env) and
11027         $(built-program-cmd-after-env).
11028         ($(objpfx)test2.cat): Do not specify environment variables
11029         explicitly.
11030         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11031         $(run-program-env) and $(built-program-cmd-after-env).
11032         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11033         $(run-program-env) and $(test-program-cmd-after-env).
11034         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11035         explicitly.
11036         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11037         run_program_env and test_program_cmd_after_env arguments.
11038         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11039         * elf/tst-pathopt.sh: Use run_program_env argument.
11040         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11041         $(test-wrapper-env) and $(run-program-env).
11042         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11043         run_program_env arguments.
11044         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11045         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11046         $(test-program-prefix-before-env), $(run-program-env) and
11047         $(test-program-prefix-after-env).
11048         ($(objpfx)tst-gettext2.out): Likewise.
11049         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11050         run_program_env and test_program_prefix_after_env arguments.
11051         * intl/tst-gettext2.sh: Likewise.
11052         * intl/tst-gettext4.sh: Do not set environment variables
11053         explicitly.
11054         * intl/tst-gettext6.sh: Likewise.
11055         * intl/tst-translit.sh: Likewise.
11056         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11057         $(test-program-prefix-before-env), $(run-program-env) and
11058         $(test-program-prefix-after-env).
11059         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11060         run_program_env and test_program_prefix_after_env arguments.
11061         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11062         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11063         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11064         explicitly with each use of ${test_wrapper_env}.
11065         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11066         $(test-program-prefix-before-env), $(run-program-env) and
11067         $(test-program-prefix-after-env).
11068         * posix/tst-getconf.sh: Do not set environment variables
11069         explicitly.
11070         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11071         run_program_env and test_program_prefix_after_env arguments.
11072         * stdio-common/tst-printf.sh: Do not set environment variables
11073         explicitly.
11074         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11075         $(test-program-prefix-before-env), $(run-program-env) and
11076         $(test-program-prefix-after-env).
11077         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11078         run_program_env and test_program_prefix_after_env arguments.
11079         Split $test calls into $test_pre and $test.
11080         * timezone/Makefile (build-testdata): Use
11081         $(built-program-cmd-before-env), $(run-program-env) and
11082         $(built-program-cmd-after-env).
11084 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11086         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11087         strlen for non SHARED builds.
11089 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11091         * nptl/allocatestack.c (check_list): Inlined function...
11092         (__reclaim_stacks): ... here.
11094 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11096         [BZ #15698]
11097         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11098         memory overrun.
11100 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11102         * Rules (make-test-out): Include
11103         LOCPATH=$(common-objpfx)localedata in default environment.
11104         * debug/Makefile (tst-chk1-ENV): Remove variable.
11105         (tst-chk2-ENV): Likewise.
11106         (tst-chk3-ENV): Likewise.
11107         (tst-chk4-ENV): Likewise.
11108         (tst-chk5-ENV): Likewise.
11109         (tst-chk6-ENV): Likewise.
11110         (tst-lfschk1-ENV): Likewise.
11111         (tst-lfschk2-ENV): Likewise.
11112         (tst-lfschk3-ENV): Likewise.
11113         (tst-lfschk4-ENV): Likewise.
11114         (tst-lfschk5-ENV): Likewise.
11115         (tst-lfschk6-ENV): Likewise.
11116         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11117         (tst-iconv7-ENV): Likewise.
11118         * intl/Makefile (LOCPATH-ENV): Likewise.
11119         (tst-codeset-ENV): Likewise.
11120         (tst-gettext3-ENV): Likewise.
11121         (tst-gettext5-ENV): Likewise.
11122         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11123         (tst-fopenloc-ENV): Likewise.
11124         (tst-fgetws-ENV): Remove variable.
11125         (tst-ungetwc1-ENV): Likewise.
11126         (tst-ungetwc2-ENV): Likewise.
11127         (bug-ungetwc2-ENV): Likewise.
11128         (tst-swscanf-ENV): Likewise.
11129         (bug-ftell-ENV): Likewise.
11130         (tst-fgetwc-ENV): Likewise.
11131         (tst-fseek-ENV): Likewise.
11132         (tst-ftell-partial-wide-ENV): Likewise.
11133         (tst-ftell-active-handler-ENV): Likewise.
11134         (tst-ftell-append-ENV): Likewise.
11135         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11136         (tst-regexloc-ENV): Likewise.
11137         (bug-regex1-ENV): Likewise.
11138         (tst-regex-ENV): Likewise.
11139         (tst-regex2-ENV): Likewise.
11140         (bug-regex5-ENV): Likewise.
11141         (bug-regex6-ENV): Likewise.
11142         (bug-regex17-ENV): Likewise.
11143         (bug-regex18-ENV): Likewise.
11144         (bug-regex19-ENV): Likewise.
11145         (bug-regex20-ENV): Likewise.
11146         (bug-regex22-ENV): Likewise.
11147         (bug-regex23-ENV): Likewise.
11148         (bug-regex25-ENV): Likewise.
11149         (bug-regex26-ENV): Likewise.
11150         (bug-regex30-ENV): Likewise.
11151         (bug-regex32-ENV): Likewise.
11152         (bug-regex33-ENV): Likewise.
11153         (bug-regex34-ENV): Likewise.
11154         (bug-regex35-ENV): Likewise.
11155         (tst-rxspencer-ENV): Likewise.
11156         (tst-rxspencer-no-utf8-ENV): Likewise.
11157         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11158         (tst-sscanf-ENV): Likewise.
11159         (tst-swprintf-ENV): Likewise.
11160         (tst-swscanf-ENV): Likewise.
11161         (test-vfprintf-ENV): Likewise.
11162         (scanf13-ENV): Likewise.
11163         (bug14-ENV): Likewise.
11164         (tst-grouping-ENV): Likewise.
11165         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11166         (tst-strtod3-ENV): Likewise.
11167         (tst-strtod4-ENV): Likewise.
11168         (tst-strtod5-ENV): Likewise.
11169         (testmb2-ENV): Likewise./
11170         * string/Makefile (tst-strxfrm-ENV): Likewise.
11171         (tst-strxfrm2-ENV): Likewise.
11172         (bug-strcoll1-ENV): Likewise.
11173         (test-strcasecmp-ENV): Likewise.
11174         (test-strncasecmp-ENV): Likewise.
11175         * time/Makefile (tst-strptime-ENV): Likewise.
11176         (tst-ftime_l-ENV): Likewise.
11177         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11178         (tst-mbrtowc-ENV): Likewise.
11179         (tst-wcrtomb-ENV): Likewise.
11180         (tst-mbrtowc2-ENV): Likewise.
11181         (tst-c16c32-1-ENV): Likewise.
11182         (tst-mbsnrtowcs-ENV): Likewise.
11184 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11186         * manual/resource.texi (How to get information about the memory
11187         subsystem?): Fix typo.
11188         Reported by Peon de la Parra Ivan <peon@keba.com>
11190 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11192         [BZ #16882]
11193         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11194         (pthread_spin_lock): Branch out of spin loop to proper location.
11195         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11196         (pthread_spin_lock): Likewise.
11198         * nptl/tst-spin4.c: New test.
11199         * nptl/Makefile (tests): Add tst-spin4.
11201 2014-06-03  Andreas Schwab  <schwab@suse.de>
11203         [BZ #15946]
11204         * resolv/res_send.c (send_dg): Reload file descriptor after
11205         calling reopen.
11207 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11209         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11211 2014-06-03  Richard Henderson  <rth@redhat.com>
11213         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11214         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11215         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11216         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11217         in the SAVE_PID block.
11218         (__libc_vfork): New alias.
11219         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11221         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11222         child in registers, not on the stack.  Remove RESET_PID conditionals.
11223         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11225 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11227         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11229 2014-06-03  Wilco  <wdijkstr@arm.com>
11231         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11232         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11233         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11234         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11235         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11236         Likewise.
11238 2014-06-03  Wilco  <wdijkstr@arm.com>
11240         * sysdeps/aarch64/fpu/math_private.h
11241         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11242         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11243         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11244         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11245         Fix declarations.
11247 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11249         * crypt/crypt-private.h: Include ufc-crypt.h.
11250         (__b64_from_24bit): Declare extern.
11251         * crypt/crypt_util.c(__b64_from_24bit): New function.
11252         (b64t): New static const variable.
11253         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11254         (b64t): Remove variable.
11255         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11256         * crypt/sha256-crypt.c: Include crypt-private.h.
11257         (b64t): Remove variable.
11258         (__sha256_crypt_r): Remove b64_from_24bit and replace
11259         with __b64_from_24bit.
11260         * crypt/sha512-crypt.c: Likewise.
11262 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11264         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11265         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11266         Label the code __libc_vfork rather than __vfork.
11267         [!NOT_IN_libc] (vfork): Define as weak alias.
11268         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11269         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11270         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11272 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11274         * malloc/malloc.c (malloc_info): Fix format specifier for
11275         n_mmaps.
11277 2014-06-02  Wilco  <wdijkstr@arm.com>
11279         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11280         FPCR write.
11282 2014-06-02  Wilco  <wdijkstr@arm.com>
11284         [BZ #17009]
11285         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11286         Rewrite to reduce FPCR/FPSR accesses.
11288 2014-06-01  David S. Miller  <davem@davemloft.net>
11290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11292 2014-05-31  David S. Miller  <davem@davemloft.net>
11294         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11295         to occur in round to nearest mode when |x| >= 2.0
11297 2014-05-30  Richard Henderson  <rth@twiddle.net>
11299         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11300         (PSEUDO_RET_NOERRNO): Remove.
11301         (ret): Don't redefine.
11302         (ret_NOERRNO): Define in terms of ret.
11303         (ret_ERRVAL): Likewise.
11305         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11306         use of PSEUDO_RET; perform the error check directly.
11308 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11310         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11311         with __int128_t.
11313 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11315         * malloc/malloc (malloc_info): Fix formatting.
11317 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11318             Roland McGrath  <roland@hack.frob.com>
11320         * malloc/malloc (malloc_info): Also print mmapped statistics.
11322 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11324         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11325         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11327 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11329         * malloc/malloc.c (malloc_info): Inline mi_arena.
11331 2014-05-29  Richard Henderson  <rth@twiddle.net>
11333         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11334         Remove comma before expanding ASM_ARGS_##nr.
11335         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11336         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11337         of ASM_ARGS_##nr.
11338         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11339         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11340         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11341         (ASM_ARGS_1): Add leading comma.
11343         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11344         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11345         to __errno_location.
11346         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11347         Remove the expected plt for __errno_location.
11349         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11350         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11351         call to __read_tp.
11353         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11354         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11355         it and break it down.
11356         (DOCARGS_0, DOCARGS_1): Do nothing.
11357         (DOCARGS_2): Update to store into the new stack frame.
11358         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11359         (UNDOCARGS_1): Update to restore from the new stack frame.
11360         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11361         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11363         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11364         (SINGLE_THREAD_P): New parameter for result regno.
11365         (PSEUDO): Update to match; use cbz instead of beq.
11367         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11368         Use ENTRY to define the _nocancel entry point.  Share the syscall
11369         and syscall error check paths with the cancel path.
11370         (PSEUDO_END): New.
11372         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11373         whitespace; tabs before and after asm mnemonics.
11375 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11377         [BZ #15132]
11378         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11379         Call fstat64 or stat64 internally, depending on arguments passed.
11380         Replace stat buffer argument with file descriptor argument.
11381         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11382         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11383         Pass fd to __internal_statvfs instead of calling fstat64.
11384         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11385         Pass fd to __internal_statvfs64 instead of calling fstat64.
11386         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11387         Pass -1 to __internal_statvfs instead of calling stat64.
11388         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11389         Pass -1 to __internal_statvfs64 instead of calling stat64.
11391 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11393         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11394         that was previously under [RESET_PID].
11395         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11397         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11398         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11400 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11402         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11404         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11405         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11407 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11409         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11411 2014-05-27  Andreas Schwab  <schwab@suse.de>
11413         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11414         TLS_INIT_TP macro.
11415         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11416         * elf/rtld.c (init_tls, dl_main): Likewise.
11417         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11418         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11419         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11420         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11421         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11422         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11423         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11424         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11425         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11426         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11427         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11428         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11429         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11430         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11431         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11432         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11433         * sysdeps/generic/tls.h: Update description.
11435 2014-05-27  Will Newton  <will.newton@linaro.org>
11437         [BZ #16990]
11438         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11439         and restore r2 rather than just restoring.
11441 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11443         [BZ #16724]
11444         * libio/tst-ftell-append.c: New test case.
11445         * libio/Makefile (tests): Add test case.
11446         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11447         append mode.
11448         * libio/wfileops.c (do_ftell_wide): Likewise.
11450 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11452         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11454         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11455         ...
11456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11458         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11459         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11460         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11461         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11462         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11463         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11464         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11465         Moved ...
11466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11467         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11468         Moved ...
11469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11470         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11471         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11472         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11473         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11474         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11475         ...
11476         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11477         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11478         Moved ...
11479         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11480         here.
11481         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11482         ...
11483         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11484         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11485         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11487         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11488         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11489         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11490         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11492         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11493         merge into ...
11494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11495         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11496         ...
11497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11499         ...
11500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11502         Moved ...
11503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11504         here.
11505         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11506         Moved ...
11507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11508         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11509         Moved ...
11510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11513         conditional [RESET_PID].
11514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11515         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11516         removed.
11517         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11518         removed.
11520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11521         <tcb-offsets.h>.
11522         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11523         (__libc_vfork): New strong alias.
11524         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11525         removed.
11526         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11527         Removed.
11529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11530         <tcb-offsets.h>.
11531         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11532         (__libc_vfork): New strong alias.
11533         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11534         removed.
11535         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11536         removed.
11538 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11540         * malloc/malloc.c (mi_arena): New function.
11541         (malloc_info): Remove nested function mi_arena. Call non-nosted
11542         function mi_arena.
11544 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11546         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11547         by insrwi.
11548         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11549         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11550         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11551         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11552         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11553         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11554         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11556 2014-05-26  Andreas Schwab  <schwab@suse.de>
11558         [BZ #16984]
11559         * locale/programs/repertoire.c (repertoire_read): Add slash
11560         between I18NPATH element and file name.
11561         * locale/programs/locfile.c (locfile_read): Likewise.
11563 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11565         * nptl/pthread_mutexattr_settype.c
11566         (__pthread_mutexattr_settype):
11567         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11569 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11571         * nptl/tst-mutex5 (do_test):
11572         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11574 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11576         * benchtests/README: Document 'init' directive.
11577         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11578         BENCH_INIT.
11579         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11580         (parse_file): Recognize 'init' directive.
11582 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11584         [BZ #16796]
11585         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11586         alignment of struct pthread.
11588 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11590         [BZ #16878]
11591         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11592         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11593         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11594         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11596 2014-05-25  Richard Henderson  <rth@twiddle.net>
11598         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11599         (SINGLE_THREAD_P_PIC): Remove.
11600         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11601         (SINGLE_THREAD_P_PIC): Remove.
11603         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11604         branch to syscall error ...
11605         (PSEUDO): ... here.
11606         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11607         from __local_syscall_error to .Lsyscall_error.
11608         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11609         (SYSCALL_ERROR): Update label name.
11611         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11612         Do not use DOARGS/UNDOARGS.
11613         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11614         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11615         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11616         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11617         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11619         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11620         block comment.
11622         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11623         define if !NOT_IN_libc.
11624         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11625         define with non-default symbol versions.
11627 2014-05-23  Richard Henderson  <rth@twiddle.net>
11629         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11630         (vfork, __vfork): Define via compat_symbol.
11632         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11633         [!HAVE_IFUNC] (vfork_compat): Remove.
11634         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11636 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11638         [BZ #16978]
11639         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11640         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11641         variable.
11643 2014-05-23  Richard Henderson  <rth@twiddle.net>
11645         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11646         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11647         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11648         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11650         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11651         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11652         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11653         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11654         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11655         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11656         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11657         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11658         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11659         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11660         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11661         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11662         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11663         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11664         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11665         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11666         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11667         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11668         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11669         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11670         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11671         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11673         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11674         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11675         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11676         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11677         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11679         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11680         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11681         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11682         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11683         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11687         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11688         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11689         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11690         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11691         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11692         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11693         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11694         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11695         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11696         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11697         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11698         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11699         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11700         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11701         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11702         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11703         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11704         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11705         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11707         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11708         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11709         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11710         before exiting on error.
11711         (__libc_vfork): New strong alias.
11712         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11713         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11715         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11716         that was previously under [RESET_PID].
11717         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11719         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11721 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11723         [BZ #16977]
11724         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11725         value when x - 1 is zero.
11726         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11727         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11728         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11729         0.0L for an argument of 1.0L.
11730         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11731         Likewise.
11732         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11733         value when x - 1 is zero.
11734         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11735         * sysdeps/i386/fpu/libm-test-ulps: Update.
11736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11738 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11740         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11741         alphasort and versionsort.
11743 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11745         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11746         macro.
11747         [copysignf]: Likewise.
11749 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11751         * crypt/md5-crypt.c: Fix formatting.
11753 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11755         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11756         (b64_from_24bit): New function.
11758 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11760         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11761         libc_hidden_builtin_def to ifunc.
11762         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11763         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11765 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11767         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11768         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11770 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11772         * nscd/Depend (linuxthreads): Remove.
11773         (nptl): Add.
11774         * resolv/Depend (linuxthreads): Remove.
11775         * rt/Depend (linuxthreads): Remove.
11777         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11778         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11779         $(common-objpfx)elf/.
11780         (link-libc-before-gnulib): Likewise.
11781         (elfobjdir): Remove variable.
11782         * Makefile (install): Use $(elf-objpfx) instead of
11783         $(common-objpfx)elf/.
11784         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11785         $(elfobjdir)/.
11786         (link-libc-deps): Likewise.
11787         ($(common-objpfx)libc.so): Likewise.
11788         ($(common-objpfx)linkobj/libc.so): Likewise.
11789         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11790         instead of $(common-objpfx)elf/.
11791         (symbolic-link-list): Likewise.
11792         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11793         [$(cross-compiling) = no]: Likewise.
11794         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11795         $(elfobjdir)/.
11796         (static-gnulib-arch): Likewise.
11797         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11798         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11799         $(common-objpfx)elf/.
11801 2014-05-21  Richard Henderson  <rth@redhat.com>
11803         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11804         (SINGLE_THREAD_P): Use the correct width load.  Fold
11805         into the ldr offset.
11807         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11808         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11810 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11812         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11813         (libgcc_s_resume): Use __attribute_used__.
11814         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11815         Likewise.
11817 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11819         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11820         optimization when used with float constants.
11822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11824 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11826         [BZ #16915]
11827         * locale/nl_langinfo_l.c: Make direct reference to every
11828         _nl_current_CATEGORY symbol.
11829         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11830         (tests-static): Add tst-langinfo-static.
11831         (tests-special): Add tst-langinfo-static.out.
11832         ($(objpfx)tst-langinfo.out): Redirect output.
11833         ($(objpfx)tst-langinfo-static.out): New.
11834         * localedata/tst-langinfo.sh: Send output to stdout.
11835         * localedata/tst-langinfo-static.c: New file.
11837         [BZ #16965]
11838         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11839         when the shift amount is modulo the limb size.
11841 2014-05-20  Richard Henderson  <rth@redhat.com>
11843         [BZ #16967]
11844         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11845         Change type of sa_flags from unsigned int to int.
11847         [BZ #16966]
11848         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11850         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11852 2014-05-20  Will Newton  <will.newton@linaro.org>
11854         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11855         Test the return value of the system call in the nocancel case.
11857 2014-05-20  Will Newton  <will.newton@linaro.org>
11858             Yvan Roux  <yvan.roux@linaro.org>
11860         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11861         #include of asm/ptrace.h.
11862         (PTRACE_GET_THREAD_AREA): Remove #undef.
11863         (PTRACE_GETHBPREGS): Likewise.
11864         (PTRACE_SETHBPREGS): Likewise.
11865         (struct user_regs_struct): New structure.
11866         (struct user_fpsimd_struct): New structure.
11867         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11868         #include of asm/ptrace.h and second #include of sys/user.h.
11869         (PTRACE_GET_THREAD_AREA): Remove #undef.
11870         (PTRACE_GETHBPREGS): Likewise.
11871         (PTRACE_SETHBPREGS): Likewise.
11872         (ELF_NGREG): Use new struct user_regs_struct.
11873         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11875 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11877         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11878         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11880 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11882         [BZ #16958]
11883         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11884         membar to avoid block loads/stores to overlap previous stores.
11886 2014-05-17  Richard Henderson  <rth@redhat.com>
11888         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11889         Create the __##syscall_name##_nocancel entry point.
11890         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11891         Remove; let the sysdep-cancel.h code create it.
11893 2014-05-17  David S. Miller  <davem@davemloft.net>
11895         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11896         Protect with __USE_GNU.
11897         (TIOCSET_TEMPT): Likewise.
11898         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11899         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11900         these are already provided in bits/ioctl-types.h
11902 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11904         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11905         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11907         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11908         Use wait4 regardless of [__NR_waitpid].
11910 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11912         PR libgcc/60166
11913         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11914         (_FP_NANSIGN_Q): Set the quiet bit.
11916 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11918         * benchtests/Makefile
11919         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11920         not $(common-objpfx)math/libm.so.
11921         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11922         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11923         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11924         $(common-objpfx)dlfcn/libdl.so.
11925         ($(objpfx)tst-audit8): Depend on $(libm), not
11926         $(common-objpfx)math/libm.so.
11927         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11928         not $(common-objpfx)dlfcn/libdl.so.
11929         * math/Makefile
11930         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11931         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11932         [$(build-shared) = yes].
11933         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11934         $(common-objpfx)nptl/libpthread.so.
11935         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11936         $(common-objpfx)math/libm.so$(libm.so-version) or
11937         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11938         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11939         $(common-objpfx)dlfcn/libdl.so.
11940         * setjmp/Makefile (link-libm): Remove variable.
11941         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11942         * stdio-common/Makefile (link-libm): Remove variable.
11943         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11944         * stdlib/Makefile (link-libm): Remove variable.
11945         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11946         ($(objpfx)tst-strtod-round): Likewise.
11947         ($(objpfx)tst-tininess): Likewise.
11948         ($(objpfx)tst-strtod-underflow): Likewise.
11949         ($(objpfx)tst-strtod6): Likewise.
11950         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11951         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11952         $(common-objpfx)dlfcn/libdl.so.
11954 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11956         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11957         BSD terminal modes definitions.
11959 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11961         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11962         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11964         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11965         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11966         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11967         Don't do #include_next.
11968         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11969         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11970         Don't do #include_next.
11971         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11972         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11973         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11974         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11976 2014-05-16  Allan McRae  <allan@archlinux.org>
11978         * po/sv.po: Update Swedish translation from translation project.
11980         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11981         in sed expression.
11983 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11985         [BZ #16917]
11986         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11987         errno if the TIOCGPTN ioctl fails with an error different than
11988         EINVAL.
11989         * login/tst-ptsname.c: New file.
11990         * login/Makefile (tests): Add tst-ptsname.
11992         [BZ #16943]
11993         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11994         and prlimit64.
11996 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11998         [BZ #16849]
11999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12000         herrno to return EAI_AGAIN.
12002 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12004         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12005         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12006         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12007         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12008         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12009         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12010         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12011         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12012         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12013         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12014         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12015         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12016         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12017         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12018         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12019         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12020         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12021         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12022         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12023         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12024         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12025         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12026         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12027         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12028         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12029         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12030         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12031         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12032         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12033         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12035         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12037         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12039         Moved ...
12040         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12041         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12042         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12043         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12044         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12045         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12046         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12048         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12049         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12050         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12052         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12054         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12055         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12056         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12058         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12060         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12061         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12062         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12064         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12066         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12068         Moved ...
12069         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12070         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12071         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12072         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12073         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12074         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12075         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12076         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12077         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12078         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12079         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12080         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12081         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12082         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12083         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12084         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12085         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12086         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12087         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12088         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12089         Moved ...
12090         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12091         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12092         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12094         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12095         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12096         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12097         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12098         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12099         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12100         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12101         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12102         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12103         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12104         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12105         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12106         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12107         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12108         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12109         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12110         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12112         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12114         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12115         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12116         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12117         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12118         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12119         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12120         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12121         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12122         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12123         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12124         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12126         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12127         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12129         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12130         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12131         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12132         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12133         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12134         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12135         Moved ...
12136         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12137         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12138         Moved ...
12139         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12140         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12141         Moved ...
12142         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12143         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12144         Moved ...
12145         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12146         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12147         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12148         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12149         Moved ...
12150         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12151         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12152         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12153         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12154         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12155         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12156         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12157         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12158         Moved ...
12159         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12160         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12161         Moved ...
12162         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12163         ... here.
12164         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12165         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12166         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12167         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12168         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12169         Moved ...
12170         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12171         ... here.
12172         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12173         Moved ...
12174         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12175         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12176         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12177         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12178         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12179         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12180         Moved ...
12181         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12182         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12183         Moved ...
12184         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12185         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12186         Moved ...
12187         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12188         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12189         Moved ...
12190         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12191         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12192         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12193         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12194         Moved ...
12195         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12196         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12197         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12198         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12199         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12200         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12201         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12202         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12203         Moved ...
12204         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12205         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12206         Moved ...
12207         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12208         ... here.
12209         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12210         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12211         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12212         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12213         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12214         Moved ...
12215         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12216         ... here.
12217         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12218         Moved ...
12219         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12220         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12221         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12222         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12223         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12224         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12225         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12226         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12227         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12229         Moved ...
12230         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12231         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12232         Moved ...
12233         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12234         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12235         Moved ...
12236         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12237         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12238         Moved ...
12239         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12240         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12241         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12242         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12243         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12244         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12245         Moved ...
12246         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12247         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12248         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12249         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12250         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12251         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12252         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12253         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12254         Moved ...
12255         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12256         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12257         Moved ...
12258         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12259         ... here.
12260         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12261         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12263         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12264         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12265         Moved ...
12266         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12267         ... here.
12268         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12269         Moved ...
12270         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12271         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12272         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12273         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12274         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12275         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12276         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12277         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12278         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12279         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12280         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12282         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12283         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12285         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12286         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12288         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12289         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12290         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12291         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12292         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12293         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12294         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12295         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12296         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12297         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12298         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12299         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12300         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12301         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12302         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12303         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12304         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12305         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12306         Moved ...
12307         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12308         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12309         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12310         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12311         Moved ...
12312         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12313         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12314         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12315         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12316         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12317         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12318         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12319         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12320         Moved ...
12321         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12322         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12323         Moved ...
12324         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12325         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12326         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12327         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12328         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12329         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12330         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12331         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12332         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12333         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12334         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12335         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12336         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12337         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12338         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12339         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12340         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12342         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12343         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12344         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12345         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12346         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12348         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12349         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12350         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12351         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12352         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12353         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12354         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12355         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12356         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12357         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12359         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12360         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12362         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12363         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12364         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12365         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12366         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12367         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12368         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12369         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12370         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12371         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12372         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12373         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12374         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12375         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12376         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12377         Update #include.
12378         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12379         Likewise.
12380         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12381         Likewise.
12382         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12383         Likewise.
12384         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12385         Likewise.
12386         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12387         Likewise.
12388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12389         Likewise.
12390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12391         Likewise.
12392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12393         Likewise.
12394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12395         Likewise.
12396         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12397         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12398         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12399         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12400         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12401         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12402         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12403         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12404         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12405         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12406         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12407         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12408         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12409         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12410         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12412         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12413         that was previously under [RESET_PID].
12414         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12415         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12416         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12418         * sysdeps/i386/nptl/Implies: New file.
12419         * sysdeps/x86_64/nptl/Implies: New file.
12420         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12421         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12422         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12423         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12425         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12426         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12427         (__libc_vfork): New strong alias.
12428         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12429         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12431         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12432         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12433         (__libc_vfork): New strong alias.
12434         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12435         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12437         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12438         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12439         (__libc_vfork): New strong alias.
12440         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12441         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12442         * nptl/pt-vfork.c: New file.
12443         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12444         (libpthread: GLIBC_2.20): New version set (empty).
12446 2014-05-14  Will Newton  <will.newton@linaro.org>
12448         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12449         rather than #if.
12451 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12453         [BZ #16564]
12454         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12455         arguments with exponent 65 or above.
12456         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12457         arguments 0x1p113L or above.
12458         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12459         to arguments 0x1p107L or above.
12460         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12461         positive arguments with exponent 65 or above.
12462         * math/auto-libm-test-in: Add more tests of log1p.
12463         * math/auto-libm-test-out: Regenerated.
12465         [BZ #16928]
12466         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12467         non-finite arguments is +0.
12468         * math/s_cacosf.c (__cacosf): Likewise.
12469         * math/s_cacosl.c (__cacosl): Likewise.
12470         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12471         * sysdeps/i386/fpu/libm-test-ulps: Update.
12472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12474         [BZ #16927]
12475         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12476         value.
12477         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12478         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12479         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12480         for explicit high bit of mantissa when testing for argument equal
12481         to 1.
12482         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12483         * sysdeps/i386/fpu/libm-test-ulps: Update.
12484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12486         [BZ #16516]
12487         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12488         (__erf): Scale by 16 instead of 8 in potentially underflowing
12489         case.  Ensure exception if result actually underflows.
12490         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12491         (__erff): Scale by 16 instead of 8 in potentially underflowing
12492         case.  Ensure exception if result actually underflows.
12493         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12494         (efx8): Remove variable.
12495         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12496         case.  Ensure exception if result actually underflows.
12497         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12498         (efx8): Remove variable.
12499         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12500         case.  Ensure exception if result actually underflows.
12501         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12502         (efx8): Remove variable.
12503         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12504         case.  Ensure exception if result actually underflows.
12505         * math/auto-libm-test-in: Add more tests of erf.
12506         * math/auto-libm-test-out: Regenerated.
12508 2014-05-14  Andreas Schwab  <schwab@suse.de>
12510         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12511         Remove code conditionalized on USE___THREAD.
12513         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12514         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12515         not definedness.
12517 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12519         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12520         Define unconditionally.
12521         (__ASSUME_O_CLOEXEC): Likewise.
12522         (__ASSUME_SOCK_CLOEXEC): Likewise.
12523         (__ASSUME_IN_NONBLOCK): Likewise.
12524         (__ASSUME_PIPE2): Likewise.
12525         (__ASSUME_EVENTFD2): Likewise.
12526         (__ASSUME_SIGNALFD4): Likewise.
12527         (__ASSUME_DUP3): Likewise.
12528         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12529         (__ASSUME_DUP3): Do not define.
12530         (__ASSUME_EVENTFD2): Likewise.
12531         (__ASSUME_IN_NONBLOCK): Likewise.
12532         (__ASSUME_O_CLOEXEC): Likewise.
12533         (__ASSUME_PIPE2): Likewise.
12534         (__ASSUME_SIGNALFD4): Likewise.
12535         (__ASSUME_SOCK_CLOEXEC): Likewise.
12536         (__ASSUME_UTIMES): Undefine.
12537         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12538         (__ASSUME_UTIMES): Do not define.
12539         (__ASSUME_O_CLOEXEC): Likewise.
12540         (__ASSUME_SOCK_CLOEXEC): Likewise.
12541         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12542         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12543         0x020621].
12544         (__ASSUME_PIPE2): Likewise.
12545         (__ASSUME_EVENTFD2): Likewise.
12546         (__ASSUME_SIGNALFD4): Likewise.
12547         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12548         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12549         Do not define.
12550         (__ASSUME_EVENTFD2): Likewise.
12551         (__ASSUME_SIGNALFD4): Likewise.
12552         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12553         (__ASSUME_32BITUIDS): Likewise.
12554         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12555         (__ASSUME_IPC64): Likewise.
12556         (__ASSUME_ST_INO_64_BIT): Likewise.
12557         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12558         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12559         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12560         (__ASSUME_UTIMES): Do not define.
12561         (__ASSUME_PSELECT): Likewise.
12562         (__ASSUME_PPOLL): Likewise.
12563         (__ASSUME_O_CLOEXEC): Likewise.
12564         (__ASSUME_SOCK_CLOEXEC): Likewise.
12565         (__ASSUME_IN_NONBLOCK): Likewise.
12566         (__ASSUME_PIPE2): Likewise.
12567         (__ASSUME_EVENTFD2): Likewise.
12568         (__ASSUME_SIGNALFD4): Likewise.
12569         (__ASSUME_DUP3): Likewise.
12570         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12571         (__ASSUME_UTIMES): Likewise.
12572         (__ASSUME_O_CLOEXEC): Likewise.
12573         (__ASSUME_SOCK_CLOEXEC): Likewise.
12574         (__ASSUME_IN_NONBLOCK): Likewise.
12575         (__ASSUME_PIPE2): Likewise.
12576         (__ASSUME_EVENTFD2): Likewise.
12577         (__ASSUME_SIGNALFD4): Likewise.
12578         (__ASSUME_DUP3): Likewise.
12579         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12580         (__ASSUME_UTIMES): Likewise.
12581         (__ASSUME_O_CLOEXEC): Likewise.
12582         (__ASSUME_SOCK_CLOEXEC): Likewise.
12583         (__ASSUME_IN_NONBLOCK): Likewise.
12584         (__ASSUME_PIPE2): Likewise.
12585         (__ASSUME_EVENTFD2): Likewise.
12586         (__ASSUME_SIGNALFD4): Likewise.
12587         (__ASSUME_DUP3): Likewise.
12588         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12589         Likewise.
12590         (__ASSUME_UTIMES): Likewise.
12591         (__ASSUME_EVENTFD2): Likewise.
12592         (__ASSUME_SIGNALFD4): Likewise.
12593         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12594         (__ASSUME_O_CLOEXEC): Likewise.
12595         (__ASSUME_SOCK_CLOEXEC): Likewise.
12596         (__ASSUME_IN_NONBLOCK): Likewise.
12597         (__ASSUME_PIPE2): Likewise.
12598         (__ASSUME_EVENTFD2): Likewise.
12599         (__ASSUME_SIGNALFD4): Likewise.
12600         (__ASSUME_DUP3): Likewise.
12601         (__ASSUME_UTIMES): Undefine.
12603         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12604         feclearexcept.  Remove symbol versioning code.
12605         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12606         symbol versioning code.
12607         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12608         symbol versioning code.
12609         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12610         feupdateenv.  Remove symbol versioning code.
12611         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12612         fegetexceptflag.  Remove symbol versioning code.
12613         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12614         fesetexceptflag.  Remove symbol versioning code.
12615         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12616         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12617         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12618         (__posix_fadvise64_l32): Remove prototype.
12619         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12620         code.
12622 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12624         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12625         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12626         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12627         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12629 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12631         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12632         current working directory
12634 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12636         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12637         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12638         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12639         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12640         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12641         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12642         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12643         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12644         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12645         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12646         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12647         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12648         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12649         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12650         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12651         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12652         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12653         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12654         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12655         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12656         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12657         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12658         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12659         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12660         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12661         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12662         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12663         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12664         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12665         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12666         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12667         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12668         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12669         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12670         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12671         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12672         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12673         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12674         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12675         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12676         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12677         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12679         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12680         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12682         * sysdeps/unix/sysv/linux/arm/Makefile
12683         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12684         Add rt-aeabi_unwind_cpp_pr1.
12685         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12686         Add nptl-aeabi_unwind_cpp_pr1.
12687         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12688         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12689         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12690         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12691         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12692         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12694         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12695         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12696         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12697         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12699         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12700         Deconditionalize the code that was previously under [RESET_PID].
12701         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12703         * sysdeps/generic/exit-thread.h: New file.
12704         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12705         * include/unistd.h (__exit_thread): Remove declaration.
12706         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12707         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12708         * csu/libc-start.c: Include <exit-thread.h>.
12709         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12710         * nptl/pthread_create.c: Include <exit-thread.h>.
12711         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12712         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12713         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12714         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12715         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12716         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12717         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12718         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12719         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12720         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12721         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12722         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12723         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12724         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12725         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12726         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12727         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12729 2014-05-13  Andreas Schwab  <schwab@suse.de>
12731         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12733 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12735         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12736         (__ASSUME_UTIMES): Do not condition on kernel version.
12737         (__ASSUME_PSELECT): Define unconditionally.
12738         (__ASSUME_PPOLL): Likewise.
12739         (__ASSUME_ATFCTS): Likewise.
12740         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12741         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12742         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12743         (__ASSUME_UTIMENSAT): Define unconditionally.
12744         (__ASSUME_PRIVATE_FUTEX): Likewise.
12745         (__ASSUME_FALLOCATE): Likewise.
12746         (__ASSUME_O_CLOEXEC): Likewise.
12747         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12748         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12749         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12750         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12751         (__ASSUME_IN_NONBLOCK): Likewise.
12752         (__ASSUME_PIPE2): Likewise.
12753         (__ASSUME_EVENTFD2): Likewise.
12754         (__ASSUME_SIGNALFD4): Likewise.
12755         (__ASSUME_DUP3): Likewise.
12756         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12757         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12758         (__ASSUME_AT_RANDOM): Likewise.
12759         (__ASSUME_PREADV): Likewise.
12760         (__ASSUME_PWRITEV): Likewise.
12761         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12762         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12763         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12764         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12765         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12766         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12767         (__ASSUME_O_CLOEXEC): Define unconditionally.
12768         (__ASSUME_PSELECT): Do not undefine conditionally.
12769         (__ASSUME_PPOLL): Likewise.
12770         (__ASSUME_ATFCTS): Likewise.
12771         (__ASSUME_SET_ROBUST_LIST): Likewise.
12772         (__ASSUME_UTIMENSAT): Likewise.
12773         (__ASSUME_FDATASYNC): Define unconditionally.
12774         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12775         (__ASSUME_SIGFRAME_V2): Likewise.
12776         )__ASSUME_EVENTFD2): Likewise.
12777         (__ASSUME_SIGNALFD4): Likewise.
12778         (__ASSUME_PSELECT): Do not undefine conditionally.
12779         (__ASSUME_PPOLL): Likewise.
12780         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12781         (__ASSUME_PSELECT): Define unconditionally.
12782         (__ASSUME_PPOLL): Likewise.
12783         (__ASSUME_O_CLOEXEC): Likewise.
12784         (__ASSUME_SOCK_CLOEXEC): Likewise.
12785         (__ASSUME_IN_NONBLOCK): Likewise.
12786         (__ASSUME_PIPE2): Likewise.
12787         (__ASSUME_EVENTFD2): Likewise.
12788         (__ASSUME_SIGNALFD4): Likewise.
12789         (__ASSUME_DUP3): Likewise.
12790         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12791         (__ASSUME_O_CLOEXEC): Likewise.
12792         (__ASSUME_SOCK_CLOEXEC): Likewise.
12793         (__ASSUME_IN_NONBLOCK): Likewise.
12794         (__ASSUME_PIPE2): Likewise.
12795         (__ASSUME_EVENTFD2): Likewise.
12796         (__ASSUME_SIGNALFD4): Likewise.
12797         (__ASSUME_DUP3): Likewise.
12798         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12799         (__ASSUME_EVENTFD2): Likewise.
12800         (__ASSUME_SIGNALFD4): Likewise.
12801         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12803 2014-05-12  Andreas Schwab  <schwab@suse.de>
12805         [BZ #16932]
12806         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12807         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12808         than maximum RPC packet size.
12809         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12810         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12811         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12812         (_nss_nis_getservbyport_r): Likewise.
12814 2014-05-12  Will Newton  <will.newton@linaro.org>
12816         * malloc/Makefile (tests): Add tst-mallopt.
12817         * malloc/tst-mallopt.c: New file.
12819 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12821         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12822         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12824 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12826         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12827         (tst-tlsmod6.so): Likewise.
12829 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12831         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12833 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12835         [BZ #16064]
12836         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12837         and <dl-procinfo.h>.
12838         (__fegetenv): Save SSE state in envp->__eip if supported.
12839         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12840         envp->__eip if supported.
12841         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12842         and <dl-procinfo.h>.
12843         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12844         __data_offset and __data_selector in environment to 0.  Set SSE
12845         state if supported.
12846         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12847         test-fenv-sse.
12848         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12849         -mfpmath=sse.
12850         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12852 2014-05-09  Will Newton  <will.newton@linaro.org>
12854         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12855         and libc_relro_required for ARM.
12856         * sysdeps/arm/preconfigure: Regenerate.
12858 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12859             Stefan Liebler  <stli@linux.vnet.ibm.com>
12861         * config.make.in (enable-lock-elision): New Makefile variable.
12862         * configure.ac: Likewise.
12863         * configure: Regenerate.
12864         * sysdeps/s390/configure.ac:
12865         Add check for gcc transactions support.
12866         * sysdeps/s390/configure: Regenerate.
12867         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12868         Build elision files if enabled.
12869         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12870         Add lock elision support for s390.
12871         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12872         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12873         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12874         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12875         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12876         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12877         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12878         Likewise.
12879         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12880         Likewise.
12881         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12882         Likewise.
12883         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12884         Likewise.
12885         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12886         (__lll_timedlock_elision, __lll_lock_elision)
12887         (__lll_unlock_elision, __lll_trylock_elision)
12888         (lll_timedlock_elision, lll_lock_elision)
12889         (lll_unlock_elision, lll_trylock_elision): Add.
12890         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12891         (pthread_mutex_t): Add lock elision support for s390.
12893 2014-05-14  Wilco  <wdijkstr@arm.com>
12895         * sysdeps/arm/fclrexcpt.c: Cleanup.
12896         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12897         * sysdeps/arm/feenablxcpt.c: Cleanup.
12898         * sysdeps/arm/fegetenv.c: Cleanup.
12899         * sysdeps/arm/fegetexcept.c: Cleanup.
12900         * sysdeps/arm/fegetround.c: Cleanup.
12901         * sysdeps/arm/feholdexcpt.c: Cleanup.
12902         * sysdeps/arm/fesetenv.c: Cleanup.
12903         * sysdeps/arm/fesetround.c: Cleanup.
12904         * sysdeps/arm/feupdateenv.c: Cleanup.
12905         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12906         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12907         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12908         * sysdeps/arm/ftestexcept.c: Cleanup.
12909         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12910         * sysdeps/arm/setfpucw.c: Cleanup.
12912 2014-05-09  Will Newton  <will.newton@linaro.org>
12914         * sysdeps/arm/armv7/strcmp.S: New file.
12915         * NEWS: Mention addition of ARMv7 optimized strcmp.
12917 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12919         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12920         look for %.ac rather than %.in.
12922         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12923         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12924         * sysdeps/mach/hurd/configure: Regenerated.
12925         * sysdeps/unix/sysv/linux/configure: Regenerated.
12927         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12929 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12931         [BZ# 16922]
12932         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12933         (LONG_SUB): Ditto.
12934         (PTR_SUB): Ditto.
12936 2014-05-07  Andreas Schwab  <schwab@suse.de>
12938         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12939         when skipping over non-matching result from nscd.
12941 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12943         [BZ #16876]
12944         * nptl/sockperf.c (client): Check socket return value.
12946         [BZ #16877]
12947         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12948         nscd security class.
12950 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12952         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12953         * sysdeps/arm/unwind.h: ... here.
12955 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12957         [BZ# 16916]
12958         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12959         Define.
12961 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12963         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12964         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12965         multiarch strncpy for PPC64.
12966         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12967         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12968         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12969         multiarch optimizations.
12970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12971         (__libc_ifunc_impl_list): Likewise.
12972         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12973         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12974         multiarch stpncpy for PPC64.
12975         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12976         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12978 2014-05-06  Andreas Schwab  <schwab@suse.de>
12980         [BZ #16912]
12981         * gmon/mcount.c (_MCOUNT_DECL): Use
12982         atomic_compare_and_exchange_bool_acq instead of
12983         catomic_compare_and_exchange_bool_acq.
12985 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12987         * elf/Makefile (others, install-bin): Remove pldd.
12988         (pldd-modules): Variable removed.
12989         ($(objpfx)pldd): Target removed.
12990         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12991         (others, install-bin): Append pldd here.
12992         ($(objpfx)pldd): New target.
12994         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12995         to 0, so the first #if test emitted later doesn't see it undefined.
12996         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12997         * sysdeps/gnu/errlist.c: Regenerated.
12999 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13001         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13002         [libc_hidden_builtin_def]: Define to empty value.
13003         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13004         [libc_hidden_builtin_def]: Likewise.
13005         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13006         [libc_hidden_builtin_def]: Likewise.
13007         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13008         [libc_hidden_builtin_def]: Likewise.
13009         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13010         __redirect_memcpy and define ifunc as default hidden symbol.
13011         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13012         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13014 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13016         * locale/iso-4217.def: Reintroduce XDR currency.
13018 2014-05-04  Allan McRae  <allan@archlinux.org>
13020         * po/eo.po: Update Esperanto translation from translation project.
13022 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13024         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13025         and FEATURE_INDEX_MAX to 1.
13026         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13028 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13030         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13031         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13032         * iconvdata/big5.c (ONE_DIRECTION): Define.
13033         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13034         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13035         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13036         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13037         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13038         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13039         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13040         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13041         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13042         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13043         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13044         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13045         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13046         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13047         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13048         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13049         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13050         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13051         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13052         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13053         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13054         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13055         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13056         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13057         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13058         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13059         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13060         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13061         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13062         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13063         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13064         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13065         * iconvdata/johab.c (ONE_DIRECTION): Define.
13066         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13067         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13068         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13069         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13070         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13071         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13072         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13073         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13074         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13075         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13077 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13079         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13080         (_IO_JUMPS_OFFSET): Define to 0.
13082         * nptl/sysdeps/pthread/bits/libc-lock.h
13083         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13084         (__libc_lock_define_initialized_recursive): Always define using
13085         initializer.  Modern compilers treat uninitialized (implicit zero) and
13086         explicit zero initializers the same (i.e. put the datum in bss).
13088 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13090         * nscd/nscd-client.h: Include <string.h>.
13092 2014-05-01  David S. Miller  <davem@davemloft.net>
13094         [BZ #16885]
13095         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13096         multiple zero bytes exist at the end of a string.
13097         Reported by Aurelien Jarno <aurelien@aurel32.net>
13099         * string/test-strcmp.c (check): Add explicit test for situations where
13100         there are multiple zero bytes after the first.
13102 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13104         [BZ #16890]
13105         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13106         when compiling wprintf.
13107         * stdio-common/tstdiomisc.c (t3): New function.
13108         (main): Call it.
13110 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13112         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13113         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13114         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13115         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13117 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13119         * stdlib/longlong.h: Updated from GCC.
13121 2014-05-01  Will Newton  <will.newton@linaro.org>
13122             Bernard Ogden  <bernie.ogden@linaro.org>
13124         * NEWS: Update fixed bug list.
13126         [BZ #15119]
13127         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13129 2014-04-30  David S. Miller  <davem@davemloft.net>
13131         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13132         (libc_feholdexcept_setround_sparc_ctx): New function.
13133         (libc_fesetenv_sparc_ctx): Likewise.
13134         (libc_feupdateenv_sparc_ctx): Likewise.
13135         (libc_feholdsetround_sparc_ctx): Likewise.
13136         (libc_feholdexcept_setround_ctx): Define.
13137         (libc_feholdexcept_setroundf_ctx): Likewise.
13138         (libc_feholdexcept_setroundl_ctx): Likewise.
13139         (libc_fesetenv_ctx): Likewise.
13140         (libc_fesetenvf_ctx): Likewise.
13141         (libc_fesetenvl_ctx): Likewise.
13142         (libc_feupdateenv_ctx): Likewise.
13143         (libc_feupdateenvf_ctx): Likewise.
13144         (libc_feupdateenvl_ctx): Likewise.
13145         (libc_feresetround_ctx): Likewise.
13146         (libc_feresetroundf_ctx): Likewise.
13147         (libc_feresetroundl_ctx): Likewise.
13148         (libc_feholdsetround_ctx): Likewise.
13149         (libc_feholdsetroundf_ctx): Likewise.
13150         (libc_feholdsetroundl_ctx): Likewise.
13152         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13153         with __USE_GNU instead of XOPEN cpp guards.
13155         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13156         0.
13158         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13159         with XOPEN cpp guards.
13161 2014-04-30  Julian Brown  <julian@codesourcery.com>
13163         [BZ #16888]
13164         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13165         handling.
13167 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13169         [BZ #9894]
13170         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13171         Change to 2.6.32.
13172         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13173         * sysdeps/unix/sysv/linux/configure: Regenerated.
13174         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13175         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13176         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13177         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13178         * README: Update reference to required Linux kernel version.
13179         * manual/install.texi (Linux): Update reference to required Linux
13180         kernel headers version.
13181         * INSTALL: Regenerated.
13183         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13184         header inclusion.
13185         [POSIX] (limits.h): Likewise.
13186         [POSIX] (math.h): Likewise.
13187         [POSIX] (sys/wait.h): Likewise.
13188         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13189         function.
13190         [POSIX] (stddef.h): Do not allow header inclusion.
13192 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13194         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13196 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13198         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13199         Return immediately after lll_futex_wake.
13201 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13203         [BZ #16791]
13204         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13205         structure.
13206         (datahead_init_pos): Call datahead_init_common early.
13207         (datahead_init_neg): Likewise.
13209         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13210         datahead_init_neg): New functions.
13211         * nscd/aicache.c (addhstaiX): Use them.
13212         * nscd/grpcache.c (cache_addgr): Likewise.
13213         * nscd/hstcache.c (cache_addhst): Likewise.
13214         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13215         * nscd/netgroupcache.c (do_notfound): Likewise.
13216         (addgetnetgrentX): Likewise.
13217         (addinnetgrX): Likewise.
13218         * nscd/pwdcache.c (cache_addpw): Likewise.
13219         * nscd/servicescache.c (cache_addserv): Likewise.
13221 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13222             Atsushi Onoe  <atsushi@onoe.org>
13224         [BZ #14308]
13225         [BZ #12994]
13226         [BZ #13651]
13227         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13228         one response is valid.
13229         * resolv/res_send.c (send_dg): Check for validity of other
13230         response if the current response is a referral.
13232 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13234         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13236 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13238         [BZ #16823]
13239         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13240         Always divide by positive zero when computing -Inf result.
13241         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13242         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13244 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13246         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13247         FPSCR if value do not change.
13248         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13249         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13250         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13251         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13252         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13253         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13254         function.
13256 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13258         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13259         * sysdeps/unix/sysv/linux/hppa: Move directory from
13260         ports/systeps/unix/sysv/linux/hppa.
13261         * README: Update listing for hppa-*-linux-gnu.
13263 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13265         [BZ #16754]
13266         * manual/stdio.texi (Hook functions): Fix types of stream hook
13267         functions.
13268         [BZ #16854]
13269         * socket/sys/socket.h: Fix typo in comment.
13271 2014-04-28  Wilco  <wdijkstr@arm.com>
13273         * sysdeps/arm/fenv_private.h: New file.
13274         * sysdeps/arm/math_private.h: New file.
13275         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13277 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13279         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13280         with __int128_t.
13281         (La_x86_64_retval): Likewise.
13283 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13285         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13286         fpsr if value didn't change.
13287         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13288         to fpcr if value didn't change.
13289         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13290         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13291         fpsr or fpcr if value didn't change.
13292         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13293         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13294         fpcr if value didn't change.
13295         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13296         to fpsr if value didn't change.
13298 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13300         * nptl/tst-sem3.c: Use test-skeleton.c
13301         (main): Rename to do_test.  Use return instead of
13302         exit.
13303         * nptl/tst-sem4.c: Use test-skeleton.c
13304         (main): Rename to do_test.
13306 2014-04-22  David S. Miller  <davem@davemloft.net>
13308         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13309         (struct sigaction): New struct member __glibc_reserved0, change
13310         type of sa_flags to int.
13312 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13314         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13315         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13317 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13319         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13320         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13322 2014-04-22  Will Newton  <will.newton@linaro.org>
13323             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13325         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13326         (__longjmp): Add longjmp and longjmp_target SystemTap
13327         probes.
13328         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13329         (__sigsetjmp): Add setjmp SystemTap probe.
13331 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13333         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13334         match manual order.
13336 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13338         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13340         * sysdeps/powerpc/fpu/fenv_private.h
13341         (libc_feholdexcept_setroundl_ctx): Define to
13342         libc_feholdexcept_setround_ppc_ctx.
13343         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13344         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13345         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13346         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13348 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13350         * sysdeps/aarch64/math-tests.h: New file.
13352 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13354         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13355         New.
13356         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13357         Check and set bit_AVX2_Usable.
13358         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13359         macro.
13360         (bit_AVX2): Likewise.
13361         (index_AVX2_Usable): Likewise.
13362         (CPUID_AVX2): Likewise.
13363         (HAS_AVX2): Likewise.
13365 2014-04-17  Will Newton  <will.newton@linaro.org>
13367         * manual/setjmp.texi (System V contexts): Add note that
13368         calling setcontext on a context created by a call to a
13369         signal handler is undefined.  Update text to note that
13370         setcontext from a signal handler is possible but not
13371         recommended.
13373         [BZ #16629]
13374         * stdlib/tst-setcontext.c: Include signal.h.
13375         (main): Check that the signal stack before and
13376         after swapcontext is the same.
13378         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13379         Re-implement to restore registers in user code and avoid
13380         rt_sigreturn system call.
13382 2014-04-17  Wilco  <wdijkstr@arm.com>
13384         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13385         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13386         * math/test-fenv.c: Skip exception trap tests on targets which only
13387         support non-stop mode.
13389 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13390             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13392         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13393         (libc_feholdsetround_aarch64_ctx)
13394         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13395         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13396         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13397         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13398         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13399         (libc_feresetround_noexl_ctx): Define.
13401 2014-04-16  Richard Henderson  <rth@redhat.com>
13403         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13405         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13406         unwind tables.
13408         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13409         const from the non-libc, non-ldso copy.
13411         * sysdeps/alpha/libm-test-ulps: Regenerate.
13413 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13414             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13416         * sysdeps/aarch64/fpu/math_private.h: New file.
13418 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13420         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13422 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13424         [BZ #16275]
13425         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13426         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13427         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13428         Intel MPX bound registers before _dl_profile_fixup.
13429         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13430         registers after _dl_profile_fixup.  Save and restore bound
13431         registers bnd0/bnd1 when calling _dl_call_pltexit.
13432         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13433         (LR_BND_OFFSET): Likewise.
13434         (LRV_BND0_OFFSET): Likewise.
13435         (LRV_BND1_OFFSET): Likewise.
13437 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13439         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13440         to...
13441         * sysdeps/mach/hurd/i386/tls.h: ... here.
13442         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13443         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13444         fields.
13446 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13448         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13450 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13452         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13454 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13456         [BZ #14770]
13457         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13458         * sysdeps/s390/configure: Regenerate.
13460         [BZ #16824]
13461         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13462         Set round-to-nearest internally to reduce error accumulation.
13464 2014-04-16  Alan Modra  <amodra@gmail.com>
13466         [BZ #16740]
13467         [BZ #16619]
13468         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13469         * math/libm-test.inc (frexp_test_data): Add tests.
13470         * NEWS: Update fixed bug list.
13472 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13474         * benchtests/Makefile: Depend on libraries in build directory.
13475         (bench-math): Separate out math tests.
13476         (bench-pthread): Separate out pthread tests.
13477         (bench): Include math and pthread tests.
13479 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13481         [BZ #16831]
13482         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13483         _dl_debug_initialize.
13485         * configure.ac: Remove SELinux header check.
13486         * configure: Regenerate.
13487         * nscd/selinux.c (perms): Array of const char* to permission names.
13488         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13489         default policy. Call string_to_security_class and string_to_av_perm to
13490         translate strings. Enforce default policy and call avs_has_perm with
13491         results of translated strings.
13493 2014-04-13  David S. Miller  <davem@davemloft.net>
13495         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13497 2014-04-12  Allan McRae  <allan@archlinux.org>
13499         [BZ #16838]
13500         * manual/string.texi (Collation Functions): Fix qsort argument
13501         order in example.
13502         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13504 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13506         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13507         Make the test a no-op if there are no exceptions defined.
13509 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13511         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13512         enable-hardcoded-path-in-tests
13514 2014-04-11  Will Newton  <will.newton@linaro.org>
13516         * benchtests/Makefile (extra-objs): Add json-lib.o.
13517         (bench-func): Tidy up JSON output.
13518         * benchtests/bench-skeleton.c: Include json-lib.h.
13519         (main): Use JSON library functions to do output of
13520         benchmark results.
13521         * benchtests/bench-timing-type.c (main): Output the
13522         timing type simply, leaving formatting to the user.
13523         * benchtests/json-lib.c: New file.
13524         * benchtests/json-lib.h: Likewise.
13526 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13528         [BZ #15215]
13529         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13530         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13531         memory barriers.  Add comments.
13532         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13533         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13534         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13535         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13536         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13537         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13539 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13541         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13542         * sysdeps/s390/s390-64/configure.ac: ... this ...
13543         * sysdeps/s390/configure.ac: ... to here.
13544         * sysdeps/s390/s390-32/configure: Delete file.
13545         * sysdeps/s390/s390-64/configure: Delete file.
13546         * sysdeps/s390/configure: Regenerate.
13548 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13550         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13552 2014-04-11  Will Newton  <will.newton@linaro.org>
13554         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13555         to zero if it is not defined elsewhere.  (mtrim): Test
13556         the value of MALLOC_DEBUG with #if rather than #ifdef.
13558 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13560         * benchtests/pthread_once-inputs: New file.
13561         * benchtests/pthread_once-source.c: New file.
13562         * benchtests/README: Update documentation.
13564 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13565             H.J. Lu  <hongjiu.lu@intel.com>
13567         [BZ #16275]
13568         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13569         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13570         * sysdeps/x86_64/configure: Regenerated.
13571         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13572         macro.
13573         (REGISTER_SAVE_RAX): Likewise.
13574         (REGISTER_SAVE_RCX): Likewise.
13575         (REGISTER_SAVE_RDX): Likewise.
13576         (REGISTER_SAVE_RSI): Likewise.
13577         (REGISTER_SAVE_RDI): Likewise.
13578         (REGISTER_SAVE_R8): Likewise.
13579         (REGISTER_SAVE_R9): Likewise.
13580         (REGISTER_SAVE_BND0): Likewise.
13581         (REGISTER_SAVE_BND1): Likewise.
13582         (REGISTER_SAVE_BND2): Likewise.
13583         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13584         bound registers when calling _dl_fixup.
13586 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13588         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13589         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13590         of its definition.
13591         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13592         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13593         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13594         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13595         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13596         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13597         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13599 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13601         [BZ #15514]
13602         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13603         pathconf(_PC_NAME_MAX).
13605 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13607         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13608         Remove macro usage.
13609         (__PTHREAD_SPINS): Move definition to ...
13610         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13611         (__PTHREAD_SPINS): ... here.
13612         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13613         (__PTHREAD_SPIN): Likewise.
13614         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13615         (__PTHREAD_SPIN): Likewise.
13616         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13617         (__PTHREAD_SPIN): Likewise.
13618         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13619         (__PTHREAD_SPIN): Likewise.
13620         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13621         (__PTHREAD_SPIN): Likewise.
13622         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13623         (__PTHREAD_SPIN): Likewise.
13624         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13625         (__PTHREAD_SPIN): Likewise.
13626         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13627         (__PTHREAD_SPIN): Likewise.
13628         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13629         (__PTHREAD_SPIN): Likewise.
13630         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13631         (__PTHREAD_SPIN): Likewise.
13632         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13633         (__PTHREAD_SPIN): Likewise.
13634         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13635         (__PTHREAD_SPIN): Likewise.
13637         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13638         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13639         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13640         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13641         imply folder.
13642         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13643         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13644         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13645         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13646         correct imply path.
13647         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13648         strlen symbol for non multi-arch builds.
13649         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13650         missing hidden_def and weak_alias.
13652 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13654         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13656 2014-04-07  Will Newton  <will.newton@linaro.org>
13658         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13659         and contents.  [!_LIBC] Remove #ifndef and contents.
13660         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13661         * string/memccpy.c (__memccpy): Use ANSI prototype.
13662         * string/memfrob.c (memfrob): Likewise.
13663         * string/strcoll.c (STRCOLL): Likewise.
13664         * string/strlen.c (strlen): Likewise.
13665         * string/strtok.c (STRTOK): Likewise.
13666         * string/strcat.c: Remove unused #include of memcopy.h.
13667         (strcat): Use ANSI prototype.
13668         * string/strchr.c: Remove unused #include of memcopy.h.
13669         (strchr): Use ANSI prototype.
13670         * string/strcmp.c: Remove unused #include of memcopy.h.
13671         (strcmp): Use ANSI prototype.
13672         * string/strcpy.c: Remove unused #include of memcopy.h.
13673         (strcpy): Use ANSI prototype.
13675 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13677         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13678         * config.make.in (config-extra-cppflags): Set it from
13679         libc_extra_cppflags.
13680         * configure.ac (libc_extra_cflags): Make it accumulate over
13681         configure fragments.
13682         (libc_extra_cppflags): New flag.
13683         * configure. Regenerate.
13684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13685         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13686         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13689         [BZ #16815]
13690         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13691         result for FE_DOWNWARD rounding mode.
13692         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13693         Likewise.
13694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13696 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13698         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13699         in function argument name.
13701 2014-04-03  David Svoboda  <svoboda@cert.org>
13703         [BZ #5666]
13704         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13705         explicitly.
13707 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13709         * elf/dl-unmap-segments.h: New file.
13710         * sysdeps/generic/ldsodefs.h
13711         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13712         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13713         * elf/dl-fptr.c: Likewise.
13714         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13715         * sysdeps/aarch64/tlsdesc.c: Likewise.
13716         * sysdeps/arm/tlsdesc.c: Likewise.
13717         * sysdeps/i386/tlsdesc.c: Likewise.
13718         * sysdeps/tile/dl-runtime.c: Likewise.
13719         * sysdeps/x86_64/tlsdesc.c: Likewise.
13720         * elf/dl-load.h: New file.
13721         * elf/dl-load.c: Include it.
13722         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13723         Macros moved to dl-load.h.
13724         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13725         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13726         Use _dl_unmap_segments in place of __munmap.
13727         Break out segment-mapping loop into ...
13728         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13730 2014-04-03  Will Newton  <will.newton@linaro.org>
13732         * elf/dl-lookup.c (do_lookup_x): Remove comment
13733         referring to nested function and move variable
13734         declarations down to before first use.
13736 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13738         [BZ #16799]
13739         [BZ #16800]
13740         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13741         with 0 numerator.
13742         * math/s_catanf.c (__catanf): Likewise.
13743         * math/s_catanh.c (__catanh): Likewise.
13744         * math/s_catanhf.c (__catanhf): Likewise.
13745         * math/s_catanhl.c (__catanhl): Likewise.
13746         * math/s_catanl.c (__catanl): Likewise.
13747         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13748         by positive zero when computing -Inf result.
13749         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13750         (catanh_test): Likewise.
13751         * sysdeps/i386/fpu/libm-test-ulps: Update.
13752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13754         [BZ #16789]
13755         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13756         instead of using underflowing value in computing result.
13757         * math/s_clog10.c (__clog10): Likewise.
13758         * math/s_clog10f.c (__clog10f): Likewise.
13759         * math/s_clog10l.c (__clog10l): Likewise.
13760         * math/s_clogf.c (__clogf): Likewise.
13761         * math/s_clogl.c (__clogl): Likewise.
13762         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13763         (clog10_test): Likewise.
13764         * sysdeps/i386/fpu/libm-test-ulps: Update.
13765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13767 2014-04-02  Alan Modra  <amodra@gmail.com>
13769         [BZ #16739]
13770         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13771         output when value is near a power of two.  Use int64_t for lx and
13772         remove casts.  Use decimal rather than hex exponent constants.
13773         Don't use long double multiplication when double will suffice.
13774         * math/libm-test.inc (nextafter_test_data): Add tests.
13775         * NEWS: Add 16739 and 16786 to bug list.
13777         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13779         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13781 2014-04-01  Will Newton  <will.newton@linaro.org>
13783         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13784         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13786 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13788         [BZ #13347]
13789         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13790         * nptl/tst-setuid2.c: New file.
13791         * nptl/Makefile (xtests): Add tst-setuid2.
13793 2014-04-01  Alan Modra  <amodra@gmail.com>
13795         [BZ #16786]
13796         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13798 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13800         [BZ #6803]
13801         [BZ #6804]
13802         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13803         set errno as appropriate.
13804         * math/w_scalbf.c (__scalbf): Likewise.
13805         * math/w_scalbl.c (__scalbl): Likewise.
13806         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13807         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13808         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13809         Add more NaN tests.
13811         [BZ #16349]
13812         * math/w_atan2.c: Include <errno.h>.
13813         (__atan2): Set errno for result underflowing to zero.
13814         * math/w_atan2f.c: Include <errno.h>.
13815         (__atan2f): Set errno for result underflowing to zero.
13816         * math/w_atan2l.c: Include <errno.h>.
13817         (__atan2l): Set errno for result underflowing to zero.
13818         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13819         tests.
13820         * math/auto-libm-test-out: Regenerated.
13822 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13824         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13825         Encode instruction correctly in little endian.
13826         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13827         Likewise.
13828         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13829         Likewise.
13830         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13831         Likewise.
13832         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13833         Likewise.
13835 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13837         [BZ #9894]
13838         * sysdeps/unix/sysv/linux/kernel-features.h
13839         [__sparc__ && !__arch64__ && !__sparc_v9__]
13840         (__ASSUME_SET_ROBUST_LIST): Do not define.
13841         [__sparc__ && !__arch64__ && !__sparc_v9__]
13842         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13843         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13844         Likewise.
13845         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13846         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13847         (__ASSUME_REQUEUE_PI): Likewise.
13848         (__ASSUME_SET_ROBUST_LIST): Likewise.
13849         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13850         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13851         Undefine.
13852         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13853         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13854         Likewise.
13855         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13856         Likewise.
13857         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13858         Likewise.
13859         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13860         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13861         Undefine.
13862         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13863         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13864         Likewise.
13866         [BZ #16648]
13867         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13868         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13869         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13871 2014-03-31  Will Newton  <will.newton@linaro.org>
13873         * benchtests/Makefile (bench): Add ffs and ffsll to list
13874         of tests.
13875         * benchtests/ffs-inputs: New file.
13876         * benchtests/ffsll-inputs: Likewise.
13878 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13880         [BZ #16770]
13881         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13882         too large before casting to int.
13883         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13884         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13885         * math/libm-test.inc (scalb_test_data): Add more tests.
13887 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13889         * benchtests/Makefile (DETAILED_OPT): New make option.
13890         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13891         set.
13892         * benchtests/bench-skeleton.c: Include stdbool.h.
13893         (main): Store and print timings per input.
13894         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13895         member to each argument value.
13896         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13897         (_print_arg_data): Initialize per-input timing to 0.
13899         * benchtests/Makefile (timing-type): New binary.
13900         (bench-clean): Also remove bench-timing-type.
13901         (bench): New target for timing-type.
13902         (bench-func): Print output in JSON format.
13903         * benchtests/bench-skeleton.c (main): Print output in JSON
13904         format.
13905         * benchtests/bench-timing-type.c: New file.
13906         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13907         (TIMING_PRINT_STATS): Remove.
13908         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13909         name separately.
13911         * benchtests/bench-modf.c: Remove.
13912         * benchtests/modf-inputs: New inputs file.
13914 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13916         [BZ #16362]
13917         * math/s_clog10.c (M_PI_LOG10E): New macro.
13918         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13919         imaginary parts are 0.
13920         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13921         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13922         imaginary parts are 0.
13923         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13924         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13925         imaginary parts are 0.
13926         * math/libm-test.inc (clog10_test_data): Update expected results
13927         for when real and imaginary parts are 0.
13929 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13931         * elf/dl-load.c: Finish conversion of __builtin_expect into
13932         __glibc_{un}likely.
13934 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13936         [BZ #16348]
13937         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13938         1+x for argument with exponent below -67.
13939         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13940         Likewise.
13941         * math/auto-libm-test-in: Add more tests of exp.
13942         * math/auto-libm-test-out: Regenerated.
13944 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13946         [BZ #16759]
13947         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13948         (nscd_getnetgrent): Use it.
13950         [BZ #16760]
13951         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13952         of stpcpy.
13954 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13956         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13957         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13958         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13959         (lll_robust_unlock): Remove out of line section. Use cfi
13960         intrinsics.
13961         (LLL_STUB_UNWIND_INFO*): Remove.
13962         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13963         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13964         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13965         (lll_robust_unlock): Remove out of line section. Use cfi
13966         intrinsics.
13967         (LLL_STUB_UNWIND_INFO*): Remove.
13969 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13971         [BZ #16758]
13972         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13973         blank values.
13975 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13977         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13979 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13981         [BZ #16198]
13982         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13983         fnstenv.
13984         * math/test-fenv-preserve.c: New file.
13985         * math/Makefile (tests): Add test-fenv-preserve.
13987 2014-03-26  Will Newton <will.newton@linaro.org>
13989         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13991 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13993         * scripts/versionlist.awk: Partition the version sets and emit all
13994         GLIBC_* (sorted) before all others (sorted).
13996 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13998         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13999         GLIBC_2.2.5 version.
14001 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14003         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14004         calls.
14006         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14007         previous change.
14009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14011 2014-03-25  Andreas Schwab  <schwab@suse.de>
14013         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14014         label to be used after in6ailist is initialized.
14016 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14018         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14019         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14021 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14023         [BZ #16357]
14024         [BZ #16599]
14025         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14026         min_plus_half.
14027         (fp_formats): Update initializers.
14028         (init_fp_formats): Initialize new field.
14029         (output_for_one_input_case): Allow underflow for results up to
14030         min_plus_half.
14031         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14032         * math/auto-libm-test-in: Don't mark some underflows from asin and
14033         atanh as spurious.
14034         * math/auto-libm-test-out: Regenerated.
14035         * sysdeps/i386/fpu/libm-test-ulps: Update.
14036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14038 2014-03-25  Andreas Schwab  <schwab@suse.de>
14040         * libio/Makefile (tst-ftell-partial-wide-ENV)
14041         (tst-ftell-active-handler-ENV): Define.
14043 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14045         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14047 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14049         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14051 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14053         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14054         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14055         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14057 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14059         [BZ #16634]
14060         * elf/dl-load.c (open_verify): Add mode parameter.
14061         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14062         (open_path): Change from boolean 'secure' to complete flag 'mode'
14063         (_dl_map_object): Adjust.
14064         * elf/Makefile (tests): Add tst-dlopen-aout.
14065         * elf/tst-dlopen-aout.c: New test.
14067 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14069         [BZ #16714]
14070         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14071         (struct stat): Rename member pad0 to __glibc_reserved0.
14073         [BZ #16712]
14074         * sysdeps/s390/s390-32/bits/wordsize.h
14075         (__WORDSIZE32_SIZE_ULONG): New define.
14076         * sysdeps/s390/s390-64/bits/wordsize.h
14077         (__WORDSIZE32_SIZE_ULONG): Likewise.
14078         * sysdeps/generic/stdint.h (SIZE_MAX):
14079         Define as UL if __WORDSIZE32_SIZE_ULONG.
14081         [BZ #16713]
14082         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14083         (__glibc_reserved0): New variable.
14084         (sa_flags): Change type to int.
14086         * posix/Makefile (before-compile): Use += before-compile instead
14087         of a :=.
14089         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14090         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14092 2014-03-20  Andreas Schwab  <schwab@suse.de>
14094         [BZ #16743]
14095         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14096         non-matching result from nscd.
14098 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14100         * scripts/bench.py: Moved to ...
14101         * benchtests/scripts/bench.py: ... here.
14102         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14104 2014-03-24  Andreas Schwab  <schwab@suse.de>
14106         [BZ #16002]
14107         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14108         alloca_account and account alloca use for struct in6ailist.
14110 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14112         [BZ #16284]
14113         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14114         rounding mode to recompute results that overflow to infinity or
14115         underflow to zero.
14116         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14117         bug 16284.
14118         * math/auto-libm-test-out: Regenerated.
14119         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14120         (ccosh_test): Likewise.
14121         (csin_test_data): Use plus_oflow.
14122         (csin_test): Use ALL_RM_TEST.
14123         (csinh_test_data): Use plus_oflow.
14124         (csinh_test): Use ALL_RM_TEST.
14125         * sysdeps/i386/fpu/libm-test-ulps: Update.
14126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14128 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14130         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14131         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14132         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14134         [BZ #16731]
14135         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14136         when x - 1 is zero.
14137         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14138         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14139         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14140         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14141         argument is 1.
14142         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14143         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14144         zero.
14145         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14146         * sysdeps/i386/fpu/libm-test-ulps: Update.
14147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14149 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14151         * scripts/bench.pl: Remove file.
14152         * scripts/bench.py: New benchmark script.
14153         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14154         * benchtests/README: Mention python dependency.
14155         * scripts/pylintrc: New file.
14156         * scripts/pylint: New file.
14158         * bits/mathdef.h: Use #ifdef instead of #if.
14159         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14160         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14161         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14162         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14163         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14164         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14166 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14167             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14169         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14170         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14171         and strpbrk-ppc64 objects.
14172         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14173         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14174         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14175         multiarch strpbrk for POWER7.
14176         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14177         multiarch strpbrk for PPC64.
14178         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14179         ifunc selector.
14180         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14181         strpbrk for POWER7.
14183 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14185         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14186         (atan_test): Likewise.
14187         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14188         (atanh_test): Use ALL_RM_TEST.
14189         (atan2_test_data): Likewise.
14190         (cabs_test): Likewise.
14191         (cacosh_test): Likewise.
14192         (carg_test): Likewise.
14193         (casin_test): Likewise.
14194         (casinh_test): Likewise.
14195         (cbrt_test): Likewise.
14196         (csqrt_test): Likewise.
14197         (erf_test): Likewise.
14198         (erfc_test): Likewise.
14199         (pow10_test): Likewise.
14200         (exp2_test): Likewise.
14201         (hypot_test): Likewise.
14202         (j0_test): Likewise.
14203         (j1_test): Likewise.
14204         (lgamma_test): Likewise.
14205         (gamma_test): Likewise.
14206         (sincos_test): Likewise.
14207         (tanh_test): Likewise.
14208         (y0_test): Likewise.
14209         (y1_test): Likewise.
14210         * sysdeps/i386/fpu/libm-test-ulps: Update.
14211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14213 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14215         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14216         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14217         and strcspn-ppc64 objects.
14218         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14219         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14220         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14221         multiarch strcspn for POWER7.
14222         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14223         multiarch strcspn for PPC64.
14224         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14225         ifunc selector.
14226         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14227         strcspn for POWER7.
14229 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14231         * math/gen-libm-test.pl (generate_testfile): Expect only function
14232         name as argument to AUTO_TESTS_* and pass results for all rounding
14233         modes to parse_args.
14234         (parse_auto_input): Separate inputs of automatic tests from
14235         outputs before storing in %auto_tests.
14236         * math/libm-test.inc (acos_test_data): Update call to
14237         AUTO_TESTS_f_f.
14238         (acos_test): Use ALL_RM_TEST.
14239         (acos_tonearest_test_data): Remove.
14240         (acos_test_tonearest): Likewise.
14241         (acos_towardzero_test_data): Likewise.
14242         (acos_test_towardzero): Likewise.
14243         (acos_downward_test_data): Likewise.
14244         (acos_test_downward): Likewise.
14245         (acos_upward_test_data): Likewise.
14246         (acos_test_upward): Likewise.
14247         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14248         (asin_test_data): Likewise.
14249         (asin_test): Use ALL_RM_TEST.
14250         (asin_tonearest_test_data): Remove.
14251         (asin_test_tonearest): Likewise.
14252         (asin_towardzero_test_data): Likewise.
14253         (asin_test_towardzero): Likewise.
14254         (asin_downward_test_data): Likewise.
14255         (asin_test_downward): Likewise.
14256         (asin_upward_test_data): Likewise.
14257         (asin_test_upward): Likewise.
14258         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14259         (atan_test_data): Likewise.
14260         (atanh_test_data): Likewise.
14261         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14262         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14263         (carg_test_data): Likewise.
14264         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14265         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14266         (ccosh_test_data): Likewise.
14267         (cexp_test_data): Likewise.
14268         (clog_test_data): Likewise.
14269         (clog10_test_data): Likewise.
14270         (cos_test_data): Update call to AUTO_TESTS_f_f.
14271         (cos_test): Use ALL_RM_TEST.
14272         (cos_tonearest_test_data): Remove.
14273         (cos_test_tonearest): Likewise.
14274         (cos_towardzero_test_data): Likewise.
14275         (cos_test_towardzero): Likewise.
14276         (cos_downward_test_data): Likewise.
14277         (cos_test_downward): Likewise.
14278         (cos_upward_test_data): Likewise.
14279         (cos_test_upward): Likewise.
14280         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14281         (cosh_test): Use ALL_RM_TEST.
14282         (cosh_tonearest_test_data): Remove.
14283         (cosh_test_tonearest): Likewise.
14284         (cosh_towardzero_test_data): Likewise.
14285         (cosh_test_towardzero): Likewise.
14286         (cosh_downward_test_data): Likewise.
14287         (cosh_test_downward): Likewise.
14288         (cosh_upward_test_data): Likewise.
14289         (cosh_test_upward): Likewise.
14290         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14291         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14292         (ctan_test_data): Likewise.
14293         (ctan_test): Use ALL_RM_TEST.
14294         (ctan_tonearest_test_data): Remove.
14295         (ctan_test_tonearest): Likewise.
14296         (ctan_towardzero_test_data): Likewise.
14297         (ctan_test_towardzero): Likewise.
14298         (ctan_downward_test_data): Likewise.
14299         (ctan_test_downward): Likewise.
14300         (ctan_upward_test_data): Likewise.
14301         (ctan_test_upward): Likewise.
14302         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14303         (ctanh_test): Use ALL_RM_TEST.
14304         (ctanh_tonearest_test_data): Remove.
14305         (ctanh_test_tonearest): Likewise.
14306         (ctanh_towardzero_test_data): Likewise.
14307         (ctanh_test_towardzero): Likewise.
14308         (ctanh_downward_test_data): Likewise.
14309         (ctanh_test_downward): Likewise.
14310         (ctanh_upward_test_data): Likewise.
14311         (ctanh_test_upward): Likewise.
14312         (erf_test_data): Update call to AUTO_TESTS_f_f.
14313         (erfc_test_data): Likewise.
14314         (exp_test_data): Likewise.
14315         (exp_test): Use ALL_RM_TEST.
14316         (exp_tonearest_test_data): Remove.
14317         (exp_test_tonearest): Likewise.
14318         (exp_towardzero_test_data): Likewise.
14319         (exp_test_towardzero): Likewise.
14320         (exp_downward_test_data): Likewise.
14321         (exp_test_downward): Likewise.
14322         (exp_upward_test_data): Likewise.
14323         (exp_test_upward): Likewise.
14324         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14325         (exp10_test): Use ALL_RM_TEST.
14326         (exp10_tonearest_test_data): Remove.
14327         (exp10_test_tonearest): Likewise.
14328         (exp10_towardzero_test_data): Likewise.
14329         (exp10_test_towardzero): Likewise.
14330         (exp10_downward_test_data): Likewise.
14331         (exp10_test_downward): Likewise.
14332         (exp10_upward_test_data): Likewise.
14333         (exp10_test_upward): Likewise.
14334         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14335         (expm1_test_data): Likewise.
14336         (expm1_test): Use ALL_RM_TEST.
14337         (expm1_tonearest_test_data): Remove.
14338         (expm1_test_tonearest): Likewise.
14339         (expm1_towardzero_test_data): Likewise.
14340         (expm1_test_towardzero): Likewise.
14341         (expm1_downward_test_data): Likewise.
14342         (expm1_test_downward): Likewise.
14343         (expm1_upward_test_data): Likewise.
14344         (expm1_test_upward): Likewise.
14345         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14346         (fma_test): Use ALL_RM_TEST.
14347         (fma_towardzero_test_data): Remove.
14348         (fma_test_towardzero): Likewise.
14349         (fma_downward_test_data): Likewise.
14350         (fma_test_downward): Likewise.
14351         (fma_upward_test_data): Likewise.
14352         (fma_test_upward): Likewise.
14353         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14354         (j0_test_data): Update call to AUTO_TESTS_f_f.
14355         (j1_test_data): Likewise.
14356         (jn_test_data): Update call to AUTO_TESTS_if_f.
14357         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14358         (log_test_data): Update call to AUTO_TESTS_f_f.
14359         (log10_test_data): Likewise.
14360         (log1p_test_data): Likewise.
14361         (log2_test_data): Likewise.
14362         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14363         (pow_tonearest_test_data): Likewise.
14364         (sin_test_data): Update call to AUTO_TESTS_f_f.
14365         (sin_test): Use ALL_RM_TEST.
14366         (sin_tonearest_test_data): Remove.
14367         (sin_test_tonearest): Likewise.
14368         (sin_towardzero_test_data): Likewise.
14369         (sin_test_towardzero): Likewise.
14370         (sin_downward_test_data): Likewise.
14371         (sin_test_downward): Likewise.
14372         (sin_upward_test_data): Likewise.
14373         (sin_test_upward): Likewise.
14374         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14375         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14376         (sinh_test): Use ALL_RM_TEST.
14377         (sinh_tonearest_test_data): Remove.
14378         (sinh_test_tonearest): Likewise.
14379         (sinh_towardzero_test_data): Likewise.
14380         (sinh_test_towardzero): Likewise.
14381         (sinh_downward_test_data): Likewise.
14382         (sinh_test_downward): Likewise.
14383         (sinh_upward_test_data): Likewise.
14384         (sinh_test_upward): Likewise.
14385         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14386         (sqrt_test): Use ALL_RM_TEST.
14387         (sqrt_tonearest_test_data): Remove.
14388         (sqrt_test_tonearest): Likewise.
14389         (sqrt_towardzero_test_data): Likewise.
14390         (sqrt_test_towardzero): Likewise.
14391         (sqrt_downward_test_data): Likewise.
14392         (sqrt_test_downward): Likewise.
14393         (sqrt_upward_test_data): Likewise.
14394         (sqrt_test_upward): Likewise.
14395         (tan_test_data): Update call to AUTO_TESTS_f_f.
14396         (tan_test): Use ALL_RM_TEST.
14397         (tan_tonearest_test_data): Remove.
14398         (tan_test_tonearest): Likewise.
14399         (tan_towardzero_test_data): Likewise.
14400         (tan_test_towardzero): Likewise.
14401         (tan_downward_test_data): Likewise.
14402         (tan_test_downward): Likewise.
14403         (tan_upward_test_data): Likewise.
14404         (tan_test_upward): Likewise.
14405         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14406         (tgamma_test_data): Likewise.
14407         (y0_test_data): Likewise.
14408         (y1_test_data): Likewise.
14409         (yn_test_data): Update call to AUTO_TESTS_if_f.
14410         (main): Do not call removed functions.
14412 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14414         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14415         (ldexp_test_data): Remove.
14416         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14417         scalbn_test_data.
14418         (scalb_test): Use ALL_RM_TEST.
14420 2014-03-19  Andreas Schwab  <schwab@suse.de>
14422         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14424 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14426         [BZ #16649]
14427         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14428         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14429         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14430         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14431         (__ASSUME_PREADV): Undefine.
14432         (__ASSUME_PWRITEV): Likewise.
14434 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14436         * bits/mman-linux.h: Add comment about non-Linux use.
14437         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14438         bits/mman-linux.h resting place.
14440         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14441         * bits/mman-linux.h: ... here.
14443 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14445         * conform/conformtest.pl: Add standard definition when calling C
14446         preprocessor on data files.
14447         (checknamespace): Remove unused variable.
14449 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14451         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14452         minus_oflow, plus_uflow and minus_uflow in expected results.
14453         * math/libm-test.inc (scalbn_test_data): Add more tests of
14454         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14455         minus_uflow.
14456         (scalbn_test): Use ALL_RM_TEST.
14457         (scalbln_test_data): Add more tests of negative arguments.  Use
14458         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14459         (scalbln_test): Use ALL_RM_TEST.
14461 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14463         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14465 2014-03-18  Will Newton  <will.newton@linaro.org>
14467         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14468         inaccurate comment.
14470 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14472         * Makerules [!subdir] (check-abi): Exit with error status if a
14473         test failed.
14475 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14477         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14478         for rint.  Include results for all rounding modes.
14479         (nearbyint_test): Use ALL_RM_TEST.
14480         (rint_test_data): Include all tests used for nearbyint.
14482 2014-03-17  Will Newton  <will.newton@linaro.org>
14484         * nptl/sysdeps/pthread/pthread.h: Revert previous
14485         change.
14487         * sysdeps/generic/ldsodefs.h: Revert previous
14488         change.
14490         * libio/genops.c: Revert previous change.
14491         * libio/libioP.h: Likewise.
14492         * stdio-common/vfprintf.c: Likewise.
14494         * sysdeps/generic/math_private.h: Revert previous
14495         change.
14497         * sysdeps/generic/math_private.h: Check whether
14498         HAVE_RM_CTX is defined with #ifdef rather
14499         than #if.
14501         * argp/argp-fmtstream.h: Check whether
14502         __STRICT_ANSI__ is defined with #ifdef rather
14503         than #if.
14504         * argp/argp.h: Likewise.
14506         * libio/genops.c: Check whether
14507         _IO_JUMPS_OFFSET is defined with #ifdef rather
14508         than #if.
14509         * libio/libioP.h: Likewise.
14510         * stdio-common/vfprintf.c: Likewise.
14512         * sysdeps/generic/ldsodefs.h: Check whether
14513         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14514         than #if.
14516         * nptl/sysdeps/pthread/pthread.h: Check
14517         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14518         its value.
14520 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14522         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14523         setting O_APPEND.
14524         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14525         test case.
14527         [BZ #16680]
14528         * libio/fileops.c (_IO_file_open): Seek to end of file but
14529         don't cache the offset.
14530         (get_file_offset): Remove function.
14531         (do_ftell): Use cached offset when available.
14532         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14533         don't cache the offset.
14534         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14535         case.
14536         (do_one_test): Call it.
14537         (do_ftell_test): Fix up expected old offset for a+ mode.
14538         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14539         available.
14541         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14542         up test status with function return status.
14543         (do_write_test): Likewise.
14544         (do_append_test): Likewise.
14546         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14547         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14548         Remove.
14550 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14552         * math/gen-libm-test.pl (parse_args): Handle results specified for
14553         each rounding mode separately.
14554         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14555         tests and results from lrint_tonearest_test_data,
14556         lrint_towardzero_test_data, lrint_downward_test_data and
14557         lrint_upward_test_data.
14558         (lrint_test): Use ALL_RM_TEST.
14559         (lrint_tonearest_test_data): Remove.
14560         (lrint_test_tonearest): Likewise.
14561         (lrint_towardzero_test_data): Likewise.
14562         (lrint_test_towardzero): Likewise.
14563         (lrint_downward_test_data): Likewise.
14564         (lrint_test_downward): Likewise.
14565         (lrint_upward_test_data): Likewise.
14566         (lrint_test_upward): Likewise.
14567         (llrint_test_data): Merge in per-rounding-mode tests and results
14568         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14569         llrint_downward_test_data and llrint_upward_test_data.
14570         (llrint_test): Use ALL_RM_TEST.
14571         (llrint_tonearest_test_data): Remove.
14572         (llrint_test_tonearest): Likewise.
14573         (llrint_towardzero_test_data): Likewise.
14574         (llrint_test_towardzero): Likewise.
14575         (llrint_downward_test_data): Likewise.
14576         (llrint_test_downward): Likewise.
14577         (llrint_upward_test_data): Likewise.
14578         (llrint_test_upward): Likewise.
14579         (rint_test_data): Merge in per-rounding-mode tests and results
14580         from rint_tonearest_test_data, rint_towardzero_test_data,
14581         rint_downward_test_data and rint_upward_test_data.  Add
14582         per-rounding-mode results for tests not in those arrays.
14583         (rint_test): Use ALL_RM_TEST.
14584         (rint_tonearest_test_data): Remove.
14585         (rint_test_tonearest): Likewise.
14586         (rint_towardzero_test_data): Likewise.
14587         (rint_test_towardzero): Likewise.
14588         (rint_downward_test_data): Likewise.
14589         (rint_test_downward): Likewise.
14590         (rint_upward_test_data): Likewise.
14591         (rint_test_upward): Likewise.
14592         (main): Don't call removed functions.
14594 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14596         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14597         "Compiled on ..." crapola.  It is anti-useful.
14599 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14601         * scripts/evaluate-test.sh: Handle fourth argument to determine
14602         whether test run should stop on failure.
14603         * Makeconfig (stop-on-test-failure): New variable.
14604         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14605         $(stop-on-test-failure).
14606         * Makefile (tests): Give a summary of results from testing and
14607         exit with failure status if they include an ERROR or FAIL.
14608         (xtests): Likewise.
14609         * manual/install.texi (Configuring and compiling): Mention
14610         stop-on-test-failure=y.
14611         * INSTALL: Regenerated.
14613 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14615         * scripts/versionlist.awk: New file.
14616         * Makerules [$(build-shared) = yes]
14617         (postclean-generated): Add Versions.def, not Versions.def.v and
14618         Versions.def.v.i.
14619         ($(common-objpfx)Versions.def.v.i): Target removed.
14620         ($(common-objpfx)Versions.def): New target.
14621         ($(common-objpfx)Versions.all): Depend on that rather that
14622         $(common-objpfx)Versions.def.v.
14623         * Versions.def: File removed.
14625         * Makeconfig (+gccwarn): Add -Wundef.
14626         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14627         a dl-sysdep.h breaking its contract.
14628         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14629         * include/stackinfo.h: New file.
14630         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14631         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14632         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14633         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14634         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14635         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14636         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14637         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14638         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14639         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14640         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14641         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14642         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14643         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14644         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14646 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14648         [BZ #16707]
14649         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14650         implementation.
14651         * math/libm-test.inc (round_test_data): Add more tests.
14653         [BZ #16706]
14654         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14655         implementation.
14656         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14658         [BZ #16701]
14659         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14660         implementation.
14661         * math/libm-test.inc (ceil_test_data): Add more tests.
14663         * math/libm-test.inc (trunc_test_data): Add more tests related to
14664         BZ#16414.
14666 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14668         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14669         with #if rather than #ifdef.
14670         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14672 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14674         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14675         first.  Disable AVX-512 GCC support if assembler doesn't support
14676         it.
14677         * sysdeps/x86_64/configure: Regenerated.
14679 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14681         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14682         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14683         (__old_pthread_attr_setstack): Likewise.
14684         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14685         [!_STACK_GROWS_DOWN]: Likewise.
14687 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14689         * config.make.in (have-bash2): Delete.
14690         * configure.ac (libc_cv_have_bash2): Delete.
14691         * configure: Regenerate.
14692         * elf/Makefile (common-ldd-rewrite): Rename to ...
14693         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14694         (sh-ldd-rewrite): Delete.
14695         (bash-ldd-rewrite): Delete.
14696         (have-bash2): Delete checks.
14697         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14698         ldd-rewrite.
14700         * config.make.in (have-ksh): Delete.
14701         (KSH): Delete.
14702         * configure.ac (libc_cv_have_ksh): Delete.
14703         * configure: Regenerate.
14705         * elf/Makefile: Delete $(have-ksh) check.
14706         ($(objpfx)sotruss): Change KSH to BASH.
14707         * elf/sotruss.ksh: Rename to ...
14708         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14709         function style to match POSIX.  Drop ksh vim mode setting.
14711         * manual/time.texi (Specifying the Time Zone with TZ): Change
14712         Tuesday to Thursday.
14714         * debug/tst-longjmp_chk2.c: Update header comment.
14715         (stackoverflow_handler): Add comment.  Call assert on pass value.
14717 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14719         [BZ #16194]
14720         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14721         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14722         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14723         (La_x86_64_vector): Add zmm.
14724         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14725         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14726         ($(objpfx)tst-audit10): New target.
14727         ($(objpfx)tst-audit10.out): Likewise.
14728         (tst-audit10-ENV): New.
14729         (AVX512-CFLAGS): Likewise.
14730         (CFLAGS-tst-audit10.c): Likewise.
14731         (CFLAGS-tst-auditmod10a.c): Likewise.
14732         (CFLAGS-tst-auditmod10b.c): Likewise.
14733         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14734         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14735         * sysdeps/x86_64/configure: Regenerated.
14736         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14737         AVX-512 zmm register support.
14738         (_dl_x86_64_save_sse): Likewise.
14739         (_dl_x86_64_restore_sse): Likewise.
14740         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14741         size vector registers.
14742         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14743         (ZMM_SIZE): Likewise.
14744         * sysdeps/x86_64/tst-audit10.c: New file.
14745         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14746         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14748 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14750         * configure.ac (HAVE_EHDR_START): New check.
14751         * configure: Regenerated.
14752         * config.h.in (HAVE_EHDR_START): New #undef.
14753         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14754         assuming the lowest-addressed segment maps the start of the file.
14756 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14758         * INSTALL: Regenerated.
14760 2014-03-13  Will Newton  <will.newton@linaro.org>
14762         * manual/setjmp.texi (System V contexts): Improve
14763         clarity and grammar of documentation.
14765 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14767         [BZ #16381]
14768         * elf/Makefile (tests): Add tst-pie2.
14769         (tests-pie): Add tst-pie2.
14770         * elf/tst-pie2.c: New file.
14771         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14772         for ET_EXEC.
14773         * elf/rtld.c (map_doit): Load executable as lt_executable.
14774         (dl_main): Likewise.
14776 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14778         [BZ #16642]
14779         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14780         (__ASSUME_PSELECT): Undefine.
14782 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14784         [BZ #16689]
14785         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14786         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14787         static build.
14788         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14789         selector for static builds.
14791 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14793         [BZ #16695]
14794         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14795         key in the buffer.
14797 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14799         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14800         IFUNC selector for static builds.
14802 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14804         * sysdeps/mips/math_private.h [__mips_hard_float]
14805         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14806         libc_feresetround_mips_ctx.
14807         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14808         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14809         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14811         [BZ #16677]
14812         * math/s_nextafter.c (__nextafter): Do not return value from
14813         overflowing computation.
14814         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14815         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14816         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14817         Likewise.
14818         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14819         Likewise.
14820         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14821         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14823 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14825         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14826         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14827         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14828         the new mov targetting sp.
14830 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14832         [BZ #16683]
14833         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14834         Define it for static builds as well.
14835         (NO_BZERO_IMPL): Likewise.
14837 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14839         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14840         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14841         multiarch strspn for PPC64.
14842         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14843         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14844         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14845         (__libc_ifunc_impl_list): Likewise.
14846         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14847         multiarch optimizations
14848         * string/strspn.c (strspn): Using macro to redefine symbol name.
14850 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14851             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14853         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14854         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14855         multiarch strncat for PPC64.
14856         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14857         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14858         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14859         (__libc_ifunc_impl_list): Likewise.
14860         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14861         multiarch optimizations
14863 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14865         [BZ #16639]
14866         * nscd/nscd.service: Make service type forking.
14868 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14870         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14871         sign in non default rounding modes.
14872         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14874 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14876         * math/libm-test.inc (ALL_RM_TEST): New macro.
14877         (ceil_test): Use ALL_RM_TEST.
14878         (cimag_test): Likewise.
14879         (conj_test): Likewise.
14880         (copysign_test): Likewise.
14881         (cproj_test): Likewise.
14882         (creal_test): Likewise.
14883         (fabs_test): Likewise.
14884         (floor_test): Likewise.
14885         (fmax_test): Likewise.
14886         (fmin_test): Likewise.
14887         (fmod_test): Likewise.
14888         (fpclassify_test): Likewise.
14889         (frexp_test): Likewise.
14890         (ilogb_test): Likewise.
14891         (isfinite_test): Likewise.
14892         (finite_test): Likewise.
14893         (isgreater_test): Likewise.
14894         (isgreaterequal_test): Likewise.
14895         (isinf_test): Likewise.
14896         (isless_test): Likewise.
14897         (islessequal_test): Likewise.
14898         (islessgreater_test): Likewise.
14899         (isnan_test): Likewise.
14900         (isnormal_test): Likewise.
14901         (issignaling_test): Likewise.
14902         (isunordered_test): Likewise.
14903         (logb_test): Likewise.
14904         (logb_downward_test_data): Remove.
14905         (logb_test_downward): Likewise.
14906         (lround_test): Use ALL_RM_TEST.
14907         (llround_test): Likewise.
14908         (modf_test): Likewise.
14909         (nexttoward_test): Likewise.
14910         (remainder_test): Likewise.
14911         (drem_test): Likewise.
14912         (remainder_tonearest_test_data): Likewise.
14913         (remainder_test_tonearest): Likewise.
14914         (drem_test_tonearest): Likewise.
14915         (remainder_towardzero_test_data): Likewise.
14916         (remainder_test_towardzero): Likewise.
14917         (drem_test_towardzero): Likewise.
14918         (remainder_downward_test_data): Likewise.
14919         (remainder_test_downward): Likewise.
14920         (drem_test_downward): Likewise.
14921         (remainder_upward_test_data): Likewise.
14922         (remainder_test_upward): Likewise.
14923         (drem_test_upward): Likewise.
14924         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14925         (round_test): Use ALL_RM_TEST.
14926         (signbit_test): Likewise.
14927         (trunc_test): Likewise.
14928         (significand_test): Likewise.
14929         (main): Don't call removed functions.
14931 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14933         [BZ #16674]
14934         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14935         || __USE_XOPEN2K8].
14936         (ILL_ILLOPN): Likewise.
14937         (ILL_ILLADR): Likewise.
14938         (ILL_ILLTRP): Likewise.
14939         (ILL_PRVOPC): Likewise.
14940         (ILL_PRVREG): Likewise.
14941         (ILL_COPROC): Likewise.
14942         (ILL_BADSTK): Likewise.
14943         (FPE_INTDIV): Likewise.
14944         (FPE_INTOVF): Likewise.
14945         (FPE_FLTDIV): Likewise.
14946         (FPE_FLTOVF): Likewise.
14947         (FPE_FLTUND): Likewise.
14948         (FPE_FLTRES): Likewise.
14949         (FPE_FLTINV): Likewise.
14950         (FPE_FLTSUB): Likewise.
14951         (SEGV_MAPERR): Likewise.
14952         (SEGV_ACCERR): Likewise.
14953         (BUS_ADRALN): Likewise.
14954         (BUS_ADRERR): Likewise.
14955         (BUS_OBJERR): Likewise.
14956         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14957         (TRAP_TRACE): Likewise.
14958         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14959         __USE_XOPEN2K8].
14960         (CLD_KILLED): Likewise.
14961         (CLD_DUMPED): Likewise.
14962         (CLD_TRAPPED): Likewise.
14963         (CLD_STOPPED): Likewise.
14964         (CLD_CONTINUED): Likewise.
14965         (POLL_IN): Likewise.
14966         (POLL_OUT): Likewise.
14967         (POLL_MSG): Likewise.
14968         (POLL_ERR): Likewise.
14969         (POLL_PRI): Likewise.
14970         (POLL_HUP): Likewise.
14971         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14972         Likewise.
14973         (ILL_ILLOPN): Likewise.
14974         (ILL_ILLADR): Likewise.
14975         (ILL_ILLTRP): Likewise.
14976         (ILL_PRVOPC): Likewise.
14977         (ILL_PRVREG): Likewise.
14978         (ILL_COPROC): Likewise.
14979         (ILL_BADSTK): Likewise.
14980         (FPE_INTDIV): Likewise.
14981         (FPE_INTOVF): Likewise.
14982         (FPE_FLTDIV): Likewise.
14983         (FPE_FLTOVF): Likewise.
14984         (FPE_FLTUND): Likewise.
14985         (FPE_FLTRES): Likewise.
14986         (FPE_FLTINV): Likewise.
14987         (FPE_FLTSUB): Likewise.
14988         (SEGV_MAPERR): Likewise.
14989         (SEGV_ACCERR): Likewise.
14990         (BUS_ADRALN): Likewise.
14991         (BUS_ADRERR): Likewise.
14992         (BUS_OBJERR): Likewise.
14993         (BUS_MCEERR_AR): Likewise.
14994         (BUS_MCEERR_AO): Likewise.
14995         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14996         (TRAP_TRACE): Likewise.
14997         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14998         __USE_XOPEN2K8].
14999         (CLD_KILLED): Likewise.
15000         (CLD_DUMPED): Likewise.
15001         (CLD_TRAPPED): Likewise.
15002         (CLD_STOPPED): Likewise.
15003         (CLD_CONTINUED): Likewise.
15004         (POLL_IN): Likewise.
15005         (POLL_OUT): Likewise.
15006         (POLL_MSG): Likewise.
15007         (POLL_ERR): Likewise.
15008         (POLL_PRI): Likewise.
15009         (POLL_HUP): Likewise.
15010         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15011         (ILL_ILLOPN): Likewise.
15012         (ILL_ILLADR): Likewise.
15013         (ILL_ILLTRP): Likewise.
15014         (ILL_PRVOPC): Likewise.
15015         (ILL_PRVREG): Likewise.
15016         (ILL_COPROC): Likewise.
15017         (ILL_BADSTK): Likewise.
15018         (FPE_INTDIV): Likewise.
15019         (FPE_INTOVF): Likewise.
15020         (FPE_FLTDIV): Likewise.
15021         (FPE_FLTOVF): Likewise.
15022         (FPE_FLTUND): Likewise.
15023         (FPE_FLTRES): Likewise.
15024         (FPE_FLTINV): Likewise.
15025         (FPE_FLTSUB): Likewise.
15026         (SEGV_MAPERR): Likewise.
15027         (SEGV_ACCERR): Likewise.
15028         (BUS_ADRALN): Likewise.
15029         (BUS_ADRERR): Likewise.
15030         (BUS_OBJERR): Likewise.
15031         (BUS_MCEERR_AR): Likewise.
15032         (BUS_MCEERR_AO): Likewise.
15033         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15034         (TRAP_TRACE): Likewise.
15035         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15036         __USE_XOPEN2K8].
15037         (CLD_KILLED): Likewise.
15038         (CLD_DUMPED): Likewise.
15039         (CLD_TRAPPED): Likewise.
15040         (CLD_STOPPED): Likewise.
15041         (CLD_CONTINUED): Likewise.
15042         (POLL_IN): Likewise.
15043         (POLL_OUT): Likewise.
15044         (POLL_MSG): Likewise.
15045         (POLL_ERR): Likewise.
15046         (POLL_PRI): Likewise.
15047         (POLL_HUP): Likewise.
15048         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15049         Likewise.
15050         (ILL_ILLOPN): Likewise.
15051         (ILL_ILLADR): Likewise.
15052         (ILL_ILLTRP): Likewise.
15053         (ILL_PRVOPC): Likewise.
15054         (ILL_PRVREG): Likewise.
15055         (ILL_COPROC): Likewise.
15056         (ILL_BADSTK): Likewise.
15057         (ILL_BADIADDR): Likewise.
15058         (ILL_BREAK): Likewise.
15059         (FPE_INTDIV): Likewise.
15060         (FPE_INTOVF): Likewise.
15061         (FPE_FLTDIV): Likewise.
15062         (FPE_FLTOVF): Likewise.
15063         (FPE_FLTUND): Likewise.
15064         (FPE_FLTRES): Likewise.
15065         (FPE_FLTINV): Likewise.
15066         (FPE_FLTSUB): Likewise.
15067         (FPE_DECOVF): Likewise.
15068         (FPE_DECDIV): Likewise.
15069         (FPE_DECERR): Likewise.
15070         (FPE_INVASC): Likewise.
15071         (FPE_INVDEC): Likewise.
15072         (SEGV_MAPERR): Likewise.
15073         (SEGV_ACCERR): Likewise.
15074         (SEGV_PSTKOVF): Likewise.
15075         (BUS_ADRALN): Likewise.
15076         (BUS_ADRERR): Likewise.
15077         (BUS_OBJERR): Likewise.
15078         (BUS_MCEERR_AR): Likewise.
15079         (BUS_MCEERR_AO): Likewise.
15080         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15081         (TRAP_TRACE): Likewise.
15082         (TRAP_BRANCH): Likewise.
15083         (TRAP_HWBKPT): Likewise.
15084         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15085         __USE_XOPEN2K8].
15086         (CLD_KILLED): Likewise.
15087         (CLD_DUMPED): Likewise.
15088         (CLD_TRAPPED): Likewise.
15089         (CLD_STOPPED): Likewise.
15090         (CLD_CONTINUED): Likewise.
15091         (POLL_IN): Likewise.
15092         (POLL_OUT): Likewise.
15093         (POLL_MSG): Likewise.
15094         (POLL_ERR): Likewise.
15095         (POLL_PRI): Likewise.
15096         (POLL_HUP): Likewise.
15097         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15098         (ILL_ILLOPN): Likewise.
15099         (ILL_ILLADR): Likewise.
15100         (ILL_ILLTRP): Likewise.
15101         (ILL_PRVOPC): Likewise.
15102         (ILL_PRVREG): Likewise.
15103         (ILL_COPROC): Likewise.
15104         (ILL_BADSTK): Likewise.
15105         (FPE_INTDIV): Likewise.
15106         (FPE_INTOVF): Likewise.
15107         (FPE_FLTDIV): Likewise.
15108         (FPE_FLTOVF): Likewise.
15109         (FPE_FLTUND): Likewise.
15110         (FPE_FLTRES): Likewise.
15111         (FPE_FLTINV): Likewise.
15112         (FPE_FLTSUB): Likewise.
15113         (SEGV_MAPERR): Likewise.
15114         (SEGV_ACCERR): Likewise.
15115         (BUS_ADRALN): Likewise.
15116         (BUS_ADRERR): Likewise.
15117         (BUS_OBJERR): Likewise.
15118         (BUS_MCEERR_AR): Likewise.
15119         (BUS_MCEERR_AO): Likewise.
15120         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15121         (TRAP_TRACE): Likewise.
15122         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15123         __USE_XOPEN2K8].
15124         (CLD_KILLED): Likewise.
15125         (CLD_DUMPED): Likewise.
15126         (CLD_TRAPPED): Likewise.
15127         (CLD_STOPPED): Likewise.
15128         (CLD_CONTINUED): Likewise.
15129         (POLL_IN): Likewise.
15130         (POLL_OUT): Likewise.
15131         (POLL_MSG): Likewise.
15132         (POLL_ERR): Likewise.
15133         (POLL_PRI): Likewise.
15134         (POLL_HUP): Likewise.
15135         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15136         (ILL_ILLOPN): Likewise.
15137         (ILL_ILLADR): Likewise.
15138         (ILL_ILLTRP): Likewise.
15139         (ILL_PRVOPC): Likewise.
15140         (ILL_PRVREG): Likewise.
15141         (ILL_COPROC): Likewise.
15142         (ILL_BADSTK): Likewise.
15143         (FPE_INTDIV): Likewise.
15144         (FPE_INTOVF): Likewise.
15145         (FPE_FLTDIV): Likewise.
15146         (FPE_FLTOVF): Likewise.
15147         (FPE_FLTUND): Likewise.
15148         (FPE_FLTRES): Likewise.
15149         (FPE_FLTINV): Likewise.
15150         (FPE_FLTSUB): Likewise.
15151         (SEGV_MAPERR): Likewise.
15152         (SEGV_ACCERR): Likewise.
15153         (BUS_ADRALN): Likewise.
15154         (BUS_ADRERR): Likewise.
15155         (BUS_OBJERR): Likewise.
15156         (BUS_MCEERR_AR): Likewise.
15157         (BUS_MCEERR_AO): Likewise.
15158         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15159         (TRAP_TRACE): Likewise.
15160         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15161         __USE_XOPEN2K8].
15162         (CLD_KILLED): Likewise.
15163         (CLD_DUMPED): Likewise.
15164         (CLD_TRAPPED): Likewise.
15165         (CLD_STOPPED): Likewise.
15166         (CLD_CONTINUED): Likewise.
15167         (POLL_IN): Likewise.
15168         (POLL_OUT): Likewise.
15169         (POLL_MSG): Likewise.
15170         (POLL_ERR): Likewise.
15171         (POLL_PRI): Likewise.
15172         (POLL_HUP): Likewise.
15173         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15174         (ILL_ILLOPN): Likewise.
15175         (ILL_ILLADR): Likewise.
15176         (ILL_ILLTRP): Likewise.
15177         (ILL_PRVOPC): Likewise.
15178         (ILL_PRVREG): Likewise.
15179         (ILL_COPROC): Likewise.
15180         (ILL_BADSTK): Likewise.
15181         (FPE_INTDIV): Likewise.
15182         (FPE_INTOVF): Likewise.
15183         (FPE_FLTDIV): Likewise.
15184         (FPE_FLTOVF): Likewise.
15185         (FPE_FLTUND): Likewise.
15186         (FPE_FLTRES): Likewise.
15187         (FPE_FLTINV): Likewise.
15188         (FPE_FLTSUB): Likewise.
15189         (SEGV_MAPERR): Likewise.
15190         (SEGV_ACCERR): Likewise.
15191         (BUS_ADRALN): Likewise.
15192         (BUS_ADRERR): Likewise.
15193         (BUS_OBJERR): Likewise.
15194         (BUS_MCEERR_AR): Likewise.
15195         (BUS_MCEERR_AO): Likewise.
15196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15197         (TRAP_TRACE): Likewise.
15198         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15199         __USE_XOPEN2K8].
15200         (CLD_KILLED): Likewise.
15201         (CLD_DUMPED): Likewise.
15202         (CLD_TRAPPED): Likewise.
15203         (CLD_STOPPED): Likewise.
15204         (CLD_CONTINUED): Likewise.
15205         (POLL_IN): Likewise.
15206         (POLL_OUT): Likewise.
15207         (POLL_MSG): Likewise.
15208         (POLL_ERR): Likewise.
15209         (POLL_PRI): Likewise.
15210         (POLL_HUP): Likewise.
15211         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15212         (ILL_ILLOPN): Likewise.
15213         (ILL_ILLADR): Likewise.
15214         (ILL_ILLTRP): Likewise.
15215         (ILL_PRVOPC): Likewise.
15216         (ILL_PRVREG): Likewise.
15217         (ILL_COPROC): Likewise.
15218         (ILL_BADSTK): Likewise.
15219         (ILL_DBLFLT): Likewise.
15220         (ILL_HARDWALL): Likewise.
15221         (FPE_INTDIV): Likewise.
15222         (FPE_INTOVF): Likewise.
15223         (FPE_FLTDIV): Likewise.
15224         (FPE_FLTOVF): Likewise.
15225         (FPE_FLTUND): Likewise.
15226         (FPE_FLTRES): Likewise.
15227         (FPE_FLTINV): Likewise.
15228         (FPE_FLTSUB): Likewise.
15229         (SEGV_MAPERR): Likewise.
15230         (SEGV_ACCERR): Likewise.
15231         (BUS_ADRALN): Likewise.
15232         (BUS_ADRERR): Likewise.
15233         (BUS_OBJERR): Likewise.
15234         (BUS_MCEERR_AR): Likewise.
15235         (BUS_MCEERR_AO): Likewise.
15236         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15237         (TRAP_TRACE): Likewise.
15238         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15239         __USE_XOPEN2K8].
15240         (CLD_KILLED): Likewise.
15241         (CLD_DUMPED): Likewise.
15242         (CLD_TRAPPED): Likewise.
15243         (CLD_STOPPED): Likewise.
15244         (CLD_CONTINUED): Likewise.
15245         (POLL_IN): Likewise.
15246         (POLL_OUT): Likewise.
15247         (POLL_MSG): Likewise.
15248         (POLL_ERR): Likewise.
15249         (POLL_PRI): Likewise.
15250         (POLL_HUP): Likewise.
15251         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15252         (ILL_ILLOPN): Likewise.
15253         (ILL_ILLADR): Likewise.
15254         (ILL_ILLTRP): Likewise.
15255         (ILL_PRVOPC): Likewise.
15256         (ILL_PRVREG): Likewise.
15257         (ILL_COPROC): Likewise.
15258         (ILL_BADSTK): Likewise.
15259         (FPE_INTDIV): Likewise.
15260         (FPE_INTOVF): Likewise.
15261         (FPE_FLTDIV): Likewise.
15262         (FPE_FLTOVF): Likewise.
15263         (FPE_FLTUND): Likewise.
15264         (FPE_FLTRES): Likewise.
15265         (FPE_FLTINV): Likewise.
15266         (FPE_FLTSUB): Likewise.
15267         (SEGV_MAPERR): Likewise.
15268         (SEGV_ACCERR): Likewise.
15269         (BUS_ADRALN): Likewise.
15270         (BUS_ADRERR): Likewise.
15271         (BUS_OBJERR): Likewise.
15272         (BUS_MCEERR_AR): Likewise.
15273         (BUS_MCEERR_AO): Likewise.
15274         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15275         (TRAP_TRACE): Likewise.
15276         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15277         __USE_XOPEN2K8].
15278         (CLD_KILLED): Likewise.
15279         (CLD_DUMPED): Likewise.
15280         (CLD_TRAPPED): Likewise.
15281         (CLD_STOPPED): Likewise.
15282         (CLD_CONTINUED): Likewise.
15283         (POLL_IN): Likewise.
15284         (POLL_OUT): Likewise.
15285         (POLL_MSG): Likewise.
15286         (POLL_ERR): Likewise.
15287         (POLL_PRI): Likewise.
15288         (POLL_HUP): Likewise.
15289         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15290         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15292         [BZ #16670]
15293         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15294         before #include of <time.h>.
15295         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15296         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15297         (test-xfail-UNIX98/sched.h/conform): Likewise.
15299 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15301         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15302         error absence of trapping exception support.
15303         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15305 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15307         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15308         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15309         * timezone/Makefile (testdata): Move definition above include of
15310         Rules.
15311         (test-zones): New variable.
15312         (tests-special): Add zone files.
15313         (build-testdata): Use $(evaluate-test).
15315         * elf/Makefile (tests-special): Rename tests to end with .out.
15316         ($(objpfx)noload-mem): Likewise.
15317         ($(objpfx)tst-leaks1-mem): Likewise.
15318         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15319         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15320         $(objpfx)test-iconvconfig.out.
15321         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15322         set -e inside subshell and redirect output to file.
15323         * iconvdata/Makefile (generated): Rename tests to end with .out.
15324         Correct type.
15325         (tests-special): Rename tests to end with .out.
15326         ($(objpfx)mtrace-tst-loading): Likewise.
15327         * intl/Makefile (generated): Likewise.
15328         (tests-special): Likewise.
15329         ($(objpfx)mtrace-tst-gettext): Likewise.
15330         * misc/Makefile (generated): Likewise.
15331         (tests-special): Likewise.
15332         ($(objpfx)tst-error1-mem): Likewise.
15333         * nptl/Makefile (tests-special): Likewise.
15334         ($(objpfx)tst-stack3-mem): Likewise.
15335         (generated): Likewise.
15336         * posix/Makefile (generated): Likewise.
15337         (tests-special): Likewise.
15338         (xtests-special): Likewise.
15339         ($(objpfx)tst-fnmatch-mem): Likewise.
15340         ($(objpfx)bug-regex2-mem): Likewise.
15341         ($(objpfx)bug-regex14-mem): Likewise.
15342         ($(objpfx)bug-regex21-mem): Likewise.
15343         ($(objpfx)bug-regex31-mem): Likewise.
15344         ($(objpfx)tst-vfork3-mem): Likewise.
15345         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15346         ($(objpfx)tst-pcre-mem): Likewise.
15347         ($(objpfx)tst-boost-mem): Likewise.
15348         ($(objpfx)bug-ga2-mem): Likewise.
15349         ($(objpfx)bug-glob2-mem): Likewise.
15350         * resolv/Makefile (generate): Likewise.
15351         (tests-special): Likewise.
15352         (xtests-special): Likewise.
15353         (generated): Likewise.
15354         ($(objpfx)mtrace-tst-leaks): Likewise.
15355         ($(objpfx)mtrace-tst-leaks2): Likewise.
15357         * scripts/merge-test-results.sh: New file.
15358         * Makefile (tests-special-notdir): New variable.
15359         (tests): Run merge-test-results.sh.
15360         (xtests): Likewise.
15361         * Rules (tests-special-notdir): New variable.
15362         (xtests-special-notdir): Likewise.
15363         (tests): Run merge-test-results.sh
15364         (xtests): Likewise.
15366         * Makeconfig (test-xfail-name): New variable.
15367         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15368         compute variable name for expected failures.
15369         * conform/Makefile (conformtest-headers-data): New variable.
15370         (conformtest-standards): Likewise.
15371         (conformtest-headers-ISO): Likewise.
15372         (conformtest-headers-ISO99): Likewise.
15373         (conformtest-headers-ISO11): Likewise.
15374         (conformtest-headers-POSIX): Likewise.
15375         (conformtest-headers-XPG3): Likewise.
15376         (conformtest-headers-XPG4): Likewise.
15377         (conformtest-headers-UNIX98): Likewise.
15378         (conformtest-headers-XOPEN2K): Likewise.
15379         (conformtest-headers-POSIX2008): Likewise.
15380         (conformtest-headers-XOPEN2K8): Likewise.
15381         (conformtest-header-list-base): Likewise.
15382         (conformtest-header-list-tests): Likewise.
15383         (conformtest-header-base): Likewise.
15384         (conformtest-header-tests): Likewise.
15385         (tests-special): Add $(conformtest-header-list-tests).  If
15386         [$(fast-check) && !$(cross-compiling)], add
15387         $(conformtest-header-tests) instead of
15388         $(objpfx)run-conformtest.out.
15389         (generated): Add $(conformtest-header-list-base).  If
15390         [$(fast-check) && !$(cross-compiling)], add
15391         $(conformtest-header-base).  Remove previous setting.
15392         ($(conformtest-header-list-tests)): New target.
15393         (test-xfail-run-conformtest): Remove variable.
15394         ($(objpfx)run-conformtest.out): Remove target.
15395         (test-xfail-ISO11/complex.h/conform): New variable.
15396         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15397         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15398         (test-xfail-XPG3/varargs.h/conform): Likewise.
15399         (test-xfail-XPG4/varargs.h/conform): Likewise.
15400         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15401         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15402         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15403         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15404         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15405         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15406         (test-xfail-XPG3/ftw.h/conform): Likewise.
15407         (test-xfail-XPG3/grp.h/conform): Likewise.
15408         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15409         (test-xfail-XPG3/limits.h/conform): Likewise.
15410         (test-xfail-XPG3/pwd.h/conform): Likewise.
15411         (test-xfail-XPG3/search.h/conform): Likewise.
15412         (test-xfail-XPG3/signal.h/conform): Likewise.
15413         (test-xfail-XPG3/stdio.h/conform): Likewise.
15414         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15415         (test-xfail-XPG3/string.h/conform): Likewise.
15416         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15417         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15418         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15419         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15420         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15421         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15422         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15423         (test-xfail-XPG3/termios.h/conform): Likewise.
15424         (test-xfail-XPG3/time.h/conform): Likewise.
15425         (test-xfail-XPG3/unistd.h/conform): Likewise.
15426         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15427         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15428         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15429         (test-xfail-XPG4/netdb.h/conform): Likewise.
15430         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15431         (test-xfail-XPG4/signal.h/conform): Likewise.
15432         (test-xfail-XPG4/stdio.h/conform): Likewise.
15433         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15434         (test-xfail-XPG4/stropts.h/conform): Likewise.
15435         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15436         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15437         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15438         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15439         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15440         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15441         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15442         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15443         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15444         (test-xfail-XPG4/termios.h/conform): Likewise.
15445         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15446         (test-xfail-XPG4/unistd.h/conform): Likewise.
15447         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15448         (test-xfail-POSIX/sched.h/conform): Likewise.
15449         (test-xfail-POSIX/signal.h/conform): Likewise.
15450         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15451         (test-xfail-POSIX/tar.h/conform): Likewise.
15452         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15453         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15454         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15455         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15456         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15457         (test-xfail-UNIX98/sched.h/conform): Likewise.
15458         (test-xfail-UNIX98/signal.h/conform): Likewise.
15459         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15460         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15461         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15462         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15463         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15464         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15465         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15466         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15467         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15468         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15469         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15470         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15471         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15472         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15473         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15474         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15475         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15476         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15477         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15478         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15479         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15480         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15481         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15482         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15483         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15484         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15485         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15486         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15487         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15488         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15489         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15490         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15491         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15492         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15493         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15494         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15495         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15496         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15497         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15498         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15499         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15500         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15501         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15502         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15503         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15504         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15505         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15506         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15507         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15508         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15509         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15510         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15511         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15512         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15513         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15514         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15515         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15516         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15517         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15518         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15519         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15520         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15521         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15522         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15523         (conformtest-cc-flags): Likewise.
15524         ($(conformtest-header-tests): New target.
15525         * conform/check-header-lists.sh: New file.
15526         * conform/run-conformtest.sh: Remove.
15528         * conform/conformtest.pl: Allow ' and \ in values given for
15529         constants.
15530         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15531         inclusion.
15532         [POSIX] (sys/types.h): Likewise.
15533         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15534         inclusion.
15535         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15536         inclusion.
15537         * conform/data/signal.h-data (SIGIO): Remove expectation.
15538         [XPG3] (SIGBUS): Do not expect.
15539         [POSIX || XPG3] (SIGPOLL): Likewise.
15540         [POSIX || XPG3] (SIGPROF): Likewise.
15541         [POSIX || XPG3] (SIGSYS): Likewise.
15542         [XPG3] (SIGTRAP): Likewise.
15543         [POSIX || XPG3] (SIGURG): Likewise.
15544         [POSIX || XPG3] (SIGVTALRM): Likewise.
15545         [POSIX || XPG3] (SIGXCPU): Likewise.
15546         [POSIX || XPG3] (SIGXFSZ): Likewise.
15547         [POSIX] (SA_SIGINFO): Expect.
15548         [XPG3] (siginfo_t): Do not expect type or contents.
15549         [POSIX] (si_pid): Do not expect element.
15550         [POSIX] (si_uid): Likewise.
15551         [POSIX] (si_addr): Likewise.
15552         [POSIX] (si_status): Likewise.
15553         [POSIX] (si_band): Likewise.
15554         [XPG4] (si_value): Likewise.
15555         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15556         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15557         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15558         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15559         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15560         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15561         [POSIX || XPG3] (ILL_COPROC): Likewise.
15562         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15563         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15564         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15565         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15566         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15567         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15568         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15569         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15570         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15571         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15572         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15573         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15574         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15575         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15576         [POSIX || XPG3] (CLD_EXITED): Likewise.
15577         [POSIX || XPG3] (CLD_KILLED): Likewise.
15578         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15579         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15580         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15581         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15582         [POSIX || XPG3] (POLL_IN): Likewise.
15583         [POSIX || XPG3] (POLL_OUT): Likewise.
15584         [POSIX || XPG3] (POLL_MSG): Likewise.
15585         [POSIX || XPG3] (POLL_ERR): Likewise.
15586         [POSIX || XPG3] (POLL_PRI): Likewise.
15587         [POSIX || XPG3] (POLL_HUP): Likewise.
15588         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15589         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15590         (SIG*): Do not allow.
15591         [XPG3] (si_*): Likewise.
15592         [XPG3] (SI_*): Likewise.
15593         [XPG3 || XPG4] (sigev_*): Likewise.
15594         [XPG3 || XPG4] (SIGEV_*): Likewise.
15595         [XPG3 || XPG4] (sival_*): Likewise.
15596         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15597         [POSIX || XPG3] (BUS_*): Likewise.
15598         [POSIX || XPG3] (CLD_*): Likewise.
15599         [POSIX || XPG3] (FPE_*): Likewise.
15600         [POSIX || XPG3] (ILL_*): Likewise.
15601         [POSIX || XPG3] (POLL_*): Likewise.
15602         [POSIX || XPG3] (SEGV_*): Likewise.
15603         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15604         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15605         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15606         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15607         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15608         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15609         Specify type and value.
15610         (TVERSLEN): Likewise.
15611         (REGTYPE): Likewise.
15612         (AREGTYPE): Likewise.
15613         (LNKTYPE): Likewise.
15614         (SYMTYPE): Likewise.
15615         (CHRTYPE): Likewise.
15616         (BLKTYPE): Likewise.
15617         (DIRTYPE): Likewise.
15618         (FIFOTYPE): Likewise.
15619         (CONTTYPE): Likewise.
15620         (TSUID): Likewise.
15621         (TSGID): Likewise.
15622         (TSVTX): Likewise.
15623         (TUREAD): Likewise.
15624         (TUWRITE): Likewise.
15625         (TUEXEC): Likewise.
15626         (TGREAD): Likewise.
15627         (TGWRITE): Likewise.
15628         (TGEXEC): Likewise.
15629         (TOREAD): Likewise.
15630         (TOWRITE): Likewise.
15631         (TOEXEC): Likewise.
15632         [POSIX] (TSVTX): Expect constant.
15634 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15636         * Makefile (tests): Change dependencies to ....
15637         (tests-special): ... additions to this variable.
15638         (tests): Depend on $(tests-special).
15639         * Makerules (check-abi-list): New variable.
15640         (check-abi): Depend on $(check-abi-list).
15641         [$(subdir) = elf] (tests-special): Add
15642         $(objpfx)check-abi-libc.out.
15643         [$(build-shared) = yes && subdir] (tests-special): Add
15644         $(check-abi-list).
15645         [$(build-shared) = yes && subdir] (tests): Do not depend on
15646         check-abi.
15647         * Rules (tests): Depend on $(tests-special).
15648         (xtests): Depend on $(xtests-special).
15649         * catgets/Makefile (tests): Change dependencies to ....
15650         (tests-special): ... additions to this variable.
15651         * conform/Makefile (tests): Change dependencies to ....
15652         (tests-special): ... additions to this variable.
15653         * elf/Makefile (tests): Change dependencies to ....
15654         (tests-special): ... additions to this variable.
15655         * grp/Makefile (tests): Change dependencies to ....
15656         (tests-special): ... additions to this variable.
15657         * iconv/Makefile (xtests): Change dependencies to ....
15658         (xtests-special): ... additions to this variable.
15659         * iconvdata/Makefile (tests): Change dependencies to ....
15660         (tests-special): ... additions to this variable.
15661         * intl/Makefile (tests): Change dependencies to ....
15662         (tests-special): ... additions to this variable.  Also add
15663         $(objpfx)tst-gettext.out.
15664         * io/Makefile (tests): Change dependencies to ....
15665         (tests-special): ... additions to this variable.
15666         * libio/Makefile (tests): Change dependencies to ....
15667         (tests-special): ... additions to this variable.
15668         * malloc/Makefile (tests): Change dependencies to ....
15669         (tests-special): ... additions to this variable.
15670         * misc/Makefile (tests): Change dependencies to ....
15671         (tests-special): ... additions to this variable.
15672         * nptl/Makefile (tests): Change dependencies to ....
15673         (tests-special): ... additions to this variable.
15674         * nptl_db/Makefile (tests): Change dependencies to ....
15675         (tests-special): ... additions to this variable.
15676         * posix/Makefile (tests): Change dependencies to ....
15677         (tests-special): ... additions to this variable.
15678         (xtests): Change dependencies to ....
15679         (xtests-special): ... additions to this variable.
15680         * resolv/Makefile (tests): Change dependencies to ....
15681         (tests-special): ... additions to this variable.
15682         (xtests): Change dependencies to ....
15683         (xtests-special): ... additions to this variable.
15684         * stdio-common/Makefile (tests): Change dependencies to ....
15685         (tests-special): ... additions to this variable.
15686         (do-tst-unbputc): Remove target.
15687         (do-tst-printf): Likewise.
15688         * stdlib/Makefile (tests): Change dependencies to ....
15689         (tests-special): ... additions to this variable.
15690         * string/Makefile (tests): Change dependencies to ....
15691         (tests-special): ... additions to this variable.
15692         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15693         (tests-special): ... additions to this variable.
15695         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15696         whole file.
15697         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15698         whole file.
15699         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15700         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15702         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15703         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15704         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15705         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15706         * conform/data/libgen.h-data [XPG3]: Likewise.
15707         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15708         * conform/data/ndbm.h-data [XPG3]: Likewise.
15709         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15710         * conform/data/netdb.h-data [XPG3]: Likewise.
15711         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15712         * conform/data/poll.h-data [XPG3]: Likewise.
15713         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15714         * conform/data/strings.h-data [XPG3]: Likewise.
15715         * conform/data/stropts.h-data [XPG3]: Likewise.
15716         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15717         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15718         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15719         Likewise.
15720         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15721         * conform/data/sys/time.h-data [XPG3]: Likewise.
15722         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15723         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15724         * conform/data/sys/un.h-data [XPG3]: Likewise.
15725         * conform/data/syslog.h-data [XPG3]: Likewise.
15726         * conform/data/ucontext.h-data [XPG3]: Likewise.
15727         * conform/data/utmpx.h-data [XPG3]: Likewise.
15728         * conform/data/varargs.h-data [UNIX98]: Enable file.
15730         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15732         * math/libm-test.inc (struct test_f_f_data): Move expected results
15733         into structure for each rounding mode.
15734         (struct test_ff_f_data): Likewise.
15735         (struct test_ff_f_data_nexttoward): Likewise.
15736         (struct test_fi_f_data): Likewise.
15737         (struct test_fl_f_data): Likewise.
15738         (struct test_if_f_data): Likewise.
15739         (struct test_fff_f_data): Likewise.
15740         (struct test_c_f_data): Likewise.
15741         (struct test_f_f1_data): Likewise.
15742         (struct test_fF_f1_data): Likewise.
15743         (struct test_ffI_f1_data): Likewise.
15744         (struct test_c_c_data): Likewise.
15745         (struct test_cc_c_data): Likewise.
15746         (struct test_f_i_data): Likewise.
15747         (struct test_ff_i_data): Likewise.
15748         (struct test_f_l_data): Likewise.
15749         (struct test_f_L_data): Likewise.
15750         (struct test_fFF_11_data): Likewise.
15751         (RM_): New macro.
15752         (RM_FE_DOWNWARD): Likewise.
15753         (RM_FE_TONEAREST): Likewise.
15754         (RM_FE_TOWARDZERO): Likewise.
15755         (RM_FE_UPWARD): Likewise.
15756         (RUN_TEST_LOOP_f_f): Update references to expected results.
15757         (RUN_TEST_LOOP_2_f): Likewise.
15758         (RUN_TEST_LOOP_fff_f): Likewise.
15759         (RUN_TEST_LOOP_c_f): Likewise.
15760         (RUN_TEST_LOOP_f_f1): Likewise.
15761         (RUN_TEST_LOOP_fF_f1): Likewise.
15762         (RUN_TEST_LOOP_fI_f1): Likewise.
15763         (RUN_TEST_LOOP_ffI_f1): Likewise.
15764         (RUN_TEST_LOOP_c_c): Likewise.
15765         (RUN_TEST_LOOP_cc_c): Likewise.
15766         (RUN_TEST_LOOP_f_i): Likewise.
15767         (RUN_TEST_LOOP_f_i_tg): Likewise.
15768         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15769         (RUN_TEST_LOOP_f_b): Likewise.
15770         (RUN_TEST_LOOP_f_b_tg): Likewise.
15771         (RUN_TEST_LOOP_f_l): Likewise.
15772         (RUN_TEST_LOOP_f_L): Likewise.
15773         (RUN_TEST_LOOP_fFF_11): Likewise.
15774         * math/gen-libm-test.pl (parse_args): Output four copies of
15775         expected results for each test.
15777         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15778         (__ASSUME_UTIMES): Remove.
15779         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15780         (__ASSUME_UTIMES): Likewise.
15782         * math/gen-auto-libm-tests.c: Update comment on output format.
15783         (output_for_one_input_case): Generate before-rounding and
15784         after-rounding information as conditions on output flags not
15785         floating-point format.
15786         * math/auto-libm-test-out: Regenerated.
15787         * math/gen-libm-test.pl (cond_value): New function.
15788         (or_cond_value): Use cond_value.
15789         (generate_testfile): Handle conditional exceptions.
15791 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15793         * math/libm-test.inc (max_valid_error): New variable.
15794         (init_max_error): Take new argument specifying whether function
15795         results are exactly determined.  Set max_valid_error and bound
15796         other variables for errors based on this argument.
15797         (set_max_error): Do not record results above max_valid_error.
15798         (check_float_internal): Only accept errors of up to 0.5ulps if
15799         also at most max_valid_error.
15800         (START): Take new argument EXACT and pass it to init_max_error.
15801         (acos_test): Update call to START.
15802         (acos_test_tonearest): Likewise.
15803         (acos_test_towardzero): Likewise.
15804         (acos_test_downward): Likewise.
15805         (acos_test_upward): Likewise.
15806         (acosh_test): Likewise.
15807         (asin_test): Likewise.
15808         (asin_test_tonearest): Likewise.
15809         (asin_test_towardzero): Likewise.
15810         (asin_test_downward): Likewise.
15811         (asin_test_upward): Likewise.
15812         (asinh_test): Likewise.
15813         (atan_test): Likewise.
15814         (atanh_test): Likewise.
15815         (atan2_test): Likewise.
15816         (cabs_test): Likewise.
15817         (cacos_test): Likewise.
15818         (cacosh_test): Likewise.
15819         (carg_test): Likewise.
15820         (casin_test): Likewise.
15821         (casinh_test): Likewise.
15822         (catan_test): Likewise.
15823         (catanh_test): Likewise.
15824         (cbrt_test): Likewise.
15825         (ccos_test): Likewise.
15826         (ccosh_test): Likewise.
15827         (ceil_test): Likewise.
15828         (cexp_test): Likewise.
15829         (cimag_test): Likewise.
15830         (clog_test): Likewise.
15831         (clog10_test): Likewise.
15832         (conj_test): Likewise.
15833         (copysign_test): Likewise.
15834         (cos_test): Likewise.
15835         (cos_test_tonearest): Likewise.
15836         (cos_test_towardzero): Likewise.
15837         (cos_test_downward): Likewise.
15838         (cos_test_upward): Likewise.
15839         (cosh_test): Likewise.
15840         (cosh_test_tonearest): Likewise.
15841         (cosh_test_towardzero): Likewise.
15842         (cosh_test_downward): Likewise.
15843         (cosh_test_upward): Likewise.
15844         (cpow_test): Likewise.
15845         (cproj_test): Likewise.
15846         (creal_test): Likewise.
15847         (csin_test): Likewise.
15848         (csinh_test): Likewise.
15849         (csqrt_test): Likewise.
15850         (ctan_test): Likewise.
15851         (ctan_test_tonearest): Likewise.
15852         (ctan_test_towardzero): Likewise.
15853         (ctan_test_downward): Likewise.
15854         (ctan_test_upward): Likewise.
15855         (ctanh_test): Likewise.
15856         (ctanh_test_tonearest): Likewise.
15857         (ctanh_test_towardzero): Likewise.
15858         (ctanh_test_downward): Likewise.
15859         (ctanh_test_upward): Likewise.
15860         (erf_test): Likewise.
15861         (erfc_test): Likewise.
15862         (exp_test): Likewise.
15863         (exp_test_tonearest): Likewise.
15864         (exp_test_towardzero): Likewise.
15865         (exp_test_downward): Likewise.
15866         (exp_test_upward): Likewise.
15867         (exp10_test): Likewise.
15868         (exp10_test_tonearest): Likewise.
15869         (exp10_test_towardzero): Likewise.
15870         (exp10_test_downward): Likewise.
15871         (exp10_test_upward): Likewise.
15872         (pow10_test): Likewise.
15873         (exp2_test): Likewise.
15874         (expm1_test): Likewise.
15875         (expm1_test_tonearest): Likewise.
15876         (expm1_test_towardzero): Likewise.
15877         (expm1_test_downward): Likewise.
15878         (expm1_test_upward): Likewise.
15879         (fabs_test): Likewise.
15880         (fdim_test): Likewise.
15881         (floor_test): Likewise.
15882         (fma_test): Likewise.
15883         (fma_test_towardzero): Likewise.
15884         (fma_test_downward): Likewise.
15885         (fma_test_upward): Likewise.
15886         (fmax_test): Likewise.
15887         (fmin_test): Likewise.
15888         (fmod_test): Likewise.
15889         (fpclassify_test): Likewise.
15890         (frexp_test): Likewise.
15891         (hypot_test): Likewise.
15892         (ilogb_test): Likewise.
15893         (isfinite_test): Likewise.
15894         (finite_test): Likewise.
15895         (isgreater_test): Likewise.
15896         (isgreaterequal_test): Likewise.
15897         (isinf_test): Likewise.
15898         (isless_test): Likewise.
15899         (islessequal_test): Likewise.
15900         (islessgreater_test): Likewise.
15901         (isnan_test): Likewise.
15902         (isnormal_test): Likewise.
15903         (issignaling_test): Likewise.
15904         (isunordered_test): Likewise.
15905         (j0_test): Likewise.
15906         (j1_test): Likewise.
15907         (jn_test): Likewise.
15908         (ldexp_test): Likewise.
15909         (lgamma_test): Likewise.
15910         (gamma_test): Likewise.
15911         (lrint_test): Likewise.
15912         (lrint_test_tonearest): Likewise.
15913         (lrint_test_towardzero): Likewise.
15914         (lrint_test_downward): Likewise.
15915         (lrint_test_upward): Likewise.
15916         (llrint_test): Likewise.
15917         (llrint_test_tonearest): Likewise.
15918         (llrint_test_towardzero): Likewise.
15919         (llrint_test_downward): Likewise.
15920         (llrint_test_upward): Likewise.
15921         (log_test): Likewise.
15922         (log10_test): Likewise.
15923         (log1p_test): Likewise.
15924         (log2_test): Likewise.
15925         (logb_test): Likewise.
15926         (logb_test_downward): Likewise.
15927         (lround_test): Likewise.
15928         (llround_test): Likewise.
15929         (modf_test): Likewise.
15930         (nearbyint_test): Likewise.
15931         (nextafter_test): Likewise.
15932         (nexttoward_test): Likewise.
15933         (pow_test): Likewise.
15934         (pow_test_tonearest): Likewise.
15935         (pow_test_towardzero): Likewise.
15936         (pow_test_downward): Likewise.
15937         (pow_test_upward): Likewise.
15938         (remainder_test): Likewise.
15939         (drem_test): Likewise.
15940         (remainder_test_tonearest): Likewise.
15941         (drem_test_tonearest): Likewise.
15942         (remainder_test_towardzero): Likewise.
15943         (drem_test_towardzero): Likewise.
15944         (remainder_test_downward): Likewise.
15945         (drem_test_downward): Likewise.
15946         (remainder_test_upward): Likewise.
15947         (drem_test_upward): Likewise.
15948         (remquo_test): Likewise.
15949         (rint_test): Likewise.
15950         (rint_test_tonearest): Likewise.
15951         (rint_test_towardzero): Likewise.
15952         (rint_test_downward): Likewise.
15953         (rint_test_upward): Likewise.
15954         (round_test): Likewise.
15955         (scalb_test): Likewise.
15956         (scalbn_test): Likewise.
15957         (scalbln_test): Likewise.
15958         (signbit_test): Likewise.
15959         (sin_test): Likewise.
15960         (sin_test_tonearest): Likewise.
15961         (sin_test_towardzero): Likewise.
15962         (sin_test_downward): Likewise.
15963         (sin_test_upward): Likewise.
15964         (sincos_test): Likewise.
15965         (sinh_test): Likewise.
15966         (sinh_test_tonearest): Likewise.
15967         (sinh_test_towardzero): Likewise.
15968         (sinh_test_downward): Likewise.
15969         (sinh_test_upward): Likewise.
15970         (sqrt_test): Likewise.
15971         (sqrt_test_tonearest): Likewise.
15972         (sqrt_test_towardzero): Likewise.
15973         (sqrt_test_downward): Likewise.
15974         (sqrt_test_upward): Likewise.
15975         (tan_test): Likewise.
15976         (tan_test_tonearest): Likewise.
15977         (tan_test_towardzero): Likewise.
15978         (tan_test_downward): Likewise.
15979         (tan_test_upward): Likewise.
15980         (tanh_test): Likewise.
15981         (tgamma_test): Likewise.
15982         (trunc_test): Likewise.
15983         (y0_test): Likewise.
15984         (y1_test): Likewise.
15985         (yn_test): Likewise.
15986         (significand_test): Likewise.
15988         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15989         individual tests in comment.
15990         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15991         (prev_max_error): New variable.
15992         (prev_real_max_error): Likewise.
15993         (prev_imag_max_error): Likewise.
15994         (compare_ulp_data): Don't refer to test names in comment.
15995         (find_test_ulps): Remove function.
15996         (find_function_ulps): Likewise.
15997         (find_complex_function_ulps): Likewise.
15998         (init_max_error): Take function name as argument.  Look up ulps
15999         for that function.
16000         (print_ulps): Remove function.
16001         (print_max_error): Use prev_max_error instead of calling
16002         find_function_ulps.
16003         (print_complex_max_error): Use prev_real_max_error and
16004         prev_imag_max_error instead of calling find_complex_function_ulps.
16005         (check_float_internal): Take max_ulp parameter instead of calling
16006         find_test_ulps.  Don't call print_ulps.
16007         (check_float): Update call to check_float_internal.
16008         (check_complex): Update calls to check_float_internal.
16009         (START): Pass argument to init_max_error.
16010         * math/gen-libm-test.pl (%results): Don't include "kind"
16011         information.
16012         (parse_ulps): Don't handle ulps of individual tests.
16013         (print_ulps_file): Likewise.
16014         (output_ulps): Likewise.
16015         * math/README.libm-test: Update.
16016         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16017         individual tests.
16018         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16019         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16020         * sysdeps/arm/libm-test-ulps: Likewise.
16021         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16022         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16023         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16024         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16025         * sysdeps/microblaze/libm-test-ulps: Likewise.
16026         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16027         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16028         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16029         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16030         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16031         * sysdeps/sh/libm-test-ulps: Likewise.
16032         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16033         * sysdeps/tile/libm-test-ulps: Likewise.
16034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16036 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16038         * math/libm-test.inc (print_complex_max_error): Check separately
16039         whether real and imaginary errors are within allowed range and
16040         pass 0 to print_complex_function_ulps instead of value within
16041         allowed range.
16043 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16045         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16046         formatting.
16047         (get_handles_fopen): Likewise.
16048         (do_write_test): Likewise.
16050         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16052         * libio/fileops.c (do_ftell): Use cached offset when
16053         available.
16054         * libio/iofwide.c (do_ftell_wide): Likewise.
16055         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16056         _IO_file_attach.
16057         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16059         [BZ #16532]
16060         * libio/libioP.h (get_file_offset): New function.
16061         * libio/fileops.c (get_file_offset): Likewise.
16062         (do_ftell): Likewise.
16063         (_IO_new_file_seekoff): Split out ftell logic.
16064         * libio/wfileops.c (do_ftell_wide): Likewise.
16065         (_IO_wfile_seekoff): Split out ftell logic.
16066         * libio/tst-ftell-active-handler.c: New test case.
16067         * libio/Makefile (tests): Add it.
16069 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16071         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16072         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16074 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16076         [BZ #16639]
16077         * nscd/connections.c (nscd_init): Call do_exit.
16078         (start_threads): Call do_exit and notify_parent.
16079         (begin_drop_privileges): Call do_exit.
16080         (finish_drop_privileges): Likewise.
16081         * nscd/selinux.c (preserve_capabilities): Likewise.
16082         (install_real_capabilities): Likewise.
16083         (nscd_selinux_enabled): Likewise.
16084         (avc_create_thread): Likewise.
16085         (avc_alloc_lock): Likewise.
16086         (nscd_avc_init): Likewise.
16087         * nscd/nscd.c (parent_fd): New static variable.
16088         (main): Create a pipe between parent and child processes.
16089         Skip closing parent_fd.
16090         (monitor_child): New function.
16091         (do_exit): Likewise.
16092         (notify_parent): Likewise.
16093         * nscd/nscd.h (notify_parent): Likewise.
16094         (do_exit): Likewise.
16096 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16098         * malloc/malloc.c (__libc_calloc): Revert last change.
16100 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16104 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16106         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16107         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16108         implementation.
16109         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16110         (__libc_ifunc_impl_list): Likewise.
16111         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16112         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16113         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16114         * string/strrchr.c: Define STRRCHR.
16116 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16118         * benchtest/bench-strtok.c (simple_strtok): Delete.
16119         (strtok_string): Use as benchmark.
16120         * string/strtok (STRTOK): New macro.
16122 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16124         * manual/threads.texi: Add header and standard comments to all
16125         functions.
16127         * elf/dl-lookup.c (check_match): New function.
16128         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16129         (do_lookup_x): Remove nested function check_match. Use non-nested
16130         function check_match.
16132 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16134         * csu/Makefile (generated, before-compile): Use += rather than =.
16135         * catgets/Makefile (generated, generated-dirs): Likewise.
16136         * debug/Makefile (generated): Likewise.
16137         * dlfcn/Makefile (generated): Likewise.
16138         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16139         * iconvdata/Makefile (before-compile, generated): Likewise.
16140         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16141         * libio/Makefile (generated): Likewise.
16142         * malloc/Makefile (generated): Likewise.
16143         * manual/Makefile (generated, generated-dirs): Likewise.
16144         * misc/Makefile (generated): Likewise.
16145         * posix/Makefile (generated): Likewise.
16146         * resolv/Makefile (generated): Likewise.
16147         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16148         * timezone/Makefile (generated, generated-dirs): Likewise.
16150         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16152 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16154         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16155         power8 implementation.
16156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16157         file: POWER8 llround ifunc implementation.
16158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16159         (__lllround): Add POWER8 implementation.
16160         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16161         POWER8 llround implementation.
16163         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16164         power8 implementation.
16165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16166         file: POWER8 llrint ifunc implementation.
16167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16168         Add POWER8 implementation.
16169         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16170         POWER8 llrint implementation.
16172         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16173         power8 implementation.
16174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16175         file: POWER8 finite ifunc implementation.
16176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16177         Add POWER8 implementation.
16178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16179         Likewise.
16180         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16181         POWER8 finite implementation.
16182         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16184         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16185         power8 implementation.
16186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16187         file: POWER8 isinf ifunc implementation.
16188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16189         POWER8 implementation.
16190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16191         Likewise.
16192         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16193         isinf implementation.
16194         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16196         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16197         (INIT_ARCH): Add hwcap2 initialization.
16198         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16199         power8 implementation.
16200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16201         file: POWER8 isnan ifunc implementation.
16202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16203         POWER8 implementation.
16204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16205         Likewise.
16206         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16207         isnan implementation.
16208         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16210 2014-02-27  Joey Ye  <joey.ye@arm.com>
16212         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16213         (_FP_NANFRAC_Q): Set to zero.
16215 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16217         [BZ #16623]
16218         * math/auto-libm-test-in: New test inputs.
16219         * math/auto-libm-test-out: Regenerate.
16220         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16221         and DA.
16222         (__cos): Likewise.
16223         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16225 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16227         * scripts/evaluate-test.sh: Take new argument indicating whether
16228         failure is expected.
16229         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16230         indicating whether failure is expected.
16231         * conform/Makefile (test-xfail-run-conformtest): New variable.
16232         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16233         level.
16234         * posix/Makefile (test-xfail-annexc): New variable.
16235         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16237 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16239         * argp/Makefile: Include Makeconfig immediately after defining
16240         subdir.
16241         * assert/Makefile: Likewise.
16242         * benchtests/Makefile: Likewise.
16243         * catgets/Makefile: Likewise.
16244         * conform/Makefile: Likewise.
16245         * crypt/Makefile: Likewise.
16246         * csu/Makefile: Likewise.
16247         (all): Remove target.
16248         * ctype/Makefile: Include Makeconfig immediately after defining
16249         subdir.
16250         * debug/Makefile: Likewise.
16251         * dirent/Makefile: Likewise.
16252         * dlfcn/Makefile: Likewise.
16253         * gmon/Makefile: Likewise.
16254         * gnulib/Makefile: Likewise.
16255         * grp/Makefile: Likewise.
16256         * gshadow/Makefile: Likewise.
16257         * hesiod/Makefile: Likewise.
16258         * hurd/Makefile: Likewise.
16259         (all): Remove target.
16260         * iconvdata/Makefile: Include Makeconfig immediately after
16261         defining subdir.
16262         * inet/Makefile: Likewise.
16263         * intl/Makefile: Likewise.
16264         * io/Makefile: Likewise.
16265         * libio/Makefile: Likewise.
16266         (all): Remove target.
16267         * locale/Makefile: Include Makeconfig immediately after defining
16268         subdir.
16269         * login/Makefile: Likewise.
16270         * mach/Makefile: Likewise.
16271         (all): Remove target.
16272         * malloc/Makefile: Include Makeconfig immediately after defining
16273         subdir.
16274         (all): Remove target.
16275         * manual/Makefile: Include Makeconfig immediately after defining
16276         subdir.
16277         * math/Makefile: Likewise.
16278         * misc/Makefile: Likewise.
16279         * nis/Makefile: Likewise.
16280         * nss/Makefile: Likewise.
16281         * po/Makefile: Likewise.
16282         (all): Remove target.
16283         * posix/Makefile: Include Makeconfig immediately after defining
16284         subdir.
16285         * pwd/Makefile: Likewise.
16286         * resolv/Makefile: Likewise.
16287         * resource/Makefile: Likewise.
16288         * rt/Makefile: Likewise.
16289         * setjmp/Makefile: Likewise.
16290         * shadow/Makefile: Likewise.
16291         * signal/Makefile: Likewise.
16292         * socket/Makefile: Likewise.
16293         * soft-fp/Makefile: Likewise.
16294         * stdio-common/Makefile: Likewise.
16295         * stdlib/Makefile: Likewise.
16296         * streams/Makefile: Likewise.
16297         * string/Makefile: Likewise.
16298         * sunrpc/Makefile: Likewise.
16299         (all): Remove target.
16300         * sysvipc/Makefile: Include Makeconfig immediately after defining
16301         subdir.
16302         * termios/Makefile: Likewise.
16303         * time/Makefile: Likewise.
16304         * timezone/Makefile: Likewise.
16305         (all): Remove target.
16306         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16307         subdir.
16308         * wctype/Makefile: Likewise.
16310 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16312         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16313         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16314         (libc_feholdexcept_setround_mips): Ditto.
16315         (libc_feholdsetround): New.
16316         (libc_feholdsetroundf): New.
16317         (libc_feholdsetroundl): New.
16318         (libc_feupdateenv_test_mips): New.
16319         (libc_feupdateenv_test): New.
16320         (libc_feupdateenv_testf): New.
16321         (libc_feupdateenv_testl): New.
16322         (libc_feresetround): New.
16323         (libc_feresetroundf): New.
16324         (libc_feresetroundl): New.
16325         (libc_fetestexcept_mips): New.
16326         (libc_fetestexcept): New.
16327         (libc_fetestexceptf): New.
16328         (libc_fetestexceptl): New.
16329         (HAVE_RM_CTX): New.
16330         (libc_feholdexcept_setround_mips_ctx): New.
16331         (libc_feholdexcept_setround_ctx): New.
16332         (libc_feholdexcept_setroundf_ctx): New.
16333         (libc_feholdexcept_setroundl_ctx): New.
16334         (libc_fesetenv_mips_ctx): New.
16335         (libc_fesetenv_ctx): New.
16336         (libc_fesetenv_ctxf): New.
16337         (libc_fesetenv_ctxl): New.
16338         (libc_feupdateenv_mips_ctx): New.
16339         (libc_feupdateenv_ctx): New.
16340         (libc_feupdateenvf_ctx): New.
16341         (libc_feupdateenvl_ctx): New.
16342         (libc_feholdsetround_mips_ctx): New.
16343         (libc_feholdsetround_ctx): New.
16344         (libc_feholdsetroundf_ctx): New.
16345         (libc_feholdsetroundl_ctx): New.
16346         (libc_feresetround_mips_ctx): New.
16347         (libc_feresetround_ctx): New.
16348         (libc_feresetroundf_ctx): New.
16349         (libc_feresetroundl_ctx): New.
16351 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16353         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16355         * manual/ipc.texi: New file.
16356         * manual/Makefile (chapters): Add ipc.
16357         * manual/job.texi: Add "Inter-Process Communication" to next.
16358         * manual/process.texi: Add "Inter-Process Communication" to prev.
16360 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16364 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16366         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16368         * manual/arith.texi: Fix spaces after sentences.
16369         * manual/charset.texi: Likewise.
16370         * manual/errno.texi: Likewise.
16371         * manual/install.texi: Likewise.
16372         * manual/llio.texi: Likewise.
16373         * manual/locale.texi: Likewise.
16374         * manual/maint.texi: Likewise.
16375         * manual/math.texi: Likewise.
16376         * manual/memory.texi: Likewise.
16377         * manual/message.texi: Likewise.
16378         * manual/probes.texi: Likewise.
16379         * manual/resource.texi: Likewise.
16380         * manual/signal.texi: Likewise.
16381         * manual/socket.texi: Likewise.
16382         * manual/stdio.texi: Likewise.
16383         * manual/string.texi: Likewise.
16384         * manual/time.texi: Likewise.
16385         * manual/users.texi: Likewise.
16387 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16389         [BZ #16632]
16390         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16391         _DEFAULT_SOURCE is defined.
16393 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16394             Carlos O'Donell  <carlos@redhat.com>
16396         [BZ #16613]
16397         * elf/dl-tls.c (_dl_count_modids): New function.
16398         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16399         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16400         audit library and increment generation counter.
16401         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16402         * elf/tst-audit9.c: New file.
16403         * elf/tst-auditmod9a.c: New file.
16404         * elf/tst-auditmod9b.c: New file.
16405         * elf/Makefile: Add rules to build and run tst-audit9.
16407 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16409         [BZ #15347]
16410         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16412 2014-02-25  Will Newton  <will.newton@linaro.org>
16414         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16415         (__longjmp): Restore sp and lr before restoring callee
16416         saved registers.  Add longjmp and longjmp_target
16417         SystemTap probe point.
16418         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16419         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16420         Define to zero to match jmpbuf layout.
16421         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16422         (__sigsetjmp): Save sp and lr before saving callee
16423         saved registers.  Add setjmp SystemTap probe point.
16425 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16427         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16429 2014-02-24  Andreas Schwab  <schwab@suse.de>
16431         [BZ #15804]
16432         * elf/pldd.c (wait_for_ptrace_stop): New function.
16433         (main): Call it after attaching.
16435 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16437         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16438         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16439         Versions files is now verboten.
16440         * hurd/Versions (libc: GLIBC_2.0):
16441         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16442         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16443         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16444         * mach/Versions: Likewise.
16446         * csu/Versions: Remove unused %include.
16447         * resolv/Versions: Likewise.
16449 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16451         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16452         ($(objpfx)check-local-headers.out): Likewise.
16453         ($(objpfx)begin-end-check.out): Likewise.
16454         * Makerules (check-abi-%.out): Likewise.
16455         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16456         ($(objpfx)test2.cat): Likewise.
16457         ($(objpfx)de/libc.cat): Likewise.
16458         ($(objpfx)test-gencat.out): Likewise.
16459         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16460         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16461         ($(objpfx)noload-mem): Likewise.
16462         ($(objpfx)tst-pathopt.out): Likewise.
16463         ($(objpfx)tst-rtld-load-self.out): Likewise.
16464         ($(objpfx)tst-array1-cmp.out): Likewise.
16465         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16466         ($(objpfx)tst-array2-cmp.out): Likewise.
16467         ($(objpfx)tst-array3-cmp.out): Likewise.
16468         ($(objpfx)tst-array4-cmp.out): Likewise.
16469         ($(objpfx)tst-array5-cmp.out): Likewise.
16470         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16471         ($(objpfx)check-textrel.out): Likewise.
16472         ($(objpfx)check-execstack.out): Likewise.
16473         ($(objpfx)check-localplt.out): Likewise.
16474         ($(objpfx)order2-cmp.out): Likewise.
16475         ($(objpfx)tst-leaks1-mem): Likewise.
16476         ($(objpfx)tst-leaks1-static-mem): Likewise.
16477         ($(objpfx)tst-initorder-cmp.out): Likewise.
16478         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16479         ($(objpfx)tst-unused-dep.out): Likewise.
16480         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16481         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16482         * iconv/Makefile (test-iconvconfig): Likewise.
16483         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16484         ($(objpfx)iconv-test.out): Likewise.
16485         ($(objpfx)tst-tables.out): Likewise.
16486         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16487         ($(objpfx)tst-gettext.out): Likewise.
16488         ($(objpfx)tst-translit.out): Likewise.
16489         ($(objpfx)tst-gettext2.out): Likewise.
16490         ($(objpfx)tst-gettext4.out): Likewise.
16491         ($(objpfx)tst-gettext6.out): Likewise.
16492         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16493         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16494         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16495         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16496         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16497         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16498         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16499         ($(objpfx)wordexp-tst.out): Likewise.
16500         ($(objpfx)annexc.out): Likewise.
16501         ($(objpfx)tst-fnmatch-mem): Likewise.
16502         ($(objpfx)bug-regex2-mem): Likewise.
16503         ($(objpfx)bug-regex14-mem): Likewise.
16504         ($(objpfx)bug-regex21-mem): Likewise.
16505         ($(objpfx)bug-regex31-mem): Likewise.
16506         ($(objpfx)tst-vfork3-mem): Likewise.
16507         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16508         ($(objpfx)tst-pcre-mem): Likewise.
16509         ($(objpfx)tst-boost-mem): Likewise.
16510         ($(objpfx)tst-getconf.out): Likewise.
16511         ($(objpfx)bug-ga2-mem): Likewise.
16512         ($(objpfx)bug-glob2-mem): Likewise.
16513         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16514         ($(objpfx)mtrace-tst-leaks2): Likewise.
16515         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16516         ($(objpfx)tst-printf.out): Likewise.
16517         ($(objpfx)tst-setvbuf1.out): Likewise.
16518         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16519         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16520         ($(objpfx)tst-fmtmsg.out): Likewise.
16521         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16522         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16524         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16525         * bits/sigaction.h [__USE_MISC]: Likewise.
16526         * bits/waitstatus.h: Update #endif comments.
16527         * ctype/ctype.h: Likewise.
16528         * dirent/dirent.h: Likewise.
16529         [__USE_MISC]: Remove redundant conditionals.
16530         * grp/grp.h: Update #endif comments.
16531         [__USE_GNU]: Remove redundant conditionals.
16532         [__USE_MISC]: Likewise.
16533         * inet/netinet/in.h [__USE_GNU]: Likewise.
16534         * io/sys/stat.h [__USE_MISC]: Likewise.
16535         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16536         * libio/bits/stdio.h: Update #endif comments.
16537         [__USE_MISC]: Remove redundant conditionals.
16538         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16539         * libio/stdio.h: Update #endif comments.
16540         [__USE_MISC]: Remove redundant conditionals.
16541         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16542         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16543         * math/math.h: Update #else and #endif comments.
16544         [__USE_MISC]: Remove redundant conditionals.
16545         * misc/sys/uio.h: Update #endif comments.
16546         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16547         * posix/glob.h [__USE_MISC]: Likewise.
16548         * posix/sys/types.h: Update #endif comments.
16549         [__USE_MISC]: Remove redundant conditionals.
16550         * posix/sys/wait.h: Update #endif comments.
16551         [__USE_MISC]: Remove redundant conditionals.
16552         * posix/unistd.h: Update #endif comments.
16553         [__USE_MISC]: Remove redundant conditionals.
16554         * pwd/pwd.h [__USE_GNU]: Likewise.
16555         [__USE_MISC]: Likewise.
16556         * resolv/netdb.h [__USE_GNU]: Likewise.
16557         * signal/signal.h: Update #endif comments.
16558         [__USE_MISC]: Remove redundant conditionals.
16559         * stdlib/stdlib.h: Update #else and #endif comments.
16560         [__USE_MISC]: Remove redundant conditionals.
16561         [__USE_GNU]: Likewise.
16562         * string/bits/string2.h [__USE_MISC]: Likewise.
16563         * string/string.h: Update #endif comments.
16564         [__USE_MISC]: Remove redundant conditionals.
16565         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16566         Likewise.
16567         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16568         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16569         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16570         Likewise.
16571         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16572         Likewise.
16573         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16574         comments.
16575         [__USE_MISC]: Remove redundant conditionals.
16576         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16577         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16578         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16579         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16580         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16581         Likewise.
16582         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16583         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16584         Likewise.
16585         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16586         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16587         Likewise.
16588         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16589         Likewise.
16590         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16591         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16592         Likewise.
16593         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16594         Likewise.
16595         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16596         * sysdeps/x86/bits/string.h: Update #endif comments.
16597         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16598         conditionals.
16599         * time/sys/time.h: Update #endif comments.
16600         * time/time.h: Likewise.
16601         [__USE_MISC]: Remove redundant conditionals.
16603 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16605         [BZ #16600]
16606         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16608 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16610         * Versions.def (librt): Add GLIBC_2.17.
16612 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16614         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16615         synonym for _SYS_AUXV_H to allow direct inclusion.
16616         * sysdeps/sparc/bits/hwcap.h: Likewise.
16617         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16618         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16619         * sysdeps/sparc/sysdep.h: Likewise.
16621 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16623         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16625 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16627         * benchtests/bench-strrchr.c: Print length instead of position.
16629 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16631         [BZ #16611]
16632         * sysdeps/unix/sysv/linux/kernel-features.h
16633         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16634         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16635         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16636         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16637         Likewise.
16638         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16639         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16640         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16641         (__ASSUME_SENDMMSG): Define instead of using previous
16642         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16643         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16644         (__ASSUME_SENDMMSG_SYSCALL): Define.
16645         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16646         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16647         Likewise.
16648         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16649         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16650         Likewise.
16651         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16652         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16653         Likewise.
16654         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16655         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16656         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16657         [__ASSUME_SENDMMSG]: Change conditionals to
16658         [__ASSUME_SENDMMSG_SOCKETCALL].
16659         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16660         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16661         Define.
16662         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16663         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16664         Likewise.
16665         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16666         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16667         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16668         [!__ASSUME_SENDMMSG]: Change conditional to
16669         [!__ASSUME_SENDMMSG_SOCKETCALL].
16670         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16671         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16672         Define.
16674         [BZ #16610]
16675         * sysdeps/unix/sysv/linux/kernel-features.h
16676         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16677         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16678         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16679         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16680         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16681         [__i386__ || __sparc__]
16682         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16683         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16684         (__ASSUME_RECVMMSG): Define instead of using previous
16685         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16686         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16687         (__ASSUME_RECVMMSG_SYSCALL): Define.
16688         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16689         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16690         Likewise.
16691         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16692         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16693         Likewise.
16694         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16695         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16696         Likewise.
16697         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16698         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16699         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16700         [__ASSUME_RECVMMSG]: Change condition to
16701         [__ASSUME_RECVMMSG_SOCKETCALL].
16702         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16703         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16704         Define.
16705         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16706         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16707         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16708         Likewise.
16709         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16710         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16711         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16712         [!__ASSUME_RECVMMSG]: Change condition to
16713         [!__ASSUME_RECVMMSG_SOCKETCALL].
16714         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16715         (__ASSUME_RECVMMSG_SYSCALL): Define.
16717         [BZ #16609]
16718         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16719         __powerpc__ || __s390__ || __sh__ || __sparc__]
16720         (__ASSUME_SOCKETCALL): Define.
16721         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16722         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16723         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16724         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16725         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16726         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16727         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16728         (__ASSUME_ACCEPT4): Define instead of using previous
16729         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16730         __powerpc__ || __sparc__ || __s390__)] condition.
16731         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16732         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16733         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16734         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16735         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16736         [!__ASSUME_ACCEPT4]: Change condition to
16737         [!__ASSUME_ACCEPT4_SOCKETCALL].
16738         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16739         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16740         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16741         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16742         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16743         __ASSUME_ACCEPT4_SYSCALL.
16744         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16745         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16746         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16747         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16748         __ASSUME_ACCEPT4_SYSCALL.
16749         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16750         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16751         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16752         [__ASSUME_ACCEPT4]: Change condition to
16753         [__ASSUME_ACCEPT4_SOCKETCALL].
16754         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16755         (__ASSUME_SOCKETCALL): Define.
16756         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16757         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16758         (__ASSUME_SOCKETCALL): Define.
16759         (__ASSUME_ACCEPT4): Remove.
16760         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16761         Define.
16762         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16763         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16764         Likewise.
16765         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16766         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16768         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16769         macro.
16770         (HWCAP_ARM_LPAE): Likewise.
16771         (HWCAP_ARM_EVTSTRM): Likewise.
16772         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16773         Add vpfd32, lpae and evtstrm.
16774         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16775         Increase to 22.
16777 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16779         * math/auto-libm-test-in: Add tests of clog10.
16780         * math/auto-libm-test-out: Regenerated.
16781         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16782         * sysdeps/i386/fpu/libm-test-ulps: Update.
16783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16785 2014-02-18  Andreas Schwab  <schwab@suse.de>
16787         [BZ #16574]
16788         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16789         Store non-zero if the second buffer was newly allocated.
16790         (send_dg): Likewise.
16791         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16792         to send_vc and send_dg.
16793         (res_nsend): Pass NULL for ansp2_malloced.
16794         * resolv/res_query.c (__libc_res_nquery): Add parameter
16795         answerp2_malloced and pass it down to __libc_res_nsend.
16796         (res_nquery): Pass additional NULL to __libc_res_nquery.
16797         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16798         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16799         second answer buffer if answerp2_malloced was set.
16800         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16801         (__libc_res_nquerydomain): Add parameter
16802         answerp2_malloced and pass it down to __libc_res_nquery.
16803         (res_nquerydomain): Pass additional NULL to
16804         __libc_res_nquerydomain.
16805         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16806         additional NULL to __libc_res_nsend and __libc_res_nquery.
16807         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16808         additional NULL to __libc_res_nsearch.
16809         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16810         parameter of __libc_res_nsearch to check for separately allocated
16811         second buffer.
16812         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16813         __libc_res_nquery.
16814         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16815         additional NULL to __libc_res_nquery.
16816         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16817         __libc_res_nsearch.
16818         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16819         * include/resolv.h: Update prototypes of __libc_res_nquery,
16820         __libc_res_nsearch, __libc_res_nsend.
16822 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16824         * math/auto-libm-test-in: Add tests of fma.
16825         * math/auto-libm-test-out: Regenerated.
16826         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16827         (fma_towardzero_test_data): Likewise.
16828         (fma_downward_test_data): Likewise.
16829         (fma_upward_test_data): Likewise.
16830         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16831         mpc_mode.
16832         (rounding_modes): Add values for new field.
16833         (func_calc_method): Add value mpfr_fff_f.
16834         (func_calc_desc): Add mpfr_fff_f union field.
16835         (test_function): Add field exact_args.
16836         (FUNC): Add macro argument EXACT_ARGS.
16837         (FUNC_mpfr_f_f): Update call to FUNC.
16838         (FUNC_mpfr_f_f): Likewise.
16839         (FUNC_mpfr_ff_f): Likewise.
16840         (FUNC_mpfr_if_f): Likewise.
16841         (FUNC_mpc_c_f): Likewise.
16842         (FUNC_mpc_c_c): Likewise.
16843         (test_functions): Add fma.  Update calls to FUNC.
16844         (handle_input_arg): Add argument exact_args.
16845         (add_test): Update call to handle_input_arg.
16846         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16847         (output_for_one_input_case): Update call to calc_generic_results.
16848         Recalculate exact zero results in each rounding mode.
16850         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16851         non-negative before setting low bit.
16852         * math/auto-libm-test-in: Mark one asin test possibly having
16853         spurious underflow.
16854         * math/auto-libm-test-out: Regenerated.
16855         * sysdeps/i386/fpu/libm-test-ulps: Update.
16856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16858 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16860         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16861         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16862         ports/sysdeps/unix/sysv/linux/microblaze.
16863         * README: Add missing listing for microblaze*-*-linux-gnu.
16865 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16867         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16868         duplicate code
16870 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16872         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16873         * sysdeps/unix/sysv/linux/ia64: Move directory from
16874         ports/sysdeps/unix/sysv/linux/ia64.
16875         * README: Update listing for ia64-*-linux-gnu.
16877 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16878             Joseph Myers  <joseph@codesourcery.com>
16880         * Makeconfig (test-name): New variable.
16881         (evaluate-test): Likewise.
16882         * Makerules (do-test-clean): Remove .test-result files.
16883         (common-mostlyclean): Likewise.
16884         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16885         * scripts/evaluate-test.sh: New file.
16887 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16889         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16890         separate $(objpfx)tst-fopenloc-cmp.out and
16891         $(objpfx)tst-fopenloc-mem.out targets.
16892         (tests): Update dependencies.
16893         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16894         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16895         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16896         (tst-rxspencer-no-utf8-ARGS): New variable.
16897         (tst-rxspencer-no-utf8-ENV): Likewise.
16898         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16899         instead of $(objpfx)tst-rxspencer-mem.
16900         ($(objpfx)tst-rxspencer-mem): Change target to
16901         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16902         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16903         * posix/tst-rxspencer-no-utf8.c: New file.
16905         * elf/Makefile ($(objpfx)order.out): Remove rule.
16906         [$(run-built-tests) = yes] (tests): Depend on
16907         $(objpfx)order-cmp.out.
16908         ($(objpfx)order-cmp.out): New rule.
16909         [$(run-built-tests) = yes] (tests): Depend on
16910         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16911         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16912         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16913         $(objpfx)tst-array5-static-cmp.out.
16914         ($(objpfx)tst-array1.out): Remove rule.
16915         ($(objpfx)tst-array1-cmp.out): New rule.
16916         ($(objpfx)tst-array1-static.out): Remove rule.
16917         ($(objpfx)tst-array1-static-cmp.out): New rule.
16918         ($(objpfx)tst-array2.out): Remove rule.
16919         ($(objpfx)tst-array2-cmp.out): New rule.
16920         ($(objpfx)tst-array3.out): Remove rule.
16921         ($(objpfx)tst-array3-cmp.out): New rule.
16922         ($(objpfx)tst-array4.out): Remove rule.
16923         ($(objpfx)tst-array4-cmp.out): New rule.
16924         ($(objpfx)tst-array5.out): Remove rule.
16925         ($(objpfx)tst-array5-cmp.out): New rule.
16926         ($(objpfx)tst-array5-static.out): Remove rule.
16927         ($(objpfx)tst-array5-static-cmp.out): New rule.
16928         [$(run-built-tests) = yes] (tests): Depend on
16929         $(objpfx)order2-cmp.out.
16930         ($(objpfx)order2.out): Remove rule.
16931         ($(objpfx)order2-cmp.out): New rule.
16932         ($(objpfx)tst-initorder.out): Remove rule.
16933         [$(run-built-tests) = yes] (tests): Depend on
16934         $(objpfx)tst-initorder-cmp.out.
16935         ($(objpfx)tst-initorder-cmp.out): New rule.
16936         ($(objpfx)tst-initorder2.out): Remove rule.
16937         [$(run-built-tests) = yes] (tests): Depend on
16938         $(objpfx)tst-initorder2-cmp.out.
16939         ($(objpfx)tst-initorder2-cmp.out): New rule.
16940         [$(run-built-tests) = yes] (tests): Depend on
16941         $(objpfx)tst-unused-dep-cmp.out.
16942         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16943         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16944         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16945         on $(objpfx)tst-setvbuf1-cmp.out.
16946         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16947         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16948         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16949         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16950         ($(objpfx)tst-svc.out): Remove rule.
16951         ($(objpfx)tst-svc-cmp.out): New rule.
16953 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16955         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16956         * ctype/ctype.h [__USE_MISC]: Likewise.
16957         * dirent/dirent.h [__USE_MISC]: Likewise.
16958         * grp/grp.h [__USE_MISC]: Likewise.
16959         * io/fcntl.h [__USE_MISC]: Likewise.
16960         * io/sys/stat.h [__USE_MISC]: Likewise.
16961         * libio/stdio.h [__USE_MISC]: Likewise.
16962         * posix/unistd.h [__USE_MISC]: Likewise.
16963         * pwd/pwd.h [__USE_MISC]: Likewise.
16964         * stdlib.h [__USE_MISC]: Likewise.
16965         * string/bits/string2.h [__USE_MISC]: Likewise.
16966         * string/string.h [__USE_MISC]: Likewise.
16967         * time/time.h [__USE_MISC]: Likewise.
16969 2014-02-13  Andreas Schwab  <schwab@suse.de>
16971         [BZ #16574]
16972         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16973         second answer buffer if it was separately allocated.
16975 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16977         * sysdeps/mips/math-tests.h: Include <features.h>.
16978         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16979         (ROUNDING_TESTS_long_double): Do not define.
16980         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16981         (EXCEPTION_TESTS_long_double): Likewise.
16982         * sysdeps/mips/mips64/libm-test-ulps: Update.
16984         * include/features.h (__USE_BSD): Remove macro definitions.
16985         (__USE_SVID): Likewise.
16986         (_BSD_SOURCE): Likewise.
16987         (_SVID_SOURCE): Likewise.
16988         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16989         from definition of _DEFAULT_SOURCE.
16990         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16991         [_DEFAULT_SOURCE].
16992         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16993         * bits/mman.h [__USE_BSD]: Likewise.
16994         * bits/termios.h [__USE_BSD]: Likewise.
16995         * bits/waitstatus.h [__USE_BSD]: Likewise.
16996         * ctype/ctype.h [__USE_SVID]: Likewise.
16997         * dirent/dirent.h [__USE_BSD]: Likewise.
16998         * grp/grp.h [__USE_SVID]: Likewise.
16999         [__USE_BSD]: Likewise.
17000         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17001         * io/fcntl.h [__USE_BSD]: Likewise.
17002         * io/ftw.h [__USE_BSD]: Likewise.
17003         * io/sys/stat.h [__USE_BSD]: Likewise.
17004         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17005         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17006         * libio/stdio.h [__USE_SVID]: Likewise.
17007         [__USE_BSD]: Likewise.
17008         * math/math.h [__USE_SVID]: Likewise.
17009         [__USE_BSD]: Likewise.
17010         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17011         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17012         * misc/search.h [__USE_SVID]: Likewise.
17013         * misc/sys/mman.h [__USE_BSD]: Likewise.
17014         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17015         * misc/sys/uio.h [__USE_BSD]: Likewise.
17016         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17017         * posix/glob.h [__USE_BSD]: Likewise.
17018         * posix/regex.h [__USE_BSD]: Likewise.
17019         * posix/sys/types.h [__USE_BSD]: Likewise.
17020         [__USE_SVID]: Likewise.
17021         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17022         * posix/sys/wait.h [__USE_BSD]: Likewise.
17023         [__USE_SVID]: Likewise.
17024         * posix/unistd.h [__USE_BSD]: Likewise.
17025         [__USE_SVID]: Likewise.
17026         * pwd/pwd.h [__USE_SVID]: Likewise.
17027         * resolv/netdb.h [__USE_BSD]: Likewise.
17028         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17029         * signal/signal.h [__USE_BSD]: Likewise.
17030         [__USE_SVID]: Likewise.
17031         * socket/sys/socket.h [__USE_BSD]: Likewise.
17032         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17033         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17034         [__USE_SVID]: Likewise.
17035         * string/bits/string2.h [__USE_BSD]: Likewise.
17036         [__USE_SVID]: Likewise.
17037         * string/bits/string3.h [__USE_BSD]: Likewise.
17038         * string/endian.h [__USE_BSD]: Likewise.
17039         * string/string.h [__USE_SVID]: Likewise.
17040         [__USE_BSD]: Likewise.
17041         * string/strings.h [__USE_BSD]: Likewise.
17042         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17043         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17044         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17045         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17046         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17047         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17048         Likewise.
17049         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17050         Likewise.
17051         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17052         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17053         Likewise.
17054         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17055         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17056         Likewise.
17057         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17058         Likewise.
17059         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17060         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17061         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17062         Likewise.
17063         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17064         Likewise.
17065         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17066         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17067         * termios/termios.h [__USE_BSD]: Likewise.
17068         * time/sys/time.h [__USE_BSD]: Likewise.
17069         * time/time.h [__USE_BSD]: Likewise.
17070         [__USE_SVID]: Likewise.
17072         * Makefile (subdir_targets): Remove subdir_lint.out.
17074         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17075         (do-tst-printf): Likewise.
17076         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17077         $(objpfx)tst-printf.out.
17079         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17081         * Makerules (check-abi-%): Change target to
17082         $(objpfx)check-abi-%.out.
17083         (check-abi target): Update dependencies.
17084         (check-abi-pattern variable): Redirect output of diff to $@.
17085         (check-abi variable): Likewise.
17086         * elf/Makefile (check-abi): Update dependencies.
17088         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17089         unused.
17090         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17091         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17092         subnormal range.
17093         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17094         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17095         value has largest subnormal exponent.
17096         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17097         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17098         * sysdeps/aarch64/soft-fp/sfp-machine.h
17099         (_FP_TININESS_AFTER_ROUNDING): New macro.
17100         * sysdeps/alpha/soft-fp/sfp-machine.h
17101         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17102         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17103         Likewise.
17104         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17105         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17106         * sysdeps/mips/soft-fp/sfp-machine.h
17107         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17108         * sysdeps/powerpc/soft-fp/sfp-machine.h
17109         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17110         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17111         Likewise.
17112         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17113         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17114         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17115         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17116         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17117         Likewise.
17119 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17121         [BZ #16545]
17122         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17123         model 1.
17125 2014-02-12  Richard Henderson  <rth@redhat.com>
17127         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17128         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17129         * sysdeps/unix/sysv/linux/alpha: Move directory from
17130         ports/sysdeps/unix/sysv/linux/alpha.
17131         * README: Update listing for alpha-*-linux-gnu.
17133 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17135         * include/features.h: Update comment documenting feature test
17136         macros.
17137         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17138         _DEFAULT_SOURCE.
17139         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17140         (_SVID_SOURCE): Likewise.
17141         (_DEFAULT_SOURCE): Update description of default features.
17142         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17143         with _GNU_SOURCE.
17144         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17145         (S_ISVTX): Likewise.
17146         * manual/math.texi (Mathematical Constants): Likewise.
17147         * manual/signal.texi (Interrupted Primitives): Likewise.
17148         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17149         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17150         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17151         Don't refer to _SVID_SOURCE in warning text.
17153         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17155         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17156         already defined.
17157         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17158         * sysdeps/mips/dl-lookup.c: Remove.
17159         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17161 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17163         [BZ #16447]
17164         * math/auto-libm-test-in: Add testcase for expl.
17165         * math/auto-libm-test-out: Regenerate.
17166         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17167         calculation of unsafe.
17168         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17170 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17172         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17173         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17174         ports/sysdeps/unix/sysv/linux/aarch64.
17175         * README: Update listing for aarch64*-*-linux-gnu.
17177 2014-02-11  Will Newton  <will.newton@linaro.org>
17179         * manual/probes.texi (Mathematical Function Probes): Use
17180         "triggered" instead of "hit".
17182         * manual/probes.texi (Internal Probes): Add documentation
17183         of setjmp, longjmp and longjmp_target probes.
17185         * include/stap-probe.h: Add comment about probe argument
17186         format.
17188         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17189         definition.  (tr_where, tr_freehook, tr_mallochook,
17190         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17192 2014-02-11  David S. Miller  <davem@davemloft.net>
17194         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17195         processing int_tests.
17197 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17199         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17200         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17201         * sysdeps/unix/sysv/linux/mips: Move directory from
17202         ports/sysdeps/unix/sysv/linux/mips.
17203         * README: Update listing for mips-*-linux-gnu and
17204         mips64-*-linux-gnu.
17206 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17208         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17209         * sysdeps/unix/sysv/linux/m68k: Move directory from
17210         ports/sysdeps/unix/sysv/linux/m68k.
17211         * README: Update listing for m68k-*-linux-gnu.
17213 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17215         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17216         * sysdeps/unix/sysv/linux/generic: Move directory from
17217         ports/sysdeps/unix/sysv/linux/generic.
17218         * sysdeps/unix/sysv/linux/tile: Move directory from
17219         ports/sysdeps/unix/sysv/linux/tile.
17220         * README: Update listing for tile*-*-linux-gnu.
17222 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17224         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17225         __builtin_expect.
17226         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17227         * catgets/open_catalog.c (__open_catalog): Likewise.
17228         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17229         * debug/confstr_chk.c: Likewise.
17230         * debug/fread_chk.c (__fread_chk): Likewise.
17231         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17232         * debug/getgroups_chk.c: Likewise.
17233         * debug/mbsnrtowcs_chk.c: Likewise.
17234         * debug/mbsrtowcs_chk.c: Likewise.
17235         * debug/mbstowcs_chk.c: Likewise.
17236         * debug/memcpy_chk.c: Likewise.
17237         * debug/memmove_chk.c: Likewise.
17238         * debug/mempcpy_chk.c: Likewise.
17239         * debug/memset_chk.c: Likewise.
17240         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17241         * debug/strcat_chk.c (__strcat_chk): Likewise.
17242         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17243         * debug/strncat_chk.c (__strncat_chk): Likewise.
17244         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17245         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17246         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17247         * debug/wcpncpy_chk.c: Likewise.
17248         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17249         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17250         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17251         * debug/wcsncpy_chk.c: Likewise.
17252         * debug/wcsnrtombs_chk.c: Likewise.
17253         * debug/wcsrtombs_chk.c: Likewise.
17254         * debug/wcstombs_chk.c: Likewise.
17255         * debug/wmemcpy_chk.c: Likewise.
17256         * debug/wmemmove_chk.c: Likewise.
17257         * debug/wmempcpy_chk.c: Likewise.
17258         * debug/wmemset_chk.c: Likewise.
17259         * dirent/scandirat.c (SCANDIRAT): Likewise.
17260         * dlfcn/dladdr1.c (dladdr1): Likewise.
17261         * dlfcn/dladdr.c (dladdr): Likewise.
17262         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17263         * dlfcn/dlerror.c (__dlerror): Likewise.
17264         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17265         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17266         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17267         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17268         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17269         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17270         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17271         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17272         Likewise.
17273         * elf/dl-conflict.c: Likewise.
17274         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17275         * elf/dl-dst.h: Likewise.
17276         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17277         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17278         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17279         * elf/dl-init.c (call_init, _dl_init): Likewise.
17280         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17281         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17282         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17283         Likewise.
17284         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17285         Likewise.
17286         * elf/dl-minimal.c (__libc_memalign): Likewise.
17287         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17288         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17289         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17290         * elf/dl-sym.c (do_sym): Likewise.
17291         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17292         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17293         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17294         * elf/dl-writev.h (_dl_writev): Likewise.
17295         * elf/ldconfig.c (search_dir): Likewise.
17296         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17297         (dl_main): Likewise.
17298         * elf/setup-vdso.h (setup_vdso): Likewise.
17299         * grp/compat-initgroups.c (compat_call): Likewise.
17300         * grp/fgetgrent.c (fgetgrent): Likewise.
17301         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17302         * grp/putgrent.c (putgrent): Likewise.
17303         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17304         Likewise.
17305         * hurd/hurdinit.c: Likewise.
17306         * iconvdata/8bit-gap.c (struct): Likewise.
17307         * iconvdata/ansi_x3.110.c : Likewise.
17308         * iconvdata/big5.c : Likewise.
17309         * iconvdata/big5hkscs.c : Likewise.
17310         * iconvdata/cp1255.c: Likewise.
17311         * iconvdata/cp1258.c : Likewise.
17312         * iconvdata/cp932.c : Likewise.
17313         * iconvdata/euc-cn.c: Likewise.
17314         * iconvdata/euc-jisx0213.c : Likewise.
17315         * iconvdata/euc-jp.c: Likewise.
17316         * iconvdata/euc-jp-ms.c : Likewise.
17317         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17318         * iconvdata/gb18030.c : Likewise.
17319         * iconvdata/gbbig5.c (const): Likewise.
17320         * iconvdata/gbgbk.c: Likewise.
17321         * iconvdata/gbk.c : Likewise.
17322         * iconvdata/ibm1364.c : Likewise.
17323         * iconvdata/ibm930.c : Likewise.
17324         * iconvdata/ibm932.c: Likewise.
17325         * iconvdata/ibm933.c : Likewise.
17326         * iconvdata/ibm935.c : Likewise.
17327         * iconvdata/ibm937.c : Likewise.
17328         * iconvdata/ibm939.c : Likewise.
17329         * iconvdata/ibm943.c: Likewise.
17330         * iconvdata/iso_11548-1.c: Likewise.
17331         * iconvdata/iso-2022-cn.c : Likewise.
17332         * iconvdata/iso-2022-cn-ext.c : Likewise.
17333         * iconvdata/iso-2022-jp-3.c: Likewise.
17334         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17335         * iconvdata/iso-2022-kr.c : Likewise.
17336         * iconvdata/iso646.c (gconv_end): Likewise.
17337         * iconvdata/iso_6937-2.c : Likewise.
17338         * iconvdata/iso_6937.c : Likewise.
17339         * iconvdata/iso8859-1.c: Likewise.
17340         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17341         * iconvdata/shift_jisx0213.c : Likewise.
17342         * iconvdata/sjis.c : Likewise.
17343         * iconvdata/t.61.c : Likewise.
17344         * iconvdata/tcvn5712-1.c : Likewise.
17345         * iconvdata/tscii.c: Likewise.
17346         * iconvdata/uhc.c : Likewise.
17347         * iconvdata/unicode.c (gconv_end): Likewise.
17348         * iconvdata/utf-16.c (gconv_end): Likewise.
17349         * iconvdata/utf-32.c (gconv_end): Likewise.
17350         * iconvdata/utf-7.c (base64): Likewise.
17351         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17352         * iconv/gconv_close.c (__gconv_close): Likewise.
17353         * iconv/gconv_open.c (__gconv_open): Likewise.
17354         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17355         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17356         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17357         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17358         (ucs4le_internal_loop_single): Likewise.
17359         * iconv/iconv.c (iconv): Likewise.
17360         * iconv/iconv_close.c: Likewise.
17361         * iconv/loop.c (SINGLE): Likewise.
17362         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17363         * include/atomic.h: Likewise.
17364         * inet/inet6_option.c (option_alloc): Likewise.
17365         * intl/bindtextdom.c (set_binding_values): Likewise.
17366         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17367         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17368         * intl/localealias.c (read_alias_file): Likewise.
17369         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17370         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17371         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17372         * libio/fmemopen.c (fmemopen): Likewise.
17373         * libio/iofgets.c (_IO_fgets): Likewise.
17374         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17375         * libio/iofgetws.c (fgetws): Likewise.
17376         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17377         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17378         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17379         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17380         * locale/findlocale.c (_nl_find_locale): Likewise.
17381         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17382         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17383         Likewise.
17384         * locale/setlocale.c (setlocale): Likewise.
17385         * login/programs/pt_chown.c (main): Likewise.
17386         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17387         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17388         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17389         (mmap, mmap64, mremap, munmap): Likewise.
17390         * math/e_exp2l.c: Likewise.
17391         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17392         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17393         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17394         * math/s_catan.c (__catan): Likewise.
17395         * math/s_catanf.c (__catanf): Likewise.
17396         * math/s_catanh.c (__catanh): Likewise.
17397         * math/s_catanhf.c (__catanhf): Likewise.
17398         * math/s_catanhl.c (__catanhl): Likewise.
17399         * math/s_catanl.c (__catanl): Likewise.
17400         * math/s_ccosh.c (__ccosh): Likewise.
17401         * math/s_ccoshf.c (__ccoshf): Likewise.
17402         * math/s_ccoshl.c (__ccoshl): Likewise.
17403         * math/s_cexp.c (__cexp): Likewise.
17404         * math/s_cexpf.c (__cexpf): Likewise.
17405         * math/s_cexpl.c (__cexpl): Likewise.
17406         * math/s_clog10.c (__clog10): Likewise.
17407         * math/s_clog10f.c (__clog10f): Likewise.
17408         * math/s_clog10l.c (__clog10l): Likewise.
17409         * math/s_clog.c (__clog): Likewise.
17410         * math/s_clogf.c (__clogf): Likewise.
17411         * math/s_clogl.c (__clogl): Likewise.
17412         * math/s_csin.c (__csin): Likewise.
17413         * math/s_csinf.c (__csinf): Likewise.
17414         * math/s_csinh.c (__csinh): Likewise.
17415         * math/s_csinhf.c (__csinhf): Likewise.
17416         * math/s_csinhl.c (__csinhl): Likewise.
17417         * math/s_csinl.c (__csinl): Likewise.
17418         * math/s_csqrt.c (__csqrt): Likewise.
17419         * math/s_csqrtf.c (__csqrtf): Likewise.
17420         * math/s_csqrtl.c (__csqrtl): Likewise.
17421         * math/s_ctan.c (__ctan): Likewise.
17422         * math/s_ctanf.c (__ctanf): Likewise.
17423         * math/s_ctanh.c (__ctanh): Likewise.
17424         * math/s_ctanhf.c (__ctanhf): Likewise.
17425         * math/s_ctanhl.c (__ctanhl): Likewise.
17426         * math/s_ctanl.c (__ctanl): Likewise.
17427         * math/w_pow.c: Likewise.
17428         * math/w_powf.c: Likewise.
17429         * math/w_powl.c: Likewise.
17430         * math/w_scalb.c (sysv_scalb): Likewise.
17431         * math/w_scalbf.c (sysv_scalbf): Likewise.
17432         * math/w_scalbl.c (sysv_scalbl): Likewise.
17433         * misc/error.c (error_tail): Likewise.
17434         * misc/pselect.c (__pselect): Likewise.
17435         * nis/nis_callback.c (__nis_create_callback): Likewise.
17436         * nis/nis_call.c (__nisfind_server): Likewise.
17437         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17438         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17439         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17440         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17441         * nis/nis_lookup.c (nis_lookup): Likewise.
17442         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17443         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17444         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17445         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17446         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17447         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17448         * nis/nss_compat/compat-initgroups.c (add_group)
17449         (internal_getgrent_r): Likewise.
17450         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17451         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17452         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17453         (internal_getspnam_r): Likewise.
17454         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17455         (_nss_nis_getaliasbyname_r): Likewise.
17456         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17457         (_nss_nis_getntohost_r): Likewise.
17458         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17459         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17460         (_nss_nis_getgrgid_r): Likewise.
17461         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17462         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17463         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17464         (_nss_nis_gethostbyname4_r): Likewise.
17465         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17466         (initgroups_netid): Likewise.
17467         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17468         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17469         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17470         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17471         (_nss_nis_getprotobynumber_r): Likewise.
17472         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17473         (_nss_nis_getsecretkey): Likewise.
17474         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17475         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17476         (_nss_nis_getpwuid_r): Likewise.
17477         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17478         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17479         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17480         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17481         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17482         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17483         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17484         Likewise.
17485         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17486         (_nss_nisplus_getntohost_r): Likewise.
17487         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17488         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17489         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17490         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17491         Likewise.
17492         * nis/nss_nisplus/nisplus-initgroups.c
17493         (_nss_nisplus_initgroups_dyn): Likewise.
17494         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17495         (_nss_nisplus_getnetbyaddr_r): Likewise.
17496         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17497         (_nss_nisplus_getprotobynumber_r): Likewise.
17498         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17499         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17500         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17501         Likewise.
17502         * nis/nss_nisplus/nisplus-service.c
17503         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17504         (_nss_nisplus_getservbyport_r): Likewise.
17505         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17506         (_nss_nisplus_getspnam_r): Likewise.
17507         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17508         Likewise.
17509         * nscd/aicache.c (addhstaiX): Likewise.
17510         * nscd/cache.c (cache_search, prune_cache): Likewise.
17511         * nscd/connections.c (register_traced_file, send_ro_fd)
17512         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17513         (main_loop_epoll): Likewise.
17514         * nscd/grpcache.c (addgrbyX): Likewise.
17515         * nscd/hstcache.c (addhstbyX): Likewise.
17516         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17517         * nscd/mem.c (gc, mempool_alloc): Likewise.
17518         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17519         (addinnetgrX): Likewise.
17520         * nscd/nscd-client.h (__nscd_acquire_maplock)
17521         (__nscd_drop_map_ref): Likewise.
17522         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17523         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17524         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17525         Likewise.
17526         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17527         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17528         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17529         (__nscd_get_map_ref): Likewise.
17530         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17531         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17532         Likewise.
17533         * nscd/pwdcache.c (addpwbyX): Likewise.
17534         * nscd/selinux.c (preserve_capabilities): Likewise.
17535         * nscd/servicescache.c (addservbyX): Likewise.
17536         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17537         * posix/fnmatch.c (fnmatch): Likewise.
17538         * posix/getopt.c (_getopt_internal_r): Likewise.
17539         * posix/glob.c (glob, glob_in_dir): Likewise.
17540         * posix/wordexp.c (exec_comm_child): Likewise.
17541         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17542         (getanswer_r, gaih_getanswer_slice): Likewise.
17543         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17544         * resolv/res_init.c: Likewise.
17545         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17546         * resolv/res_query.c (__libc_res_nquery): Likewise.
17547         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17548         Likewise.
17549         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17550         * stdio-common/perror.c (perror): Likewise.
17551         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17552         * stdio-common/tmpnam.c (tmpnam): Likewise.
17553         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17554         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17555         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17556         Likewise.
17557         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17558         * stdlib/putenv.c (putenv): Likewise.
17559         * stdlib/setenv.c (__add_to_environ): Likewise.
17560         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17561         * stdlib/strtol_l.c (INTERNAL): Likewise.
17562         * string/memmem.c (memmem): Likewise.
17563         * string/strerror.c (strerror): Likewise.
17564         * string/strnlen.c (__strnlen): Likewise.
17565         * string/test-memmem.c (simple_memmem): Likewise.
17566         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17567         * sunrpc/pm_getport.c (__get_socket): Likewise.
17568         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17569         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17570         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17571         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17572         Likewise.
17573         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17574         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17575         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17576         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17577         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17578         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17579         Likewise.
17580         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17581         Likewise.
17582         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17583         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17584         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17585         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17586         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17587         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17588         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17589         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17590         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17591         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17592         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17593         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17594         Likewise.
17595         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17596         Likewise.
17597         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17598         Likewise.
17599         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17600         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17601         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17602         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17603         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17604         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17605         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17606         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17607         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17608         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17609         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17610         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17611         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17612         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17613         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17614         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17615         Likewise.
17616         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17617         Likewise.
17618         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17619         Likewise.
17620         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17621         Likewise.
17622         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17623         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17624         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17625         Likewise.
17626         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17627         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17628         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17629         * sysdeps/posix/sleep.c: Likewise.
17630         * sysdeps/posix/tempname.c: Likewise.
17631         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17632         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17633         Likewise.
17634         * sysdeps/powerpc/powerpc32/dl-machine.h
17635         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17636         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17637         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17638         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17639         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17640         Likewise.
17641         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17642         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17643         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17644         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17645         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17646         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17647         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17648         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17649         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17650         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17651         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17652         (elf_machine_lazy_rel): Likewise.
17653         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17654         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17655         (elf_machine_lazy_rel): Likewise.
17656         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17657         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17658         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17659         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17660         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17661         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17662         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17663         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17664         Likewise.
17665         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17666         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17667         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17668         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17669         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17670         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17671         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17672         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17673         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17674         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17675         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17676         Likewise.
17677         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17678         (__posix_fallocate64_l64): Likewise.
17679         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17680         (posix_fallocate): Likewise.
17681         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17682         Likewise.
17683         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17684         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17685         (getifaddrs_internal): Likewise.
17686         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17687         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17688         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17689         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17690         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17691         (__posix_fallocate64_l64): Likewise.
17692         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17693         Likewise.
17694         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17695         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17696         (__get_clockfreq): Likewise.
17697         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17698         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17699         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17700         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17701         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17702         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17703         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17704         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17705         Likewise.
17706         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17707         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17708         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17709         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17710         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17711         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17712         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17713         Likewise.
17714         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17715         (posix_fallocate): Likewise.
17716         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17717         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17718         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17719         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17720         (elf_machine_rela, elf_machine_rela_relative)
17721         (elf_machine_lazy_rel): Likewise.
17722         * time/asctime.c (asctime_internal): Likewise.
17723         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17724         * time/tzset.c (__tzset_parse_tz): Likewise.
17725         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17726         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17727         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17728         * wcsmbs/wcsmbsload.h: Likewise.
17730         [BZ #15894]
17731         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17733         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17734         (arena_get2): Remove THREAD_STATS conditionals.
17735         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17736         (__malloc_stats, int): Likewise.
17738 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17740         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17741         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17743         * manual/setjmp.texi: Fix typos/grammar errors.
17745         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17746         Only return early when n is <= 0.  Delete unused return statement.
17748         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17749         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17750         * debug/tst-longjmp_chk3.c: New file.
17752         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17753         (test_main): Replace code with set_fortify_handler call.
17754         * debug/test-strcpy_chk.c: Likewise.
17755         * debug/tst-chk1.c: Likewise.
17756         * debug/tst-longjmp_chk.c: Likewise.
17757         * test-skeleton.c: Include fcntl.h & paths.h
17758         (set_fortify_handler): Define.
17760         * debug/tst-longjmp_chk.c: Add header comment and include
17761         ../test-skeleton.c.
17762         (do_test): Mark static.
17763         (TEST_FUNCTION): Define.
17765         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17766         (IP_PMTUDISC_INTERFACE): Likewise.
17767         (IP_MULTICAST_IF): Likewise.
17768         (IP_MULTICAST_TTL): Likewise.
17769         (IP_MULTICAST_LOOP): Likewise.
17770         (IP_ADD_MEMBERSHIP): Likewise.
17771         (IP_DROP_MEMBERSHIP): Likewise.
17772         (IP_UNBLOCK_SOURCE): Likewise.
17773         (IP_BLOCK_SOURCE): Likewise.
17774         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17775         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17776         (IP_MSFILTER): Likewise.
17777         (MCAST_JOIN_GROUP): Likewise.
17778         (MCAST_BLOCK_SOURCE): Likewise.
17779         (MCAST_UNBLOCK_SOURCE): Likewise.
17780         (MCAST_LEAVE_GROUP): Likewise.
17781         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17782         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17783         (MCAST_MSFILTER): Likewise.
17784         (IP_MULTICAST_ALL): Likewise.
17785         (IP_UNICAST_IF): Likewise.
17787         * timezone/Makefile: Delete $(have-ksh) check.
17788         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17789         * timezone/tzselect.ksh: Add +x mode bits.
17791         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17792         (ANON_INODE_FS_MAGIC): Likewise.
17793         (BDEVFS_MAGIC): Likewise.
17794         (BINFMTFS_MAGIC): Likewise.
17795         (BTRFS_TEST_MAGIC): Likewise.
17796         (CRAMFS_MAGIC_WEND): Likewise.
17797         (DEBUGFS_MAGIC): Likewise.
17798         (ECRYPTFS_SUPER_MAGIC): Likewise.
17799         (EXT3_SUPER_MAGIC): Likewise.
17800         (EXT4_SUPER_MAGIC): Likewise.
17801         (FUTEXFS_SUPER_MAGIC): Likewise.
17802         (HOSTFS_SUPER_MAGIC): Likewise.
17803         (HUGETLBFS_MAGIC): Likewise.
17804         (MINIX3_SUPER_MAGIC): Likewise.
17805         (MTD_INODE_FS_MAGIC): Likewise.
17806         (NILFS_SUPER_MAGIC): Likewise.
17807         (OPENPROM_SUPER_MAGIC): Likewise.
17808         (PIPEFS_MAGIC): Likewise.
17809         (PSTOREFS_MAGIC): Likewise.
17810         (QNX6_SUPER_MAGIC): Likewise.
17811         (RAMFS_MAGIC): Likewise.
17812         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17813         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17814         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17815         (SECURITYFS_MAGIC): Likewise.
17816         (SELINUX_MAGIC): Likewise.
17817         (SMACK_MAGIC): Likewise.
17818         (SOCKFS_MAGIC): Likewise.
17819         (SQUASHFS_MAGIC): Likewise.
17820         (STACK_END_MAGIC): Likewise.
17821         (TMPFS_MAGIC): Likewise.
17822         (USBDEVICE_SUPER_MAGIC): Likewise.
17823         (V9FS_MAGIC): Likewise.
17824         (XENFS_SUPER_MAGIC): Likewise.
17825         (CRAMFS_MAGIC): Fix typo in comment.
17826         (EXT2_SUPER_MAGIC): Update comment.
17827         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17829 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17831         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17832         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17833         * sysdeps/unix/sysv/linux/arm: Move directory from
17834         ports/sysdeps/unix/sysv/linux/arm.
17835         * README: Update listing for arm-*-linux-gnueabi.
17837         * README: Remove mention of am33.
17839 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17841         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17842         than the comma operator, to avoid "rhs of comma has no effect"
17843         compiler warnings.
17844         (__sigfillset, __sigandset, __sigorset): Likewise.
17845         * include/signal.h (__sigemptyset): Likewise.
17846         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17848 2014-02-07  Allan McRae  <allan@archlinux.org>
17850         * version.h (RELEASE): Set to "development".
17851         (VERSION): Set to "2.19.90"
17852         * NEWS: Add 2.20 section.
17854 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17856         [BZ #16529]
17857         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17859 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17861         * manual/contrib.texi: Update entry for Carlos O'Donell,
17862         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17864 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17866         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17868         * sysdeps/unix/sysv/linux/kernel-features.h
17869         [__LINUX_KERNEL_VERSION >= 0x020621]
17870         (__ASSUME_PROC_PID_TASK_COMM): Define.
17872 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17874         [BZ #16398]
17875         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17876         conversion when destination buffer does not have enough space.
17877         * libio/tst-ftell-partial-wide.c: New test case.
17878         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17880         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17881         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17882         Leonard and Allan McRae.
17884 2014-02-04  David S. Miller  <davem@davemloft.net>
17886         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17887         32-bit.
17889 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17892         New file
17893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17894         New file
17895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17896         New file.
17897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17898         New file.
17899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17900         New file.
17901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17902         New file.
17903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17904         New file.
17905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17906         New file.
17907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17908         New file.
17909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17910         New file.
17911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17912         New file.
17913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17914         New file.
17915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17916         New file.
17918 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17920         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17921         * shlib-versions: Likewise.
17923 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17924             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17926         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17927         (abilist-pattern): New variable, set to %-le.abilist.
17929         * Makerules (abilist-pattern): New variable.
17930         (vpath): Use $(abilist-pattern) in place of %.abilist.
17931         (check-abi-% pattern rule): Likewise.
17932         (check-abi, update-abi): Likewise.
17934 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17938 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17940         * manual/startup.texi: Add next, previous, and top entries for
17941         the `Program Arguments' and `Environment Variables' nodes.
17943 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17945         * manual/macros.texi: Add comments before MTASC-safety macros.
17947         * manual/users.texi: Document MTASC-safety properties.
17949         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17950         (pthread_getspecific, pthread_setspecific): Format with
17951         @deftypefun, and add @safety note.
17952         * manual/signal.texi: Move comments that analyze the above
17953         functions to their home place.
17955 2014-02-03  Allan McRae  <allan@archlinux.org>
17957         * po/sl.po: Update Slovenian translation from translation project.
17959 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17961         * manual/time.texi (timegm): Add missing blank after @c.
17962         Reported by Joseph Myers <joseph@codesourcery.com>.
17964 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17966         * manual/check-safety.sh: New.
17967         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17969         * manual/terminal.texi: Document MTASC-safety properties.
17971         * manual/filesys.texi: Document MTASC-safety properties.
17973         * manual/errno.texi: Document MTASC-safety properties.
17975         * manual/intro.texi: Document safety identifiers and
17976         conditionals.
17978         * manual/string.texi (wcstok): Fix prototype.
17979         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17981         * manual/time.texi: Document MTASC-safety properties.
17983         * manual/string.texi: Document MTASC-safety properties.
17985         * manual/threads.texi: Document MTASC-safety properties.
17987         * manual/stdio.texi: Document MTASC-safety properties.
17989         * manual/syslog.texi: Document MTASC-safety properties.
17991         * manual/sysinfo.texi: Document MTASC-safety properties.
17993         * manual/startup.texi: Document MTASC-safety properties.
17995         * manual/socket.texi: Document MTASC-safety properties.
17997         * manual/signal.texi: Document MTASC-safety properties.
17999 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18001         * manual/setjmp.texi: Document MTASC-safety properties.
18003         * manual/search.texi: Document MTASC-safety properties.
18005         * manual/resource.texi: Document MTASC-safety properties.
18007         * manual/process.texi: Document MTASC-safety properties.
18009         * manual/platform.texi: Document MTASC-safety properties.
18011         * manual/pipe.texi: Document MTASC-safety properties.
18013         * manual/pattern.texi: Document MTASC-safety properties.
18015         * manual/message.texi: Document MTASC-safety properties.
18017         [BZ #12751]
18018         * manual/memory.texi: Document MTASC-safety properties.
18020         * manual/math.texi: Document MTASC-safety properties.
18022         * manual/locale.texi: Document MTASC-safety properties.
18024         * manual/llio.texi: Document MTASC-safety properties.
18026         * manual/libdl.texi: New.
18028         * manual/lang.texi: Document MTASC-safety properties.
18030         * manual/job.texi: Document MTASC-safety properties.
18032         * manual/getopt.texi: Document MTASC-safety properties.
18034         * manual/ctype.texi: Document MTASC-safety properties.
18036 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18038         [BZ #16046]
18039         * csu/libc-tls.c (static_map): Remove variable.
18040         (__libc_setup_tls): Use main executable's link map for TLS data.
18041         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18042         casing for LM_ID_BASE and GL(dl_nns).
18043         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18044         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18045         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18046         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18047         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18048         member.
18049         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18050         l_phnum members.
18052 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18054         * manual/debug.texi: Document MTASC-safety properties.
18056 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18058         [BZ #16510]
18059         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18060         of __x86_64__ when disabling x87 inline functions.
18062 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18064         * manual/charset.texi: Document MTASC-safety properties.
18066         * manual/crypt.texi: Document MTASC-safety properties.
18068         * manual/conf.texi: Document MTASC-safety properties.
18070         * manual/arith.texi: Document MTASC-safety properties.
18072         * manual/argp.texi: Document MTASC-safety properties.
18074         * manual/macros.texi: Introduce macros to document multi
18075         thread, asynchronous signal and asynchronous cancellation
18076         safety properties.
18077         * manual/intro.texi: Introduce the properties themselves.
18079 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18081         * sysdeps/sh/sh4/Makefile: New file.
18083 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18085         * math/gen-libm-test.pl ($srcdir): New variable.
18086         ($auto_input): Use it.
18088 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18090         [BZ #16506]
18091         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18092         access beyond array bounds when parsing netgroups file.
18094         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18095         the old buffer before realloc.
18097 2014-01-27  Allan McRae  <allan@archlinux.org>
18099         * po/fr.po: Update French translation from translation project.
18101 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18103         * sysdeps/sh/libm-test-ulps: Regenerate.
18105 2014-01-24  David S. Miller  <davem@davemloft.net>
18107         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18109 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18111         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18112         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18114 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18116         [BZ #16474]
18117         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18118         string pointers after reallocation.
18120 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18122         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18123         __SH4A__ instead of __SH_FPU_ANY__.
18125 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18127         * sysdeps/sh/fpu_control.h: New file.
18128         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18129         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18130         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18131         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18132         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18133         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18134         * sysdeps/sh/sys/ucontext.h: Remove.
18135         * sysdeps/sh/sys: Remove directory.
18137 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18139         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18140         s390/sys/ucontext.h.
18141         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18142         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18144 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18146         [BZ #15605]
18147         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18149 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18151         [BZ#16431]
18152         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18153         Adjust the vDSO correctly for internal calls.
18154         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18156 2014-01-20  Allan McRae  <allan@archlinux.org>
18158         * po/ca.po: Update Catalan translation from translation project.
18160 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18162         * sysdeps/s390/sotruss-lib.c: New file.
18164 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18166         [BZ#16430]
18167         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18168         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18169         local calls issues by not having a PLT stub required for IFUNC calls.
18170         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18172 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18174         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18175         * math/test-fpucw-static.c: Likewise.
18177 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18179         [BZ #16453]
18180         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18182 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18184         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18185         implementation for powerpc.
18187 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18189         [BZ #14782]
18190         * sysdeps/posix/system.c (__libc_system): Do not enable
18191         asynchronous cancellation.
18193 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18195         [BZ #16427]
18196         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18197         handling only for numbers special also in the IEEE case.
18199 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18201         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18203 2014-01-11  Allan McRae  <allan@archlinux.org>
18205         * po/bg.po: Update Bulgarian translation from translation project.
18207         * po/de.po: Update German translation from translation project.
18209 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18211         * sysdeps/generic/gcc-compat.h: New file.
18213 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18215         * benchtests/asin-inputs: Correct slow inputs.
18216         * benchtests/acos-inputs: Likewise.
18218 2014-01-10  Allan McRae  <allan@archlinux.org>
18220         * po:sv.po: Update Swedish translation from translation project.
18222         * po/vi.po: Update Vietnamese translation from translation project.
18224         * po/eo.po: Update Esperanto translation from translation project.
18226         * po/cs.po: Update Czech translation from translation project.
18228         * po/nl.po: Update Dutch translation from translation project.
18230         * po/pl.po: Update Polish translation from translation project.
18232         * po/ru.po: Update Russian translation from translation project.
18234         * po/uk.po: Update Ukrainian translation from translation project.
18236 2014-01-08  Brooks Moses  <bmoses@google.com>
18238         * elf/dl-load.c: Fix comment typo.
18240 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18242         * po/header.pot: Rename to...
18243         * po/pot.header: ... this.
18244         * po/Makefile: Use pot.header.
18246 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18247             Maxim Kuvyrkov  <maxim@kugelworks.com>
18249         [BZ #16394]
18250         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18251         SRC and DEST against LEN.
18253 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18255         [BZ #16414]
18256         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18257         implementation.
18258         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18260 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18264 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18266         [BZ #16408]
18267         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18268         for large positive arguments.
18270 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18272         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18274         * math/auto-libm-test-in: Mark various tests with
18275         xfail-rounding:ldbl-128ibm.
18276         * math/auto-libm-test-out: Regenerated.
18278         [BZ #16407]
18279         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18280         Increase overflow threshold.
18282 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18284         [BZ #14286]
18285         * stdio-common/vfprintf.c: Check for integer overflow.
18287 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18289         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18290         the first argument and return value of __tls_get_addr_internal.
18292 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18294         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18295         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18297 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18299         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18300         * sysdeps/s390/rtld-global-offsets.sym: New file.
18301         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18302         GLIBC_2.19 symbol.
18303         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18304         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18305         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18306         ... this.
18307         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18308         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18309         ... this.
18310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18311         Regenerate.
18312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18313         Regenerate.
18314         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18315         halfs of GPRs for high_gprs contexts.
18316         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18317         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18318         field.
18319         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18320         uc_flags field.
18321         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18322         64 bit versions:
18323         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18324         for high GPRs (uc_high_gprs) and for future extensions
18325         (__reserved).
18326         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18327         for future extensions (__reserved).
18328         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18329         64 bit versions:
18330         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18331         SC_HIGHGPRS offset definition.
18332         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18333         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18335         * Versions.def: Add GLIBC_2.19 for libpthread.
18336         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18337         siglongjmp for libpthread with GLIBC_2.19 symver.
18338         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18339         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18340         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18341         * sysdeps/s390/__longjmp.c: New file.
18342         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18343         * sysdeps/s390/longjmp.c: New file.
18344         * sysdeps/s390/setjmp.S: New file.
18345         * sysdeps/s390/sigjmp.S: New file.
18346         * sysdeps/s390/v1-longjmp.c: New file.
18347         * sysdeps/s390/v1-setjmp.h: New file.
18348         * sysdeps/s390/v1-sigjmp.c: New file.
18349         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18350         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18351         GLIBC_2.19 version.
18352         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18353         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18354         versioned symbols for ____longjmp_chk.
18355         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18356         Likewise.
18357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18358         Regenerate.
18359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18360         Regenerate.
18361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18362         Regenerate.
18363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18364         Regenerate.
18365         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18366         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18367         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18368         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18369         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18370         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18371         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18372         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18373         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18374         * sysdeps/s390/rtld-__longjmp.c: New file.
18375         * sysdeps/s390/rtld-setjmp.S: New file.
18377 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18379         [BZ #16400]
18380         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18381         Return -__logl (x) for small positive arguments without evaluating
18382         a polynomial.
18384 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18386         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18387         Rename to ...
18388         (__ptrace_peeksiginfo_args): ... this.
18389         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18390         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18391         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18393 2014-01-06  Allan McRae  <allan@archlinux.org>
18395         * inet/netinet/in.h: Fix typo in comment.
18397 2014-01-05  Andreas Jaeger  <aj@suse.de>
18399         * sysdeps/i386/fpu/libm-test-ulps: Update.
18401 2014-01-05  Allan McRae  <allan@archlinux.org>
18403         * po/libc.pot: Regenerated.
18405         * malloc/memusagestat.c: Fix gettext call formatting.
18407 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18409         * nscd/nscd.c: Improve usage() output.
18411 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18413         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18414         * sysdeps/unix/sysv/linux/configure: Regenerated.
18415         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18416         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18418 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18420         [BZ #16390]
18421         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18422         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18424 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18426         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18427         extra tokens at end of #undef directive.
18428         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18429         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18430         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18432 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18434         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18436         * math/auto-libm-test-in: Mark various tests with
18437         xfail-rounding:ldbl-128ibm.
18438         * math/auto-libm-test-out: Regenerated.
18440 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18442         [BZ #16386]
18443         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18444         numbers with subnormal high part when calculating exponent.
18446         [BZ #16385]
18447         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18448         fabs.
18450         [BZ #16384]
18451         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18452         M_LN2l.
18453         (__ieee754_acoshl): Use __log1pl not __log1p.
18455 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18457         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18458         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18459         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18460         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18461         (reused_arena, arena_get2): Convert to GNU style.
18462         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18463         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18464         (memalign_check, __malloc_set_state): Likewise.
18465         * malloc/mallocbug.c (main): Likewise.
18466         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18467         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18468         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18469         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18470         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18471         (__posix_memalign, malloc_info): Likewise.
18472         * malloc/malloc.h: Likewise.
18473         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18474         (mallochook, memalignhook, reallochook, mabort): Likewise.
18475         * malloc/mcheck.h: Likewise.
18476         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18477         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18478         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18479         * malloc/morecore.c (__default_morecore): Likewise.
18480         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18481         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18482         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18483         (print_and_abort): Likewise.
18484         * malloc/obstack.h: Likewise.
18485         * malloc/set-freeres.c (__libc_freeres): Likewise.
18486         * malloc/tst-mallocstate.c (main): Likewise.
18487         * malloc/tst-mtrace.c (main): Likewise.
18488         * malloc/tst-realloc.c (do_test): Likewise.
18490 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18492         [BZ #16366]
18493         * nscd/netgroupcache.c (do_notfound): New function.
18494         (addgetnetgrentX): Use it.
18496         [BZ # 16365]
18497         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18498         NSS_STATUS_NOTFOUND.
18500 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18502         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18505 2014-01-01  Allan McRae  <allan@archlinux.org>
18507         * scripts/update-copyrights: Update configure input file suffix.
18509         * NEWS: Update copyright year.
18510         * catgets/gencat.c: Likewise.
18511         * csu/version.c: Likewise.
18512         * debug/catchsegv.sh: Likewise.
18513         * debug/pcprofiledump.c: Likewise.
18514         * debug/xtrace.sh: Likewise.
18515         * elf/ldconfig.c: Likewise.
18516         * elf/ldd.bash.in: Likewise.
18517         * elf/pldd.c: Likewise.
18518         * elf/sotruss.ksh: Likewise.
18519         * elf/sprof.c: Likewise.
18520         * iconv/iconv_prog.c: Likewise.
18521         * iconv/iconvconfig.c: Likewise.
18522         * locale/programs/locale.c: Likewise.
18523         * locale/programs/localedef.c: Likewise.
18524         * login/programs/pt_chown.c: Likewise.
18525         * malloc/memusage.sh: Likewise.
18526         * malloc/memusagestat.c: Likewise.
18527         * malloc/mtrace.pl: Likewise.
18528         * manual/libc.texinfo: Likewise.
18529         * nscd/nscd.c: Likewise.
18530         * nss/getent.c: Likewise.
18531         * nss/makedb.c: Likewise.
18532         * posix/getconf.c: Likewise.
18533         * scripts/test-installation.pl: Likewise.
18535         * All files with FSF copyright notices: Update copyright dates
18536         using scripts/update-copyrights.
18537         * intl/plural.c: Regenerated.
18538         * locale/programs/charmap-kw.h: Likewise.
18539         * locale/programs/locfile-kw.h: Likewise.
18541 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18543         * sysdeps/unix/sysv/linux/configure: Regenerated.
18544         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18545         the linux/fanotify.h header.
18546         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18547         HAVE_LINUX_FANOTIFY_H is defined.
18549 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18551         * benchtests/cos-inputs: New inputs.
18552         * benchtests/sin-inputs: Likewise.
18554         * benchtests/atan-inputs: New inputs. Fix name of multiple
18555         precision fallback inputs.
18557         * benchtests/atanh-inputs: New inputs.
18558         * benchtests/tanh-inputs: Likewise.
18560         * benchtests/acosh-inputs: New inputs.
18561         * benchtests/asinh-inputs: Likewise.
18563         * benchtests/cosh-inputs: New inputs.
18564         * benchtests/sinh-inputs: Likewise.
18566         * benchtests/acos-inputs: Add more inputs.
18567         * benchtests/asin-inputs: Likewise.
18569 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18571         [BZ #16375]
18572         * manual/arith.texi: Fix spelling.
18573         * manual/charset.texi: Likewise.
18574         * manual/errno.texi: Likewise.
18575         * manual/filesys.texi: Likewise.
18576         * manual/lang.texi: Likewise.
18577         * manual/llio.texi: Likewise.
18578         * manual/locale.texi: Likewise.
18579         * manual/message.texi: Likewise.
18580         * manual/resource.texi: Likewise.
18581         * manual/search.texi: Likewise.
18582         * manual/setjmp.texi: Likewise.
18583         * manual/stdio.texi: Likewise.
18584         * manual/string.texi: Likewise.
18585         * manual/sysinfo.texi: Likewise.
18586         * manual/time.texi: Likewise.
18588 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18590         * po/sl.po: New file.
18592 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18594         * .gitignore: Add core/.gdbinit/.gdb_history.
18596 2013-12-27  Allan McRae  <allan@archlinux.org>
18598         [BZ #16369]
18599         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18600         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18602 2013-12-24  Brooks Moses  <bmoses@google.com>
18604         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18605         all compilers that claim C++98 compliance, not just GCC.
18606         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18607         Likewise.
18609 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18611         * NEWS: Restore accidentally deleted bug-fix entries.
18613 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18614             Ondřej Bílka  <neleai@seznam.cz>
18616         [BZ #15073]
18617         * malloc/malloc.c (_int_free): Perform sanity check only if we
18618         have_lock.
18620 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18622         [BZ #12986]
18623         * manual/stdio.texi (String Input Conversions): Clarify that character
18624         classes are not supported.
18626 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18630 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18632         [BZ #16337]
18633         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18634         Calculate results for small negative arguments directly rather
18635         than using reflection formula with special underflow handling.
18637         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18638         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18639         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18640         (fchflags): Likewise.
18641         (revoke): Likewise.
18642         (setlogin): Likewise.
18643         (sigaltstack): Likewise.
18644         (wait4): Likewise.
18645         (sigblock): Remove.
18646         (sigsetmask): Likewise.
18647         (wait3): Likewise.
18648         (waitpid): Likewise.
18649         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18650         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18651         file.
18652         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18653         * sysdeps/unix/bsd/Makefile: ... here.
18654         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18655         * sysdeps/unix/bsd/Versions: ... here.
18656         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18657         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18658         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18659         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18660         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18661         * sysdeps/unix/bsd/sigblock.c: ... here.
18662         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18663         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18664         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18665         * sysdeps/unix/bsd/sigvec.c: ... here.
18666         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18667         * sysdeps/unix/bsd/tcdrain.c: ... here.
18668         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18669         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18670         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18671         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18672         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18673         * sysdeps/unix/bsd/wait.c: ... here.
18674         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18675         * sysdeps/unix/bsd/wait3.c: ... here.
18676         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18677         * sysdeps/unix/bsd/waitpid.c: ... here.
18679 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18681         [BZ #16356]
18682         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18683         round-to-nearest for [!USE_AS_EXPM1L].
18684         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18685         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18686         more tests of exp and exp10.  Expect some exp10 tests to miss
18687         exceptions or fail in directed rounding modes.
18688         * math/auto-libm-test-out: Regenerated.
18689         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18690         (exp10_test_tonearest): New function.
18691         (exp10_towardzero_test_data): New array.
18692         (exp10_test_towardzero): New function.
18693         (exp10_downward_test_data): New array.
18694         (exp10_test_downward): New function.
18695         (exp10_upward_test_data): New array.
18696         (exp10_test_upward): New function.
18697         (main): Call the new functions.
18698         * sysdeps/i386/fpu/libm-test-ulps: Update.
18699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18701 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18703         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18704         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18705         * math/auto-libm-test-out: Regenerated.
18706         * math/libm-test.inc (acosh_test_data): Add more tests.
18707         (atanh_test_data): Likewise.
18708         (ceil_test_data): Likewise.
18709         (copysign_test_data): Likewise.
18710         * sysdeps/i386/fpu/libm-test-ulps: Update.
18711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18713         * timezone/checktab.awk: Update from tzcode 2013i.
18714         * timezone/private.h: Likewise.
18715         * timezone/scheck.c: Likewise.
18716         * timezone/tzfile.h: Likewise.
18717         * timezone/tzselect.ksh: Likewise.
18718         * timezone/zdump.c: Likewise.
18719         * timezone/zic.c: Likewise.
18721         * math/auto-libm-test-in: Add tests of cpow.
18722         * math/auto-libm-test-out: Regenerated.
18723         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18724         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18725         mpc_cc_c.
18726         (func_calc_desc): Add mpc_cc_c union field.
18727         (test_functions): Add cpow.
18728         (special_fill_2pi): New function.
18729         (special_real_inputs): Add 2pi.
18730         (calc_generic_results): Handle mpc_cc_c.
18731         * sysdeps/i386/fpu/libm-test-ulps: Update.
18732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18734         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18735         csqrt, ctan and ctanh.
18736         * math/auto-libm-test-out: Regenerated.
18737         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18738         (TEST_COND_x86): Likewise.
18739         (ccos_test_data): Use AUTO_TESTS_c_c.
18740         (ccosh_test_data): Likewise.
18741         (cexp_test_data): Likewise.
18742         (clog_test_data): Likewise.
18743         (csqrt_test_data): Likewise.
18744         (ctan_test_data): Likewise.
18745         (ctan_tonearest_test_data): Likewise.
18746         (ctan_towardzero_test_data): Likewise.
18747         (ctan_downward_test_data): Likewise.
18748         (ctan_upward_test_data): Likewise.
18749         (ctanh_test_data): Likewise.
18750         (ctanh_tonearest_test_data): Likewise.
18751         (ctanh_towardzero_test_data): Likewise.
18752         (ctanh_downward_test_data): Likewise.
18753         (ctanh_upward_test_data): Likewise.
18754         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18755         mpc_c_c.
18756         (func_calc_desc): Add mpc_c_c union field.
18757         (FUNC_mpc_c_c): New macro.
18758         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18759         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18760         ctanh.
18761         (special_fill_min_subnorm_p120): New function.
18762         (special_real_inputs): Add min_subnorm_p120.
18763         (calc_generic_results): Handle mpc_c_c.
18764         * sysdeps/i386/fpu/libm-test-ulps: Update.
18765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18767 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18769         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18770         (do_sin_slow): New functions.
18771         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18772         (cslow2, csloww1, csloww2): Use the new functions.
18774         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18775         Use M to change sign of result instead of X.  Assume X is
18776         positive.
18777         (csloww1): Likewise.
18778         (__sin): Adjust.
18779         (__cos): Adjust.
18781         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18782         arguments A and DA.
18783         (__sin): Adjust.
18784         (__cos): Likewise.
18786         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18787         (__cos): Likewise.
18788         (sloww1): Don't adjust sign of DX.
18789         (csloww1): Likewise.
18790         (sloww2): Use X directly and don't adjust sign of DX.
18791         (csloww2): Likewise.
18793 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18795         * math/auto-libm-test-in: Add tests of cabs and carg.
18796         * math/auto-libm-test-out: Regenerated.
18797         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18798         (carg_test_data): Likewise.
18799         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18800         mpc_c_f.
18801         (func_calc_desc): Add mpc_c_f union field.
18802         (test_functions): Add cabs and carg.
18803         (calc_generic_results): Handle mpc_c_f.
18805         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18806         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18807         as a macro and a compat symbol.
18808         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18809         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18810         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18811         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18812         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18813         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18814         not use .hidden.
18815         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18816         Likewise.
18817         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18818         Likewise.
18819         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18820         Likewise.
18821         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18822         Likewise.
18823         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18824         Likewise.
18825         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18826         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18827         from GLIBC_2.3.2.
18829 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18833 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18835         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18836         trailing whitespace removed.
18837         * scripts/config.guess: Update to version 2013-11-29.
18838         * scripts/config.sub: Update to version 2013-10-01.
18840         * math/auto-libm-test-in: Add tests of sincos.
18841         * math/auto-libm-test-out: Regenerated.
18842         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18843         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18844         mpfr_f_11.
18845         (func_calc_desc): Add mpfr_f_11 union field.
18846         (test_functions): Add sincos.
18847         (calc_generic_results): Handle mpfr_f_11.
18848         * sysdeps/i386/fpu/libm-test-ulps: Update.
18849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18851 2013-12-19  Andreas Schwab  <schwab@suse.de>
18853         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18854         CALL_MCOUNT.
18855         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18856         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18857         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18859 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18861         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18862         * sysdeps/i386/fpu/libm-test-ulps: Update.
18863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18865         [BZ #16293]
18866         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18867         round-to-nearest mode when using frndint.
18868         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18869         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18870         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18871         Likewise.
18872         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18873         sinh test to fail.
18874         * math/auto-libm-test-out: Regenerated.
18875         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18876         (TEST_COND_x86): Likewise.
18877         (expm1_tonearest_test_data): New array.
18878         (expm1_test_tonearest): New function.
18879         (expm1_towardzero_test_data): New array.
18880         (expm1_test_towardzero): New function.
18881         (expm1_downward_test_data): New array.
18882         (expm1_test_downward): New function.
18883         (expm1_upward_test_data): New array.
18884         (expm1_test_upward): New function.
18885         (main): Run the new test functions.
18886         * sysdeps/i386/fpu/libm-test-ulps: Update.
18887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18889         * include/features.h: Update comment documenting feature test
18890         macros.  Mention _DEFAULT_SOURCE in comment.
18891         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18892         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18893         _BSD_SOURCE and _SVID_SOURCE.
18894         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18895         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18896         !_SVID_SOURCE]: Likewise.
18897         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18898         (__USE_POSIX_IMPLICITLY): Define.
18899         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18900         (_POSIX_SOURCE): Undefine and redefine.
18901         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18902         (_POSIX_C_SOURCE): Likewise.
18903         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18904         (Feature Test Macros): Update documentation of default features.
18906 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18908         * benchtests/Makefile: Add bench-strtok.
18909         * benchtests/bench-strtok.c: New file: strtok benchtest.
18911 2013-12-19  Allan McRae  <allan@archlinux.org>
18913         * manual/install.texi: Suppress menu for plain text output.
18914         * INSTALL: Regenerated.
18916 2013-12-18  Brooks Moses  <bmoses@google.com>
18918         [BZ #15846]
18919         * misc/getauxval.c: Include errno.h.
18920         (__getauxval): Set errno to ENOENT if the requested type is not
18921         found.
18922         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18923         don't declare with __attribute_const__.
18924         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18925         * manual/startup.texi: Document that getauxval sets errno.
18927 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18929         * math/auto-libm-test-in: Add tests of jn and yn.
18930         * math/auto-libm-test-out: Regenerated.
18931         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18932         (yn_test_data): Likewise.
18933         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18934         mpfr_if_f.
18935         (func_calc_desc): Add mpfr_if_f union field.
18936         (FUNC_mpfr_if_f): New macro.
18937         (test_functions): Add jn and yn.
18938         (calc_generic_results): Assert type of second input for
18939         mpfr_ff_f.  Handle mpfr_if_f.
18940         (output_for_one_input_case): Disable all checking for arguments
18941         fitting floating-point types in case of an integer argument.
18942         * sysdeps/i386/fpu/libm-test-ulps: Update.
18943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18946         Don't expect fegetround reference in libm.so.
18948 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18950         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18951         $(config-cflags-nofma).
18953 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18955         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18956         * math/auto-libm-test-out: Regenerated.
18958         [BZ #16338]
18959         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18960         to determine exponent and adjust argument to have exponent of -1.
18961         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18962         log2.
18963         * math/auto-libm-test-out: Regenerated.
18964         * sysdeps/i386/fpu/libm-test-ulps: Update.
18965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18967 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18969         * manual/probes.texi: Remove cases when per-thread arenas are
18970         disabled.
18972 2013-12-18  Andreas Schwab  <schwab@suse.de>
18974         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18975         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18976         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18977         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18978         * sysdeps/i386/i686/multiarch/Makefile: Update.
18979         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18981 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18983         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18984         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18986 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18988         [BZ #15968]
18989         Support TZ transition times < 00:00:00.
18990         This is needed for version-3 tz-format files; it supports time
18991         stamps past 2037 for America/Godthab (the only entry in the tz
18992         database for which this change is relevant).
18993         * manual/time.texi (TZ Variable): Document transition times
18994         from -167:59:59 through -00:00:01.
18995         * time/tzset.c (tz_rule): Time of day is now signed.
18996         (__tzset_parse_tz): Parse negative time of day.
18998         Document TZ transition times >= 25:00:00.
18999         * manual/time.texi (TZ Variable): Document transition times from
19000         25:00:00 through 167:59:59.  These are already supported, and this
19001         support will help with version-3 tz-format files.
19003         * manual/time.texi (TZ Variable): Modernize North America example
19004         to reflect current (i.e., 2007-and-later) daylight saving rules.
19006         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19008 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19010         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19011         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19012         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19013         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19014         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19015         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19016         * sysdeps/unix/bsd/clock.c: Likewise.
19017         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19018         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19019         * sysdeps/unix/bsd/init-posix.c: Likewise.
19020         * sysdeps/unix/bsd/poll.c: Likewise.
19021         * sysdeps/unix/bsd/ptsname.c: Likewise.
19022         * sysdeps/unix/bsd/seekdir.c: Likewise.
19023         * sysdeps/unix/bsd/setegid.c: Likewise.
19024         * sysdeps/unix/bsd/seteuid.c: Likewise.
19025         * sysdeps/unix/bsd/setgid.c: Likewise.
19026         * sysdeps/unix/bsd/setrgid.c: Likewise.
19027         * sysdeps/unix/bsd/setruid.c: Likewise.
19028         * sysdeps/unix/bsd/setsid.c: Likewise.
19029         * sysdeps/unix/bsd/setuid.c: Likewise.
19030         * sysdeps/unix/bsd/sigaction.c: Likewise.
19031         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19032         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19033         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19034         * sysdeps/unix/bsd/telldir.c: Likewise.
19035         * sysdeps/unix/bsd/times.c: Likewise.
19036         * sysdeps/unix/bsd/usleep.c: Likewise.
19038         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19039         ($(objpfx)libbsd-compat.a): Remove rule.
19041         * include/features.h (__FAVOR_BSD): Do not define.
19042         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19043         features conflicting with POSIX.
19044         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19045         (_BSD_SOURCE): Remove description of not being a subset of other
19046         feature test macros.
19047         * manual/job.texi (getpgrp): Do not document BSD version.
19048         (getpgid): Do not document by reference to BSD getpgrp.
19049         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19050         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19051         * signal/signal.h [__FAVOR_BSD]: Likewise.
19052         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19053         instead of making contents conditional on [__FAVOR_BSD].
19054         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19056 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19060 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19062         [BZ #16314]
19063         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19064         values below 2**-450, not 2**-500.
19065         * math/auto-libm-test-in: Don't allow spurious underflow from
19066         hypot.
19067         * math/auto-libm-test-out: Regenerated.
19069         [BZ #16316]
19070         [BZ #16330]
19071         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19072         values of ha and hb and sort them after adjusting subnormal
19073         arguments.
19074         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19075         Likewise.
19076         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19077         values of ea and eb and sort them after adjusting subnormal
19078         arguments.
19079         * math/auto-libm-test-in: Do not expect some hypot tests of
19080         subnormals to fail.  Add more hypot tests.
19081         * math/auto-libm-test-out: Regenerated.
19083 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19085         [BZ #13304]
19086         * sysdeps/sh/s_fma.c: New file.
19087         * sysdeps/sh/s_fmaf.c: New file.
19088         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19089         version.
19090         * sysdeps/sh/Implies: Add sh/soft-fp.
19092 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19094         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19095         level of indirection to members `objname', `errstring', `malloced'.
19096         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19097         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19098         it as the __longjmp argument (just pass 1 instead).
19099         (_dl_catch_error): Initialize C with argument pointers and address of
19100         volatile local ERRCODE rather than copying values out of C at return.
19102 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19104         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19105         * math/auto-libm-test-out: Regenerated.
19106         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19107         (hypot_test_data): Likewise.
19108         (pow_test_data): Likewise.
19109         (pow_tonearest_test_data): Likewise.
19110         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19111         mpfr_ff_f.
19112         (func_calc_desc): Add mpfr_ff_f union field.
19113         (FUNC_mpfr_ff_f): New macro.
19114         (test_functions): Add atan2, hypot and pow.
19115         (special_fill_min): New function.
19116         (special_fill_minus_min): Likewise.
19117         (special_fill_min_subnorm): Likewise.
19118         (special_fill_minus_min_subnorm): Likewise.
19119         (special_real_inputs): Add min, -min, min_subnorm and
19120         -min_subnorm.
19121         (calc_generic_results): Handle mpfr_ff_f.
19122         * sysdeps/i386/fpu/libm-test-ulps: Update.
19123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19125 2013-12-16  Will Newton  <will.newton@linaro.org>
19127         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19128         (Aligned Memory Blocks): Add documentation for aligned_alloc
19129         and suggest it as an alternative to posix_memalign.
19130         (Hooks for Malloc): Document __memalign_hook is also called
19131         for aligned_alloc.  (Summary of Malloc): Add summary for
19132         aligned alloc.  Document __memalign_hook is also called
19133         for aligned_alloc.
19135 2013-12-16  Will Newton  <will.newton@linaro.org>
19137         * manual/memory.texi (Malloc Examples): Clarify default
19138         alignment documentation.  Suggest posix_memalign rather
19139         than memalign or valloc.
19140         (Aligned Memory Blocks): Remove suggestion to use memalign
19141         or valloc.  Remove obsolete comment about BSD.
19142         Document memalign errno values and mark the function obsolete.
19143         Document posix_memalign returned error codes.  Mark valloc
19144         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19145         called for posix_memalign and valloc.
19146         (Summary of Malloc): Add posix_memalign to function summary.
19147         __memalign_hook is also called for posix_memalign and valloc.
19149 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19151         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19152         TAYLOR_SIN.
19153         (__sin): Adjust.
19154         (__cos): Likewise.
19155         (sloww): Use mynumber union.  Expand ternary operator into
19156         if-else statements.
19157         (cslow): use mynumber union.
19159 2013-12-16  Allan McRae  <allan@archlinux.org>
19161         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19162         * configure: Regenerated.
19164         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19166         [BZ #14120]
19167         * configure.ac: Added --enable-maintainer-mode. Check for
19168         autoconf when enabled.
19169         * configure: Regenerated.
19171         * nscd/nscd.service: New file.
19172         * nscd/nscd.tmpfiles: New file.
19174 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19176         [BZ #12100]
19177         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19178         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19179         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19180         (strstr): Add __strstr_sse2_unaligned ifunc.
19181         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19182         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19183         (strcasestr): Remove __strcasestr_sse42 ifunc.
19184         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19185         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19186         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19188 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19190         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19191         * sysdeps/sh/bits/fenv.h: ... here.
19192         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19194 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19196         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19198         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19199         hypotf multiarch implementations.
19200         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19201         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19202         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19203         multiarch hypot for PPC64.
19204         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19205         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19206         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19207         multiarch hypotf for PPC64.
19209         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19210         modff multiarch implementations.
19211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19214         multiarch modf for PPC64.
19215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19218         multiarch modff for PPC64.
19220         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19221         and logl multiarch implementations.
19222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19225         multiarch logb for PPC64.
19226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19229         multiarch logb for PPC64.
19230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19233         multiarch logb for PPC64.
19235         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19236         isinff multiarch implementation.
19237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19238         file.
19239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19241         multiarch isinf for PPC64.
19242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19243         file.
19244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19245         multiarch isinff for PPC64.
19247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19248         finitef multiarch implementation.
19249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19250         file.
19251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19253         multiarch finite for PPC64.
19254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19255         file.
19256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19257         multiarch finitef for PPC64.
19259         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19260         lrint multiarch implementation.
19261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19262         file.
19263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19265         multiarch llrint for PPC64.
19266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19267         multiarch lrint for PPC64.
19269         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19270         copysignf multiarch implementation.
19271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19272         file.
19273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19274         file.
19275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19276         multiarch copysign for PPC64.
19277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19278         multiarch copysignf for PPC64.
19280         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19281         multiarch implementation.
19282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19283         file.
19284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19285         file.
19286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19287         file.
19288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19289         file.
19290         multiarch llround for PPC64.
19291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19292         multiarch trunc for PPC64.
19293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19294         multiarch truncf for PPC64.
19296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19297         multiarch implementation.
19298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19299         file.
19300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19301         file.
19302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19303         file.
19304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19305         file.
19306         multiarch llround for PPC64.
19307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19308         multiarch round for PPC64.
19309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19310         multiarch roundf for PPC64.
19312         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19313         multiarch implementation.
19314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19315         file.
19316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19317         file.
19318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19319         file.
19320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19321         file.
19322         multiarch llround for PPC64.
19323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19324         multiarch floor for PPC64.
19325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19326         multiarch floorf for PPC64.
19328         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19329         multiarch implementation.
19330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19331         file.
19332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19333         file.
19334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19335         file.
19336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19337         file.
19338         multiarch llround for PPC64.
19339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19340         multiarch ceil for PPC64.
19341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19342         multiarch ceilf for PPC64.
19344         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19345         multiarch implementation.
19346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19347         file.
19348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19349         file.
19350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19351         file.
19352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19353         multiarch llround for PPC64.
19354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19355         multiarch lround for PPC64.
19357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19358         multiarch implementation.
19359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19362         file.
19363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19366         multiarch isnan for PPC64.
19367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19368         multiarch isnanf for PPC64.
19370         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19371         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19372         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19373         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19374         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19377         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19378         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19379         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19380         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19382         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19383         multiarch implementations.
19384         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19385         (__libc_ifunc_impl_list): Likewise.
19386         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19387         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19388         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19389         multiarch stpcpy for PPC64.
19391         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19392         multiarch implementations.
19393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19394         (__libc_ifunc_impl_list): Likewise.
19395         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19396         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19397         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19398         multiarch strcpy for PPC64.
19400         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19401         redefine function name.
19402         (_wordcopy_fwd_dest_aligned): Likewise.
19403         (_wordcopy_bwd_aligned): Likewise.
19404         (_wordcopy_bwd_dest_aligned): Likewise.
19405         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19406         multiarch implementations.
19407         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19408         (__libc_ifunc_impl_list): Likewise.
19409         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19410         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19411         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19412         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19413         multiarch wcscpy for PPC64.
19415         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19416         multiarch implementations.
19417         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19418         (__libc_ifunc_impl_list): Likewise.
19419         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19420         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19421         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19422         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19423         multiarch wcscpy for PPC64.
19425         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19426         multiarch implementations.
19427         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19428         (__libc_ifunc_impl_list): Likewise.
19429         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19430         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19431         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19432         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19433         multiarch wcsrchr for PPC64.
19435         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19436         multiarch implementations.
19437         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19438         (__libc_ifunc_impl_list): Likewise.
19439         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19440         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19441         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19442         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19443         multiarch wcschr for PPC64.
19445         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19446         multiarch implementations.
19447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19448         (__libc_ifunc_impl_list): Likewise.
19449         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19450         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19451         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19452         multiarch strchrnul for PPC64.
19454         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19455         implementations.
19456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19457         (__libc_ifunc_impl_list): Likewise.
19458         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19459         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19460         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19461         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19462         strchr for PPC64.
19464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19465         implementations.
19466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19467         (__libc_ifunc_impl_list): Likewise.
19468         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19469         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19470         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19471         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19472         strncmp for PPC64.
19474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19475         multiarch implementations.
19476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19477         (__libc_ifunc_impl_list): Likewise.
19478         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19479         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19480         strncasecmp for PPC64.
19481         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19482         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19483         multiarch strncasecmp_l for PPC64.
19485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19486         multiarch implementations.
19487         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19488         (__libc_ifunc_impl_list): Likewise.
19489         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19490         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19491         multiarch strcasecmp for PPC64.
19492         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19493         file.
19494         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19495         multiarch strcasecmp_l for PPC64.
19497         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19498         implementations.
19499         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19500         (__libc_ifunc_impl_list): Likewise.
19501         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19502         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19503         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19504         strnlen for PPC64.
19506         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19507         implementations.
19508         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19509         (__libc_ifunc_impl_list): Likewise.
19510         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19511         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19512         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19513         strlen for PPC64.
19515         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19516         implementations.
19517         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19518         (__libc_ifunc_impl_list): Likewise.
19519         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19520         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19521         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19522         rawmemrchr for PPC64.
19524         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19525         implementation.
19526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19527         (__libc_ifunc_impl_list): Likewise.
19528         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19529         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19530         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19531         memrchr for PPC64.
19533         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19534         implementation.
19535         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19536         (__libc_ifunc_impl_list): Likewise.
19537         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19538         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19539         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19540         memchr for PPC64.
19542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19543         implementation.
19544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19545         (__libc_ifunc_impl_list): Likewise.
19546         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19547         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19548         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19549         mempcpy for PPC64.
19551         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19552         avoid cretion of __bzero symbol.
19553         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19554         Likewise.
19555         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19556         Likewise.
19557         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19558         Likewise.
19559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19560         multiarch implementations.
19561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19562         (__libc_ifunc_impl_list): Likewise.
19563         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19564         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19565         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19566         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19567         bzero for PPC32.
19568         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19569         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19570         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19571         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19572         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19573         memset for PPC64.
19574         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19576         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19577         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19578         implementations.
19579         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19580         (__libc_ifunc_impl_list): Likewise.
19581         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19582         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19583         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19584         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19585         memcmp for PPC64.
19587         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19588         multiarch for POWER/PPC64.
19589         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19590         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19591         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19592         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19593         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19594         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19595         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19596         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19597         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19598         memcpy for PPC64.
19600         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19601         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19602         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19603         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19604         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19605         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19606         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19607         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19608         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19609         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19610         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19611         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19612         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19613         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19614         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19623 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19625         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19627 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19629         * benchtests/Makefile (bench): Add exp2 and log2.
19630         (LDLIBS-bench-exp2): Add -lm.
19631         (LDLIBS-bench-log2): Likewise.
19632         * benchtests/exp2-inputs: New inputs file.
19633         * benchtests/log2-inputs: New inputs file.
19634         * benchtests/log-inputs: Add new inputs.
19635         * benchtests/tan-inputs: Likewise.
19637 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19639         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19640         definition...
19641         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19642         (csloww2): ... from here.
19644         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19645         instead of structures.
19646         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19647         (POLYNOMIAL): Likewise.
19648         (TAYLOR_SLOW): Likewise.
19649         (__sin): Likewise.
19650         (__cos): Likewise.
19651         (slow1): Likewise.
19652         (slow2): Likewise.
19653         (sloww): Likewise.
19654         (sloww1); Likewise.
19655         (sloww2): Likewise.
19656         (bsloww1): Likewise.
19657         (bsloww2): Likewise.
19658         (cslow2): Likewise.
19659         (csloww): Likewise.
19660         (csloww1): Likewise.
19661         (csloww2): Likewise.
19663 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19665         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19666         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19667         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19668         * malloc/hooks.c (realloc_check): Likewise.
19670         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19671         * malloc/arena.c: Remove PER_THREAD conditional.
19672         [!PER_THREAD]: Remove code.
19673         (ptmalloc_unlock_all2): Likewise.
19674         (ptmalloc_init): Likewise.
19675         (_int_new_arena): Likewise.
19676         (arena_get2): Likewise.
19677         * malloc/hooks.c (__malloc_get_state): Likewise.
19678         (__malloc_set_state): Likewise.
19679         * malloc/malloc.c: Likewise.
19680         (struct malloc_state): Likewise.
19681         (struct malloc_par): Likewise.
19682         (__libc_realloc): Likewise.
19683         (__libc_mallopt): Likewise.
19685 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19687         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19689 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19691         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19692         macro to a function.  Check for zero perturb_byte.
19693         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19695         * malloc/malloc.c: (force_reg): Remove.
19696         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19697         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19698         force_reg by atomic_forced_read.
19699         * malloc/arena.c (ptmalloc_init): Likewise.
19700         * malloc/hooks.c (top_check): Likewise.
19702 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19706 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19708         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19710 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19712         * math/auto-libm-test-in: Add tests of lgamma.
19713         * math/auto-libm-test-out: Regenerated.
19714         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19715         (M_LOG_2_SQRT_PIl): Likewise.
19716         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19717         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19718         mpfr_f_f1.
19719         (func_calc_desc): Add mpfr_f_f1 union field.
19720         (ARGS1): New macro.
19721         (ARGS2): Likewise.
19722         (ARGS3): Likewise.
19723         (ARGS4): Likewise.
19724         (RET1): Likewise.
19725         (RET2): Likewise.
19726         (CALC): Likewise.
19727         (FUNC): Likewise.
19728         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19729         (test_functions): Add lgamma.
19730         (calc_generic_results): Handle mpfr_f_f1.
19731         * sysdeps/i386/fpu/libm-test-ulps: Update.
19732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19734 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19736         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19737         __mpn_add_n for PowerPC64/POWER7.
19738         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19739         __mpn_sub_n for PowerPC64/POWER7.
19741         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19742         __mpn_addmul_1 for PowerPC64.
19743         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19744         __mpn_submul_1 for PowerPC64.
19745         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19746         for PowerPC64.
19747         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19748         for PowerPC64.
19750 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19752         [BZ #15089]
19753         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19755 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19757         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19759         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19760         add multiarch folders.
19761         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19762         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19763         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19764         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19765         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19766         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19767         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19768         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19769         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19770         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19771         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19780         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19782         New file.
19783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19784         New file.
19785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19786         multiarch __ieee754_hypot for PowerPC32.
19787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19788         New file.
19789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19790         New file.
19791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19792         multiarch __ieee754_hypotf for PowerPC32.
19794         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19795         long_double_symbol only if __logbl is defined.
19796         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19797         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19798         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19799         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19800         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19801         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19802         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19803         path for implementation.
19804         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19805         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19807         logb, and logbl multiarch implementations for PowerPC32.
19808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19809         file.
19810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19811         file.
19812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19813         multiarch logb for PowerPC32.
19814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19815         file.
19816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19817         file.
19818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19819         multiarch logbf for PowerPC32.
19820         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19822         file.
19823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19824         multiarch logbl implementation for PowerPC32.
19826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19827         and modff multiarch implementations.
19828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19829         New file.
19830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19831         New file.
19832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19833         multiarch modf for PowerPC32.
19834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19835         New file.
19836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19837         New file.
19838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19839         multiarch modff for PowerPC32.
19841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19842         and lrintf multiarch implementations.
19843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19844         New file.
19845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19846         New file.
19847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19848         multiarch lrint for PowerPC32.
19849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19850         file: multiarch lrintf for PowerPC32.
19852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19853         and lroundf multiarch implementations.
19854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19855         New file.
19856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19857         New file.
19858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19859         New file.
19860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19861         multiarch lround for PowerPC32.
19862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19863         file: multiarch lroundf for PowerPC32.
19865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19866         copysign and copysignf multiarch implementations.
19867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19868         New file.
19869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19870         New file.
19871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19872         file: multiarch copysign for PowerPC32.
19873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19874         file: multiarch copysignf for PowerPC32.
19876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19877         and truncf multiarch implementations.
19878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19879         New file.
19880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19881         file.
19882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19883         multiarch trunc for PowerPC32.
19884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19885         New file.
19886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19887         New file.
19888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19889         multiarch truncf for PowerPC32.
19891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19892         and roundf multiarch implementations.
19893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19894         New file.
19895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19896         file.
19897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19898         multiarch round for PowerPC32.
19899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19900         New file.
19901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19902         New file.
19903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19904         multiarch roundf for PowerPC32.
19906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19907         and floorf multiarch implementations.
19908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19909         New file.
19910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19911         file.
19912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19913         multiarch floor for PowerPC32.
19914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19915         New file.
19916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19917         New file.
19918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19919         multiarch floorf for PowerPC32.
19921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19922         and ceilf multiarch implementations.
19923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19924         New file.
19925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19926         file.
19927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19928         multiarch ceil for PowerPC32.
19929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19930         New file.
19931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19932         file.
19933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19934         multiarch ceilf for PowerPC32.
19936         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19937         is defined.
19938         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19939         FINITEF is defined.
19940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19941         and finitef multiarch implementations.
19942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19943         New file.
19944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19945         file.
19946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19947         multiarch finite for PowerPC32.
19948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19949         New file.
19950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19951         file: multiarch finitef for PowerPC32.
19953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19954         and isinff multiarch implementations.
19955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19956         file.
19957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19958         file.
19959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19960         multiarch isinf for PowerPC32.
19961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19962         New file.
19963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19964         multiarch isinff for PowerPC32.
19966         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19967         alias when __isnan is defined.
19968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19969         and isnanf multiarch implementations.
19970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19971         file.
19972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19973         file.
19974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19975         file.
19976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19977         file.
19978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19979         multiarch isnan for PowerPC32.
19980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19981         New file.
19982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19983         New file.
19984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19985         multiarch isnanf for PowerPC32.
19987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19988         and sqrtf multiarch implementations.
19989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19990         file.
19991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19992         file.
19993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19994         multiarch sqrt for PowerPC32.
19995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19996         file.
19997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19998         file.
19999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20000         multiarch sqrtf for PowerPC32.
20002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20003         and llroundf multiarch implementations.
20004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20005         New file.
20006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20007         New file.
20008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20009         New file.
20010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20011         file: multiarch llround for PowerPC32.
20012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20013         file: multiarch llroundf for PowerPC32.
20015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20016         multiarch PowerPC32 fpu implementations.
20017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20018         New file.
20019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20020         New file.
20021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20022         multiarch llrint for PowerPC32.
20023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20024         New file.
20025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20026         New file.
20027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20028         file.
20030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20032         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20033         file.
20034         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20035         file.
20036         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20037         file.
20038         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20039         multiarch wordcopy for PPC32.
20040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20041         wordcopy objects.
20042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20043         (__libc_ifunc_impl_list): Likewise.
20044         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20045         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20046         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20047         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20048         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20049         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20051         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20052         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20053         file.
20054         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20055         file.
20056         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20057         file.
20058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20059         multiarch wcscpy for PPC32.
20060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20061         multiarch objects.
20062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20063         (__libc_ifunc_impl_list): Likewise.
20064         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20065         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20066         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20067         sysdeps/powerpc/power6/wcscpy.c.
20069         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20070         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20071         file.
20072         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20073         file.
20074         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20075         file.
20076         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20077         multiarch wcsrchr for PPC32.
20078         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20079         multiarch objects.
20080         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20081         (__libc_ifunc_impl_list): Likewise.
20082         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20083         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20084         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20085         sysdeps/powerpc/power6/wcsrchr.c.
20087         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20088         file.
20089         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20090         file.
20091         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20092         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20093         multiarch wcschr for PPc32.
20094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20095         multiarch objects.
20096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20097         (__libc_ifunc_impl_list): Likewise.
20098         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20099         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20100         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20101         sysdeps/powerpc/power6/wcschr.c.
20103         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20104         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20105         file.
20106         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20107         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20108         file: multiarch strchr for PPC32.
20109         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20110         multiarch objects.
20111         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20112         (__libc_ifunc_impl_list): Likewise.
20114         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20115         name.
20116         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20117         file.
20118         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20119         file.
20120         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20121         multiarch strchrnul for PPC32.
20122         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20123         multiarch objects.
20124         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20125         (__libc_ifunc_impl_list): Likewise.
20127         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20128         file.
20129         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20130         multiarch strncasecmp for PPC32.
20131         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20132         file.
20133         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20134         multiarch strncasecmp_l for PPC32.
20135         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20136         strncasecmp multiarch objects.
20137         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20138         (__libc_ifunc_impl_list): Likewise.
20140         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20141         file.
20142         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20143         multiarch strncasecmp for PPC32.
20144         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20145         New file.
20146         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20147         multiarch strcasecmp_l for PPC32.
20148         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20149         multiarch objects.
20150         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20151         (__libc_ifunc_impl_list): Likewise.
20153         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20154         file.
20155         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20156         file.
20157         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20158         multiarch strncmp for PPC32.
20159         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20160         multiarch objects.
20161         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20162         (__libc_ifunc_impl_list): Likewise.
20164         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20165         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20166         file.
20167         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20168         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20169         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20170         multiarch objects.
20171         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20172         (__libc_ifunc_impl_list): Likewise.
20174         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20175         file.
20176         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20177         file.
20178         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20179         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20180         multiarch objects.
20181         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20182         (__libc_ifunc_impl_list): Likewise.
20184         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20185         file.
20186         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20187         file.
20188         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20189         multiarch rawmemchr for PPC32.
20190         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20191         multiarch objects.
20192         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20193         (__libc_ifunc_impl_list): Likewise.
20195         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20196         file.
20197         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20198         file.
20199         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20200         file: memrchr multiarch for PPC32.
20201         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20202         multiarch objects.
20203         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20204         (__libc_ifunc_impl_list): Likewise.
20206         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20207         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20208         file.
20209         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20210         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20211         multiarch memchr for PPC32.
20212         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20213         multiarch objects.
20214         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20215         (__libc_ifunc_impl_list): Likewise.
20217         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20218         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20219         file.
20220         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20221         file.
20222         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20223         file: multiarch mempcpy for PPC32.
20224         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20225         multiarch objects.
20226         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20227         (__libc_ifunc_impl_list): Likewise.
20229         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20230         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20231         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20232         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20233         multiarch bzero for PPC32.
20234         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20235         file.
20236         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20237         file.
20238         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20239         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20240         file: multiarch memset for PPC32.
20241         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20242         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20243         memset multiarch objects.
20244         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20245         (__libc_ifunc_impl_list): Likewise.
20247         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20248         file.
20249         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20250         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20251         memcmp for PPC32.
20252         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20254         multiarch objects.
20255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20256         (__libc_ifunc_impl_list): Likewise.
20258         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20259         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20260         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20261         file.
20262         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20263         file.
20264         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20265         file.
20266         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20267         multiarch memcpy for PPC32.
20268         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20269         multiarch objects.
20270         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20271         (__libc_ifunc_impl_list): Likewise.
20273         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20274         support multiarch for POWER/PPC32.
20275         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20276         Likewise.
20277         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20279         Implies file to make multiarch folder appers before the fpu and
20280         default folder for power4 configuration.
20282 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20284         * scripts/bench.pl: Append volatile keyword to type.
20286 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20288         * sysdeps/sh/sotruss-lib.c: New file.
20289         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20291 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20295 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20297         [BZ #6810]
20298         * math/w_tgamma.c: Include <errno.h>.
20299         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20300         * math/w_tgammaf.c: Include <errno.h>.
20301         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20302         * math/w_tgammal.c: Include <errno.h>.
20303         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20304         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20305         underflow.  Add more tgamma tests.
20306         * math/auto-libm-test-out: Regenerated.
20307         * sysdeps/i386/fpu/libm-test-ulps: Update.
20308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20310         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20311         sin, sinh, tan, tanh, tgamma, y0 and y1.
20312         * math/auto-libm-test-out: Regenerated.
20313         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20314         (TEST_COND_x86): Likewise.
20315         (M_E2l): Remove macro.
20316         (M_E3l): Likewise.
20317         (M_2_SQRT_PIl): Likewise.
20318         (M_SQRT_PIl): Likewise.
20319         (M_1_DIV_El): Likewise.
20320         (log_test_data): Use AUTO_TESTS_f_f.
20321         (log10_test_data): Likewise.
20322         (log1p_test_data): Likewise.
20323         (log2_test_data): Likewise.
20324         (sin_test_data): Likewise.
20325         (sin_tonearest_test_data): Likewise.
20326         (sin_towardzero_test_data): Likewise.
20327         (sin_downward_test_data): Likewise.
20328         (sin_upward_test_data): Likewise.
20329         (sinh_test_data): Likewise.
20330         (sinh_tonearest_test_data): Likewise.
20331         (sinh_towardzero_test_data): Likewise.
20332         (sinh_downward_test_data): Likewise.
20333         (sinh_upward_test_data): Likewise.
20334         (tan_test_data): Likewise.
20335         (tan_tonearest_test_data): Likewise.
20336         (tan_towardzero_test_data): Likewise.
20337         (tan_downward_test_data): Likewise.
20338         (tan_upward_test_data): Likewise.
20339         (tanh_test_data): Likewise.
20340         (tgamma_test_data): Likewise.
20341         (y0_test_data): Likewise.
20342         (y1_test_data): Likewise.
20343         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20344         (special_real_inputs): Add pi/4.
20345         * sysdeps/i386/fpu/libm-test-ulps: Update.
20346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20348 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20350         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20351         "longjmp_target" static probes.
20352         (__longjmp): Rename to __longjmp_symbol.
20353         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20354         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20355         on which longjmp to generate.
20356         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20357         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20358         probe.
20359         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20360         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20361         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20362         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20363         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20364         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20366         __longjmp_symbol based on which __longjmp to generate.
20367         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20368         probe.
20369         (setjmp): Rename to setjmp_symbol.
20370         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20371         (_setjmp): Rename to _setjmp_symbol.
20372         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20373         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20374         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20375         which setjmp to generate.
20376         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20377         "longjmp_target" static probes.
20379 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20381         * benchtests/README: Add note about output arguments.
20382         * benchtests/bench-sincos.c: Remove file.
20383         * benchtests/sincos-inputs: New file.
20384         * scripts/bench.pl: Identify output arguments and define
20385         static variables for them.
20387         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20389         [BZ #15941]
20390         * Makefile (INSTALL): Add install-plain.texi as the primary
20391         dependency.
20392         * manual/install-plain.texi: New file.
20393         * manual/install.texi: Include node directive only for
20394         non-plaintext output.
20396 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20398         * stdlib/longlong.h: Update from GCC.
20400         [BZ #6807]
20401         [BZ #15901]
20402         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20403         * math/w_j0f.c (y0f): Likewise.
20404         * math/w_j0l.c (__y0l): Likewise.
20405         * math/w_j1.c (y1): Likewise.
20406         * math/w_j1f.c (y1f): Likewise.
20407         * math/w_j1l.c (__y1l): Likewise
20408         * math/w_jn.c (yn): Likewise.
20409         * math/w_jnf.c (ynf): Likewise.
20410         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20411         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20412         value for Bessel function domain errors outside _SVID_ mode.
20413         Adjust sign of return value for yn (negative integer, 0).
20414         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20415         by zero in return for negative x and set sign appropriately for
20416         negative n.
20417         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20418         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20419         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20420         expectations in error cases.
20421         (y1_test_data): Likewise.
20422         (yn_test_data): Likewise.
20423         * sysdeps/i386/fpu/libm-test-ulps: Update.
20424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20426 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20428         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20429         "64" to "64-v1".  Add "64-v2".
20430         (abi-64-options): Rename to ...
20431         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20432         (abi-64-condition): Rename to ...
20433         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20434         (abi-64-ld-soname): Rename to ...
20435         (abi-64-v1-ld-soname): ... this.
20436         (abi-64-v2-options): Define.
20437         (abi-64-v2-condition): Likewise.
20438         (abi-64-v2-ld-soname): Likewise.
20439         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20440         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20445 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20446             Alan Modra  <amodra@gmail.com>
20448         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20449         New versions for use with the ELFv2 ABI.
20450         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20451         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20452         declaration.
20453         (struct La_ppc64v2_retval): Likewise.
20454         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20455         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20456         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20457         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20458         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20459         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20460         Do not save or restore CR.
20461         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20462         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20463         return values for ELFv2 ABI.  Fix location of FPR return registers.
20464         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20465         updated values for _CALL_ELF == 2.
20466         (La_regs, La_retval, int_retval): Likewise.
20468 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20470         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20471         (FRAME_MIN_SIZE_PARM): Likewise.
20472         (FRAME_BACKCHAIN): Likewise.
20473         (FRAME_CR_SAVE): Likewise.
20474         (FRAME_LR_SAVE): Likewise.
20475         (FRAME_TOC_SAVE): Likewise.
20476         (FRAME_PARM_SAVE): Likewise.
20477         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20478         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20479         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20480         (call_mcount_parm_offset): New macro.
20481         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20482         (PROF): Use symbolic stack frame offsets.
20483         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20484         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20485         Redefine in terms of FRAME_MIN_SIZE.
20486         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20487         (_dl_profile_resolve): Likewise.  Update comment.
20488         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20489         symbols stack frame offsets.
20490         (__sigsetjmp): Likewise.
20491         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20492         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20493         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20494         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20497         (FRAME_BACKCHAIN): Remove.
20498         (FRAME_CR_SAVE): Likewise.
20499         (FRAME_LR_SAVE): Likewise.
20500         (FRAME_COMPILER_DW): Likewise.
20501         (FRAME_LINKER_DW): Likewise.
20502         (FRAME_TOC_SAVE): Likewise.
20503         (FRAME_PARM_SAVE): Likewise.
20504         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20505         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20506         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20508         (CHECK_SP): Use symbolic stack frame offsets.
20509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20510         zone" instead of caller's parameter save area for temp storage.
20511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20512         Likewise.  Also, use symbolic stack frame offsets.
20513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20514         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20515         our own stack frame instead of the caller's.
20516         (__socket): Use symbolic stack frame offsets.
20518 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20519             Alan Modra  <amodra@gmail.com>
20521         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20522         Define.
20523         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20524         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20525         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20526         New function.
20527         (elf_machine_fixup_plt): Call it.
20528         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20529         reloc arguments.
20530         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20531         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20532         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20533         r2 before calling target.
20535 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20536             Alan Modra  <amodra@gmail.com>
20538         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20539         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20540         versions of macros to support ELFv2 ABI.
20541         (LOCALENTRY): New macro.
20542         (ENTRY, EALIGN): Use it.
20543         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20544         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20545         fall through into ENTRY entry point.
20546         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20547         Only define if _CALL_ELF != 2.
20549         (elf_machine_matches_host): Verify ABI version matches.
20550         (RTLD_START): Use LOCALENTRY.
20551         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20552         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20553         (PLT_ENTRY_WORDS): New macro.
20554         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20555         (elf_machine_runtime_setup): Support ELFv2 ABI.
20556         (elf_machine_fixup_plt): Likewise.
20557         (elf_machine_plt_conflict): Likewise.
20558         (resolve_ifunc): Likewise.
20559         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20560         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20561         Likewise.
20562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20563         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20565         (makecontext): Support ELFv2 ABI.
20566         * elf/elf.h (EF_PPC64_ABI): Define.
20568 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20570         * sysdeps/powerpc/powerpc64/sysdep.h
20571         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20572         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20573         (ENTRY) [ASSEMBLER]: ... but instead here ...
20574         (EALIGN) [ASSEMBLER]: ... and here.
20575         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20576         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20577         (ENTRY_2) [!ASSEMBLER]: Use it.
20578         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20579         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20580         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20581         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20582         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20584         Use PPC64_LOAD_FUNCPTR.
20586         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20588 2013-12-04  Alan Modra  <amodra@gmail.com>
20590         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20591         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20592         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20593         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20595         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20596         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20597         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20598         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20599         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20600         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20602 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20605         (__makecontext): Fix incorrect CFI when backtracing out of
20606         context created via makecontext.
20607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20608         (__setcontext): Fix incorrect CFI during switch to new context.
20609         (__novec_setcontext): Likewise.
20611 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20613         [BZ #4772]
20614         * time/strptime_l.c (__strptime_internal): Allow modifiers
20615         in strptime.
20616         * time/tst-strptime.c (day_tests): Add testcase.
20618 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20620         * scripts/bench.pl: Skip over blank lines.
20622 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20624         [BZ #926]
20625         * manual/time.texi (Calendar Time): Clarify what timezone functions
20626         use.
20628 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20630         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20632 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20634         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20635         implementation.
20636         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20637         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20638         * debug/memset_chk.c (__memset_chk): Likewise.
20639         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20640         * debug/strncpy_chk.c: Likewise.
20642 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20644         [BZ #15268]
20645         [BZ #15425]
20646         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20647         (__ieee754_exp): For possibly underflowing results, check size of
20648         result and force underflow exception if required.
20649         * math/auto-libm-test-in: Add more tests of exp.
20650         * math/auto-libm-test-out: Regenerated.
20651         * sysdeps/i386/fpu/libm-test-ulps: Update.
20652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20654         [BZ #16283]
20655         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20656         * math/w_exp2f.c (__exp2f): Likewise.
20657         * math/w_exp2l.c (__exp2l): Likewise.
20658         * math/auto-libm-test-in: Do not allow missing errno on exp2
20659         underflow.
20660         * math/auto-libm-test-out: Regenerated.
20662 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20664         [BZ #16274]
20665         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20666         handle filename validation.
20667         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20668         (do_open): Delete.
20670 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20672         [BZ #6786]
20673         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20674         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20675         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20676         <float.h>.
20677         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20678         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20679         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20680         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20681         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20682         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20683         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20684         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20685         Add more erfc tests.
20686         * math/auto-libm-test-out: Regenerated.
20687         * sysdeps/i386/fpu/libm-test-ulps: Update.
20688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20690         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20691         exp2, expm1, j0 and j1.
20692         * math/auto-libm-test-out: Regenerated.
20693         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20694         (erfc_test_data): Likewise.
20695         (exp_test_data): Likewise.
20696         (exp_tonearest_test_data): Likewise.
20697         (exp_towardzero_test_data): Likewise.
20698         (exp_downward_test_data): Likewise.
20699         (exp_upward_test_data): Likewise.
20700         (exp10_test_data): Likewise.
20701         (exp2_test_data): Likewise.
20702         (expm1_test_data): Likewise.
20703         (j0_test_data): Likewise.
20704         (j1_test_data): Likewise.
20705         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20706         (input_flag_type): Add flag_xfail_rounding.
20707         (input_flags): Add xfail-rounding.
20708         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20709         (output_for_one_input_case): Handle flag_xfail_rounding.
20710         * sysdeps/i386/fpu/libm-test-ulps: Update.
20711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20713 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20715         [BZ #16289]
20716         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20717         division by 0.
20719 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20721         [BZ #16195]
20722         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20723         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20724         (STAP_PROBE0): New macro.
20725         (STAP_PROBE1): Likewise.
20726         (STAP_PROBE2): Likewise.
20727         (STAP_PROBE3): Likewise.
20728         (STAP_PROBE4): Likewise.
20730 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20732         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20734 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20736         * benchtests/Makefile (bench): Add sqrt.
20737         (LDLIBS-bench-sqrt): New.
20738         * benchtests/sqrt-input: New.
20740 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20742         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20743         (GAIH_EAI): Likewise.
20744         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20745         (gaih_inet): Likewise.
20746         (getaddrinfo): Don't use GAIH_EAI.
20748         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20749         (struct gaih): Remove definition.
20751 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20753         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20754         Use HERRNOP directly.
20756 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20760 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20762         * math/gen-auto-libm-tests.c (test_functions): Add more
20763         single-argument functions.
20764         (special_fill_pi_2): New function.
20765         (special_fill_minus_pi_2): Likewise.
20766         (special_fill_pi_6): Likewise.
20767         (special_fill_minus_pi_6): Likewise.
20768         (special_fill_pi_3): Likewise.
20769         (special_fill_2pi_3): Likewise.
20770         (special_fill_e): Likewise.
20771         (special_fill_1_e): Likewise.
20772         (special_fill_e_minus_1): Likewise.
20773         (special_real_inputs): Add more special inputs.
20774         (output_for_one_input_case): Do not require ERANGE on underflow to
20775         zero if round-to-nearest result does not underflow to zero, unless
20776         exact results required.
20777         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20778         atan, atanh, cbrt, cos and cosh.
20779         * math/auto-libm-test-out: Regenerated.
20780         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20781         (acos_tonearest_test_data): Likewise.
20782         (acos_towardzero_test_data): Likewise.
20783         (acos_downward_test_data): Likewise.
20784         (acos_upward_test_data): Likewise.
20785         (acosh_test_data): Likewise.
20786         (asin_test_data): Likewise.
20787         (asin_tonearest_test_data): Likewise.
20788         (asin_towardzero_test_data): Likewise.
20789         (asin_upward_test_data): Likewise.
20790         (asinh_test_data): Likewise.
20791         (atan_test_data): Likewise.
20792         (atanh_test_data): Likewise.
20793         (cbrt_test_data): Likewise.
20794         (cos_test_data): Likewise.
20795         (cos_tonearest_test_data): Likewise.
20796         (cos_towardzero_test_data): Likewise.
20797         (cos_downward_test_data): Likewise.
20798         (cos_upward_test_data): Likewise.
20799         (cosh_test_data): Likewise.
20800         (cosh_tonearest_test_data): Likewise.
20801         (cosh_towardzero_test_data): Likewise.
20802         (cosh_downward_test_data): Likewise.
20803         (cosh_upward_test_data): Likewise.
20804         * sysdeps/i386/fpu/libm-test-ulps: Update.
20805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20807 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20809         [BZ #6787]
20810         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20811         * math/w_exp10f.c (__exp10f): Likewise.
20812         * math/w_exp10l.c (__exp10l): Likewise.
20813         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20814         errno settings in existing tests.
20816         [BZ #14032]
20817         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20818         precision control set to double precision.
20819         * sysdeps/i386/fpu/w_sqrt.c: New file.
20820         * math/auto-libm-test-in: Add more tests.
20821         * math/auto-libm-test-out: Update.
20823         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20824         (sqrt_test_tonearest): New function.
20825         (sqrt_towardzero_test_data): New variable.
20826         (sqrt_test_towardzero): New function.
20827         (sqrt_downward_test_data): New variable.
20828         (sqrt_test_downward): New function.
20829         (sqrt_upward_test_data): New variable.
20830         (sqrt_test_upward): New function.
20831         (main): Call the new functions.
20833         * math/gen-auto-libm-tests.c: New file.
20834         * math/auto-libm-test-in: Likewise.
20835         * math/auto-libm-test-out: New generated file.
20836         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20837         variables.
20838         (%beautify): Add generated representations of zero.
20839         (top level): Set $auto_input and call parse_auto_input.
20840         (beautify): Remove trailing "f" from hex float constants.
20841         (parse_args): Handle XFAIL_TEST.
20842         (convert_condition): New function.
20843         (or_value): Likewise.
20844         (or_cond_value): Likewise.
20845         (generate_testfile): Handle AUTO_TESTS_* lines.
20846         (parse_auto_input): New function.
20847         * math/libm-test.inc (XFAIL_TEST): New macro.
20848         (ERRNO_UNCHANGED): Update value.
20849         (ERRNO_EDOM): Likewise.
20850         (ERRNO_ERANGE): Likewise.
20851         (IGNORE_RESULT): Likewise.
20852         (TEST_COND_flt_32): New macro.
20853         (TEST_COND_dbl_64): Likewise.
20854         (TEST_COND_ldbl_96_intel): Likewise.
20855         (TEST_COND_ldbl_96_m68k): Likewise.
20856         (TEST_COND_ldbl_128): Likewise.
20857         (TEST_COND_ldbl_128ibm): Likewise.
20858         (TEST_COND_long32): Likewise.
20859         (TEST_COND_long64): Likewise.
20860         (TEST_COND_before_rounding): Likewise.
20861         (TEST_COND_after_rounding): Likewise.
20862         (enable_test): Handle XFAIL_TEST flag.
20863         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20864         with finite results.
20865         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20866         auto-libm-test-out.
20868 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20869             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20871         [BZ #16214]
20872         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20873         __tls_get_addr_internal instead of __tls_get_offset in order to
20874         avoid GOT pointer dependency.  Make rtld export
20875         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20876         __tls_get_addr since we are a __tls_get_offset platform.
20877         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20878         GOT pointer being set up before.
20879         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20881 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20883         * manual/math.texi (Errors in Math Functions): Document accuracy
20884         goals.
20886         [BZ #15004]
20887         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20888         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20889         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20890         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20891         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20892         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20893         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20894         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20895         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20896         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20897         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20898         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20899         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20900         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20901         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20902         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20904         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20905         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20906         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20907         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20908         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20909         Likewise.
20910         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20911         Likewise.
20912         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20913         Likewise.
20914         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20915         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20916         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20917         atomic-feupdateenv and flt-rounds.
20918         * sysdeps/powerpc/nofpu/Versions (libc): Add
20919         __atomic_feholdexcept, __atomic_feclearexcept,
20920         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20921         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20922         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20923         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20924         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20925         here.
20926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20927         Update.
20929         * manual/arith.texi (FP Exceptions): Document that exceptions may
20930         not be raised when matherr is used.
20931         (Math Error Reporting): Document overflow in directed rounding
20932         modes.  Document that errno may not be set when finite values are
20933         returned on overflow.  Document intent to set errno on underflow
20934         only for underflow to zero.
20936         [BZ #16271]
20937         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20938         round-to-nearest then adjust result for other rounding modes.
20939         * include/fenv.h (fegetround): Use libm_hidden_proto.
20940         * math/fegetround.c (fegetround): Use libm_hidden_def.
20941         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20942         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20943         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20944         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20945         Likewise.
20946         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20947         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20948         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20949         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20951 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20953         [BZ #16077]
20954         * nss/Versions (libnss_files): Add
20955         _nss_files_gethostbyname3_r.
20956         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20957         New function.
20958         (HOST_DB_LOOKUP): Remove macro.
20959         (_nss_files_gethostbyname_r): Implement function without the
20960         HOST_DB_LOOKUP macro.
20961         (_nss_files_gethostbyname2_r): Likewise.
20963 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20965         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20967 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20969         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20970         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20971         warning.
20973 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20975         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20976         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20977         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20978         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20979         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20980         __fe_nomask_env_priv and attribute_hidden.
20981         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20982         (libc_feupdateenv_test_ppc): Likewise.
20983         (libc_feresetround_ppc): Likewise.
20984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20985         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20986         compat_symbol macro.
20987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20988         (__fe_nomask_env): Likewise.
20989         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20991 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20993         * string/Makefile: Remove ifunc tests.
20994         * string/test-string.h: Define TEST_IFUNC.
20995         * string/test-bcopy-ifunc.c: Remove.
20996         * string/test-bzero-ifunc.c: Likewise.
20997         * string/test-memccpy-ifunc.c: Likewise.
20998         * string/test-memchr-ifunc.c: Likewise.
20999         * string/test-memcmp-ifunc.c: Likewise.
21000         * string/test-memcpy-ifunc.c: Likewise.
21001         * string/test-memmem-ifunc.c: Likewise.
21002         * string/test-memmove-ifunc.c: Likewise.
21003         * string/test-mempcpy-ifunc.c: Likewise.
21004         * string/test-memrchr-ifunc.c: Likewise.
21005         * string/test-memset-ifunc.c: Likewise.
21006         * string/test-rawmemchr-ifunc.c: Likewise.
21007         * string/test-stpcpy-ifunc.c: Likewise.
21008         * string/test-stpncpy-ifunc.c: Likewise.
21009         * string/test-strcasecmp-ifunc.c: Likewise.
21010         * string/test-strcasestr-ifunc.c: Likewise.
21011         * string/test-strcat-ifunc.c: Likewise.
21012         * string/test-strchr-ifunc.c: Likewise.
21013         * string/test-strchrnul-ifunc.c: Likewise.
21014         * string/test-strcmp-ifunc.c: Likewise.
21015         * string/test-strcpy-ifunc.c: Likewise.
21016         * string/test-strcspn-ifunc.c: Likewise.
21017         * string/test-strlen-ifunc.c: Likewise.
21018         * string/test-strncasecmp-ifunc.c: Likewise.
21019         * string/test-strncat-ifunc.c: Likewise.
21020         * string/test-strncmp-ifunc.c: Likewise.
21021         * string/test-strncpy-ifunc.c: Likewise.
21022         * string/test-strnlen-ifunc.c: Likewise.
21023         * string/test-strpbrk-ifunc.c: Likewise.
21024         * string/test-strrchr-ifunc.c: Likewise.
21025         * string/test-strspn-ifunc.c: Likewise.
21026         * string/test-strstr-ifunc.c: Likewise.
21028 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21030         * benchtests/Makefile: Remove ifunc tests.
21031         * benchtests/bench-string.h: Define TEST_IFUNC.
21032         * benchtests/bench-bcopy-ifunc.c: Remove.
21033         * benchtests/bench-bzero-ifunc.c: Likewise.
21034         * benchtests/bench-memccpy-ifunc.c: Likewise.
21035         * benchtests/bench-memchr-ifunc.c: Likewise.
21036         * benchtests/bench-memcmp-ifunc.c: Likewise.
21037         * benchtests/bench-memcpy-ifunc.c: Likewise.
21038         * benchtests/bench-memmem-ifunc.c: Likewise.
21039         * benchtests/bench-memmove-ifunc.c: Likewise.
21040         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21041         * benchtests/bench-memrchr-ifunc.c: Likewise.
21042         * benchtests/bench-memset-ifunc.c: Likewise.
21043         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21044         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21045         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21046         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21047         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21048         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21049         * benchtests/bench-strcat-ifunc.c: Likewise.
21050         * benchtests/bench-strchr-ifunc.c: Likewise.
21051         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21052         * benchtests/bench-strcmp-ifunc.c: Likewise.
21053         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21054         * benchtests/bench-strcpy-ifunc.c: Likewise.
21055         * benchtests/bench-strcspn-ifunc.c: Likewise.
21056         * benchtests/bench-strlen-ifunc.c: Likewise.
21057         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21058         * benchtests/bench-strncat-ifunc.c: Likewise.
21059         * benchtests/bench-strncmp-ifunc.c: Likewise.
21060         * benchtests/bench-strncpy-ifunc.c: Likewise.
21061         * benchtests/bench-strnlen-ifunc.c: Likewise.
21062         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21063         * benchtests/bench-strrchr-ifunc.c: Likewise.
21064         * benchtests/bench-strsep-ifunc.c: Likewise.
21065         * benchtests/bench-strspn-ifunc.c: Likewise.
21066         * benchtests/bench-strstr-ifunc.c: Likewise.
21068 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21070         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21072 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21074         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21075         * rt/aio.h: Likewise.
21076         * sysdeps/gnu/bits/utmp.h: Likewise.
21077         * sysdeps/gnu/bits/utmpx.h: Likewise.
21078         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21079         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21080         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21081         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21082         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21083         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21084         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21085         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21086         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21087         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21088         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21089         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21090         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21092         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21093         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21094         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21095         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21096         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21097         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21098         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21099         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21100         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21101         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21102         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21103         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21104         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21105         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21106         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21107         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21108         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21109         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21110         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21111         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21112         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21113         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21114         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21115         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21116         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21117         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21118         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21119         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21121 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21123         [BZ #16245]
21124         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21125         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21127 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21129         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21130         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21131         Likewise.
21133 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21135         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21136         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21137         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21138         (__fesetround): Remove define.
21139         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21140         rounding and exceptions handling.
21141         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21142         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21143         (__fe_nomask_env): Likewise.
21144         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21145         __fegetround instead of fegetround.
21146         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21147         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21149 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21151         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21152         it's there.
21154         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21156 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21158         [BZ #11157]
21159         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21160         (encrypt_r): Likewise.
21161         * malloc/obstack.h (obstack_free): Likewise.
21162         * posix/unistd.h (encrypt): Likewise.
21164 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21166         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21167         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21168         DL_CALL_DT_FINI() that call the functions directly.
21169         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21170         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21171         * elf/dl-fini.c: Likewise.
21173 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21175         * malloc/hooks.c (memalign_check): Add alignment rounding.
21176         * malloc/malloc.c (_mid_memalign): New function.
21177         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21178         Implement by calling _mid_memalign.
21179         * manual/probes.texi (Memory Allocation Probes): Remove
21180         memory_valloc_retry and memory_pvalloc_retry.
21182 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21184         * locale/programs/locarchive.c (open_archive): Add const
21185         qualifier to ARCHIVEFNAME and copy default fname to
21186         DEFAULT_FNAME.
21188         [BZ #15601]
21189         * libio/tst-widetext.input: Rename Oriya to Odia.
21190         * locale/iso-639.def: Likewise.
21192         * manual/probes.texi (Mathematical Function Probes): Add
21193         documentation for sin, cos, asin and acos probes.
21194         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21195         (__sin32): Add slowasin probe.
21196         (__cos32): Add slowacos probe.
21197         (__mpsin): Add slowsin probe.
21198         (__mpcos): Add slowcos probe.
21200 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21202         [BZ #15483]
21203         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21204         thread-local __sim_exceptions_thread and global
21205         __sim_exceptions_global.
21206         (__sim_disabled_exceptions): Change to thread-local
21207         __sim_disabled_exceptions_thread and global
21208         __sim_disabled_exceptions_global.
21209         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21210         and global __sim_round_mode_global.
21211         (__simulate_exceptions): Use thread-local floating-point state and
21212         set global state from it as needed.
21213         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21214         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21215         __sim_round_mode_thread.
21216         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21217         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21218         and global __sim_exceptions_global.
21219         (__sim_disabled_exceptions): Change to thread-local
21220         __sim_disabled_exceptions_thread and global
21221         __sim_disabled_exceptions_global.
21222         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21223         and global __sim_round_mode_global.
21224         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21225         (SIM_SET_GLOBAL): Likewise.
21226         * sysdeps/powerpc/soft-fp/sfp-machine.h
21227         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21228         __sim_round_mode_thread.
21229         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21230         __sim_disabled_exceptions_thread.
21231         (__sim_exceptions): Change to __sim_exceptions_thread.
21232         (__sim_disabled_exceptions): Change to
21233         __sim_disabled_exceptions_thread.
21234         (__sim_round_mode): Change to __sim_round_mode_thread.
21235         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21236         thread-local floating-point state and set global state from it as
21237         needed.
21238         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21239         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21240         (__sim_disabled_exceptions): Remove extern declaration.
21241         (feenableexcept): Use thread-local floating-point state and set
21242         global state from it as needed.
21243         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21244         extern declaration.
21245         (__sim_disabled_exceptions): Likewise.
21246         (__sim_round_mode): Likewise.
21247         (__fegetenv): Use thread-local floating-point state.
21248         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21249         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21250         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21251         floating-point state and set global state from it as needed.
21252         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21253         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21254         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21255         Likewise.
21256         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21257         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21258         Likewise.
21259         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21260         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21261         Use __sim_round_mode_thread.
21262         * math/test-fenv-tls.c: New file.
21263         * math/Makefile (tests): Add test-fenv-tls.
21264         ($(objpfx)test-fenv-tls): Depend on
21265         $(common-objpfx)nptl/libpthread.so.
21267 2013-11-19  Andreas Schwab  <schwab@suse.de>
21269         * locale/programs/locale.c (show_info): Decode wordarray elements.
21270         * locale/categories.def (LC_MONETARY): Add element for
21271         _NL_MONETARY_CRNCYSTR.
21272         * locale/C-monetary.c (conversion_rate): New variable.
21273         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21274         element.
21276 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21278         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21279         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21281 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21283         * elf/Makefile (tst-auxv): New test.
21284         * elf/tst-auxv.c: New
21285         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21287 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21289         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21290         (hidden_proto): Caller changed.
21291         (hidden_tls_proto): New macro.
21292         (libc_hidden_tls_proto): Likewise.
21293         (rtld_hidden_tls_proto): Likewise.
21294         (libm_hidden_tls_proto): Likewise.
21295         (libresolv_hidden_tls_proto): Likewise.
21296         (librt_hidden_tls_proto): Likewise.
21297         (libdl_hidden_tls_proto): Likewise.
21298         (libnss_files_hidden_tls_proto): Likewise.
21299         (libnsl_hidden_tls_proto): Likewise.
21300         (libnss_nisplus_hidden_tls_proto): Likewise.
21301         (libutil_hidden_tls_proto): Likewise.
21303 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21305         [BZ #10253]
21306         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21307         (decompose_rpath): Defer expansion to fillin_rpath.
21308         (_dl_init_paths): Pass linkmap to fillin_rpath.
21310 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21312         * benchtests/Makefile: Add strsep.
21313         * benchtests/bench-strsep.c: New file: strsep benchtest.
21314         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21316 2013-11-18  Andreas Schwab  <schwab@suse.de>
21318         * locale/programs/locale.c (show_info) [case byte]: Check for
21319         '\377' instead of '\177'.
21320         * locale/C-monetary.c (not_available): Always use "\377".
21321         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21322         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21323         detect unavailable sign_posn locale elements.
21324         * locale/localeconv.c (__localeconv): For grouping and
21325         mon_grouping handle "\177" and "\377" like no grouping.
21326         (INT_ELEM): New macro.  Use it to set all numeric members.
21327         * locale/programs/ld-monetary.c (monetary_read)
21328         <tok_mon_grouping>: Normalize single -1 to the empty string.
21329         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21330         Likewise.
21332 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21334         [BZ #16055]
21335         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21336         when we match (nil).
21337         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21339 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21341         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21342         (NO_TEST_INLINE): Update value.
21343         (ERRNO_UNCHANGED): Likewise.
21344         (ERRNO_EDOM): Likewise.
21345         (ERRNO_ERANGE): Likewise.
21346         (IGNORE_RESULT): Likewise.
21347         (check_float_internal): Check signs of NaN results if
21348         TEST_NAN_SIGN used.
21349         (check_complex): Pass TEST_NAN_SIGN flag through to second
21350         check_float_internal call.
21351         (copysign_test_data): Add tests with quiet NaNs as second
21352         argument.  Use TEST_NAN_SIGN.
21353         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21354         TEST_NAN_SIGN.
21355         (signbit_test_data): Add tests of quiet NaN argument.
21356         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21358         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21359         $ignore_result.
21360         (parse_args): Handle function results specified as IGNORE.
21361         * math/libm-test.inc (IGNORE_RESULT): New macro.
21362         (check_float_internal): Do not check numerical result if flag
21363         IGNORE_RESULT set.
21364         (check_complex): Pass through IGNORE_RESULT to second
21365         check_float_internal call.
21366         (check_int): Do not check numerical result if flag IGNORE_RESULT
21367         set.
21368         (check_long): Likewise.
21369         (check_bool): Likewise.
21370         (check_longlong): Likewise.
21371         (lrint_test_data): Add tests of infinite and NaN arguments.
21372         (lrint_tonearest_test_data): Likewise.
21373         (lrint_towardzero_test_data): Likewise.
21374         (lrint_downward_test_data): Likewise.
21375         (lrint_upward_test_data): Likewise.
21376         (llrint_test_data): Likewise.
21377         (llrint_tonearest_test_data): Likewise.
21378         (llrint_towardzero_test_data): Likewise.
21379         (llrint_downward_test_data): Likewise.
21380         (llrint_upward_test_data): Likewise.
21381         (lround_test_data): Likewise.
21382         (llround_test_data): Likewise.
21384         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21385         (ERRNO_UNCHANGED): Update value.
21386         (ERRNO_EDOM): Likewise.
21387         (ERRNO_ERANGE): Likewise.
21388         (NO_TEST_INLINE_FLOAT): New macro.
21389         (NO_TEST_INLINE_DOUBLE): Likewise.
21390         (enable_test): New function.
21391         (RUN_TEST_f_f): Check enable_test before running test.
21392         (RUN_TEST_2_f): Likewise.
21393         (RUN_TEST_fff_f): Likewise.
21394         (RUN_TEST_c_f): Likewise.
21395         (RUN_TEST_f_f1): Likewise.
21396         (RUN_TEST_fF_f1): Likewise.
21397         (RUN_TEST_fI_f1): Likewise.
21398         (RUN_TEST_ffI_f1): Likewise.
21399         (RUN_TEST_c_c): Likewise.
21400         (RUN_TEST_cc_c): Likewise.
21401         (RUN_TEST_f_i): Likewise.
21402         (RUN_TEST_f_i_tg): Likewise.
21403         (RUN_TEST_ff_i_tg): Likewise.
21404         (RUN_TEST_f_b): Likewise.
21405         (RUN_TEST_f_b_tg): Likewise.
21406         (RUN_TEST_f_l): Likewise.
21407         (RUN_TEST_f_L): Likewise.
21408         (RUN_TEST_fFF_11): Likewise.
21409         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21410         conditionals.
21411         (cosh_test_data): Likewise.
21412         (exp_test_data): Likewise.
21413         (expm1_test_data): Likewise.
21414         (hypot_test_data): Likewise.
21415         (pow_test_data): Likewise.
21416         (sinh_test_data): Likewise.
21417         (tanh_test_data): Likewise.
21418         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21419         flags argument.
21421         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21422         tests with quiet NaN input and output.
21423         (acosh_test_data): Likewise.
21424         (asin_test_data): Likewise.
21425         (asinh_test_data): Likewise.
21426         (atan_test_data): Likewise.
21427         (atanh_test_data): Likewise.
21428         (atan2_test_data): Likewise.
21429         (cbrt_test_data): Likewise.
21430         (cos_test_data): Likewise.
21431         (cosh_test_data): Likewise.
21432         (erf_test_data): Likewise.
21433         (erfc_test_data): Likewise.
21434         (exp_test_data): Likewise.
21435         (exp10_test_data): Likewise.
21436         (exp2_test_data): Likewise.
21437         (expm1_test_data): Likewise.
21438         (hypot_test_data): Likewise.
21439         (j0_test_data): Likewise.
21440         (j1_test_data): Likewise.
21441         (jn_test_data): Likewise.
21442         (lgamma_test_data): Likewise.
21443         (log_test_data): Likewise.
21444         (log10_test_data): Likewise.
21445         (log1p_test_data): Likewise.
21446         (log2_test_data): Likewise.
21447         (pow_test_data): Likewise.
21448         (scalb_test_data): Likewise.
21449         (sin_test_data): Likewise.
21450         (sincos_test_data): Likewise.
21451         (sinh_test_data): Likewise.
21452         (tan_test_data): Likewise.
21453         (tanh_test_data): Likewise.
21454         (tgamma_test_data): Likewise.
21455         (y0_test_data): Likewise.
21456         (y1_test_data): Likewise.
21457         (yn_test_data): Likewise.
21459         [BZ #16167]
21460         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21461         argument being NaN and avoid computations with second argument in
21462         that case.
21463         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21464         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21465         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21467 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21469         * locale/iso-639.def: Add Chitwani Tharu (the).
21471 2013-11-14  Andreas Schwab  <schwab@suse.de>
21473         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21474         word instead of empty string.
21476 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21479         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21481         (__fe_nomask_env): Likewise.
21483 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21485         * benchtests/bench-timing.h: Include time.h.
21487 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21489         [BZ #15997]
21490         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21491         to 3.4.0 for x32.
21492         * sysdeps/unix/sysv/linux/configure: Regenerated.
21494 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21496         [BZ #16151]
21497         * stdlib/strtod_l.c (round_and_return): Do not consider
21498         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21499         exponent one less than half the least subnormal exponent.
21500         * stdlib/test-strtod-round-data: Add more tests.
21501         * stdlib/tst-strtod-round.c (tests): Regenerated.
21503 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21505         [BZ #14143]
21506         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21507         (__fe_mask_env): Likewise.
21508         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21509         libm_hidden_proto and add function prototype.
21510         (__fe_mask_env): Add function prototype.
21511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21512         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21514         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21516         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21518 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21520         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21521         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21523 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21525         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21526         of htab_find_slot().
21528 2013-11-11  David S. Miller  <davem@davemloft.net>
21530         [BZ #16150]
21531         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21532         symbol in the non-vis3 case in static builds.
21533         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21534         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21535         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21536         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21538 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21540         [BZ #387]
21541         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21542         it is empty.
21544 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21546         * benchtests/Makefile: Add bench-strtod.
21547         * benchtests/bench-strtod.c: New file: strtod benchtest
21549 2013-11-11  Andreas Schwab  <schwab@suse.de>
21551         [BZ #16153]
21552         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21553         terminating NUL in key length.
21555 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21557         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21558         Add artificial ODP entry for vDSO symbol for PPC64.
21559         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21560         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21562 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21564         [BZ #15374]
21565         * nss/getent.c (services_keys): Recognize services starting with digit.
21567 2013-11-06  David S. Miller  <davem@davemloft.net>
21569         [BZ #15985]
21570         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21571         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21573 2013-11-06  Will Newton  <will.newton@linaro.org>
21575         * manual/memory.texi (Malloc Examples): Remove register
21576         keyword from examples.
21578 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21580         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21582 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21584         [BZ #6981]
21585         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21586         depending on [__GCC_IEC_559 > 0].
21587         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21588         depending on [__GCC_IEC_559_COMPLEX > 0].
21590 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21592         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21593         to iso-639.def.
21595 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21597         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21599 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21601         [BZ #16112]
21602         * malloc/malloc (malloc_info): Do not handle first bin as
21603         special case.
21605 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21607         * locale/iso-639.def: Add Central Nahuatl (nhn).
21609 2013-11-01  Bruno Haible  <bruno@clisp.org>
21611         [BZ #7003]
21612         * manual/math.texi (BSD Random): Specify range upper bound as
21613         in POSIX.
21615 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21617         * locale/iso-639.def: Add Meadow Mari (mhr).
21619 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21621         [BZ #14752], [BZ #15763]
21622         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21623         Validate name.
21624         * rt/tst_shm.c: Add test for escaping directory.
21626 2013-10-31  Andreas Schwab  <schwab@suse.de>
21628         [BZ #15917]
21629         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21630         followed by 'x' as part of digit sequence.
21631         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21633 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21635         [BZ #16037]
21636         * configure.ac: allow GNU Make 4.0 and greater.
21637         * configure: Regenerated.
21639 2013-10-30  Will Newton  <will.newton@linaro.org>
21641         [BZ #16038]
21642         * malloc/hooks.c (memalign_check): Limit alignment to the
21643         maximum representable power of two.
21644         * malloc/malloc.c (__libc_memalign): Likewise.
21645         * malloc/tst-memalign.c (do_test): Add test for very
21646         large alignment values.
21647         * malloc/tst-posix_memalign.c (do_test): Likewise.
21649 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21651         [BZ #11087]
21652         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21653         (munmap_chunk): Likewise.
21654         (mremap_chunk): Likewise.
21656 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21658         [BZ #15799]
21659         * stdlib/div.c (div): Remove obsolete code.
21660         * stdlib/ldiv.c (ldiv): Likewise.
21661         * stdlib/lldiv.c (lldiv): Likewise.
21663 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21665         [BZ #16071]
21666         * nss/nss_files/files-XXX.c (get_contents_ret): New
21667         enumerator.
21668         (get_contents): New function.
21669         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21671 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21673         * configure.in: Moved to ...
21674         * configure.ac: ... here. Change reference to configure.in
21675         to configure.ac.
21676         * sysdeps/arm/preconfigure.ac: ... here.
21677         configure.in to configure.ac.
21678         * sysdeps/gnu/configure.in: Moved to ...
21679         * sysdeps/gnu/configure.ac: ... here.
21680         * sysdeps/i386/configure.in: Moved to ...
21681         * sysdeps/i386/configure.ac: ... here.
21682         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21683         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21684         * sysdeps/mach/configure.in: Moved to ...
21685         * sysdeps/mach/configure.ac: ... here.
21686         * sysdeps/mach/hurd/configure.in: Moved to ...
21687         * sysdeps/mach/hurd/configure.ac: ... here.
21688         * sysdeps/powerpc/configure.in: Moved to ...
21689         * sysdeps/powerpc/configure.ac: ... here.
21690         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21691         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21692         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21693         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21694         * sysdeps/s390/s390-32/configure.in: Moved to ...
21695         * sysdeps/s390/s390-32/configure.ac: ... here.
21696         * sysdeps/s390/s390-64/configure.in: Moved to ...
21697         * sysdeps/s390/s390-64/configure.ac: ... here.
21698         * sysdeps/sh/configure.in: Moved to ...
21699         * sysdeps/sh/configure.ac: ... here.
21700         * sysdeps/sparc/configure.in: Moved to ...
21701         * sysdeps/sparc/configure.ac: ... here.
21702         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21703         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21704         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21705         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21706         * sysdeps/x86_64/configure.in: Moved to ...
21707         * sysdeps/x86_64/configure.ac: ... here.
21708         * sysdeps/x86_64/preconfigure.in: Moved to ...
21709         * sysdeps/x86_64/preconfigure.ac: ... here.
21710         * aclocal.m4: Change reference to configure.in to configure.ac.
21711         * config.h.in: Likewise.
21712         * manual/install.texi: Likewise.
21713         * manual/maint.texi: Likewise.
21714         * Makefile: Likewise.
21715         * malloc/Makefile: Likewise.
21716         * nscd/Makefile: Likewise.
21717         * Makeconfig: Change reference to configure.in and
21718         preconfigure.in to configure.ac and preconfigure.ac
21719         respectively.
21720         * INSTALL: Regenerated.
21721         * configure: Likewise.
21722         * sysdeps/gnu/configure: Likewise.
21723         * sysdeps/i386/configure: Likewise.
21724         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21725         * sysdeps/mach/configure: Likewise.
21726         * sysdeps/mach/hurd/configure: Likewise.
21727         * sysdeps/powerpc/configure: Likewise.
21728         * sysdeps/powerpc/powerpc32/configure: Likewise.
21729         * sysdeps/powerpc/powerpc64/configure: Likewise.
21730         * sysdeps/s390/s390-32/configure: Likewise.
21731         * sysdeps/s390/s390-64/configure: Likewise.
21732         * sysdeps/sh/configure: Likewise.
21733         * sysdeps/sparc/configure: Likewise.
21734         * sysdeps/unix/sysv/linux/configure: Likewise.
21735         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21736         * sysdeps/x86_64/configure: Likewise.
21737         * sysdeps/x86_64/preconfigure: Likewise.
21739 2013-10-29  Andreas Schwab  <schwab@suse.de>
21741         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21743 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21745         * benchtests/pow-inputs: Add new inputs.
21747         * benchtests/exp-inputs: Add new inputs.
21749         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21750         conditional check for return value.
21751         (__cos32): Likewise.
21753 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21755         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21756         to provide a boost for large inputs with word alignment.
21757         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21758         implementation based on optimized PPC64 strcpy.
21759         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21760         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21761         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21762         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21764 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21766         [BZ #2801]
21767         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21769 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21771         [BZ #14876]
21772         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21773         * time/tst-strptime.c (day_tests): Add testcase.
21775 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21777         [BZ #14029]
21778         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21780 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21782         [BZ #16074]
21783         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21784         MAP_FAILED on error.
21786 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21788         [BZ #16072]
21789         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21790         heap for large requests.
21792 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21794         [BZ #9954]
21795         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21796         result if the result has no associated interface.
21797         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21798         interface for all 127.X.Y.Z addresses.
21800 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21802         * locale/iso-639.def: Add Ligurian (lij)
21804 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21806         [BZ #15825]
21807         * sunrpc/rpc_main.c: Document rpcgen -5.
21809 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21811         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21813 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21815         [BZ #10278]
21816         * posix/glob.c: Match only directories when trailing slash is present.
21817         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21818         (main): Add testcase.
21820 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21822         [BZ #15670]
21823         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21825 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21827         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21828         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21829         AUTH_DES and cindex for FIPS 140-2.
21830         (DES Encryption): Add cindex FIPS 46-3.
21832         * locale/locarchive.h (struct locarhandle): Add fname.
21833         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21834         if an optional argument was specified to --list-archive,
21835         otherwise NULL.
21836         * locale/programs/locarchive.c (show_archive_content): Take new
21837         argument fname and pass it via ah.fname to open_archive.
21838         * locale/programs/localedef.h: Update decl.
21839         (open_archive): If AH->fname is non-null, open that file
21840         rather than the default file name, and don't ignore ENOENT.
21841         (create_archive): Set AH.fname to NULL.
21842         (delete_locales_from_archive): Likewise.
21843         (add_locales_to_archive): Likewise.
21844         * locale/programs/locfile.c (write_all_categories): Likewise.
21846 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21847             Aldy Hernandez  <aldyh@redhat.com>
21849         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21850         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21851         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21852         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21853         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21854         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21855         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21856         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21857         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21858         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21859         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21860         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21861         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21862         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21863         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21864         Likewise.
21865         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21866         Likewise.
21867         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21868         Likewise.
21869         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21870         Likewise.
21871         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21872         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21873         Likewise.
21874         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21875         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21876         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21877         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21878         Likewise.
21879         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21880         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21881         * sysdeps/powerpc/preconfigure: Likewise.
21882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21883         Likewise.
21884         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21885         Replace contents of file by #include of <fenv_libc.h>.
21886         * sysdeps/powerpc/soft-fp/sfp-machine.h
21887         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21888         and <sys/prctl.h>.
21889         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21890         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21891         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21892         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21893         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21894         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21895         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21896         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21897         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21898         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21899         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21900         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21902         Allow copysignl PLT reference to be missing.
21904 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21905             Joseph Myers  <joseph@codesourcery.com
21907         [BZ #15948]
21908         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21909         single character.
21910         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21912 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21914         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21915         * elf/tst-tls1.c: Likewise.
21916         * elf/tst-tls10.h: Likewise.
21917         * elf/tst-tls14.c: Likewise.
21918         * elf/tst-tls2.c: Likewise.
21919         * elf/tst-tls3.c: Likewise.
21920         * elf/tst-tls4.c: Likewise.
21921         * elf/tst-tls5.c: Likewise.
21922         * elf/tst-tls6.c: Likewise.
21923         * elf/tst-tls7.c: Likewise.
21924         * elf/tst-tls8.c: Likewise.
21925         * elf/tst-tls9.c: Likewise.
21926         * elf/tst-tlsmod1.c: Likewise.
21927         * elf/tst-tlsmod13.c: Likewise.
21928         * elf/tst-tlsmod13a.c: Likewise.
21929         * elf/tst-tlsmod14a.c: Likewise.
21930         * elf/tst-tlsmod16a.c: Likewise.
21931         * elf/tst-tlsmod16b.c: Likewise.
21932         * elf/tst-tlsmod2.c: Likewise.
21933         * elf/tst-tlsmod3.c: Likewise.
21934         * elf/tst-tlsmod4.c: Likewise.
21935         * elf/tst-tlsmod5.c: Likewise.
21936         * elf/tst-tlsmod6.c: Likewise.
21938 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21940         [BZ #12486]
21941         * malloc/malloc.c: remove checks for statistics.
21943 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21945         [BZ #15277]
21946         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21947         * inet/tst-network.c: Add testcase.
21949 2013-10-17  Andreas Schwab  <schwab@suse.de>
21951         [BZ #15218]
21952         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21953         to determine canonical name.
21955 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21957         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21958         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21959         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21960         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21961         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21962         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21963         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21964         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21965         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21966         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21967         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21968         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21969         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21970         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21971         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21972         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21973         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21974         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21975         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21976         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21977         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21978         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21979         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21980         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21981         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21982         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21983         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21984         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21985         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21986         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21987         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21988         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21989         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21990         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21991         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21992         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21993         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21994         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21995         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21996         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21997         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21998         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21999         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22000         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22001         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22002         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22003         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22004         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22005         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22006         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22007         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22008         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22009         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22010         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22011         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22012         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22013         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22014         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22016 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22018         [BZ #16041]
22019         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22020         make result into a quiet NaN.
22022 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22024         * soft-fp/adddf3.c: Fix horizontal whitespace.
22025         * soft-fp/addsf3.c: Likewise.
22026         * soft-fp/addtf3.c: Likewise.
22027         * soft-fp/divdf3.c: Likewise.
22028         * soft-fp/divsf3.c: Likewise.
22029         * soft-fp/divtf3.c: Likewise.
22030         * soft-fp/double.h: Likewise.
22031         * soft-fp/eqdf2.c: Likewise.
22032         * soft-fp/eqsf2.c: Likewise.
22033         * soft-fp/eqtf2.c: Likewise.
22034         * soft-fp/extenddftf2.c: Likewise.
22035         * soft-fp/extended.h: Likewise.
22036         * soft-fp/extendsfdf2.c: Likewise.
22037         * soft-fp/extendsftf2.c: Likewise.
22038         * soft-fp/extendxftf2.c: Likewise.
22039         * soft-fp/fixdfdi.c: Likewise.
22040         * soft-fp/fixdfsi.c: Likewise.
22041         * soft-fp/fixdfti.c: Likewise.
22042         * soft-fp/fixsfdi.c: Likewise.
22043         * soft-fp/fixsfsi.c: Likewise.
22044         * soft-fp/fixsfti.c: Likewise.
22045         * soft-fp/fixtfdi.c: Likewise.
22046         * soft-fp/fixtfsi.c: Likewise.
22047         * soft-fp/fixtfti.c: Likewise.
22048         * soft-fp/fixunsdfdi.c: Likewise.
22049         * soft-fp/fixunsdfsi.c: Likewise.
22050         * soft-fp/fixunsdfti.c: Likewise.
22051         * soft-fp/fixunssfdi.c: Likewise.
22052         * soft-fp/fixunssfsi.c: Likewise.
22053         * soft-fp/fixunssfti.c: Likewise.
22054         * soft-fp/fixunstfdi.c: Likewise.
22055         * soft-fp/fixunstfsi.c: Likewise.
22056         * soft-fp/fixunstfti.c: Likewise.
22057         * soft-fp/floatdidf.c: Likewise.
22058         * soft-fp/floatdisf.c: Likewise.
22059         * soft-fp/floatditf.c: Likewise.
22060         * soft-fp/floatsidf.c: Likewise.
22061         * soft-fp/floatsisf.c: Likewise.
22062         * soft-fp/floatsitf.c: Likewise.
22063         * soft-fp/floattidf.c: Likewise.
22064         * soft-fp/floattisf.c: Likewise.
22065         * soft-fp/floattitf.c: Likewise.
22066         * soft-fp/floatundidf.c: Likewise.
22067         * soft-fp/floatundisf.c: Likewise.
22068         * soft-fp/floatunditf.c: Likewise.
22069         * soft-fp/floatunsidf.c: Likewise.
22070         * soft-fp/floatunsisf.c: Likewise.
22071         * soft-fp/floatunsitf.c: Likewise.
22072         * soft-fp/floatuntidf.c: Likewise.
22073         * soft-fp/floatuntisf.c: Likewise.
22074         * soft-fp/floatuntitf.c: Likewise.
22075         * soft-fp/fmadf4.c: Likewise.
22076         * soft-fp/fmasf4.c: Likewise.
22077         * soft-fp/fmatf4.c: Likewise.
22078         * soft-fp/gedf2.c: Likewise.
22079         * soft-fp/gesf2.c: Likewise.
22080         * soft-fp/getf2.c: Likewise.
22081         * soft-fp/ledf2.c: Likewise.
22082         * soft-fp/lesf2.c: Likewise.
22083         * soft-fp/letf2.c: Likewise.
22084         * soft-fp/muldf3.c: Likewise.
22085         * soft-fp/mulsf3.c: Likewise.
22086         * soft-fp/multf3.c: Likewise.
22087         * soft-fp/negdf2.c: Likewise.
22088         * soft-fp/negsf2.c: Likewise.
22089         * soft-fp/negtf2.c: Likewise.
22090         * soft-fp/op-1.h: Likewise.
22091         * soft-fp/op-2.h: Likewise.
22092         * soft-fp/op-4.h: Likewise.
22093         * soft-fp/op-8.h: Likewise.
22094         * soft-fp/op-common.h: Likewise.
22095         * soft-fp/quad.h: Likewise.
22096         * soft-fp/single.h: Likewise.
22097         * soft-fp/soft-fp.h: Likewise.
22098         * soft-fp/sqrtdf2.c: Likewise.
22099         * soft-fp/sqrtsf2.c: Likewise.
22100         * soft-fp/sqrttf2.c: Likewise.
22101         * soft-fp/subdf3.c: Likewise.
22102         * soft-fp/subsf3.c: Likewise.
22103         * soft-fp/subtf3.c: Likewise.
22104         * soft-fp/truncdfsf2.c: Likewise.
22105         * soft-fp/trunctfdf2.c: Likewise.
22106         * soft-fp/trunctfsf2.c: Likewise.
22107         * soft-fp/trunctfxf2.c: Likewise.
22108         * soft-fp/unorddf2.c: Likewise.
22109         * soft-fp/unordsf2.c: Likewise.
22110         * soft-fp/unordtf2.c: Likewise.
22112 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22114         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22115         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22117 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22119         * elf/dl-libc.c: Clear initfini list after freeing.
22121 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22123         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22124         * soft-fp/addsf3.c: Likewise.
22125         * soft-fp/addtf3.c: Likewise.
22126         * soft-fp/divdf3.c: Likewise.
22127         * soft-fp/divsf3.c: Likewise.
22128         * soft-fp/divtf3.c: Likewise.
22129         * soft-fp/double.h: Likewise.
22130         * soft-fp/eqdf2.c: Likewise.
22131         * soft-fp/eqsf2.c: Likewise.
22132         * soft-fp/eqtf2.c: Likewise.
22133         * soft-fp/extenddftf2.c: Likewise.
22134         * soft-fp/extended.h: Likewise.
22135         * soft-fp/extendsfdf2.c: Likewise.
22136         * soft-fp/extendsftf2.c: Likewise.
22137         * soft-fp/extendxftf2.c: Likewise.
22138         * soft-fp/fixdfdi.c: Likewise.
22139         * soft-fp/fixdfsi.c: Likewise.
22140         * soft-fp/fixdfti.c: Likewise.
22141         * soft-fp/fixsfdi.c: Likewise.
22142         * soft-fp/fixsfsi.c: Likewise.
22143         * soft-fp/fixsfti.c: Likewise.
22144         * soft-fp/fixtfdi.c: Likewise.
22145         * soft-fp/fixtfsi.c: Likewise.
22146         * soft-fp/fixtfti.c: Likewise.
22147         * soft-fp/fixunsdfdi.c: Likewise.
22148         * soft-fp/fixunsdfsi.c: Likewise.
22149         * soft-fp/fixunsdfti.c: Likewise.
22150         * soft-fp/fixunssfdi.c: Likewise.
22151         * soft-fp/fixunssfsi.c: Likewise.
22152         * soft-fp/fixunssfti.c: Likewise.
22153         * soft-fp/fixunstfdi.c: Likewise.
22154         * soft-fp/fixunstfsi.c: Likewise.
22155         * soft-fp/fixunstfti.c: Likewise.
22156         * soft-fp/floatdidf.c: Likewise.
22157         * soft-fp/floatdisf.c: Likewise.
22158         * soft-fp/floatditf.c: Likewise.
22159         * soft-fp/floatsidf.c: Likewise.
22160         * soft-fp/floatsisf.c: Likewise.
22161         * soft-fp/floatsitf.c: Likewise.
22162         * soft-fp/floattidf.c: Likewise.
22163         * soft-fp/floattisf.c: Likewise.
22164         * soft-fp/floattitf.c: Likewise.
22165         * soft-fp/floatundidf.c: Likewise.
22166         * soft-fp/floatundisf.c: Likewise.
22167         * soft-fp/floatunsidf.c: Likewise.
22168         * soft-fp/floatunsisf.c: Likewise.
22169         * soft-fp/floatuntidf.c: Likewise.
22170         * soft-fp/floatuntisf.c: Likewise.
22171         * soft-fp/floatuntitf.c: Likewise.
22172         * soft-fp/fmadf4.c: Likewise.
22173         * soft-fp/fmasf4.c: Likewise.
22174         * soft-fp/fmatf4.c: Likewise.
22175         * soft-fp/gedf2.c: Likewise.
22176         * soft-fp/gesf2.c: Likewise.
22177         * soft-fp/getf2.c: Likewise.
22178         * soft-fp/ledf2.c: Likewise.
22179         * soft-fp/lesf2.c: Likewise.
22180         * soft-fp/letf2.c: Likewise.
22181         * soft-fp/muldf3.c: Likewise.
22182         * soft-fp/mulsf3.c: Likewise.
22183         * soft-fp/multf3.c: Likewise.
22184         * soft-fp/negdf2.c: Likewise.
22185         * soft-fp/negsf2.c: Likewise.
22186         * soft-fp/negtf2.c: Likewise.
22187         * soft-fp/op-1.h: Likewise.
22188         * soft-fp/op-2.h: Likewise.
22189         * soft-fp/op-4.h: Likewise.
22190         * soft-fp/op-8.h: Likewise.
22191         * soft-fp/op-common.h: Likewise.
22192         * soft-fp/quad.h: Likewise.
22193         * soft-fp/single.h: Likewise.
22194         * soft-fp/soft-fp.h: Likewise.
22195         * soft-fp/sqrtdf2.c: Likewise.
22196         * soft-fp/sqrtsf2.c: Likewise.
22197         * soft-fp/sqrttf2.c: Likewise.
22198         * soft-fp/subdf3.c: Likewise.
22199         * soft-fp/subsf3.c: Likewise.
22200         * soft-fp/subtf3.c: Likewise.
22201         * soft-fp/truncdfsf2.c: Likewise.
22202         * soft-fp/trunctfdf2.c: Likewise.
22203         * soft-fp/trunctfsf2.c: Likewise.
22204         * soft-fp/trunctfxf2.c: Likewise.
22205         * soft-fp/unorddf2.c: Likewise.
22206         * soft-fp/unordsf2.c: Likewise.
22207         * soft-fp/unordtf2.c: Likewise.
22209 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22211         [BZ #15672]
22212         * misc/error.c (error_tail): Fix possible buffer overflow.
22214 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22216         [BZ #13028]
22217         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22218         address.
22220 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22222         [BZ #832]
22223         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22224         testing pipefail option.
22226 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22228         * soft-fp/double.h: Indent preprocessor directives inside #if.
22229         * soft-fp/extended.h: Likewise.
22230         * soft-fp/op-2.h: Likewise.
22231         * soft-fp/op-4.h: Likewise.
22232         * soft-fp/op-common.h: Likewise.
22233         * soft-fp/quad.h: Likewise.
22234         * soft-fp/single.h: Likewise.
22235         * soft-fp/soft-fp.h: Likewise.
22237 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22239         * iconv/iconv_prog.c: Fix typos.
22240         * stdio-common/psiginfo-data.h: Likewise.
22242 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22244         [BZ #15764]
22245         * locale/setlocale.c: Fix typo.
22247 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22249         [BZ #16036]
22250         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22251         signaling NaN arguments.
22252         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22253         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22255         [BZ #14910]
22256         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22257         unordered operands.
22258         * soft-fp/gesf2.c (__gesf2): Likewise.
22259         * soft-fp/getf2.c (__getf2): Likewise.
22260         * soft-fp/ledf2.c (__ledf2): Likewise.
22261         * soft-fp/lesf2.c (__lesf2): Likewise.
22262         * soft-fp/letf2.c (__letf2): Likewise.
22264         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22265         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22266         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22267         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22268         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22269         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22270         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22271         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22272         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22273         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22274         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22275         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22276         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22277         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22278         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22279         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22280         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22281         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22282         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22283         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22284         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22285         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22286         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22287         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22288         * soft-fp/floattidf.c (__floattidf): Likewise.
22289         * soft-fp/floattisf.c (__floattisf): Likewise.
22290         * soft-fp/floattitf.c (__floattitf): Likewise.
22291         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22292         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22293         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22294         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22295         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22296         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22297         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22298         * soft-fp/gesf2.c (__gesf2): Likewise.
22299         * soft-fp/getf2.c (__getf2): Likewise.
22300         * soft-fp/ledf2.c (__ledf2): Likewise.
22301         * soft-fp/lesf2.c (__lesf2): Likewise.
22302         * soft-fp/letf2.c (__letf2): Likewise.
22304         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22305         Undefine and redefine.
22306         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22307         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22308         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22309         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22310         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22311         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22312         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22313         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22314         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22315         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22316         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22317         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22318         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22319         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22320         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22322         [BZ #16032]
22323         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22324         without decrementing exponent if mantissa >= that for the
22325         denominator, not >.
22326         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22327         denominator, not >.  Decrement exponent in < case instead of
22328         incrementing in >= case.
22329         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22330         without decrementing exponent if mantissa >= that for the
22331         denominator, not >.
22333         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22334         computing saturated result for unsigned overflow.
22336 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22337             Jeff Law  <law@redhat.com>
22339         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22340         (atan2Mp): Add systemtap probe marker.
22341         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22342         (__ieee754_log): Add systemtap probe marker.
22343         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22344         (atanMp): Add systemtap probe marker.
22345         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22346         (tanMp): Add systemtap probe marker.
22347         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22348         (__slowexp): Add systemtap probe marker.
22349         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22350         (__slowpow): Add systemtap probe marker.
22351         * manual/probes.texi: Document probes.
22353 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22355         [BZ #15362]
22356         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22357         written.
22358         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22359         written.
22360         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22361         written to buffer but not flushed.
22362         * libio/iofwrite_u.c:  Likewise.
22363         * libio/iopadn.c:  Return bytes returned even if EOF was
22364         encountered.
22365         * libio/iowpadn.c:  Likewise.
22366         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22367         if _IO_padn does not write the whole buffer.
22368         [!COMPILE_WPRINTF] (PAD): Likewise.
22370 2013-10-10  David S. Miller  <davem@davemloft.net>
22372         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22373         directory block.
22375 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22377         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22378         instead of FSF address.
22379         * soft-fp/fixdfti.c: Likewise.
22380         * soft-fp/fixsfti.c: Likewise.
22381         * soft-fp/fixtfti.c: Likewise.
22382         * soft-fp/fixunsdfti.c: Likewise.
22383         * soft-fp/fixunssfti.c: Likewise.
22384         * soft-fp/fixunstfti.c: Likewise.
22385         * soft-fp/floattidf.c: Likewise.
22386         * soft-fp/floattisf.c: Likewise.
22387         * soft-fp/floattitf.c: Likewise.
22388         * soft-fp/floatuntidf.c: Likewise.
22389         * soft-fp/floatuntisf.c: Likewise.
22390         * soft-fp/floatuntitf.c: Likewise.
22391         * soft-fp/trunctfxf2.c: Likewise.
22393         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22394         * soft-fp/fixdfti.c: Likewise.
22395         * soft-fp/fixsfti.c: Likewise.
22396         * soft-fp/fixtfti.c: Likewise.
22397         * soft-fp/fixunsdfti.c: Likewise.
22398         * soft-fp/fixunssfti.c: Likewise.
22399         * soft-fp/fixunstfti.c: Likewise.
22400         * soft-fp/floattidf.c: Likewise.
22401         * soft-fp/floattisf.c: Likewise.
22402         * soft-fp/floattitf.c: Likewise.
22403         * soft-fp/floatuntidf.c: Likewise.
22404         * soft-fp/floatuntisf.c: Likewise.
22405         * soft-fp/floatuntitf.c: Likewise.
22406         * soft-fp/trunctfxf2.c: Likewise.
22408 2013-10-10  David S. Miller  <davem@davemloft.net>
22410         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22412 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22414         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22415         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22416         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22417         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22418         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22419         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22420         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22422         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22423         for NaNs before doing comparisons on argument.
22424         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22425         Likewise.
22427 2013-10-10  Will Newton  <will.newton@linaro.org>
22429         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22430         passed to _int_memalign does not overflow.
22432 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22434         * scripts/bench.pl: Add include-sources directive.
22435         * benchtests/README: Update documentation.
22437 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22439         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22440         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22441         instead of FP_INIT_ROUNDMODE.
22442         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22443         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22445         [BZ #16034]
22446         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22447         copy class of input value.
22448         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22449         not handle exceptions.
22450         * soft-fp/negsf2.c (__negsf2): Likewise.
22451         * soft-fp/negtf2.c (__negtf2): Likewise.
22452         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22454 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22456         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22457         semicolon.  From Linux kernel.
22459 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22461         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22463 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22465         [BZ #156]
22466         * manual/socket.texi: Added statement about buffer
22467         for gethostbyname2_r.
22469 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22471         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22472         Use .p2align directive instead, throughout.
22473         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22474         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22475         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22476         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22477         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22478         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22479         * sysdeps/x86_64/strchr.S: Likewise.
22480         * sysdeps/x86_64/strrchr.S: Likewise.
22482 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22484         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22486         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22488         * sysdeps/generic/math_private.h (__mpsin1): Remove
22489         declaration.
22490         (__mpcos1): Likewise.
22491         (__mpsin): New argument __range_reduce.
22492         (__mpcos): Likewise.
22493         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22494         (slow): Use __mpsin and __mpcos.
22495         (slow1): Likewise.
22496         (slow2): Likewise.
22497         (sloww): Likewise.
22498         (sloww1): Likewise.
22499         (sloww2): Likewise.
22500         (bsloww): Likewise.
22501         (bsloww1): Likewise.
22502         (bsloww2): Likewise.
22503         (cslow2): Likewise.
22504         (csloww): Likewise.
22505         (csloww1): Likewise.
22506         (csloww2): Likewise.
22507         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22508         range_reduce.  Merge in __mpsin1.
22509         (__mpcos): Likewise.
22510         (__mpsin1): Remove.
22511         (__mpcos1): Likewise.
22513 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22515         * locale/loadlocale.c (_nl_intern_locale_data): Use
22516         LOCFILE_ALIGNED_P.
22517         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22518         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22519         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22520         obstack data is appropriately aligned.
22521         (obstack_int32_grow_fast): Likewise.
22522         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22523         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22524         (add_locale_uint32_array): Likewise.
22526 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22528         * benchtests/Makefile: Remove ARGLIST and RET variables.
22529         ($(objpfx)bench-%.c): Pass only function name to the script.
22530         * benchtests/README: Update documentation.
22531         * benchtests/acos-inputs: Add new directives.
22532         * benchtests/acosh-inputs: Likewise.
22533         * benchtests/asin-inputs: Likewise.
22534         * benchtests/asinh-inputs: Likewise.
22535         * benchtests/atan-inputs: Likewise.
22536         * benchtests/atanh-inputs: Likewise.
22537         * benchtests/cos-inputs: Likewise.
22538         * benchtests/cosh-inputs: Likewise.
22539         * benchtests/exp-inputs: Likewise.
22540         * benchtests/log-inputs: Likewise.
22541         * benchtests/pow-inputs: Likewise.
22542         * benchtests/rint-inputs: Likewise.
22543         * benchtests/sin-inputs: Likewise.
22544         * benchtests/sinh-inputs: Likewise.
22545         * benchtests/tan-inputs: Likewise.
22546         * benchtests/tanh-inputs: Likewise.
22547         * scripts/bench.pl: Add support for new directives.
22549 2013-10-07  Alan Modra  <amodra@gmail.com>
22551         * README: Fix careless merge.
22553 2013-10-05  Alan Modra  <amodra@gmail.com>
22555         * NEWS: Mention powerpc64le support and bugs fixed.
22556         * README: Both big-endian and little-endian powerpc64 supported.
22558 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22560         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22561         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22562         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22563         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22565 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22567         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22568         match prototype.
22570 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22572         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22573         Move -mhard-float appending from
22574         ports/sysdeps/powerpc/powerpc32/Makefile.
22575         [$(with-fp) = yes] (ASFLAGS): Likewise.
22576         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22577         * sysdeps/powerpc/nofpu: Move directory from
22578         ports/sysdeps/powerpc/nofpu.
22579         * sysdeps/powerpc/soft-fp: Move directory from
22580         ports/sysdeps/powerpc/soft-fp.
22581         * sysdeps/powerpc/powerpc32/405: Move directory from
22582         ports/sysdeps/powerpc/powerpc32/405.
22583         * sysdeps/powerpc/powerpc32/440: Move directory from
22584         ports/sysdeps/powerpc/powerpc32/440.
22585         * sysdeps/powerpc/powerpc32/464: Move directory from
22586         ports/sysdeps/powerpc/powerpc32/464.
22587         * sysdeps/powerpc/powerpc32/476: Move directory from
22588         ports/sysdeps/powerpc/powerpc32/476.
22589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22590         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22592         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22594         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22596         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22598         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22599         * README: Update for powerpc-*-linux-gnu software floating point
22600         support in libc.
22602         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22603         case to powerpc/powerpc32*.
22604         * sysdeps/unix/sysv/linux/configure: Regenerated.
22606         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22607         (_FPU_MASK_OM): Define as 0x04.
22608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22610         0x00c10080.
22611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22612         0x0000003c.
22613         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22616         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22617         getcontext_e500.
22618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22619         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22620         setcontext_e500.
22621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22622         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22623         and setcontext_e500.
22625 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22627         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22629 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22631         * manual/threads.texi (Default Thread Attributes): Fix typo.
22633 2013-10-04  Will Newton  <will.newton@linaro.org>
22635         * malloc/Makefile: Add tst-memalign.
22636         * malloc/tst-memalign.c: New file.
22638         * malloc/tst-posix_memalign.c: Add comments.
22639         (do_test): Add comments and call free on all potentially
22640         allocated pointers. Add space after cast.
22642         * malloc/tst-pvalloc.c: Add comments.
22643         (do_test): Add comments and call free on all potentially
22644         allocated pointers. Remove duplicate check for NULL pointer.
22645         Add space after cast.
22647         * malloc/tst-valloc.c: Add comments.
22648         (do_test): Add comments and call free on all potentially
22649         allocated pointers. Remove duplicate check for NULL pointer.
22650         Add space after cast.
22652 2013-10-04  Alan Modra  <amodra@gmail.com>
22654         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22655         Use stdint types in rather than __attribute__((mode())).
22656         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22658 2013-10-04  Alan Modra  <amodra@gmail.com>
22660         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22661         Correct handling of unaligned relocs for little-endian.
22662         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22664 2013-10-04  Alan Modra  <amodra@gmail.com>
22666         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22667         * configure: Regenerate.
22668         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22669         * shlib-versions: Likewise.
22671 2013-10-04  Alan Modra  <amodra@gmail.com>
22673         * string/tester.c (test_memrchr): Increment reported test cycle.
22675 2013-10-04  Alan Modra  <amodra@gmail.com>
22677         * string/test-memcpy.c (do_one_test): When reporting errors, print
22678         string address and don't overrun end of string.
22680 2013-10-04  Alan Modra  <amodra@gmail.com>
22682         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22683         insrdi.  Make better use of reg selection to speed exit slightly.
22684         Schedule entry path a little better.  Remove useless "are we done"
22685         checks on entry to main loop.  Handle wrapping around zero address.
22686         Correct main loop count.  Handle single left-over word from main
22687         loop inline rather than by using loop_small.  Remove extra word
22688         case in loop_small caused by wrong loop count.  Add little-endian
22689         support.
22690         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22691         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22692         cache hint.
22693         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22694         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22695         support.  Avoid rlwimi.
22696         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22698 2013-10-04  Alan Modra  <amodra@gmail.com>
22700         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22701         insrdi.  Formatting.
22702         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22703         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22704         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22705         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22706         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22707         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22709 2013-10-04  Alan Modra  <amodra@gmail.com>
22711         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22712         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22713         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22714         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22715         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22716         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22717         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22718         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22719         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22720         use of regs.  Use power7 mtocrf.  Tidy function tails.
22722 2013-10-04  Alan Modra  <amodra@gmail.com>
22724         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22725         Formatting.  Consistently use rXXX register defines or rN defines.
22726         Use early exit labels that avoid restoring unused non-volatile regs.
22727         Make cr field use more consistent with rWORDn compares.  Rename
22728         regs used as shift registers for unaligned loop, using rN defines
22729         for short lifetime/multiple use regs.
22730         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22731         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22732         addi 1,1,64 to pop stack frame.  Simplify return value code.
22733         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22735 2013-10-04  Alan Modra  <amodra@gmail.com>
22737         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22738         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22739         rather than rlwimi.
22740         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22741         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22742         little-endian support.  Correct typos.
22743         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22744         rather than rlwimi.
22745         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22746         in loop and entry code to keep "and." results.
22747         (strchr): Add little-endian support.  Comment.  Move cntlzd
22748         earlier in tail.
22749         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22751 2013-10-04  Alan Modra  <amodra@gmail.com>
22753         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22754         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22755         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22756         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22758 2013-10-04  Alan Modra  <amodra@gmail.com>
22760         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22761         (rTMP): Define as r11.
22762         (strcmp): Add little-endian support.  Optimise tail.
22763         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22764         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22765         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22766         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22767         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22768         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22769         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22771 2013-10-04  Alan Modra  <amodra@gmail.com>
22773         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22774         little-endian support.  Remove unnecessary "are we done" tests.
22775         Handle "s" wrapping around zero and extremely large "size".
22776         Correct main loop count.  Handle single left-over word from main
22777         loop inline rather than by using small_loop.  Correct comments.
22778         Delete "zero" tail, use "end_max" instead.
22779         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22781 2013-10-04  Alan Modra  <amodra@gmail.com>
22783         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22784         support.  Don't branch over align.
22785         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22786         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22787         support.  Rearrange tmp reg use to suit.  Comment.
22788         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22790 2013-10-04  Alan Modra  <amodra@gmail.com>
22792         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22794 2013-10-04  Alan Modra  <amodra@gmail.com>
22796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22797         conditional form of branch and link when obtaining pc.
22798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22800 2013-10-04  Alan Modra  <amodra@gmail.com>
22802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22803         HIWORD/LOWORD.
22804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22807 2013-10-04  Alan Modra  <amodra@gmail.com>
22809         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22810         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22811         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22812         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22813         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22814         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22815         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22816         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22817         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22818         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22820 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22821             Alistair Popple <alistair@ozlabs.au.ibm.com>
22822             Alan Modra <amodra@gmail.com>
22824         [BZ #15723]
22825         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22826         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22827         _dl_hwcap access for little-endian.
22828         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22829         destroy vmx regs when saving unaligned.
22830         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22831         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22832         destroy vmx regs when saving unaligned.
22834 2013-10-04  Alan Modra  <amodra@gmail.com>
22836         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22837         Don't use a union to pack hi/low value.
22839 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22841         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22842         for little-endian.
22843         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22844         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22845         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22846         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22847         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22849 2013-10-04  Alan Modra  <amodra@gmail.com>
22851         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22852         constants to usual value for .cst8 section, and remove redundant
22853         high address load.
22854         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22855         constant for 0x1p52.  Load little-endian words of double from
22856         correct stack offsets.
22858 2013-10-04  Alan Modra  <amodra@gmail.com>
22860         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22861         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22862         words of double from correct stack offsets.
22863         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22864         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22865         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22866         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22867         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22868         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22869         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22870         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22871         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22872         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22873         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22874         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22875         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22876         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22877         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22878         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22879         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22881 2013-10-04  Alan Modra  <amodra@gmail.com>
22883         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22884         64-bit int/double union.
22885         (_FPU_SETCW): Likewise.
22886         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22887         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22889 2013-10-04  Alan Modra  <amodra@gmail.com>
22891         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22892         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22894 2013-10-04  Alan Modra  <amodra@gmail.com>
22896         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22897         use vector int constants.
22898         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22900 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22902         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22903         array with long long.
22904         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22905         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22906         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22907         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22908         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22909         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22910         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22911         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22912         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22913         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22914         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22915         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22916         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22918 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22920         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22921         (__signbit): Likewise.  Correct for little-endian.
22922         (__signbitl): Call __signbit.
22923         (lrint): Correct for little-endian.
22924         (lrintf): Call lrint.
22926 2013-10-04  Alan Modra  <amodra@gmail.com>
22928         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22929         union 32-bit int array member with 64-bit int array.
22930         (t515, tm256): Double rather than long double.
22931         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22933 2013-10-04  Alan Modra  <amodra@gmail.com>
22935         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22936         Delete.
22937         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22938         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22939         version of math_ldbl.h.
22941 2013-10-04  Alan Modra  <amodra@gmail.com>
22943         [BZ #15734], [BZ #15735]
22944         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22945         all uses of ieee875 long double macros and unions.  Simplify test
22946         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22947         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22948         normalize after ldbl_extract_mantissa, and don't add hidden bit
22949         already handled.  Don't treat low word of ieee854 mantissa like
22950         low word of IBM long double and mask off bit when testing for
22951         zero.
22952         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22953         all uses of ieee875 long double macros and unions.  Simplify tests
22954         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22955         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22956         two1022, instead use their values.  Recognise that tests for large
22957         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22958         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22959         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22960         test for 0.0L and nan.  Correct negation.
22961         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22962         ieee875 long double macros and unions.  Correct output for large
22963         magnitude x.  Correct absolute value calculation.
22964         (__erfcl): Likewise.
22965         * math/libm-test.inc: Add tests for errors discovered in IBM long
22966         double versions of fmodl, remainderl, erfl and erfcl.
22968 2013-10-04  Alan Modra  <amodra@gmail.com>
22970         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22971         all uses of ieee854 long double macros and unions.  Simplify tests
22972         for long doubles that are fully specified by the high double.
22973         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22974         Likewise.
22975         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22976         Remove dead code too.
22977         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22978         (__ieee754_ynl): Likewise.
22979         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22980         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22981         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22982         Remove dead code too.
22983         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22984         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22985         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22986         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22987         Simplify.
22988         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22989         Simplify.
22990         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22991         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22992         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22993         Comment on variable precision.
22994         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22995         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22996         Likewise.
22997         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22998         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22999         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23000         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23001         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23003 2013-10-04  Alan Modra  <amodra@gmail.com>
23005         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23006         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23007         all uses of ieee854 long double macros and unions.
23008         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23009         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23010         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23011         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23012         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23013         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23014         Likewise.
23015         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23016         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23017         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23018         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23019         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23020         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23021         Simplify sign and nan test too.
23022         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23023         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23024         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23025         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23026         Likewise.
23027         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23028         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23029         Likewise.
23030         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23031         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23032         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23033         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23034         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23035         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23037 2013-10-04  Alan Modra  <amodra@gmail.com>
23039         * stdio-common/printf_size.c (__printf_size): Don't use
23040         union ieee854_long_double in fpnum union.
23041         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23042         signbit macro to retrieve sign from long double.
23043         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23044         retrieve sign from long double.
23045         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23046         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23047         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23048         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23049         * math/test-misc.c (main): Don't use union ieee854_long_double.
23051 2013-10-04  Alan Modra  <amodra@gmail.com>
23053         [BZ #15680]
23054         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23055         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23056         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23057         calculation.  Remove unnecessary test for denormal exponent.
23058         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23059         Correct handling of denormals.  Avoid undefined shift behaviour.
23060         Correct normalisation of low mantissa when low double is denormal.
23061         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23062         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23063         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23064         Correct normalisation of low mantissa.  Test for overflow of high
23065         mantissa and normalise.
23066         (ldbl_nearbyint): Use more readable constant for two52.
23067         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23068         (__mpn_construct_long_double): Fix test for overflow of high
23069         mantissa and correct normalisation.  Avoid undefined shift.
23071 2013-10-04  Alan Modra  <amodra@gmail.com>
23073         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23074         (union ibm_extended_long_double): Define as an array of ieee754_double.
23075         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23076         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23077         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23078         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23079         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23080         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23081         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23082         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23083         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23084         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23085         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23087 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23089         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23090         page size instead of calling getpagesize.
23092         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23093         (LOCFILE_ALIGN_MASK): Likewise.
23094         (LOCFILE_ALIGN_UP): Likewise.
23095         (LOCFILE_ALIGNED_P): Likewise.
23096         * locale/programs/ld-collate.c (collate_output): Use the new
23097         macros instead of __alignof__ (int32_t).
23098         * locale/weight.h (findidx): Likewise.
23100 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23102         [BZ #431]
23103         * manual/string.texi: Fix strncat and wcsncat.
23105 2013-10-03  Brooks Moses  <bmoses@google.com>
23107         [BZ #15915]
23108         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23109         * Makerules: ...here, and adjust associated comments.
23111 2013-10-02  Will Newton  <will.newton@linaro.org>
23113         * malloc/Makefile: Add tst-pvalloc.
23114         * malloc/tst-pvalloc.c: New file.
23116 2013-10-02  Will Newton  <will.newton@linaro.org>
23118         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23119         improve test coverage.
23121 2013-10-02  Will Newton  <will.newton@linaro.org>
23123         * malloc/Makefile: Add tst-posix_memalign.
23124         * malloc/tst-posix_memalign.c: New file.
23126 2013-10-01  Eric Blake  <eblake@redhat.com>
23128         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23129         Use __THROWNL rather than __THROW on static functions.
23131 2013-09-30  Petr Machata  <pmachata@redhat.com>
23133         * elf/elf.h (R_AARCH64_ABS16): New macro.
23134         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23135         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23136         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23137         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23138         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23139         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23140         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23141         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23142         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23143         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23144         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23145         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23146         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23147         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23148         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23149         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23150         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23151         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23152         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23153         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23154         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23155         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23156         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23157         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23158         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23159         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23160         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23161         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23162         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23163         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23164         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23165         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23166         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23167         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23168         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23169         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23170         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23171         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23172         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23173         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23174         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23175         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23176         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23177         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23178         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23179         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23180         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23181         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23182         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23183         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23184         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23185         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23186         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23187         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23188         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23189         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23190         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23191         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23192         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23193         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23194         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23195         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23196         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23197         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23198         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23199         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23200         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23201         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23202         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23203         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23204         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23205         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23206         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23207         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23208         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23209         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23210         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23211         (R_AARCH64_TLSDESC_LDR): Likewise.
23212         (R_AARCH64_TLSDESC_ADD): Likewise.
23213         (R_AARCH64_TLSDESC_CALL): Likewise.
23215 2013-09-30  Andreas Schwab  <schwab@suse.de>
23217         [BZ #15048]
23218         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23219         the nss database lookup.
23220         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23221         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23223 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23225         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23227 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23229         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23230         ${Bash-specific parameter/pattern/string} parameter expansion.
23231         * sysdeps/unix/make-syscalls.sh: Likewise.
23233 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23235         * sysdeps/sh/stackguard-macros.h: New file.
23237 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23239         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23241         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23242         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23243         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23244         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23246 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23248         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23249         Fix thread ID register.
23251 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23253         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23254         [POSIX || UNIX98]: Require rather than permitting all symbols from
23255         <time.h>.
23256         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23257         element of struct sched_param.
23258         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23259         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23260         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23261         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23262         constant.
23264 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23266         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23267         argument calculation.
23269 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23271         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23272         Expect macro.
23273         [POSIX] (pthread_attr_t): Do not require type.
23274         [POSIX] (pthread_cond_t): Likewise.
23275         [POSIX] (pthread_condattr_t): Likewise.
23276         [POSIX] (pthread_key_t): Likewise.
23277         [POSIX] (pthread_mutex_t): Likewise.
23278         [POSIX] (pthread_mutexattr_t): Likewise.
23279         [POSIX] (pthread_once_t): Likewise.
23280         [POSIX] (pthread_t): Likewise.
23281         [POSIX-based standards] (pthread_atfork): Expect function.
23283 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23284             Richard Sandiford  <richard@codesourcery.com>
23286         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23287         (swap_endianness_p): New extern variable.
23288         (set_big_endian): New inline function.
23289         (maybe_swap_uint32): Likewise.
23290         (maybe_swap_uint32_array): Likewise.
23291         (maybe_swap_uint32_obstack): Likewise.
23292         * locale/programs/locfile.c: Include <stdbool.h>.
23293         (swap_endianness_p): New variable.
23294         (add_locale_uint32): Call maybe_swap_uint32.
23295         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23296         (write_locale_data): Call maybe_swap_uint32_array.
23297         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23298         maybe_swap_uint32.
23299         (obstack_int32_grow_fast): Likewise.
23300         (output_weightwc): Call maybe_swap_uint32_obstack.
23301         (collate_output): Likewise.
23302         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23303         (OPT_LITTLE_ENDIAN): Likewise.
23304         (options): Add --little-endian and --big-endian options.
23305         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23306         * locale/programs/locarchive.c: Include "locfile.h".
23307         (GET): New macro.
23308         (SET): Likewise.
23309         (INC): Likewise.
23310         (create_archive): Use the new macros to access fields of
23311         structures directly mapped from or written to locale archives.
23312         (oldlocrecentcmp): Likewise.
23313         (enlarge_archive): Likewise.
23314         (insert_name): Likewise.
23315         (add_alias): Likewise.
23316         (add_locale): Likewise.
23317         (delete_locales_from_archive): Likewise.
23318         (show_archive_content): Likewise.
23319         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23320         locale data.
23322 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23324         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23325         http://www.gnu.org/doc/freemanuals.texi.
23326         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23328 2013-09-24  Will Newton  <will.newton@linaro.org>
23330         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23331         macro.
23333 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23335         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23336         unsigned char.
23338 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23340         * manual/threads.texi (POSIX Threads): Fix a typo.
23342 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23344         [BZ #14547]
23345         * string/tst-strcoll-overflow.c: New test case.
23346         * string/Makefile (xtests): Add tst-strcoll-overflow.
23347         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23348         cache if string sizes may cause integer overflow.
23350         [BZ #14547]
23351         * string/strcoll_l.c (coll_seq): New members rule, idx,
23352         save_idx and back_us.
23353         (get_next_seq_nocache): New function.
23354         (do_compare_nocache): New function.
23355         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23356         when malloc fails.
23358 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23360         [BZ #15754]
23361         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23362         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23363         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23365         [BZ #15754]
23366         * elf/Makefile (tests): Add tst-ptrguard1.
23367         (tests-static): Add tst-ptrguard1-static.
23368         (tst-ptrguard1-ARGS): Define.
23369         (tst-ptrguard1-static-ARGS): Define.
23370         * elf/tst-ptrguard1.c: New file.
23371         * elf/tst-ptrguard1-static.c: New file.
23372         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23373         * sysdeps/i386/stackguard-macros.h: Likewise.
23374         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23375         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23376         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23377         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23378         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23379         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23381 2013-09-23  Hector Marco  <hecmargi@upv.es>
23382             Ismael Ripoll  <iripoll@disca.upv.es>
23383             Carlos O'Donell  <carlos@redhat.com>
23385         [BZ #15754]
23386         * sysdeps/generic/stackguard-macros.h: Define
23387         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23388         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23389         Define __pointer_chk_guard_local.
23390         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23391         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23393 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23395         [BZ #15859]
23396         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23398 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23400         * include/string.h (__ffs): Declare as hidden.
23401         * string/ffs.c (__ffs): Define as hidden.
23402         * sysdeps/i386/ffs.c (__ffs): Likewise.
23403         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23404         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23405         * sysdeps/s390/ffs.c (__ffs): Likewise.
23406         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23408 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23410         * NEWS: Mention malloc probes.
23412         * malloc/arena.c (new_heap): New memory_heap_new probe.
23413         (grow_heap): New memory_heap_more probe.
23414         (shrink_heap): New memory_heap_less probe.
23415         (heap_trim): New memory_heap_free probe.
23416         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23417         (systrim): New memory_sbrk_less probe.
23418         * manual/probes.texi: Document them.
23420         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23421         * manual/probes.texi: Document it.
23423         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23424         (__libc_realloc): Add memory_realloc_retry probe.
23425         (__libc_memalign): Add memory_memalign_retry probe.
23426         (__libc_valloc): Add memory_valloc_retry probe.
23427         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23428         (__libc_calloc): Add memory_calloc_retry probe.
23429         * manual/probes.texi: Document them.
23431         * malloc/arena.c (get_free_list): Add probe
23432         memory_arena_reuse_free_list.
23433         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23434         and memory_arena_reuse.
23435         (arena_get2) [!PER_THREAD]: Likewise.
23436         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23437         memory_arena_reuse_realloc.
23438         * manual/probes.texi: Document them.
23440         * malloc/malloc.c (__libc_free): Add
23441         memory_mallopt_free_dyn_thresholds probe.
23442         (__libc_mallopt): Add multiple memory_mallopt probes.
23443         * manual/probes.texi: Document them.
23445         * malloc/malloc.c: Include stap-probe.h.
23446         (__libc_mallopt): Add memory_mallopt probe.
23447         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23448         * manual/probes.texi: New.
23449         * manual/Makefile (chapters): Add probes.
23450         * manual/threads.texi: Set next node.
23452 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23454         [BZ #15963, #13985]
23455         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23456         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23457         Add `Chinese' to `nan' entry name.
23459 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23461         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23462         (POLYNOMIAL): Likewise.
23463         (TAYLOR_SINCOS): Likewise.
23464         (TAYLOR_SLOW): Likewise.
23465         (__sin): Use TAYLOR_SINCOS.
23466         (__cos): Likewise.
23467         (slow): Use TAYLOR_SLOW.
23468         (sloww): Likewise.
23469         (bsloww): Likewise.
23470         (csloww): Likewise.
23472 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23474         * stdlib/strtod_l.c: Fix buffer overrun.
23476 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23478         * benchtests/Makefile (bench): Add sincos.
23479         * benchtests/bench-sincos.c: New file.
23481         * math/libm-test.inc (cos_test_data): New test inputs.
23482         (sin_test_data): Likewise.
23484         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23485         macro.
23486         (__sin): Use it.
23487         (__cos): Likewise.
23488         (slow1): Likewise.
23489         (slow2): Likewise.
23490         (sloww1): Likewise.
23491         (sloww2): Likewise.
23492         (bsloww1): Likewise.
23493         (bsloww2): Likewise.
23494         (cslow2): Likewise.
23495         (csloww1): Likewise.
23496         (csloww2): Likewise.
23498         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23499         function.
23500         (__sin): Use it.
23501         (__cos): Likewise.
23503         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23504         gotos.
23505         (__cos): Likewise.
23507 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23509         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23510         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23511         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23512         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23513         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23514         * elf/cache.c (print_entry): Handle the new cache flags.
23516 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23517             Aldy Hernandez  <aldyh@redhat.com>
23519         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23520         Change condition to [_SOFT_FLOAT].
23521         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23522         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23523         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23524         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23525         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23526         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23527         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23529         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23530         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23531         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23532         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23533         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23535         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23536         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23537         declaration.
23539 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23541         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23542         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23543         (__longjmp): Use LOAD_GP to load saved GPRs.
23544         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23545         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23546         (__sigsetjmp): Use SAVE_GP to save GPRs.
23548         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23549         Do not append -msoft-float.
23550         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23552 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23554         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23556 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23558         [BZ #15966]
23559         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23560         (_FPU_GETCW): Use initial "__" on variable and field names but not
23561         on macro parameter name.
23562         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23563         parentheses around reference to macro parameter.
23565 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23567         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23568         prototype.
23569         (ctype_startup): Use uint32_t in cast and sizeof for
23570         ctype->charnames.
23572 2013-09-11  Jia Liu  <proljc@gmail.com>
23574         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23575         __daddr_t_defined.
23576         [__FreeBSD__]: Likewise.
23578 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23580         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23581         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23582         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23583         (strchr): Remove __strchr_sse42 ifunc selection.
23584         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23585         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23587 2013-09-11  Will Newton  <will.newton@linaro.org>
23589         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23590         parameter to RES. Remove hardcoded 1000 value.
23591         * benchtests/bench-skeleton.c (main): Pass RES parameter
23592         to TIMING_INIT and multiply result by 1000.
23594 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23598 2013-09-11  Andreas Schwab  <schwab@suse.de>
23600         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23601         if not defined.
23602         (O_TMPFILE) [__USE_GNU]: Define.
23603         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23604         Define.
23606 2013-09-11  Will Newton  <will.newton@linaro.org>
23608         [BZ #15857]
23609         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23610         does not overflow.
23612 2013-09-11  Will Newton  <will.newton@linaro.org>
23614         [BZ #15856]
23615         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23616         does not overflow.
23618 2013-09-11  Will Newton  <will.newton@linaro.org>
23620         [BZ #15855]
23621         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23622         does not overflow.
23624 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23626         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23627         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23628         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23629         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23630         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23632 2013-09-10  Allan McRae  <allan@archlinux.org>
23634         [BZ #15748]
23635         * manual/arith.texi (Parsing of Floats): Clarify
23636         cross-reference.
23638         [BZ #15849]
23639         * manual/install.texi (Running make install): Mention
23640         --enable-pt-chown.
23641         * INSTALL: Regenerated.
23643 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23645         * csu/init-first.c (_init): Remove the !SHARED condition around
23646         FPU control word initialization.
23647         * elf/dl-support.c (_dl_fpu_control): New variable.
23648         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23649         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23650         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23651         * math/test-fpucw-static.c: New file.
23652         * math/test-fpucw-ieee.c: New file.
23653         * math/test-fpucw-ieee-static.c: New file.
23654         * math/Makefile (tests): Add `test-fpucw-ieee' and
23655         `$(tests-static)'.
23656         (tests-static): New variable.
23657         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23658         dependency to...
23659         [($(build-shared),yes)]
23660         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23661         ... this.
23662         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23663         New dependency.
23665 2013-09-09  Allan McRae  <allan@archlinux.org>
23667         [BZ #15939]
23668         * manual/string.texi (Collation Functions): Fix typo in
23669         strcoll example.
23670         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23672         [BZ #15893]
23673         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23675         [BZ #15892]
23676         * libio/memstream.c (open_memstream): Fix memory leak.
23677         * libio/wmemstream.c (open_wmemstream): Likewise.
23679         [BZ #15895]
23680         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23682 2013-09-09  Will Newton  <will.newton@linaro.org>
23684         * malloc/Makefile: Add tst-realloc to tests.
23685         * malloc/tst-realloc.c: New file.
23687 2013-09-09  Allan McRae  <allan@archlinux.org>
23689         [BZ #15844]
23690         * COPYING: Update from GNU website to fix FSF address.
23691         * COPYING.LIB: Likewise.
23693 2013-09-06  David S. Miller  <davem@davemloft.net>
23695         * po/zh_TW.po: Update Chinese (traditional) translation from
23696         translation project.
23698 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23699             Joseph Myers  <joseph@codesourcery.com>
23701         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23702         "localeinfo.h".
23703         (obstack_chunk_alloc): New macro.
23704         (obstack_chunk_free): Likewise.
23705         (record_offset): New function.
23706         (init_locale_data): Likewise.
23707         (align_locale_data): Likewise.
23708         (add_locale_empty): Likewise.
23709         (add_locale_raw_data): Likewise.
23710         (add_locale_raw_obstack): Likewise.
23711         (add_locale_string): Likewise.
23712         (add_locale_wstring): Likewise.
23713         (add_locale_uint32): Likewise.
23714         (add_locale_uint32_array): Likewise.
23715         (add_locale_char): Likewise.
23716         (start_locale_structure): Likewise.
23717         (end_locale_structure): Likewise.
23718         (start_locale_prelude): Likewise.
23719         (end_locale_prelude): Likewise.
23720         (write_locale_data): Take locale_file structure rather than an
23721         iovec.
23722         * locale/programs/locfile.h: Include "obstack.h".
23723         (struct locale_file): Change to store locale file contents instead
23724         of header.
23725         (init_locale_data): New prototype.
23726         (align_locale_data): Likewise.
23727         (add_locale_empty): Likewise.
23728         (add_locale_raw_data): Likewise.
23729         (add_locale_raw_obstack): Likewise.
23730         (add_locale_string): Likewise.
23731         (add_locale_wstring): Likewise.
23732         (add_locale_uint32): Likewise.
23733         (add_locale_uint32_array): Likewise.
23734         (add_locale_char): Likewise.
23735         (start_locale_structure): Likewise.
23736         (end_locale_structure): Likewise.
23737         (start_locale_prelude): Likewise.
23738         (end_locale_prelude): Likewise.
23739         (write_locale_data): Update prototype.
23740         * locale/programs/3level.h (struct TABLE): Remove result field.
23741         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23742         Use new locale_file interface.
23743         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23744         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23745         * locale/programs/ld-address.c (address_output): Use new
23746         locale_file interface.
23747         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23748         NO_ADD_LOCALE.
23749         (collate_finish): Don't call collseq_table_finalize.
23750         (collate_output): Use new locale_file interface.
23751         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23752         in file.
23753         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23754         (TABLE): Move defines earlier in file.
23755         (ELEMENT): Likewise.
23756         (DEFAULT): Likewise.
23757         (wctrans_table_add): Move macro and inline function earlier in
23758         file.
23759         (struct wctype_table): Move type earlier in file.
23760         (add_locale_wctype_table): New static prototype.
23761         (struct locale_ctype_t): Use logical types instead of struct iovec
23762         pointers for members.
23763         (ctype_output): Use new locale_file interface.
23764         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23765         new locale_file interface.
23766         (allocate_arrays): Update for use of new locale_file interface.
23767         * locale/programs/ld-identification.c (identification_output): Use
23768         new locale_file interface.
23769         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23770         * locale/programs/ld-messages.c (messages_output): Likewise.
23771         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23772         * locale/programs/ld-name.c (name_output): Likewise.
23773         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23774         * locale/programs/ld-paper.c (paper_output): Likewise.
23775         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23776         * locale/programs/ld-time.c (time_output): Likewise.
23778 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23780         * benchtests/Makefile: Add memrchr benchmark.
23781         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23782         benchmark as memrchr.
23783         * benchtests/bench-memrchr-ifunc.c: New file.
23784         * benchtests/bench-memrchr.c: New file.
23786 2013-09-06   Will Newton  <will.newton@linaro.org>
23788         * benchtests/Makefile (string-bench): Add memcpy.
23790 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23791             Cong Wang  <amwang@redhat.com>
23793         [BZ #15850]
23794         * sysdeps/unix/sysv/linux/bits/in.h
23795         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23796         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23797         before __USE_KERNEL_IPV6_DEFS uses.
23798         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23799         IPPROTO_BEETPH.
23800         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23801         sockaddr_in6, or ipv6_mreq.
23803 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23805         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23806         memory access for final bytes in some large inputs.
23807         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23809 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23811         * string/test-memrchr.c: New file.
23812         * string/test-memrchr-ifunc.c: New file.
23813         * string/Makefile: Add new memrchr testcase.
23815 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23817         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23818         fanotify_init returns EPERM.
23820 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23822         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23823         errors.
23824         (top level): Treat second token from macro or constant entries for
23825         allowed headers as allowed.
23826         * include/complex.h: Condition internal declarations on
23827         [!_ISOMAC].
23828         * include/fenv.h: Condition include of <stdbool.h> and internal
23829         declarations on [!_ISOMAC].
23831 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23833         [BZ #15923]
23834         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23836 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23838         * configure.in (--enable-versioning): Remove configure option.
23839         (libc_cv_asm_symver_directive): Remove configure test.
23840         (libc_cv_ld_version_script_option): Likewise.
23841         (VERSIONING): Remove variable and AC_SUBST.
23842         (DO_VERSIONING): Remove AC_DEFINE.
23843         * configure: Regenerated.
23844         * config.h.in (DO_VERSIONING): Remove macro.
23845         * Makerules [$(versioning) = yes]: Change conditionals to
23846         [$(build-shared) = yes].
23847         * config.make.in (versioning): Remove variable.
23848         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23849         [$(build-shared) = yes].
23850         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23851         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23852         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23853         [$(build-shared) = yes].
23854         * extra-lib.mk [$(versioning) = yes]: Likewise.
23855         * hurd/Makefile [$(versioning) = yes]: Likewise.
23856         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23857         [SHARED].
23858         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23859         [SHARED].
23860         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23861         [SHARED && !NO_HIDDEN].
23862         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23863         [SHARED].
23864         [SHARED && DO_VERSIONING]: Likewise..
23865         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23866         [$(build-shared) = yes].
23867         * manual/install.texi (--disable-versioning): Remove
23868         documentation.
23869         * INSTALL: Regenerated.
23870         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23871         to [SHARED].
23872         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23873         [$(build-shared) = yes].
23874         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23875         * sysdeps/i386/i686/multiarch/strstr-c.c
23876         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23877         [SHARED && !NO_HIDDEN].
23878         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23879         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23880         * sysdeps/powerpc/powerpc32/dl-machine.c
23881         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23882         * sysdeps/powerpc/powerpc32/sysdep.h
23883         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23884         to [SHARED && PIC && !NO_HIDDEN].
23885         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23886         conditional to [SHARED].
23888 2013-09-04   Will Newton  <will.newton@linaro.org>
23890         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23891         * benchtests/bench-string.h: Include bench-timing.h instead
23892         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23893         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23894         call to HP_TIMING_DIFF_INIT.
23895         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23896         instead of hp-timing.h macros.
23897         * benchtests/bench-memchr.c: Likewise.
23898         * benchtests/bench-memcmp.c: Likewise.
23899         * benchtests/bench-memcpy.c: Likewise.
23900         * benchtests/bench-memmem.c: Likewise.
23901         * benchtests/bench-memmove.c: Likewise.
23902         * benchtests/bench-memset.c: Likewise.
23903         * benchtests/bench-rawmemchr.c: Likewise.
23904         * benchtests/bench-strcasecmp.c: Likewise.
23905         * benchtests/bench-strcasestr.c: Likewise.
23906         * benchtests/bench-strcat.c: Likewise.
23907         * benchtests/bench-strchr.c: Likewise.
23908         * benchtests/bench-strcmp.c: Likewise.
23909         * benchtests/bench-strcpy.c: Likewise.
23910         * benchtests/bench-strcpy_chk.c: Likewise.
23911         * benchtests/bench-strlen.c: Likewise.
23912         * benchtests/bench-strncasecmp.c: Likewise.
23913         * benchtests/bench-strncat.c: Likewise.
23914         * benchtests/bench-strncmp.c: Likewise.
23915         * benchtests/bench-strncpy.c: Likewise.
23916         * benchtests/bench-strnlen.c: Likewise.
23917         * benchtests/bench-strpbrk.c: Likewise.
23918         * benchtests/bench-strrchr.c: Likewise.
23919         * benchtests/bench-strspn.c: Likewise.
23920         * benchtests/bench-strstr.c: Likewise.
23922 2013-09-04  Will Newton  <will.newton@linaro.org>
23924         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23926 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23928         [BZ #15427]
23929         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23930         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23931         * math/libm-test.inc (lgamma_test_data): Add more tests.
23932         * sysdeps/i386/fpu/libm-test-ulps: Update.
23933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23935 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23937         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23938         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23939         Add ifunc.
23940         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23941         Add strcmp-sse2-unaligned
23942         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23944 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23946         * Versions.def (libc): Add GLIBC_2.19.
23948 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23950         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23951         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23953 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23955         [BZ #14155]
23956         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23957         intermediate calculations in recurrence.
23958         (__ieee754_ynf): Likewise.
23959         * math/libm-test.inc (jn_test_data): Do not allow spurious
23960         underflow exception.  Add more tests.
23961         (yn_test_data): Add more tests.
23962         * sysdeps/i386/fpu/libm-test-ulps: Update.
23963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23965 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23967         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23969 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23971         * csu/init-first.c: Fix then/than typos.
23972         * locale/programs/ld-collate.c: Likewise.
23973         * locale/programs/linereader.h: Likewise.
23974         * manual/charset.texi: Likewise.
23975         * manual/filesys.texi: Likewise.
23976         * manual/stdio.texi: Likewise.
23977         * manual/string.texi: Likewise.
23978         * stdlib/fmtmsg.c: Likewise.
23979         * sysdeps/i386/stpncpy.S: Likewise.
23980         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23981         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23982         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23983         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23985 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23987         * elf/dl-open.c: Fix typos.
23988         * iconvdata/gbbig5.c: Likewise.
23989         * iconvdata/iso-2022-jp.c: Likewise.
23990         * iconv/gconv_int.h: Likewise.
23991         * iconv/loop.c: Likewise.
23992         * nis/rpcsvc/nis.h: Likewise.
23993         * resolv/ns_name.c: Likewise.
23994         * stdio-common/vfscanf.c: Likewise.
23995         * streams/stropts.h: Likewise.
23996         * sunrpc/rpc_thread.c: Likewise.
23997         * sysdeps/i386/strpbrk.S: Likewise.
23998         * sysdeps/ieee754/k_standard.c: Likewise.
23999         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24000         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24001         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24002         * sysdeps/mach/hurd/profil.c: Likewise.
24003         * sysdeps/s390/dl-procinfo.h: Likewise.
24004         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24005         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24006         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24007         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24008         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24010 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24012         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24013         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24015 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24017         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24018         aix specific files.
24019         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24020         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24021         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24022         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24023         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24024         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24025         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24026         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24028 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24029             Roland McGrath  <roland@hack.frob.com>
24031         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24032         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24034 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24036         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24037         __executable_start symbol instead of _start.
24039 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24041         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24042         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24043         Move macros to...
24044         * sysdeps/gnu/ldsodefs.h: ... this new file.
24046         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24047         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24048         instead of ELFOSABI_LINUX.
24050         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24051         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24052         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24053         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24054         Likewise.
24055         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24056         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24057         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24058         Likewise.
24059         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24060         (ibm_extended_long_double): Add ieee_nan member.
24061         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24062         (do_test): New function.
24064         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24065         TEST_TRUNC.
24066         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24067         functions, renamed from truncdfsf_test, trunctfsf_test,
24068         trunctfdf_test.
24069         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24070         functions.
24071         (do_test): Run all these.
24073 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24075         * argp/argp-help.c: Fix typos.
24076         * argp/argp-parse.c: Likewise.
24077         * debug/backtracesyms.c: Likewise.
24078         * elf/elf.h: Likewise.
24079         * malloc/malloc.c: Likewise.
24080         * nis/nis_print.c: Likewise.
24081         * resolv/res_comp.c: Likewise.
24082         * stdlib/stdlib.h: Likewise.
24083         * sunrpc/clnt_tcp.c: Likewise.
24084         * sunrpc/clnt_udp.c: Likewise.
24085         * sunrpc/clnt_unix.c: Likewise.
24086         * sysdeps/unix/bsd/ptsname.c: Likewise.
24087         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24088         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24090         Likewise.
24091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24092         Likewise.
24093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24094         Likewise.
24095         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24097 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24099         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24100         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24102 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24104         [BZ #15897]
24105         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24106         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24107         ($(objpfx)bug-dl-leaf): New rule.
24108         ($(objpfx)bug-dl-leaf.so): Likewise.
24109         ($(objpfx)bug-dl-leaf.out): Likewise.
24110         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24111         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24112         * dlfcn/bug-dl-leaf.c: New test.
24113         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24114         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24115         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24116         (dlclose): Likewise.
24117         (dlmopen): Likewise.
24119 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24121         * include/netdb.h [!_ISOMAC]:
24122         Don't include <tls.h>.
24123         (h_errno, __libc_h_errno): Move declaration and macros out of
24124         [_LIBC_REENTRANT].
24126         * include/resolv.h [_RESOLV_H_]:
24127         Don't include <tls.h>.
24128         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24129         * resolv/res_libc.c: Don't include <tls.h>.
24130         (_res): Use __attribute__ ((nocommon)) in place of
24131         __attribute__ ((section (".bss"))).
24133         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24134         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24136         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24138         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24139         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24141         * resolv/res_mkquery.c: Include <sys/time.h>.
24143         * inet/ifreq.c: Moved to ...
24144         * sysdeps/unix/ifreq.c: ... here.
24145         * inet/ifreq.c: New file, true stub version.
24147         * socket/sa_len.c: New file.
24148         * socket/Makefile (aux): Add it.
24149         * sysdeps/unix/sysv/linux/Makefile
24150         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24151         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24152         and #include <socket/sa_len.c>.
24153         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24154         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24156         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24157         * bits/socket.h: ... here.
24159         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24160         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24161         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24163 2013-08-27  Andreas Schwab  <schwab@suse.de>
24165         [BZ #15736]
24166         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24167         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24168         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24169         * string/test-strcasecmp.c (test_main): Run tests in several
24170         locales.
24171         * string/test-strncasecmp.c (test_main): Likewise.
24173         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24174         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24175         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24176         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24177         (__strncasecmp_ssse3) [PIC]: Likewise.
24179 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24181         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24183         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24184         instead of explicitly declaring xdecrypt.
24185         * nis/nss_nis/nis-publickey.c: Likewise.
24187 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24189         [BZ #15890]
24190         * nscd/aicache.c: Include res_hconf.h.
24191         (addhstaiX): Initialize res_hconf.
24193 2013-08-26  Andreas Schwab  <schwab@suse.de>
24195         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24196         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24198 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24200         * nscd/aicache.c (addhstaiX): Fix indentation.
24202 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24204         * configure.ac: Quote $build_pt_chown test.
24205         * configure: Regenerated.
24207 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24209         [BZ #15532]
24210         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24211         * math/s_cexpf.c (__cexpf): Likewise.
24212         * math/s_cexpl.c (__cexpl): Likewise.
24213         * math/libm-test.inc (cexp_test_data): Correct expected return
24214         value for NaN + i0.  Add another test.
24216 2013-08-22  David S. Miller  <davem@davemloft.net>
24218         * po/ca.po: Update Catalan translation from translation project.
24219         * po/uk.po: Add Ukrainian translations from translation project.
24221 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24223         [BZ #15797]
24224         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24225         is infinite, not alongside NaN test.
24226         * math/s_fdimf.c (__fdimf): Likewise.
24227         * math/s_fdiml.c (__fdiml): Likewise.
24228         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24229         errno is unchanged.
24231 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24233         * argp/argp-help.c: Fix typos.
24234         * crypt/speeds.c: Likewise.
24235         * csu/check_fds.c: Likewise.
24236         * elf/dl-load.c: Likewise.
24237         * elf/dl-open.c: Likewise.
24238         * elf/reldep3.c: Likewise.
24239         * elf/reldep.c: Likewise.
24240         * elf/sprof.c: Likewise.
24241         * iconv/iconv_charmap.c: Likewise.
24242         * iconv/skeleton.c: Likewise.
24243         * iconv/strtab.c: Likewise.
24244         * io/lockf64.c: Likewise.
24245         * libio/libioP.h: Likewise.
24246         * resolv/gai_notify.c: Likewise.
24247         * resolv/ns_name.c: Likewise.
24248         * resolv/ns_samedomain.c: Likewise.
24249         * resolv/res_send.c: Likewise.
24250         * stdlib/random.c: Likewise.
24251         * sunrpc/rpc/xdr.h: Likewise.
24252         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24253         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24254         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24255         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24256         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24257         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24258         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24259         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24260         * sysdeps/mach/hurd/check_fds.c: Likewise.
24261         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24262         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24263         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24264         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24265         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24266         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24267         * sysdeps/pthread/aio_notify.c: Likewise.
24268         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24269         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24270         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24271         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24272         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24274 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24276         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24277         version if bit_Slow_SSE4_2 is set.
24278         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24279         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24281 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24283         [BZ #15867]
24284         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24285         trampoline stack frame information.
24286         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24287         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24288         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24289         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24290         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24291         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24292         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24293         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24294         sa_flags value.
24295         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24296         interrupting a syscall and set with option SA_SIGINFO.
24298 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24300         [BZ #15531]
24301         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24302         argument is infinite.
24303         * math/s_cprojf.c (__cprojf): Likewise.
24304         * math/s_cprojl.c (__cprojl): Likewise.
24305         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24306         * math/libm-test.inc (cproj_test_data): Add more tests.
24308         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24310         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24311         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24312         size.  Use __ffs to determine corresponding shift.
24314 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24315             Roland McGrath  <roland@hack.frob.com>
24317         * Makefile (INSTALL): Remove trailing blank lines from output of
24318         makeinfo.
24320 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24322         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24323         Align 32 bit compat elf_greg to 8 bytes.
24325 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24327         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24329 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24331         * string/strcoll_l.c (coll_seq): New structure.
24332         (get_next_seq_cached): New function.
24333         (get_next_seq): New function.
24334         (do_compare): New function.
24335         (STRCOLL): Use GNU style definition.  Simplify implementation
24336         by using get_next_seq, get_next_seq_cached and do_compare.
24338 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24340         [BZ #14699]
24341         CVE-2013-4237
24342         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24343         member.
24344         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24345         member.
24346         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24347         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24348         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24349         conditional.
24350         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24351         GETDENTS_64BIT_ALIGNED.
24352         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24353         * manual/filesys.texi (Reading/Closing Directory): Document
24354         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24355         strongly.
24356         * manual/conf.texi (Limits for Files): Add portability note to
24357         NAME_MAX, PATH_MAX.
24358         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24360 2013-08-13  Andreas Schwab  <schwab@suse.de>
24362         [BZ #15749]
24363         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24364         of fabs.
24365         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24366         LDBL_MAX_EXP >= 16384]: Add tests for it.
24368 2013-08-12  David S. Miller  <davem@davemloft.net>
24370         * version.h (RELEASE): Set to "development".
24371         (VERSION): Set to "2.18.90".
24372         * NEWS: Add 2.19 section.
24374 2013-08-03  David S. Miller  <davem@davemloft.net>
24376         * po/ko.po: Update Korean translation from translation project.
24378 2013-08-01  David S. Miller  <davem@davemloft.net>
24380         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24381         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24382         Bilka.
24384 2013-07-30  David S. Miller  <davem@davemloft.net>
24386         * po/fr.po: Update French translation from translation project.
24388 2013-07-28  David S. Miller  <davem@davemloft.net>
24390         * po/cs.po: Update Czech translation from translation project.
24392         * po/sv.po: Update Swedish translation from translation project.
24394 2013-07-27  David S. Miller  <davem@davemloft.net>
24396         * po/eo.po: Update Esperanto translation from translation project.
24398         * po/vi.po: Update Vietnamese translation from translation project.
24400         * po/de.po: Update German translation from translation project.
24402 2013-07-26  David S. Miller  <davem@davemloft.net>
24404         * po/bg.po: Update Bulgarian translation from translation project.
24406         * po/nl.po: Update Dutch translation from translation project.
24407         * po/pl.po: Update Polish translation from translation project.
24408         * po/ru.po: Update Russian translation from translation project.
24410 2013-07-24  David S. Miller  <davem@davemloft.net>
24412         * po/libc.pot: Update.
24414 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24416         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24417         variable page size.
24418         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24419         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24420         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24422 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24424         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24426 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24427             Andreas Schwab  <schwab@suse.de>
24428             Roland McGrath  <roland@hack.frob.com>
24429             Joseph Myers  <joseph@codesourcery.com>
24430             Carlos O'Donell  <carlos@redhat.com>
24432         [BZ #15755]
24433         * config.h.in: Define HAVE_PT_CHOWN.
24434         * config.make.in (build-pt-chown): New variable.
24435         * configure.in (--enable-pt_chown): New configure option.
24436         * configure: Regenerate.
24437         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24438         build-pt-chown is enabled.
24439         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24440         pt_chown to fix pty ownership.
24441         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24442         CLOSE_ALL_FDS.
24443         * manual/install.texi (Configuring and compiling): Mention
24444         --enable-pt_chown. Add @findex for grantpt.
24445         * INSTALL: Regenerate.
24447 2013-07-20  David S. Miller  <davem@davemloft.net>
24449         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24450         difference between 32-bit and 64-bit.
24452 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24454         [BZ #15711]
24455         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24456         Avoid system header dependency with -ffreestanding.
24457         ($(objpfx)bits/syscall%d): Likewise.
24459 2013-07-13  David S. Miller  <davem@davemloft.net>
24461         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24462         underflows from atanl/atan2l due to bug 15319.
24463         (casinh_test_data): Likewise.
24465 2013-07-07  David S. Miller  <davem@davemloft.net>
24467         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24469 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24471         * sysdeps/i386/fpu/libm-test-ulps: Update.
24472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24474 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24476         * configure.in (--enable-lock-elision): Fix message text.
24477         * INSTALL: Regenerate.
24478         * configure: Regenerate.
24480 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24484 2013-07-03  Andreas Jaeger  <aj@suse.de>
24486         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24487         define.
24488         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24489         (ptrace_peeksiginfo_args): Add.
24490         (__ptrace_peeksiginfo_flags): Add.
24491         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24492         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24493         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24495 2013-07-03  Allan McRae  <allan@archlinux.org>
24497         * sysdeps/i386/fpu/libm-test-ulps: Update.
24499 2013-07-02  David S. Miller  <davem@davemloft.net>
24501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24503 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24505         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24507 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24509         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24512 2013-07-02  Andi Kleen <ak@linux.intel.com>
24514         * config.h.in (ENABLE_LOCK_ELISION): Add.
24515         * configure.in (--enable-lock-elision): Add option.
24516         * manual/install.texi: Document --enable lock elision.
24517         * configure: Regenerate
24518         * INSTALL: Regenerate.
24520 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24522         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24523         SSE4.2 strcasecmp for libc.a.
24524         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24526 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24528         [BZ #13304]
24529         * soft-fp/op-common.h (_FP_FMA): New macro.
24530         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24531         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24532         (_FP_MUL_MEAT_1_imm): ... here.
24533         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24534         (_FP_MUL_MEAT_1_wide): ... here.
24535         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24536         (_FP_MUL_MEAT_1_hard): ... here.
24537         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24538         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24539         (_FP_MUL_MEAT_2_wide): ... here.
24540         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24541         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24542         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24543         (_FP_MUL_MEAT_2_gmp): ... here.
24544         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24545         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24546         (_FP_MUL_MEAT_4_wide): ... here.
24547         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24548         (_FP_MUL_MEAT_4_gmp): ... here.
24549         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24550         (_FP_WFRACBITS_DW_S): Likewise.
24551         (_FP_WFRACXBITS_DW_S): Likewise.
24552         (_FP_HIGHBIT_DW_S): Likewise.
24553         (FP_FMA_S): Likewise.
24554         (_FP_FRAC_HIGH_DW_S): Likewise.
24555         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24556         (_FP_WFRACBITS_DW_D): Likewise.
24557         (_FP_WFRACXBITS_DW_D): Likewise.
24558         (_FP_HIGHBIT_DW_D): Likewise.
24559         (FP_FMA_D): Likewise.
24560         (_FP_FRAC_HIGH_DW_D): Likewise.
24561         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24562         (_FP_WFRACBITS_DW_E): Likewise.
24563         (_FP_WFRACXBITS_DW_E): Likewise.
24564         (_FP_HIGHBIT_DW_E): Likewise.
24565         (FP_FMA_E): Likewise.
24566         (_FP_FRAC_HIGH_DW_E): Likewise.
24567         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24568         (_FP_WFRACBITS_DW_Q): Likewise.
24569         (_FP_WFRACXBITS_DW_Q): Likewise.
24570         (_FP_HIGHBIT_DW_Q): Likewise.
24571         (FP_FMA_Q): Likewise.
24572         (_FP_FRAC_HIGH_DW_Q): Likewise.
24573         * soft-fp/fmasf4.c: New file.
24574         * soft-fp/fmadf4.c: Likewise.
24575         * soft-fp/fmatf4.c: Likewise.
24577 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24579         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24580         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24581         Silvermont.
24582         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24583         macro.
24584         (index_Slow_SSE4_2): Likewise.
24585         (index_Prefer_PMINUB_for_stringop): Likewise.
24586         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24587         bit_Slow_SSE4_2 is set.
24588         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24589         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24591 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24593         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24594         rtld_global._dl_hwcap2.
24595         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24596         POWER8.
24597         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24598         POWER8 feature descriptions defined in _dl_hwcap2.
24599         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24600         string handling for POWER8 feature bits.
24601         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24602         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24603         _dl_powerpc_cap_flags.
24604         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24605         * sysdeps/powerpc/rtld-global-offsets.sym
24606         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24607         _dl_hwcap2 in the rtld_global_ro structure.
24609 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24611         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24612         hardware capabilities in support of AT_HWCAP2.
24613         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24614         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24615         GLRO(dl_hwcap2).
24616         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24617         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24618         explicitly the unknown a_type display mechanism is used.
24619         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24620         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24621         struct member.
24622         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24623         to macro prototype for AT_HWCAP2 support.
24624         * sysdeps/i386/dl-procinfo.h: Likewise.
24625         * sysdeps/s390/dl-procinfo.h: Likewise.
24626         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24627         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24628         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24629         return -1 for unknown a_type display fallback.
24630         * sysdeps/sparc/dl-procinfo.h: Likewise.
24631         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24632         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24634 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24636         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24637         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24639 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24641         [BZ #12492]
24642         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24643         mprotect making __stack_prot writable.
24645 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24646             Joseph Myers  <joseph@codesourcery.com>
24648         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24649         as being properly aligned.
24651 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24653         * dlfcn/modstatic5.c: New file.
24654         * dlfcn/tststatic5.c: New file.
24655         * dlfcn/Makefile (tests): Add tststatic5.
24656         (tests-static): Likewise.
24657         (modules-names): Add modstatic5.
24658         (tststatic5-ENV): New variable.
24659         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24661         [BZ #15022]
24662         * elf/dl-support.c (_dl_main_map): New variable.
24663         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24664         (_dl_nns, _dl_load_adds): Set to 1.
24665         (_dl_initial_searchlist): Refer to _dl_main_map.
24666         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24667         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24668         call to _dl_get_origin.
24669         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24670         around call_map.
24671         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24672         * dlfcn/modstatic3.c: New file.
24673         * dlfcn/tststatic3.c: New file.
24674         * dlfcn/tststatic4.c: New file.
24675         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24676         (tests-static): Likewise.
24677         (modules-names): Add modstatic3.
24678         (tststatic3-ENV, tststatic4-ENV): New variables.
24679         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24680         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24682 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24684         * configure.in (CC): Require GCC version 4.4 or later.
24685         * configure: Regenerated.
24686         * manual/install.texi (Tools for Compilation): Update GCC version
24687         requirement.
24688         * INSTALL: Regenerated.
24690 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24692         [BZ #15674]
24693         * string/test-memcmp.c (check2): New.
24694         (main): Call check2.
24696         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24698 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24700         [BZ #15022]
24701         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24702         over to...
24703         (dl_open_worker) [!SHARED]: ... here.
24705 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24707         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24709 2013-06-25  Richard Henderson  <rth@redhat.com>
24711         * locale/programs/locarchive.c: Include <libc-internal.h>
24713 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24715         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24716         trailing whitespace removed.
24718 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24720         [BZ #10283]
24721         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24722         * locale/programs/locarchive.c: Include libc-mmap.h.
24723         (prepare_address_space): Take two new outputs (the mmap base and len).
24724         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24725         values.
24726         (create_archive): Declare new mmap base and len values for
24727         prepare_address_space, and store the result in ah.
24728         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24729         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24730         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24731         Declare new mmap base and len values for
24732         prepare_address_space, and store the result in new_ah.
24733         (open_archive): Declare new mmap base and len values for
24734         prepare_address_space, and store the result in ah.
24735         (close_archive): If ah->mmap_base is not NULL, use that and
24736         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24737         * sysdeps/generic/libc-mmap.h: New file.
24739 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24741         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24742         (ALIGN_UP): Likewise.
24743         (PTR_ALIGN_DOWN): Likewise.
24744         (PTR_ALIGN_UP): Likewise.
24746 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24748         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24749         entry mapped to PPC_PLATFORM_POWER8.
24750         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24751         POWER8.
24752         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24753         (_dl_string_platform): Add case for exporting platform position for
24754         POWER8.
24755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24756         search path to sysdeps/powerpc/powerpc32/power8 directory.
24757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24758         search path to sysdeps/powerpc/powerpc64/power8 directory.
24759         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24760         power7 directories.
24761         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24762         power7 directories.
24764 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24766         * INSTALL: Regenerate.
24768         * nscd/connections.c (nscd_init): Fix comment.
24770 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24772         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24774         [BZ #15667]
24775         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24776         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24778 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24780         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24781         DL_DST_REQ_STATIC.
24782         (DL_DST_REQ_STATIC): Remove macro.
24784 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24786         [BZ #7006]
24787         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24788         with a shift of 0 bits.
24790 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24792         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24793         $(tststatic-ENV).
24795 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24797         [BZ #15655]
24798         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24800 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24802         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24803         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24804         accepts -fno-tree-loop-distribute-patterns.
24805         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24806         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24807         recursive call.
24808         * string/memset.c (memset): Likewise.
24809         * string/test-memmove.c (simple_memmove): Disable loop transformation
24810         to library calls.
24811         * string/test-memset.c (simple_memset): Likewise.
24812         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24813         * benchtests/bench-memset.c (simple_memset): Likewise.
24814         * configure: Regenerated.
24816 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24818         * math/test-misc.c (main): Ignore fesetround failure when failures
24819         of subsequent rounding tests would be ignored.
24821         [BZ #15654]
24822         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24823         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24824         * math/fegetenv.c (__fegetenv): Return 0.
24825         * math/fegetexcept.c (fegetexcept): Return 0.
24826         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24827         FE_TONEAREST.
24828         * math/feholdexcpt.c (feholdexcept): Return 0.
24829         * math/fesetenv.c (__fesetenv): Return 0.
24830         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24831         argument FE_TONEAREST.
24832         * math/feupdateenv.c (__feupdateenv): Return 0.
24833         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24835 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24837         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24838         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24839         ($(objpfx)rtld-%.os rules): Use them.
24841 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24843         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24844         fields.
24846 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24848         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24849         length of target pattern, then descending length of dependency pattern.
24850         * configure.in (AWK): Require gawk 3.1.2 or newer.
24851         * manual/install.texi (Tools for Compilation): Say that we do.
24852         * configure: Regenerated.
24854         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24855         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24856         * scripts/sysd-rules.awk: ... this new script.
24857         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24858         than a glob-style pattern.
24860 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24862         * math/test-misc.c (main): Do not treat incorrectly rounded
24863         conversions as failure unless ROUNDING_TESTS passes.
24865 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24867         [BZ #15631]
24868         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24869         restore exception state around main square root computation, then
24870         check for inexactness explicitly.
24872         * math/libm-test.inc (fma_test_data): Add another test.
24874 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24876         * manual/threads.texi (Non-POSIX Extensions): New document
24877         node.  Document pthread_getattr_default_np and
24878         pthread_setattr_default_np.
24880         * Versions.def (libpthread): Add GLIBC_2.18.
24881         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24883         Likewise.
24884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24885         Likewise.
24886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24887         Likewise.
24888         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24889         Likewise.
24890         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24891         Likewise.
24892         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24893         Likewise.
24894         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24895         Likewise.
24896         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24897         Likewise.
24898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24899         Likewise.
24901 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24903         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24904         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24906 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24907             H.J. Lu  <hjl.tools@gmail.com>
24909         [BZ #15627]
24910         * sysdeps/x86_64/rtld-memset.c: Remove file.
24911         * sysdeps/x86_64/rtld-memset.S: New file.
24913 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24915         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24916         (test_in_one_mode): Take arguments for whether the rounding mode
24917         is supported for each floating-point type.
24918         (do_test): Pass new arguments to test_in_one_mode using
24919         ROUNDING_TESTS.
24921 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24923         * posix/tst-waitid.c (do_test): Distinguish different instances of
24924         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24925         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24926         before entering the kernel for waitpid.
24928 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24930         * NEWS: Fix note on clock function precision.  Text by Roland
24931         McGrath.
24933 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24935         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24936         it into place only when and if the sanity check passes.
24938 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24940         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24941         output for whether conversion result is exact.  Take argument
24942         indicating whether type is IBM long double.
24943         (round_for_all): Change need_exact field to ibm_ld.
24944         * stdlib/tst-strtod-round.c (struct exactness): New type.
24945         (struct test): Change bool ld_ok field to struct exactness exact.
24946         (TEST): Update all definitions for change to field.
24947         (tests): Regenerate array contents.
24948         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24949         field value.  Check for IBM long double here.
24950         (do_test): Update calls to test_in_one_mode.
24952 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24954         [BZ #12515]
24955         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24956         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24958 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24960         [BZ #15605]
24961         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24962         generated by the compiler on loop optimizations.
24963         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24964         general definitions.
24966 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24968         * math/bug-nextafter.c: Include <math-tests.h>.
24969         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24970         the relevant type.
24971         * math/bug-nexttoward.c: Include <math-tests.h>.
24972         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24973         the relevant type.
24974         * math/test-misc.c: Include <math-tests.h>.
24975         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24976         the relevant type.
24978 2013-06-12  Andreas Jaeger  <aj@suse.de>
24980         * po/ia.po: Update Interlingua translation from translation
24981         project.
24983 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24985         * include/fenv.h: Include stdbool.h.
24986         (struct rm_ctx): New structure.
24987         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24988         Define macro.
24989         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24990         (SET_RESTORE_ROUNDF): Likewise.
24991         (SET_RESTORE_ROUNDL): Likewise.
24992         (SET_RESTORE_ROUND_NOEX): Likewise.
24993         (SET_RESTORE_ROUND_NOEXF): Likewise.
24994         (SET_RESTORE_ROUND_NOEXL): Likewise.
24995         (SET_RESTORE_ROUND_53BIT): Likewise.
24996         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24997         (libc_feresetround_noexf_ctx): Likewise.
24998         (libc_feresetround_noexl_ctx): Likewise.
24999         (libc_feholdsetround_53bit_ctx): Likewise.
25000         (libc_feresetround_53bit_ctx): Likewise.
25001         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25002         (libc_feholdexcept_setround_sse_ctx): New function.
25003         (libc_fesetenv_sse_ctx): Likewise.
25004         (libc_feupdateenv_sse_ctx): Likewise.
25005         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25006         (libc_feholdexcept_setround_387_ctx): Likewise.
25007         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25008         (libc_feholdsetround_387_prec_ctx): Likewise.
25009         (libc_feholdsetround_387_ctx): Likewise.
25010         (libc_feholdsetround_387_53bit_ctx): Likewise.
25011         (libc_feholdsetround_sse_ctx): Likewise.
25012         (libc_feresetround_sse_ctx): Likewise.
25013         (libc_feresetround_387_ctx): Likewise.
25014         (libc_feupdateenv_387_ctx): Likewise.
25015         (libc_feholdexcept_setroundf_ctx): Define macro.
25016         (libc_fesetenvf_ctx): Likewise.
25017         (libc_feupdateenvf_ctx): Likewise.
25018         (libc_feholdsetroundf_ctx): Likewise.
25019         (libc_feresetroundf_ctx): Likewise.
25020         (libc_feholdexcept_setround_ctx): Likewise.
25021         (libc_fesetenv_ctx): Likewise.
25022         (libc_feupdateenv_ctx): Likewise.
25023         (libc_feholdsetround_ctx): Likewise.
25024         (libc_feresetround_ctx): Likewise.
25025         (libc_feholdexcept_setroundl_ctx): Likewise.
25026         (libc_feupdateenvl_ctx): Likewise.
25027         (libc_feholdsetroundl_ctx): Likewise.
25028         (libc_feresetroundl_ctx): Likewise.
25029         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25030         (libc_feresetround_53bit_ctx): Likewise.
25032 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25034         * locale/iso-639.def: Convert to UTF-8.
25036 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25038         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25039         (EXCEPTION_TESTS_double): Likewise.
25040         (EXCEPTION_TESTS_long_double): Likewise.
25041         (EXCEPTION_TESTS): Likewise.
25042         * math/libm-test.inc (test_exceptions): Only test exceptions if
25043         EXCEPTION_TESTS (FLOAT).
25045 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25047         * benchtests/Makefile (string-bench): Add strcpy_chk and
25048         stpcpy_chk.
25049         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25050         * benchtests/bench-stpcpy_chk.c: New file.
25051         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25052         * benchtests/bench-strcpy_chk.c: New file.
25053         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25054         code.
25055         (do_test): Likewise.
25057 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25059         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25060         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25061         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25062         with tabs where appropriate.
25063         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25064         dl-procinfo.h.
25065         [PPC_PLATFORM_PPC440]: Likewise.
25066         [PPC_PLATFORM_PPC464]: Likewise.
25067         [PPC_PLATFORM_PPC476]: Likewise.
25068         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25069         ppc464, and ppc476 platform strings merging from ports/
25070         dl-procinfo.h.
25072 2013-06-11  Andreas Schwab  <schwab@suse.de>
25074         [BZ #14991]
25075         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25076         (from_ucs4_idx): Regenerate.
25077         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25078         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25079         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25080         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25081         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25082         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25083         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25084         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25085         from FROM_LOOP and TO_LOOP specific macros.
25086         (BODY): Handle combining characters.
25087         * iconvdata/BIG5HKSCS.irreversible: Update.
25088         * iconvdata/BIG5HKSCS.precomposed: New file.
25089         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25090         characters.
25091         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25093 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25095         * include/sys/time.h: Fix indentation and add copyright header.
25097         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25098         (do_test): Likewise.
25099         * string/test-memchr.c (do_one_test): Likewise.
25100         (do_test): Likewise.
25101         * string/test-memcmp.c (do_one_test): Likewise.
25102         (do_test): Likewise.
25103         * string/test-memcpy.c (do_one_test): Likewise.
25104         (do_test): Likewise.
25105         * string/test-memmem.c (do_one_test): Likewise.
25106         (do_test): Likewise.
25107         (do_random_tests): Likewise.
25108         * string/test-memmove.c (do_one_test): Likewise.
25109         (do_test): Likewise.
25110         * string/test-memset.c (do_one_test): Likewise.
25111         (do_test): Likewise.
25112         * string/test-rawmemchr.c (do_one_test): Likewise.
25113         (do_test): Likewise.
25114         * string/test-strcasecmp.c (do_one_test): Likewise.
25115         (do_test): Likewise.
25116         * string/test-strcasestr.c (do_one_test): Likewise.
25117         (do_test): Likewise.
25118         * string/test-strcat.c (do_one_test): Likewise.
25119         (do_test): Likewise.
25120         * string/test-strchr.c (do_one_test): Likewise.
25121         (do_test): Likewise.
25122         * string/test-strcmp.c (do_one_test): Likewise.
25123         (do_test): Likewise.
25124         * string/test-strcpy.c (do_one_test): Likewise.
25125         (do_test): Likewise.
25126         * string/test-string.h: Likewise.
25127         (test_init): Likewise.
25128         * string/test-strlen.c (do_one_test): Likewise.
25129         (do_test): Likewise.
25130         * string/test-strncasecmp.c (do_one_test): Likewise.
25131         (do_test): Likewise.
25132         * string/test-strncat.c (do_one_test): Likewise.
25133         (do_test): Likewise.
25134         * string/test-strncmp.c (do_one_test): Likewise.
25135         (do_test_limit): Likewise.
25136         (do_test): Likewise.
25137         * string/test-strncpy.c (do_one_test): Likewise.
25138         (do_test): Likewise.
25139         * string/test-strnlen.c (do_one_test): Likewise.
25140         (do_test): Likewise.
25141         * string/test-strpbrk.c (do_one_test): Likewise.
25142         (do_test): Likewise.
25143         * string/test-strrchr.c (do_one_test): Likewise.
25144         (do_test): Likewise.
25145         * string/test-strspn.c (do_one_test): Likewise.
25146         (do_test): Likewise.
25147         * string/test-strstr.c (do_one_test): Likewise.
25148         (do_test): Likewise.
25150         * benchtests/Makefile (string-bench): Add string benchmarks.
25151         * benchtests/bench-bcopy-ifunc.c: New file.
25152         * benchtests/bench-bcopy.c: New file.
25153         * benchtests/bench-bzero-ifunc.c: New file.
25154         * benchtests/bench-bzero.c: New file.
25155         * benchtests/bench-memccpy-ifunc.c: New file.
25156         * benchtests/bench-memccpy.c: New file.
25157         * benchtests/bench-memchr-ifunc.c: New file.
25158         * benchtests/bench-memchr.c: New file.
25159         * benchtests/bench-memcmp-ifunc.c: New file.
25160         * benchtests/bench-memcmp.c: New file.
25161         * benchtests/bench-memmem-ifunc.c: New file.
25162         * benchtests/bench-memmem.c: New file.
25163         * benchtests/bench-memmove-ifunc.c: New file.
25164         * benchtests/bench-memmove.c: New file.
25165         * benchtests/bench-mempcpy-ifunc.c: New file.
25166         * benchtests/bench-mempcpy.c: New file.
25167         * benchtests/bench-memset-ifunc.c: New file.
25168         * benchtests/bench-memset.c: New file.
25169         * benchtests/bench-rawmemchr-ifunc.c: New file.
25170         * benchtests/bench-rawmemchr.c: New file.
25171         * benchtests/bench-stpcpy-ifunc.c: New file.
25172         * benchtests/bench-stpcpy.c: New file.
25173         * benchtests/bench-stpncpy-ifunc.c: New file.
25174         * benchtests/bench-stpncpy.c: New file.
25175         * benchtests/bench-strcasecmp-ifunc.c: New file.
25176         * benchtests/bench-strcasecmp.c: New file.
25177         * benchtests/bench-strcasestr-ifunc.c: New file.
25178         * benchtests/bench-strcasestr.c: New file.
25179         * benchtests/bench-strcat-ifunc.c: New file.
25180         * benchtests/bench-strcat.c: New file.
25181         * benchtests/bench-strchr-ifunc.c: New file.
25182         * benchtests/bench-strchr.c: New file.
25183         * benchtests/bench-strchrnul-ifunc.c: New file.
25184         * benchtests/bench-strchrnul.c: New file.
25185         * benchtests/bench-strcmp-ifunc.c: New file.
25186         * benchtests/bench-strcmp.c: New file.
25187         * benchtests/bench-strcpy-ifunc.c: New file.
25188         * benchtests/bench-strcpy.c: New file.
25189         * benchtests/bench-strcspn-ifunc.c: New file.
25190         * benchtests/bench-strcspn.c: New file.
25191         * benchtests/bench-strlen-ifunc.c: New file.
25192         * benchtests/bench-strlen.c: New file.
25193         * benchtests/bench-strncasecmp-ifunc.c: New file.
25194         * benchtests/bench-strncasecmp.c: New file.
25195         * benchtests/bench-strncat-ifunc.c: New file.
25196         * benchtests/bench-strncat.c: New file.
25197         * benchtests/bench-strncmp-ifunc.c: New file.
25198         * benchtests/bench-strncmp.c: New file.
25199         * benchtests/bench-strncpy-ifunc.c: New file.
25200         * benchtests/bench-strncpy.c: New file.
25201         * benchtests/bench-strnlen-ifunc.c: New file.
25202         * benchtests/bench-strnlen.c: New file.
25203         * benchtests/bench-strpbrk-ifunc.c: New file.
25204         * benchtests/bench-strpbrk.c: New file.
25205         * benchtests/bench-strrchr-ifunc.c: New file.
25206         * benchtests/bench-strrchr.c: New file.
25207         * benchtests/bench-strspn-ifunc.c: New file.
25208         * benchtests/bench-strspn.c: New file.
25209         * benchtests/bench-strstr-ifunc.c: New file.
25210         * benchtests/bench-strstr.c: New file.
25212         * benchtests/Makefile: Disable parallel execution of targets.
25213         (string-bench): Add memcpy.
25214         (benchset): New variable to store a list of benchmark sets.
25215         (bench-func): Renamed from bench.
25216         (bench-set): New target.
25217         (bench): Depend on bench-func and bench-set.
25218         * benchtests/README: Add section on benchmark sets.
25219         * benchtests/bench-memcpy-ifunc.c: New file.
25220         * benchtests/bench-memcpy.c: New file.
25221         * benchtests/bench-string.h: New file.
25223 2013-06-11  Andreas Schwab  <schwab@suse.de>
25225         [BZ #15577]
25226         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25227         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25228         values in the triple.
25229         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25230         terminator in the group key.
25232 2013-06-11  Andreas Jaeger  <aj@suse.de>
25234         * po/zh_TW.po: Update Chinese (traditional) translation from
25235         translation project.
25237 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25239         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25240         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25241         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25242         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25243         (clock_getcpuclockid): Likewise.
25244         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25245         Add weak_alias and libc_hidden_def.
25246         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25247         * rt/clock_gettime.c (clock_gettime): Rename to
25248         __clock_gettime.  Add weak_alias and libc_hidden_def.
25249         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25250         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25251         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25252         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25253         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25254         Likewise.
25255         * rt/clock_settime.c (clock_settime): Rename to
25256         __clock_settime.  Add weak_alias and libc_hidden_def.
25257         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25259 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25261         * mach/err_boot.sub: Remove trailing whitespace.
25262         * mach/err_ipc.sub: Likewise.
25263         * mach/err_mach.sub: Likewise.
25265         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25266         (ROUNDING_TESTS_double): Likewise.
25267         (ROUNDING_TESTS_long_double): Likewise.
25268         (ROUNDING_TESTS): Likewise.
25269         * math/libm-test.inc: Include <math-tests.h>.
25270         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25271         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25272         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25273         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25275 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25277         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25278         of assigning.
25280 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25282         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25283         otherwise empty TRANS lines.
25284         * sysdeps/gnu/errlist.c: Regenerated.
25286         * catgets/gencat.c (error_print): Use (void) in function
25287         definition.
25288         * crypt/crypt_util.c (__init_des): Likewise.
25289         * crypt/speeds.c (Stop): Likewise.
25290         (main): Likewise.
25291         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25292         * inet/ruserpass.c (token): Likewise.
25293         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25294         * intl/localealias.c (extend_alias_table): Likewise.
25295         * intl/plural-exp.c (init_germanic_plural): Likewise.
25296         * libio/fcloseall.c (__fcloseall): Likewise.
25297         * libio/genops.c (_IO_flush_all): Likewise.
25298         (_IO_flush_all_linebuffered): Likewise.
25299         (_IO_cleanup): Likewise.
25300         (_IO_iter_begin): Likewise.
25301         (_IO_iter_end): Likewise.
25302         (_IO_list_lock): Likewise.
25303         (_IO_list_unlock): Likewise.
25304         (_IO_list_resetlock): Likewise.
25305         * libio/getchar.c (getchar): Likewise.
25306         * libio/getchar_u.c (getchar_unlocked): Likewise.
25307         * libio/getwchar.c (getwchar): Likewise.
25308         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25309         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25310         * login/getpt.c (__getpt): Likewise.
25311         * login/tst-utmp.c (main): Likewise.
25312         * malloc/hooks.c (__malloc_check_init): Likewise.
25313         * malloc/malloc.c (__malloc_stats): Likewise.
25314         * malloc/mtrace.c (tr_break): Likewise.
25315         (mtrace): Likewise.
25316         (muntrace): Likewise.
25317         * misc/fstab.c (endfsent): Likewise.
25318         * misc/getclktck.c (__getclktck): Likewise.
25319         * misc/getdtsz.c (__getdtablesize): Likewise.
25320         * misc/gethostid.c (gethostid): Likewise.
25321         * misc/getpagesize.c (__getpagesize): Likewise.
25322         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25323         (__get_nprocs): Likewise.
25324         (__get_phys_pages): Likewise.
25325         (__get_avphys_pages): Likewise.
25326         * misc/getttyent.c (getttyent): Likewise.
25327         (setttyent): Likewise.
25328         (endttyent): Likewise.
25329         * misc/getusershell.c (getusershell): Likewise.
25330         (endusershell): Likewise.
25331         (setusershell): Likewise.
25332         (initshells): Likewise.
25333         * misc/hsearch.c (__hdestroy): Likewise.
25334         * misc/sync.c (sync): Likewise.
25335         * misc/syslog.c (closelog_internal): Likewise.
25336         (closelog): Likewise.
25337         * misc/ttyslot.c (ttyslot): Likewise.
25338         * misc/vhangup.c (vhangup): Likewise.
25339         * posix/fork.c (__fork): Likewise.
25340         * posix/getegid.c (__getegid): Likewise.
25341         * posix/geteuid.c (__geteuid): Likewise.
25342         * posix/getgid.c (__getgid): Likewise.
25343         * posix/getpid.c (__getpid): Likewise.
25344         * posix/getppid.c (__getppid): Likewise.
25345         * posix/getuid.c (__getuid): Likewise.
25346         * posix/pause.c (pause): Likewise.
25347         * posix/setpgrp.c (setpgrp): Likewise.
25348         * posix/setsid.c (__setsid): Likewise.
25349         * posix/test-vfork.c (noop): Likewise.
25350         * resolv/gethnamaddr.c (_endhtent): Likewise.
25351         (_gethtent): Likewise.
25352         (ht_endhostent): Likewise.
25353         (gethostent): Likewise.
25354         (dns_service): Likewise.
25355         * stdlib/drand48.c (drand48): Likewise.
25356         * stdlib/lrand48.c (lrand48): Likewise.
25357         * stdlib/mrand48.c (mrand48): Likewise.
25358         * stdlib/rand.c (rand): Likewise.
25359         * stdlib/random.c (__random): Likewise.
25360         * stdlib/setenv.c (clearenv): Likewise.
25361         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25362         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25363         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25364         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25365         (__get_nprocs): Likewise.
25366         (__get_phys_pages): Likewise.
25367         (__get_avphys_pages): Likewise.
25368         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25369         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25370         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25371         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25372         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25373         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25374         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25375         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25376         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25377         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25378         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25379         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25380         * sysdeps/posix/clock.c (clock): Likewise.
25381         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25382         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25383         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25384         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25385         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25386         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25387         (__get_nprocs_conf): Likewise.
25388         (__get_phys_pages): Likewise.
25389         (__get_avphys_pages): Likewise.
25390         * time/clock.c (clock): Likewise.
25391         * time/tzset.c (__tzname_max): Likewise.
25393 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25395         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25396         (__bswap_32): Do not use "register".
25397         * crypt/crypt.c (_ufc_doit_r): Likewise.
25398         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25399         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25400         * gmon/gmon.c (__monstartup): Likewise.
25401         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25402         * hurd/hurdmalloc.c (more_memory): Likewise.
25403         (malloc): Likewise.
25404         (free): Likewise.
25405         (realloc): Likewise.
25406         (malloc_fork_prepare): Likewise.
25407         (malloc_fork_parent): Likewise.
25408         (malloc_fork_child): Likewise.
25409         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25410         (_svcauth_des): Likewise.
25411         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25412         * inet/inet_net.c (inet_network): Likewise.
25413         * inet/inet_netof.c (inet_netof): Likewise.
25414         * inet/rcmd.c (__validuser2_sa): Likewise.
25415         * io/fts.c (fts_open): Likewise.
25416         (fts_load): Likewise.
25417         (fts_close): Likewise.
25418         (fts_read): Likewise.
25419         (fts_children): Likewise.
25420         (fts_build): Likewise.
25421         (fts_stat): Likewise.
25422         (fts_sort): Likewise.
25423         (fts_alloc): Likewise.
25424         (fts_lfree): Likewise.
25425         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25426         (_IO_file_xsgetn): Likewise.
25427         (_IO_file_xsgetn_mmap): Likewise.
25428         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25429         (_IO_cookie_write): Likewise.
25430         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25431         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25432         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25433         * malloc/obstack.c (_obstack_begin): Likewise.
25434         (_obstack_begin_1): Likewise.
25435         (_obstack_newchunk): Likewise.
25436         (_obstack_allocated_p): Likewise.
25437         (obstack_free): Likewise.
25438         (_obstack_memory_used): Likewise.
25439         * misc/getttyent.c (getttynam): Likewise.
25440         (getttyent): Likewise.
25441         (skip): Likewise.
25442         (value): Likewise.
25443         * misc/getusershell.c (initshells): Likewise.
25444         * misc/syslog.c (__vsyslog_chk): Likewise.
25445         * misc/ttyslot.c (ttyslot): Likewise.
25446         * nis/nis_hash.c (__nis_hash): Likewise.
25447         * posix/fnmatch_loop.c (FCT): Likewise.
25448         * posix/getconf.c (print_all): Likewise.
25449         (main): Likewise.
25450         * posix/getopt.c (exchange): Likewise.
25451         * posix/glob.c (globfree): Likewise.
25452         (prefix_array): Likewise.
25453         (__glob_pattern_type): Likewise.
25454         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25455         (NS_GET32): Likewise.
25456         (NS_PUT16): Likewise.
25457         (NS_PUT32): Likewise.
25458         * resolv/gethnamaddr.c (getanswer): Likewise.
25459         (gethostbyname2): Likewise.
25460         (gethostbyaddr): Likewise.
25461         (_gethtent): Likewise.
25462         (_gethtbyname2): Likewise.
25463         (_gethtbyaddr): Likewise.
25464         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25465         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25466         * resolv/res_init.c (__res_vinit): Likewise.
25467         (net_mask): Likewise.
25468         * resolv/res_mkquery.c (outchar): Likewise.
25469         (PRINT): Likewise.
25470         * stdio-common/printf_fp.c (outchar): Likewise.
25471         (PRINT): Likewise.
25472         * stdio-common/printf_fphex.c (outchar): Likewise.
25473         (PRINT): Likewise.
25474         * stdio-common/printf_size.c (outchar): Likewise.
25475         (PRINT): Likewise.
25476         * stdio-common/test_rdwr.c (main): Likewise.
25477         * stdio-common/tfformat.c (matches): Likewise.
25478         * stdio-common/vfprintf.c (outchar): Likewise.
25479         (printf_unknown): Likewise.
25480         (buffered_vfprintf): Likewise.
25481         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25482         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25483         (ReadFile): Likewise.
25484         * stdlib/qsort.c (SWAP): Likewise.
25485         (_quicksort): Likewise.
25486         * stdlib/setenv.c (__add_to_environ): Likewise.
25487         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25488         * stdlib/strtol_l.c (__strtol_l): Likewise.
25489         * stdlib/tst-strtod.c (main): Likewise.
25490         * stdlib/tst-strtol.c (main): Likewise.
25491         * stdlib/tst-strtoll.c (main): Likewise.
25492         * string/bits/string2.h (__strcmp_cc): Likewise.
25493         (__strcmp_cg): Likewise.
25494         (__strcspn_c1): Likewise.
25495         (__strcspn_c2): Likewise.
25496         (__strcspn_c3): Likewise.
25497         (__strspn_c1): Likewise.
25498         (__strspn_c2): Likewise.
25499         (__strspn_c3): Likewise.
25500         (__strsep_1c): Likewise.
25501         (__strsep_2c): Likewise.
25502         (__strsep_3c): Likewise.
25503         * string/memccpy.c (__memccpy): Likewise.
25504         * string/stpcpy.c (__stpcpy): Likewise.
25505         * string/strcmp.c (strcmp): Likewise.
25506         * string/strrchr.c (strrchr): Likewise.
25507         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25508         Likewise.
25509         * sysdeps/mach/hurd/getcwd.c
25510         (_hurd_canonicalize_directory_name_internal): Likewise.
25511         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25512         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25513         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25514         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25515         Likewise, in both definitions.
25516         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25517         definitions.
25518         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25519         64] (__bswap_64): Likewise.
25520         * time/test_time.c (main): Likewise.
25521         * time/tzfile.c (__tzfile_read): Likewise.
25522         (__tzfile_compute): Likewise.
25523         * time/tzset.c (__tzset_parse_tz): Likewise.
25524         (tzset_internal): Likewise.
25525         (compute_change): Likewise.
25526         * wcsmbs/wcscat.c (__wcscat): Likewise.
25527         * wcsmbs/wcschr.c (wcschr): Likewise.
25528         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25529         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25530         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25531         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25532         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25533         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25534         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25535         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25536         * wcsmbs/wmemset.c (wmemset): Likewise.
25538 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25540         * scripts/config.guess: Update to version 2013-05-16.
25541         * scripts/config.sub: Update to version 2013-04-24.
25542         * scripts/install-sh: Update to version 2011-11-20.07.
25543         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25544         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25546 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25548         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25549         * elf/sln.c: Likewise.
25550         * hurd/hurd/ioctl.h: Likewise.
25551         * hurd/hurdmalloc.c: Likewise.
25552         * hurd/xattr.c: Likewise.
25553         * include/shlib-compat.h: Likewise.
25554         * inet/ruserpass.c: Likewise.
25555         * libio/iofgets_u.c: Likewise.
25556         * libio/iofgetws_u.c: Likewise.
25557         * locale/programs/ld-identification.c: Likewise.
25558         * locale/programs/ld-time.c: Likewise.
25559         * mach/msg-destroy.c: Likewise.
25560         * nss/nss_files/files-netgrp.c: Likewise.
25561         * resolv/res_data.c: Likewise.
25562         * soft-fp/op-1.h: Likewise.
25563         * soft-fp/op-2.h: Likewise.
25564         * soft-fp/op-4.h: Likewise.
25565         * soft-fp/op-common.h: Likewise.
25566         * stdio-common/printf_fphex.c: Likewise.
25567         * stdlib/strtod_l.c: Likewise.
25568         * sunrpc/rpc/clnt.h: Likewise.
25569         * sysdeps/generic/framestate.c: Likewise.
25570         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25571         * sysdeps/i386/bsd-setjmp.S: Likewise.
25572         * sysdeps/i386/__longjmp.S: Likewise.
25573         * sysdeps/i386/setjmp.S: Likewise.
25574         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25575         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25576         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25577         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25578         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25579         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25580         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25581         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25582         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25583         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25584         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25585         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25586         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25587         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25588         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25589         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25590         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25591         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25592         * sysdeps/ieee754/support.c: Likewise.
25593         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25594         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25595         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25596         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25597         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25598         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25599         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25600         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25601         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25602         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25603         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25604         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25605         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25606         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25607         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25608         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25609         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25612 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25614         * posix/transbug.c: Remove executable mode.
25616 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25618         * crypt/speeds.c: Remove trailing whitespace.
25619         * dlfcn/default.c: Likewise.
25620         * elf/ifuncdep2.c: Likewise.
25621         * elf/ifuncmain1.c: Likewise.
25622         * elf/ifuncmain1vis.c: Likewise.
25623         * elf/testobj.h: Likewise.
25624         * elf/tst-stackguard1.c: Likewise.
25625         * gmon/sys/gmon.h: Likewise.
25626         * hurd/hurdmsg.c: Likewise.
25627         * hurd/new-fd.c: Likewise.
25628         * hurd/ports-get.c: Likewise.
25629         * iconvdata/ibm1008_420.c: Likewise.
25630         * inet/tst-getni1.c: Likewise.
25631         * inet/tst-getni2.c: Likewise.
25632         * libio/ioungetc.c: Likewise.
25633         * libio/wfiledoalloc.c: Likewise.
25634         * manual/libm-err-tab.pl: Likewise.
25635         * math/w_dremf.c: Likewise.
25636         * misc/ftruncate.c: Likewise.
25637         * posix/bug-glob2.c: Likewise.
25638         * posix/tst-pcre.c: Likewise.
25639         * posix/wait4.c: Likewise.
25640         * resolv/README: Likewise.
25641         * resolv/res_debug.h: Likewise.
25642         * resolv/tst-inet_ntop.c: Likewise.
25643         * setjmp/bug269-setjmp.c: Likewise.
25644         * soft-fp/extended.h: Likewise.
25645         * soft-fp/op-1.h: Likewise.
25646         * soft-fp/op-2.h: Likewise.
25647         * soft-fp/op-4.h: Likewise.
25648         * soft-fp/op-8.h: Likewise.
25649         * soft-fp/testit.c: Likewise.
25650         * stdio-common/bug16.c: Likewise.
25651         * stdlib/random.c: Likewise.
25652         * sunrpc/rpcsvc/rquota.x: Likewise.
25653         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25654         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25655         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25656         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25657         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25658         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25659         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25660         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25661         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25662         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25663         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25664         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25665         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25666         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25667         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25668         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25669         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25670         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25671         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25672         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25673         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25674         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25675         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25676         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25677         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25678         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25679         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25680         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25681         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25682         * sysdeps/ieee754/s_lib_version.c: Likewise.
25683         * sysdeps/mach/hurd/check_fds.c: Likewise.
25684         * sysdeps/mach/hurd/getsockname.c: Likewise.
25685         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25686         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25687         * sysdeps/powerpc/bits/link.h: Likewise.
25688         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25689         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25690         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25691         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25692         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25693         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25694         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25695         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25696         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25697         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25698         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25699         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25700         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25701         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25702         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25703         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25704         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25705         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25706         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25707         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25708         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25709         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25710         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25711         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25712         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25713         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25714         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25715         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25716         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25717         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25718         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25719         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25720         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25721         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25722         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25723         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25724         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25725         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25726         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25727         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25728         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25729         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25730         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25731         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25732         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25733         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25734         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25735         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25736         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25737         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25738         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25739         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25740         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25741         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25742         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25743         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25744         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25745         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25746         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25747         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25748         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25749         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25750         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25751         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25752         * sysdeps/powerpc/sysdep.h: Likewise.
25753         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25754         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25755         * sysdeps/sh/dl-trampoline.S: Likewise.
25756         * sysdeps/sh/memset.S: Likewise.
25757         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25758         * sysdeps/sh/strlen.S: Likewise.
25759         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25760         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25761         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25762         * sysdeps/sparc/sparc32/rem.S: Likewise.
25763         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25764         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25765         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25766         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25767         * sysdeps/sparc/sparc32/urem.S: Likewise.
25768         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25769         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25770         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25771         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25772         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25773         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25774         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25775         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25776         * sysdeps/unix/bsd/times.c: Likewise.
25777         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25778         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25782         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25783         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25784         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25785         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25786         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25787         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25788         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25789         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25790         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25791         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25792         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25793         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25794         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25795         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25796         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25797         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25798         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25799         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25800         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25801         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25802         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25803         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25804         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25805         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25806         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25807         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25808         * sysdeps/x86_64/strcspn.S: Likewise.
25810 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25812         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25813         generated file.  Regenerate properly from gen-translit.pl.
25814         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25815         locale/C-translit.h.
25817 2013-06-05  Andreas Schwab  <schwab@suse.de>
25819         [BZ #15100]
25820         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25821         week as 6 instead of -1.
25822         * time/tst-strptime.c (day_tests): Add test case.
25824 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25826         * sysdeps/generic/math_private.h
25827         (libc_feholdexcept_setround_53bit): Replace with
25828         libc_feholdsetround_53bit.
25829         (libc_feupdateenv_53bit): Replace with
25830         libc_feresetround_53bit.
25831         (SET_RESTORE_ROUND_53BIT): Adjust.
25833 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25835         * string/test-strchrnul.c: Add copyright header.
25837         * posix/tst-getaddrinfo4.c: Increase test timeout.
25839 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25841         [BZ #15536]
25842         * math/libm-test.inc (MAX_EXP): Remove
25843         (MIN_EXP): Define.
25844         (ulp): Use MIN_EXP - MANT_DIG.
25845         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25847 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25849         * po/be.po: Revert last change.
25850         * po/zh_CN.po: Likewise.
25851         * po/header.pot: Likewise.
25853 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25855         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25856         link-libc-deps to empty as target-specific variable.
25857         * Makerules (link-libc-args): New variable.
25858         (libc-for-link): Likewise.
25859         (link-libc-deps): Likewise.
25860         (lib%.so): Depend on $(link-libc-deps).  Link with
25861         $(link-libc-args).
25862         (build-module): Link with $(link-libc-args).
25863         (build-module-asneeded): Likewise.
25864         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25865         list of objects.
25866         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25867         target-specific variable.
25868         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25869         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25870         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25871         libc.
25872         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25873         libc and ld.so.
25874         ($(objpfx)libpcprofile.so): Likewise.
25875         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25876         libc_nonshared.a.
25877         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25878         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25879         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25880         $(link-libc-deps).
25881         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25882         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25883         * login/Makefile ($(objpfx)libutil.so): Likewise.
25884         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25885         * math/Makefile ($(objpfx)libm.so): Likewise.
25886         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25887         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25888         variable instead of depending directly on libc.
25889         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25890         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25891         $(link-libc-deps).
25892         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25893         libc.
25894         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25895         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25896         ($(objpfx)libanl.so): Likewise.
25897         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25898         ld.so.
25899         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25900         $(link-libc-deps).
25901         * sysdeps/i386/fpu/Makefile: Remove file.
25902         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25903         ($(objpfx)libm.so): Remove dependency on ld.so.
25905 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25907         [BZ # 15553]
25908         * nis/yp_xdr.c (XDRMAXNAME): Define.
25909         (XDRMAXRECORD): Define.
25910         (xdr_domainname): Use XDRMAXNAME.
25911         (xdr_mapname): Likewise.
25912         (xdr_peername): Likewise.
25913         (xdr_keydat): Use XDRMAXRECORD.
25914         (xdr_valdat): Likewise.
25916 2013-05-30  Jeff Law  <law@redhat.com>
25918         [BZ #14256]
25919         * manual/errno.texi (ESTALE): Update to account for more than
25920         just NFS file systems.
25921         * sysdeps/gnu/errlist.c: Regenerated.
25923 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25925         [BZ #15465]
25926         * elf/Makefile (tests): Add tst-null-argv.
25927         (modules-names):  Add tst-null-argv-lib.
25928         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25929         (tst-null-argv-ENV): Set environment for tst-null-argv.
25930         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25931         (RTLD_PROGNAME): New macro.
25932         * elf/tst-null-argv.c: New test case.
25933         * elf/tst-null-argv-lib.c: Library for test case.
25934         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25935         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25936         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25937         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25938         * elf/dl-init.c (call_init): Likewise.
25939         (_dl_init): Likewise.
25940         * elf/dl-load.c (print_search_path): Likewise.
25941         (_dl_map_object): Likewise.
25942         * elf/dl-lookup.c (do_lookup_x): Likewise.
25943         (add_dependency): Likewise.
25944         (_dl_lookup_symbol_x): Likewise.
25945         (_dl_debug_bindings): Likewise.
25946         * elf/dl-open.c (_dl_show_scope): Likewise.
25947         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25948         * elf/dl-version.c (match_symbol): Likewise.
25949         (_dl_check_map_versions): Likewise.
25950         * elf/rtld.c (dl_main): Likewise.
25951         (print_unresolved): Use RTLD_PROGNAME.
25952         (print_missing_version): Likewise.
25953         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25954         (elf_machine_rela): Likewise.
25955         * sysdeps/powerpc/powerpc32/dl-machine.c
25956         (__process_machine_rela): Likewise.
25957         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25958         Likewise.
25959         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25960         Likewise.
25961         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25962         Likewise.
25963         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25964         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25965         Likewise.
25966         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25967         Likewise.
25968         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25970 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25972         * po/be.po: Add descriptive title.
25973         * po/zh_CN.po: Likewise.
25974         * po/header.pot: Likewise.
25976 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25978         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25979         error message.
25980         (enlarge_archive): Likewise.
25982 2013-05-28  Ben North  <ben@redfrontdoor.org>
25984         * manual/arith.texi (frexp): It is the magnitude of the return
25985         value which lies in [0.5, 1), not the return value itself.
25987 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25991 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25993         * stdio-common/bug26.c (main): Correct fscanf template.
25995         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25996         declare _dl_skip_args.
25998         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25999         Don't declare.
26001         * manual/platform.texi: Add missing @end deftypefun.
26003 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26005         [BZ #15529]
26006         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26007         bit of mantissa of 2^16382.
26008         * math/libm-test.inc (hypot_test_data): Add more tests.
26010         * math/libm-test.inc: Add drem and pow10 to list of tested
26011         functions.
26012         (pow10_test): New function.
26013         (drem_test): Likewise.
26014         (drem_test_tonearest): Likewise.
26015         (drem_test_towardzero): Likewise.
26016         (drem_test_downward): Likewise.
26017         (drem_test_upward): Likewise.
26018         (main): Call the new functions.
26020         * math/libm-test.inc (finite_test_data): Remove.
26021         (finite_test): Run tests from isfinite_test_data.
26022         (gamma_test_data): Remove.
26023         (gamma_test): Run tests from lgamma_test_data.
26024         * sysdeps/i386/fpu/libm-test-ulps: Update.
26025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26027 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26029         * manual/platform.texi: Add PowerPC PPR function set documentation.
26030         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26031         implementation.
26033 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26035         * math/libm-test.inc (MAX_EXP): Define.
26036         (ULPDIFF): Define.
26037         (ulp): New function.
26038         (check_float_internal): Use ULPDIFF.
26039         (cpow_test): Disable failing test.
26040         (check_ulp): Test ulp() implemetnation.
26041         (main): Call check_ulp before starting tests.
26043 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26045         * math/gen-libm-test.pl (generate_testfile): Do not handle
26046         START_DATA and END_DATA.
26047         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26048         END_DATA.
26049         (acos_tonearest_test_data): Likewise.
26050         (acos_towardzero_test_data): Likewise.
26051         (acos_downward_test_data): Likewise.
26052         (acos_upward_test_data): Likewise.
26053         (acosh_test_data): Likewise.
26054         (asin_test_data): Likewise.
26055         (asin_tonearest_test_data): Likewise.
26056         (asin_towardzero_test_data): Likewise.
26057         (asin_downward_test_data): Likewise.
26058         (asin_upward_test_data): Likewise.
26059         (asinh_test_data): Likewise.
26060         (atan_test_data): Likewise.
26061         (atanh_test_data): Likewise.
26062         (atan2_test_data): Likewise.
26063         (cabs_test_data): Likewise.
26064         (cacos_test_data): Likewise.
26065         (cacosh_test_data): Likewise.
26066         (carg_test_data): Likewise.
26067         (casin_test_data): Likewise.
26068         (casinh_test_data): Likewise.
26069         (catan_test_data): Likewise.
26070         (catanh_test_data): Likewise.
26071         (cbrt_test_data): Likewise.
26072         (ccos_test_data): Likewise.
26073         (ccosh_test_data): Likewise.
26074         (ceil_test_data): Likewise.
26075         (cexp_test_data): Likewise.
26076         (cimag_test_data): Likewise.
26077         (clog_test_data): Likewise.
26078         (clog10_test_data): Likewise.
26079         (conj_test_data): Likewise.
26080         (copysign_test_data): Likewise.
26081         (cos_test_data): Likewise.
26082         (cos_tonearest_test_data): Likewise.
26083         (cos_towardzero_test_data): Likewise.
26084         (cos_downward_test_data): Likewise.
26085         (cos_upward_test_data): Likewise.
26086         (cosh_test_data): Likewise.
26087         (cosh_tonearest_test_data): Likewise.
26088         (cosh_towardzero_test_data): Likewise.
26089         (cosh_downward_test_data): Likewise.
26090         (cosh_upward_test_data): Likewise.
26091         (cpow_test_data): Likewise.
26092         (cproj_test_data): Likewise.
26093         (creal_test_data): Likewise.
26094         (csin_test_data): Likewise.
26095         (csinh_test_data): Likewise.
26096         (csqrt_test_data): Likewise.
26097         (ctan_test_data): Likewise.
26098         (ctan_tonearest_test_data): Likewise.
26099         (ctan_towardzero_test_data): Likewise.
26100         (ctan_downward_test_data): Likewise.
26101         (ctan_upward_test_data): Likewise.
26102         (ctanh_test_data): Likewise.
26103         (ctanh_tonearest_test_data): Likewise.
26104         (ctanh_towardzero_test_data): Likewise.
26105         (ctanh_downward_test_data): Likewise.
26106         (ctanh_upward_test_data): Likewise.
26107         (erf_test_data): Likewise.
26108         (erfc_test_data): Likewise.
26109         (exp_test_data): Likewise.
26110         (exp_tonearest_test_data): Likewise.
26111         (exp_towardzero_test_data): Likewise.
26112         (exp_downward_test_data): Likewise.
26113         (exp_upward_test_data): Likewise.
26114         (exp10_test_data): Likewise.
26115         (exp2_test_data): Likewise.
26116         (expm1_test_data): Likewise.
26117         (fabs_test_data): Likewise.
26118         (fdim_test_data): Likewise.
26119         (finite_test_data): Likewise.
26120         (floor_test_data): Likewise.
26121         (fma_test_data): Likewise.
26122         (fma_towardzero_test_data): Likewise.
26123         (fma_downward_test_data): Likewise.
26124         (fma_upward_test_data): Likewise.
26125         (fmax_test_data): Likewise.
26126         (fmin_test_data): Likewise.
26127         (fmod_test_data): Likewise.
26128         (fpclassify_test_data): Likewise.
26129         (frexp_test_data): Likewise.
26130         (gamma_test_data): Likewise.
26131         (hypot_test_data): Likewise.
26132         (ilogb_test_data): Likewise.
26133         (isfinite_test_data): Likewise.
26134         (isgreater_test_data): Likewise.
26135         (isgreaterequal_test_data): Likewise.
26136         (isinf_test_data): Likewise.
26137         (isless_test_data): Likewise.
26138         (islessequal_test_data): Likewise.
26139         (islessgreater_test_data): Likewise.
26140         (isnan_test_data): Likewise.
26141         (isnormal_test_data): Likewise.
26142         (issignaling_test_data): Likewise.
26143         (isunordered_test_data): Likewise.
26144         (j0_test_data): Likewise.
26145         (j1_test_data): Likewise.
26146         (jn_test_data): Likewise.
26147         (ldexp_test_data): Likewise.
26148         (lgamma_test_data): Likewise.
26149         (lrint_test_data): Likewise.
26150         (lrint_tonearest_test_data): Likewise.
26151         (lrint_towardzero_test_data): Likewise.
26152         (lrint_downward_test_data): Likewise.
26153         (lrint_upward_test_data): Likewise.
26154         (llrint_test_data): Likewise.
26155         (llrint_tonearest_test_data): Likewise.
26156         (llrint_towardzero_test_data): Likewise.
26157         (llrint_downward_test_data): Likewise.
26158         (llrint_upward_test_data): Likewise.
26159         (log_test_data): Likewise.
26160         (log10_test_data): Likewise.
26161         (log1p_test_data): Likewise.
26162         (log2_test_data): Likewise.
26163         (logb_test_data): Likewise.
26164         (logb_downward_test_data): Likewise.
26165         (lround_test_data): Likewise.
26166         (llround_test_data): Likewise.
26167         (modf_test_data): Likewise.
26168         (nearbyint_test_data): Likewise.
26169         (nextafter_test_data): Likewise.
26170         (nexttoward_test_data): Likewise.
26171         (pow_test_data): Likewise.
26172         (pow_tonearest_test_data): Likewise.
26173         (pow_towardzero_test_data): Likewise.
26174         (pow_downward_test_data): Likewise.
26175         (pow_upward_test_data): Likewise.
26176         (remainder_test_data): Likewise.
26177         (remainder_tonearest_test_data): Likewise.
26178         (remainder_towardzero_test_data): Likewise.
26179         (remainder_downward_test_data): Likewise.
26180         (remainder_upward_test_data): Likewise.
26181         (remquo_test_data): Likewise.
26182         (rint_test_data): Likewise.
26183         (rint_tonearest_test_data): Likewise.
26184         (rint_towardzero_test_data): Likewise.
26185         (rint_downward_test_data): Likewise.
26186         (rint_upward_test_data): Likewise.
26187         (round_test_data): Likewise.
26188         (scalb_test_data): Likewise.
26189         (scalbn_test_data): Likewise.
26190         (scalbln_test_data): Likewise.
26191         (signbit_test_data): Likewise.
26192         (sin_test_data): Likewise.
26193         (sin_tonearest_test_data): Likewise.
26194         (sin_towardzero_test_data): Likewise.
26195         (sin_downward_test_data): Likewise.
26196         (sin_upward_test_data): Likewise.
26197         (sincos_test_data): Likewise.
26198         (sinh_test_data): Likewise.
26199         (sinh_tonearest_test_data): Likewise.
26200         (sinh_towardzero_test_data): Likewise.
26201         (sinh_downward_test_data): Likewise.
26202         (sinh_upward_test_data): Likewise.
26203         (sqrt_test_data): Likewise.
26204         (tan_test_data): Likewise.
26205         (tan_tonearest_test_data): Likewise.
26206         (tan_towardzero_test_data): Likewise.
26207         (tan_downward_test_data): Likewise.
26208         (tan_upward_test_data): Likewise.
26209         (tanh_test_data): Likewise.
26210         (tgamma_test_data): Likewise.
26211         (trunc_test_data): Likewise.
26212         (y0_test_data): Likewise.
26213         (y1_test_data): Likewise.
26214         (yn_test_data): Likewise.
26215         (significand_test_data): Likewise.
26217         * math/gen-libm-test.pl (@functions): Remove variable.
26218         (generate_testfile): Don't handle START and END lines.
26219         * math/libm-test.inc (START): New macro.
26220         (END): Likewise.
26221         (END_COMPLEX): Likewise.
26222         (acos_test): Use END macro without arguments.
26223         (acos_test_tonearest): Likewise.
26224         (acos_test_towardzero): Likewise.
26225         (acos_test_downward): Likewise.
26226         (acos_test_upward): Likewise.
26227         (acosh_test): Likewise.
26228         (asin_test): Likewise.
26229         (asin_test_tonearest): Likewise.
26230         (asin_test_towardzero): Likewise.
26231         (asin_test_downward): Likewise.
26232         (asin_test_upward): Likewise.
26233         (asinh_test): Likewise.
26234         (atan_test): Likewise.
26235         (atanh_test): Likewise.
26236         (atan2_test): Likewise.
26237         (cabs_test): Likewise.
26238         (cacos_test): Use END_COMPLEX macro without arguments.
26239         (cacosh_test): Likewise.
26240         (carg_test): Use END macro without arguments.
26241         (casin_test): Use END_COMPLEX macro without arguments.
26242         (casinh_test): Likewise.
26243         (catan_test): Likewise.
26244         (catanh_test): Likewise.
26245         (cbrt_test): Use END macro without arguments.
26246         (ccos_test): Use END_COMPLEX macro without arguments.
26247         (ccosh_test): Likewise.
26248         (ceil_test): Use END macro without arguments.
26249         (cexp_test): Use END_COMPLEX macro without arguments.
26250         (cimag_test): Use END macro without arguments.
26251         (clog_test): Use END_COMPLEX macro without arguments.
26252         (clog10_test): Likewise.
26253         (conj_test): Likewise.
26254         (copysign_test): Use END macro without arguments.
26255         (cos_test): Likewise.
26256         (cos_test_tonearest): Likewise.
26257         (cos_test_towardzero): Likewise.
26258         (cos_test_downward): Likewise.
26259         (cos_test_upward): Likewise.
26260         (cosh_test): Likewise.
26261         (cosh_test_tonearest): Likewise.
26262         (cosh_test_towardzero): Likewise.
26263         (cosh_test_downward): Likewise.
26264         (cosh_test_upward): Likewise.
26265         (cpow_test): Use END_COMPLEX macro without arguments.
26266         (cproj_test): Likewise.
26267         (creal_test): Use END macro without arguments.
26268         (csin_test): Use END_COMPLEX macro without arguments.
26269         (csinh_test): Likewise.
26270         (csqrt_test): Likewise.
26271         (ctan_test): Likewise.
26272         (ctan_test_tonearest): Likewise.
26273         (ctan_test_towardzero): Likewise.
26274         (ctan_test_downward): Likewise.
26275         (ctan_test_upward): Likewise.
26276         (ctanh_test): Likewise.
26277         (ctanh_test_tonearest): Likewise.
26278         (ctanh_test_towardzero): Likewise.
26279         (ctanh_test_downward): Likewise.
26280         (ctanh_test_upward): Likewise.
26281         (erf_test): Use END macro without arguments.
26282         (erfc_test): Likewise.
26283         (exp_test): Likewise.
26284         (exp_test_tonearest): Likewise.
26285         (exp_test_towardzero): Likewise.
26286         (exp_test_downward): Likewise.
26287         (exp_test_upward): Likewise.
26288         (exp10_test): Likewise.
26289         (exp2_test): Likewise.
26290         (expm1_test): Likewise.
26291         (fabs_test): Likewise.
26292         (fdim_test): Likewise.
26293         (finite_test): Likewise.
26294         (floor_test): Likewise.
26295         (fma_test): Likewise.
26296         (fma_test_towardzero): Likewise.
26297         (fma_test_downward): Likewise.
26298         (fma_test_upward): Likewise.
26299         (fmax_test): Likewise.
26300         (fmin_test): Likewise.
26301         (fmod_test): Likewise.
26302         (fpclassify_test): Likewise.
26303         (frexp_test): Likewise.
26304         (gamma_test): Likewise.
26305         (hypot_test): Likewise.
26306         (ilogb_test): Likewise.
26307         (isfinite_test): Likewise.
26308         (isgreater_test): Likewise.
26309         (isgreaterequal_test): Likewise.
26310         (isinf_test): Likewise.
26311         (isless_test): Likewise.
26312         (islessequal_test): Likewise.
26313         (islessgreater_test): Likewise.
26314         (isnan_test): Likewise.
26315         (isnormal_test): Likewise.
26316         (issignaling_test): Likewise.
26317         (isunordered_test): Likewise.
26318         (j0_test): Likewise.
26319         (j1_test): Likewise.
26320         (jn_test): Likewise.
26321         (ldexp_test): Likewise.
26322         (lgamma_test): Likewise.
26323         (lrint_test): Likewise.
26324         (lrint_test_tonearest): Likewise.
26325         (lrint_test_towardzero): Likewise.
26326         (lrint_test_downward): Likewise.
26327         (lrint_test_upward): Likewise.
26328         (llrint_test): Likewise.
26329         (llrint_test_tonearest): Likewise.
26330         (llrint_test_towardzero): Likewise.
26331         (llrint_test_downward): Likewise.
26332         (llrint_test_upward): Likewise.
26333         (log_test): Likewise.
26334         (log10_test): Likewise.
26335         (log1p_test): Likewise.
26336         (log2_test): Likewise.
26337         (logb_test): Likewise.
26338         (logb_test_downward): Likewise.
26339         (lround_test): Likewise.
26340         (llround_test): Likewise.
26341         (modf_test): Likewise.
26342         (nearbyint_test): Likewise.
26343         (nextafter_test): Likewise.
26344         (nexttoward_test): Likewise.
26345         (pow_test): Likewise.
26346         (pow_test_tonearest): Likewise.
26347         (pow_test_towardzero): Likewise.
26348         (pow_test_downward): Likewise.
26349         (pow_test_upward): Likewise.
26350         (remainder_test): Likewise.
26351         (remainder_test_tonearest): Likewise.
26352         (remainder_test_towardzero): Likewise.
26353         (remainder_test_downward): Likewise.
26354         (remainder_test_upward): Likewise.
26355         (remquo_test): Likewise.
26356         (rint_test): Likewise.
26357         (rint_test_tonearest): Likewise.
26358         (rint_test_towardzero): Likewise.
26359         (rint_test_downward): Likewise.
26360         (rint_test_upward): Likewise.
26361         (round_test): Likewise.
26362         (scalb_test): Likewise.
26363         (scalbn_test): Likewise.
26364         (scalbln_test): Likewise.
26365         (signbit_test): Likewise.
26366         (sin_test): Likewise.
26367         (sin_test_tonearest): Likewise.
26368         (sin_test_towardzero): Likewise.
26369         (sin_test_downward): Likewise.
26370         (sin_test_upward): Likewise.
26371         (sincos_test): Likewise.
26372         (sinh_test): Likewise.
26373         (sinh_test_tonearest): Likewise.
26374         (sinh_test_towardzero): Likewise.
26375         (sinh_test_downward): Likewise.
26376         (sinh_test_upward): Likewise.
26377         (sqrt_test): Likewise.
26378         (tan_test): Likewise.
26379         (tan_test_tonearest): Likewise.
26380         (tan_test_towardzero): Likewise.
26381         (tan_test_downward): Likewise.
26382         (tan_test_upward): Likewise.
26383         (tanh_test): Likewise.
26384         (tgamma_test): Likewise.
26385         (trunc_test): Likewise.
26386         (y0_test): Likewise.
26387         (y1_test): Likewise.
26388         (yn_test): Likewise.
26389         (significand_test): Likewise.
26391 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26393         [BZ #15381]
26394         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26396 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26398         [BZ #14894]
26399         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26400         __ppc_mdoio and __ppc_mdoom.
26401         * manual/platform.texi: Document new functions __ppc_yield,
26402         __ppc_mdoio and __ppc_mdoom.
26404 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26406         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26407         (main): Mention "tls" pseudo-hwcap is legacy.
26408         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26410 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26412         * math/gen-libm-test.pl (parse_args): Output only string of
26413         arguments as text for test name, not full call or descriptions of
26414         tests for extra outputs.
26415         (generate_testfile): Do not pass function name to parse_args.
26416         Generate this_func variable from START.
26417         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26418         field to arg_str.
26419         (struct test_ff_f_data): Likewise.
26420         (test_ff_f_data_nexttoward): Likewise.
26421         (struct test_fi_f_data): Likewise.
26422         (struct test_fl_f_data): Likewise.
26423         (struct test_if_f_data): Likewise.
26424         (struct test_fff_f_data): Likewise.
26425         (struct test_c_f_data): Likewise.
26426         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26427         (struct test_fF_f1_data): Likewise.
26428         (struct test_ffI_f1_data): Likewise.
26429         (struct test_c_c_data): Rename test_name field to arg_str.
26430         (struct test_cc_c_data): Likewise.
26431         (struct test_f_i_data): Likewise.
26432         (struct test_ff_i_data): Likewise.
26433         (struct test_f_l_data): Likewise.
26434         (struct test_f_L_data): Likewise.
26435         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26436         and extra2_name.
26437         (COMMON_TEST_SETUP): New macro.
26438         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26439         (COMMON_TEST_CLEANUP): Likewise.
26440         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26441         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26442         macros.
26443         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26444         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26445         macros.
26446         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26447         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26448         cleanup macros.
26449         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26450         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26451         macros.
26452         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26453         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26454         macros.
26455         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26456         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26457         cleanup macros.
26458         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26459         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26460         cleanup macros.
26461         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26462         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26463         cleanup macros.
26464         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26465         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26466         macros.
26467         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26468         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26469         macros.
26470         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26471         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26472         macros.
26473         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26474         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26475         cleanup macros.
26476         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26477         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26478         cleanup macros.
26479         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26480         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26481         macros.
26482         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26483         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26484         cleanup macros.
26485         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26486         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26487         macros.
26488         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26489         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26490         macros.
26491         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26492         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26493         cleanup macros.
26494         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26496 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26498         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26499         to _sifields.sigfault.
26500         (si_addr_lsb): Define new macro.
26501         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26502         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26503         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26505 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26507         [BZ #15441]
26508         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26509         returns -1.
26510         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26511         null return -1.
26512         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26513         loading the domain.
26515 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26517         * math/gen-libm-test.pl (parse_args): Do not include expected
26518         result in test name.
26519         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26520         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26521         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26522         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26523         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26526 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26528         * benchtests/Makefile: Sort function entries.
26530         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26531         tanh, asinh, acosh, atanh.
26532         * benchtests/acos-inputs: New file.
26533         * benchtests/acosh-inputs: New file.
26534         * benchtests/asin-inputs: New file.
26535         * benchtests/asinh-inputs: New file.
26536         * benchtests/atanh-inputs: New file.
26537         * benchtests/cosh-inputs: New file.
26538         * benchtests/log-inputs: New file.
26539         * benchtests/sinh-inputs: New file.
26540         * benchtests/tanh-inputs: New file.
26542 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26544         [BZ #15339]
26545         * posix/tst-getaddrinfo4.c: New test.
26546         * posix/Makefile (tests): Add it.
26548 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26550         [BZ #15339]
26551         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26552         when no services were used.
26553         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26554         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26556 2013-05-21  Andreas Schwab  <schwab@suse.de>
26558         [BZ #15014]
26559         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26560         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26561         successful.
26562         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26563         redundant variable declarations and reallocation of buffer when
26564         parsing as IPv6 address.  Always set NSS status when called from
26565         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26566         buffer too small.  Correct computation of needed size.
26567         * nss/Makefile (tests): Add test-digits-dots.
26568         * nss/test-digits-dots.c: New test.
26570 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26572         * benchtests/Makefile: Remove instructions for adding
26573         benchmark tests.
26574         * benchtests/README: New file to explain how to execute and
26575         enhance the benchmark tests.
26577 2013-05-21  Andreas Schwab  <schwab@suse.de>
26579         [BZ #15493]
26580         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26581         * setjmp/tst-sigsetjmp.c: New test.
26583 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26585         * sysdeps/x86_64/memset.S (memset): New implementation.
26586         (__bzero): Likewise.
26587         (__memset_tail): New function.
26589 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26591         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26592         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26593         __memcpy_sse2_unaligned ifunc selection.
26594         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26595         Add memcpy-sse2-unaligned.S.
26596         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26597         Add: __memcpy_sse2_unaligned.
26599 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26601         [BZ #15490]
26602         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26603         math_force_eval before restoring floating-point envrionment.
26604         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26605         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26606         Likewise.
26607         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26608         <math_private.h>.
26609         (__nearbyintl): Use math_force_eval before restoring
26610         floating-point environment.
26611         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26613         * math/gen-libm-test.pl (special_functions): Remove.
26614         (parse_args): Don't handle TEST_extra.  Handle functions with no
26615         return value.
26616         * math/libm-test.inc (struct test_sincos_data): Replace with
26617         struct test_fFF_11_data.
26618         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26619         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26620         (sincos_test_data): Change element type to struct
26621         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26622         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26623         RUN_TEST_LOOP_sincos.
26624         * math/README.libm-test: Don't mention special handling of
26625         individual functions.
26626         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26627         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26628         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26629         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26630         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26633         * math/gen-libm-test.pl (get_variable): Remove function.
26634         (parse_args): Don't show pointer parameters to call in test
26635         names.  Use "extra output N" in test names for extra outputs
26636         rather than naming variables.
26638 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26640         [BZ #15488]
26641         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26642         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26643         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26644         double tests.
26645         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26646         disable.
26647         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26648         check_long_double.
26650         * math/gen-libm-test.pl (@tests): Remove variable.
26651         ($count): Likewise.
26652         (new_test): Remove function.
26653         (show_exceptions): New function.
26654         (special_functions): Use show_exceptions instead of new_test.
26655         (parse_args): Likewise.
26656         (generate_testfile): Pass only function name in generated call to
26657         print_max_error or print_complex_max_error.
26658         (get_ulps): Do not handle complex tests specially.
26659         (output_test): Rename to ...
26660         (get_all_ulps_for_test): ... this.  Return a string rather than
26661         printing to a file.  Require ulps to be present.
26662         (output_ulps): Generate arrays rather than #defines.
26663         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26664         (struct ulp_data): New type.
26665         (BUILD_COMPLEX_ULP): Remove macro.
26666         (compare_ulp_data): New function.
26667         (find_ulps): Likewise.
26668         (find_test_ulps): Likewise.
26669         (find_function_ulps): Likewise.
26670         (find_complex_function_ulps): Likewise.
26671         (print_max_error): Determine allowed ulps using
26672         find_function_ulps.
26673         (print_complex_max_error): Determine allowed ulps using
26674         find_complex_function_ulps.
26675         (check_float_internal): Determine max ulps using find_test_ulps.
26676         (check_float): Do not take max_ulp parameter.  Update call to
26677         check_float_internal.
26678         (check_complex): Likewise.
26679         (check_int): Do not take max_ulp parameter.
26680         (check_long): Likewise.
26681         (check_bool): Likewise.
26682         (check_longlong): Likewise.
26683         (struct test_f_f_data): Remove max_ulp field.
26684         (struct test_ff_f_data): Likewise.
26685         (struct test_ff_f_data_nexttoward): Likewise.
26686         (struct test_fi_f_data): Likewise.
26687         (struct test_fl_f_data): Likewise.
26688         (struct test_if_f_data): Likewise.
26689         (struct test_fff_f_data): Likewise.
26690         (struct test_c_f_data): Likewise.
26691         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26692         (struct test_fF_f1_data): Likewise.
26693         (struct test_ffI_f1_data): Likewise.
26694         (struct test_c_c_data): Remove max_ulp field.
26695         (struct test_cc_c_data): Likewise.
26696         (struct test_f_i_data): Likewise.
26697         (struct test_ff_i_data): Likewise.
26698         (struct test_f_l_data): Likewise.
26699         (struct test_f_L_data): Likewise.
26700         (struct test_sincos_data): Likewise.
26701         (RUN_TEST_f_f): Do not handle ulps.
26702         (RUN_TEST_LOOP_f_f): Likewise.
26703         (RUN_TEST_2_f): Likewise.
26704         (RUN_TEST_LOOP_2_f): Likewise.
26705         (RUN_TEST_fff_f): Likewise.
26706         (RUN_TEST_LOOP_fff_f): Likewise.
26707         (RUN_TEST_c_f): Likewise.
26708         (RUN_TEST_LOOP_c_f): Likewise.
26709         (RUN_TEST_f_f1): Likewise.
26710         (RUN_TEST_LOOP_f_f1): Likewise.
26711         (RUN_TEST_fF_f1): Likewise.
26712         (RUN_TEST_LOOP_fF_f1): Likewise.
26713         (RUN_TEST_fI_f1): Likewise.
26714         (RUN_TEST_LOOP_fI_f1): Likewise.
26715         (RUN_TEST_ffI_f1): Likewise.
26716         (RUN_TEST_LOOP_ffI_f1): Likewise.
26717         (RUN_TEST_c_c): Likewise.
26718         (RUN_TEST_LOOP_c_c): Likewise.
26719         (RUN_TEST_cc_c): Likewise.
26720         (RUN_TEST_LOOP_cc_c): Likewise.
26721         (RUN_TEST_f_i): Likewise.
26722         (RUN_TEST_LOOP_f_i): Likewise.
26723         (RUN_TEST_f_i_tg): Likewise.
26724         (RUN_TEST_LOOP_f_i_tg): Likewise.
26725         (RUN_TEST_ff_i_tg): Likewise.
26726         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26727         (RUN_TEST_f_b): Likewise.
26728         (RUN_TEST_LOOP_f_b): Likewise.
26729         (RUN_TEST_f_b_tg): Likewise.
26730         (RUN_TEST_LOOP_f_b_tg): Likewise.
26731         (RUN_TEST_f_l): Likewise.
26732         (RUN_TEST_LOOP_f_l): Likewise.
26733         (RUN_TEST_f_L): Likewise.
26734         (RUN_TEST_LOOP_f_L): Likewise.
26735         (RUN_TEST_sincos): Likewise.
26736         (RUN_TEST_LOOP_sincos): Likewise.
26738 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26740         [BZ #15480]
26741         [BZ #15485]
26742         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26743         main case of finite arguments, set rounding mode to FE_TONEAREST
26744         and discard exceptions.
26745         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26746         exceptions.
26747         (remainder_tonearest_test_data): New variable.
26748         (remainder_test_tonearest): New function.
26749         (remainder_towardzero_test_data): New variable.
26750         (remainder_test_towardzero): New function.
26751         (remainder_downward_test_data): New variable.
26752         (remainder_test_downward): New function.
26753         (remainder_upward_test_data): New variable.
26754         (remainder_test_upward): New function.
26755         (main): Call the new test functions.
26757         * math/libm-test.inc (struct test_f_f1_data): Remove field
26758         extra_init.
26759         (struct test_fF_f1_data): Likewise.
26760         (struct test_ffI_f1_data): Likewise.
26761         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26762         based on value of EXTRA_EXPECTED.
26763         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26764         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26765         EXTRA_VAR based on value of EXTRA_EXPECTED.
26766         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26767         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26768         EXTRA_VAR based on value of EXTRA_EXPECTED.
26769         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26770         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26771         EXTRA_VAR based on value of EXTRA_EXPECTED.
26772         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26773         * math/gen-libm-test.pl (parse_args): Don't output initializers
26774         for extra output values.
26776         * math/libm-test.inc (check_int): Expect result to be exactly
26777         equal to expected value and do not handle ulps.
26778         (check_long): Likewise.
26779         (check_longlong): Likewise.
26781         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26782         exceptions.
26783         (cimag_test_data): Likewise.
26784         (conj_test_data): Likewise.
26785         (copysign_test_data): Likewise.
26786         (cproj_test_data): Likewise.
26787         (creal_test_data): Likewise.
26788         (fabs_test_data): Likewise.
26789         (fdim_test_data): Likewise.
26790         (finite_test_data): Likewise.
26791         (floor_test_data): Likewise.
26792         (fmax_test_data): Likewise.
26793         (fmin_test_data): Likewise.
26794         (fmod_test_data): Likewise.
26795         (fpclassify_test_data): Likewise.
26796         (frexp_test_data): Likewise.
26797         (ilogb_test_data): Likewise.
26798         (isfinite_test_data): Likewise.
26799         (isgreater_test_data): Likewise.
26800         (isgreaterequal_test_data): Likewise.
26801         (isinf_test_data): Likewise.
26802         (isless_test_data): Likewise.
26803         (islessequal_test_data): Likewise.
26804         (islessgreater_test_data): Likewise.
26805         (isnan_test_data): Likewise.
26806         (isnormal_test_data): Likewise.
26807         (issignaling_test_data): Likewise.
26808         (isunordered_test_data): Likewise.
26809         (ldexp_test_data): Likewise.
26810         (lrint_test_data): Likewise.
26811         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26812         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26813         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26814         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26815         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26816         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26817         test input.
26818         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26819         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26820         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26821         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26822         that test input.
26823         (lrint_downward_test_data): Test for "inexact" exceptions.
26824         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26825         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26826         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26827         test input.
26828         (lrint_upward_test_data): Test for "inexact" exceptions.
26829         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26830         test input.
26831         (llrint_test_data): Test for "inexact" exceptions.
26832         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26833         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26834         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26835         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26836         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26837         (llrint_downward_test_data): Test for "inexact" exceptions.
26838         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26839         (llrint_upward_test_data): Test for "inexact" exceptions.
26840         (logb_test_data): Likewise.
26841         (logb_downward_test_data): Likewise.
26842         (nextafter_test_data): Likewise.
26843         (nexttoward_test_data): Likewise.
26844         (remainder_test_data): Likewise.
26845         (remquo_test_data): Likewise.
26846         (scalbn_test_data): Likewise.
26847         (scalbln_test_data): Likewise.
26848         (signbit_test_data): Likewise.
26849         (sqrt_test_data): Likewise.
26850         (significand_test_data): Likewise.
26852 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26854         [BZ #15424]
26855         * benchtests/bench-modf.c (struct args): Mark arg0 as
26856         volatile.
26857         * scripts/bench.pl: Mark members of struct args as volatile.
26859 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26861         [BZ # 15497]
26862         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26863         negative infinity on POWER6 or lower.
26864         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26866 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26868         [BZ #15442]
26869         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26870         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26871         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26872         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26873         (_FP_SETQNAN): New macro.
26874         (_FP_SETQNAN_SEMIRAW): Likewise.
26875         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26876         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26877         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26878         (FP_EXTEND): Use _FP_FRAC_SNANP.
26879         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26880         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26881         into account.
26882         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26883         New macro.
26884         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26885         Likewise.
26887 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26889         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26890         with DIVIDE_BY_ZERO_EXCEPTION.
26891         (gamma_test_data): Likewise.
26892         (lgamma_test_data): Likewise.
26893         (log_test_data): Likewise.
26894         (log10_test_data): Likewise.
26895         (log2_test_data): Likewise.
26896         (tgamma_test_data): Likewise.
26898         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26899         (acos_test_tonearest): Likewise.
26900         (acos_test_towardzero): Likewise.
26901         (acos_test_downward): Likewise.
26902         (acos_test_upward): Likewise.
26903         (acosh_test): Likewise.
26904         (asin_test): Likewise.
26905         (asin_test_tonearest): Likewise.
26906         (asin_test_towardzero): Likewise.
26907         (asin_test_downward): Likewise.
26908         (asin_test_upward): Likewise.
26909         (asinh_test): Likewise.
26910         (atan_test): Likewise.
26911         (atanh_test): Likewise.
26912         (atan2_test): Likewise.
26913         (cabs_test): Likewise.
26914         (cacos_test): Likewise.
26915         (cacosh_test): Likewise.
26916         (casin_test): Likewise.
26917         (casinh_test): Likewise.
26918         (catan_test): Likewise.
26919         (catanh_test): Likewise.
26920         (cbrt_test): Likewise.
26921         (ccos_test): Likewise.
26922         (ccosh_test): Likewise.
26923         (cexp_test): Likewise.
26924         (clog_test): Likewise.
26925         (clog10_test): Likewise.
26926         (cos_test): Likewise.
26927         (cos_test_tonearest): Likewise.
26928         (cos_test_towardzero): Likewise.
26929         (cos_test_downward): Likewise.
26930         (cos_test_upward): Likewise.
26931         (cosh_test): Likewise.
26932         (cosh_test_tonearest): Likewise.
26933         (cosh_test_towardzero): Likewise.
26934         (cosh_test_downward): Likewise.
26935         (cosh_test_upward): Likewise.
26936         (cpow_test): Likewise.
26937         (csin_test): Likewise.
26938         (csinh_test): Likewise.
26939         (csqrt_test): Likewise.
26940         (ctan_test): Likewise.
26941         (ctan_test_tonearest): Likewise.
26942         (ctan_test_towardzero): Likewise.
26943         (ctan_test_downward): Likewise.
26944         (ctan_test_upward): Likewise.
26945         (ctanh_test): Likewise.
26946         (ctanh_test_tonearest): Likewise.
26947         (ctanh_test_towardzero): Likewise.
26948         (ctanh_test_downward): Likewise.
26949         (ctanh_test_upward): Likewise.
26950         (erf_test): Likewise.
26951         (erfc_test): Likewise.
26952         (exp_test): Likewise.
26953         (exp_test_tonearest): Likewise.
26954         (exp_test_towardzero): Likewise.
26955         (exp_test_downward): Likewise.
26956         (exp_test_upward): Likewise.
26957         (exp10_test): Likewise.
26958         (exp2_test): Likewise.
26959         (expm1_test): Likewise.
26960         (fmod_test): Likewise.
26961         (gamma_test): Likewise.
26962         (hypot_test): Likewise.
26963         (j0_test): Likewise.
26964         (j1_test): Likewise.
26965         (jn_test): Likewise.
26966         (lgamma_test): Likewise.
26967         (log_test): Likewise.
26968         (log10_test): Likewise.
26969         (log1p_test): Likewise.
26970         (log2_test): Likewise.
26971         (logb_test_downward): Likewise.
26972         (pow_test): Likewise.
26973         (pow_test_tonearest): Likewise.
26974         (pow_test_towardzero): Likewise.
26975         (pow_test_downward): Likewise.
26976         (pow_test_upward): Likewise.
26977         (remainder_test): Likewise.
26978         (remquo_test): Likewise.
26979         (sin_test): Likewise.
26980         (sin_test_tonearest): Likewise.
26981         (sin_test_towardzero): Likewise.
26982         (sin_test_downward): Likewise.
26983         (sin_test_upward): Likewise.
26984         (sincos_test): Likewise.
26985         (sinh_test): Likewise.
26986         (sinh_test_tonearest): Likewise.
26987         (sinh_test_towardzero): Likewise.
26988         (sinh_test_downward): Likewise.
26989         (sinh_test_upward): Likewise.
26990         (sqrt_test): Likewise.
26991         (tan_test): Likewise.
26992         (tan_test_tonearest): Likewise.
26993         (tan_test_towardzero): Likewise.
26994         (tan_test_downward): Likewise.
26995         (tan_test_upward): Likewise.
26996         (tanh_test): Likewise.
26997         (tgamma_test): Likewise.
26998         (y0_test): Likewise.
26999         (y1_test): Likewise.
27000         (yn_test): Likewise.
27002         * math/gen-libm-test.pl (adjust_arg): Remove function.
27003         (special_function): Remove argument $in_func.  Only handle
27004         generating output for tables of tests, not inside functions.
27005         (parse_args): Likewise.
27006         (generate_testfile): Remove variable $in_func.  Update call to
27007         parse_args.
27008         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27009         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27010         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27011         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27012         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27013         (MAX_VALUE_INIT): Rename macro to max_value.
27014         (MIN_VALUE_INIT): Rename macro to min_value.
27015         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27016         (plus_zero): Remove variable.
27017         (minus_zero): Likewise.
27018         (plus_infty): Likewise.
27019         (minus_infty): Likewise.
27020         (qnan_value): Likewise.
27021         (max_value): Likewise.
27022         (min_value): Likewise.
27023         (min_subnorm_value): Likewise.
27025 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27027         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27028         uint64_t or uint32_t usage.
27029         * crypt/sha256-block.c: Likewise.
27030         * crypt/sha256-crypt.c: Likewise.
27031         * crypt/sha256.c: Likewise.
27032         * crypt/sha512-block.c: Likewise.
27033         * crypt/sha512-crypt.c: Likewise.
27034         * crypt/sha512.c: Likewise.
27035         * debug/backtrace-tst.c: Likewise.
27036         * debug/pcprofiledump.c: Likewise.
27037         * elf/cache.c: Likewise.
27038         * elf/dl-cache.c: Likewise.
27039         * elf/dl-misc.c: Likewise.
27040         * elf/dl-profile.c: Likewise.
27041         * elf/dl-support.c: Likewise.
27042         * elf/ldconfig.c: Likewise.
27043         * elf/sprof.c: Likewise.
27044         * iconv/dummy-repertoire.c: Likewise.
27045         * iconv/iconv_charmap.c: Likewise.
27046         * iconv/skeleton.c: Likewise.
27047         * iconvdata/8bit-generic.c: Likewise.
27048         * iconvdata/cp737.h: Likewise.
27049         * iconvdata/cp775.h: Likewise.
27050         * iconvdata/ibm1008.h: Likewise.
27051         * iconvdata/ibm1025.h: Likewise.
27052         * iconvdata/ibm1046.h: Likewise.
27053         * iconvdata/ibm1097.h: Likewise.
27054         * iconvdata/ibm1112.h: Likewise.
27055         * iconvdata/ibm1122.h: Likewise.
27056         * iconvdata/ibm1123.h: Likewise.
27057         * iconvdata/ibm1124.h: Likewise.
27058         * iconvdata/ibm1129.h: Likewise.
27059         * iconvdata/ibm1130.h: Likewise.
27060         * iconvdata/ibm1132.h: Likewise.
27061         * iconvdata/ibm1133.h: Likewise.
27062         * iconvdata/ibm1137.h: Likewise.
27063         * iconvdata/ibm1140.h: Likewise.
27064         * iconvdata/ibm1141.h: Likewise.
27065         * iconvdata/ibm1142.h: Likewise.
27066         * iconvdata/ibm1143.h: Likewise.
27067         * iconvdata/ibm1144.h: Likewise.
27068         * iconvdata/ibm1145.h: Likewise.
27069         * iconvdata/ibm1146.h: Likewise.
27070         * iconvdata/ibm1147.h: Likewise.
27071         * iconvdata/ibm1148.h: Likewise.
27072         * iconvdata/ibm1149.h: Likewise.
27073         * iconvdata/ibm1153.h: Likewise.
27074         * iconvdata/ibm1154.h: Likewise.
27075         * iconvdata/ibm1155.h: Likewise.
27076         * iconvdata/ibm1156.h: Likewise.
27077         * iconvdata/ibm1157.h: Likewise.
27078         * iconvdata/ibm1158.h: Likewise.
27079         * iconvdata/ibm1160.h: Likewise.
27080         * iconvdata/ibm1161.h: Likewise.
27081         * iconvdata/ibm1162.h: Likewise.
27082         * iconvdata/ibm1163.h: Likewise.
27083         * iconvdata/ibm1164.h: Likewise.
27084         * iconvdata/ibm1166.h: Likewise.
27085         * iconvdata/ibm1167.h: Likewise.
27086         * iconvdata/ibm12712.h: Likewise.
27087         * iconvdata/ibm1390.h: Likewise.
27088         * iconvdata/ibm1399.h: Likewise.
27089         * iconvdata/ibm16804.h: Likewise.
27090         * iconvdata/ibm4517.h: Likewise.
27091         * iconvdata/ibm4899.h: Likewise.
27092         * iconvdata/ibm4909.h: Likewise.
27093         * iconvdata/ibm4971.h: Likewise.
27094         * iconvdata/ibm5347.h: Likewise.
27095         * iconvdata/ibm803.h: Likewise.
27096         * iconvdata/ibm856.h: Likewise.
27097         * iconvdata/ibm901.h: Likewise.
27098         * iconvdata/ibm902.h: Likewise.
27099         * iconvdata/ibm9030.h: Likewise.
27100         * iconvdata/ibm9066.h: Likewise.
27101         * iconvdata/ibm921.h: Likewise.
27102         * iconvdata/ibm922.h: Likewise.
27103         * iconvdata/ibm9448.h: Likewise.
27104         * iconvdata/isiri-3342.h: Likewise.
27105         * iconvdata/jis0201.h: Likewise.
27106         * include/link.h: Likewise.
27107         * include/netdb.h: Likewise.
27108         * inet/check_native.c: Likewise.
27109         * inet/check_pf.c: Likewise.
27110         * inet/getipv4sourcefilter.c: Likewise.
27111         * inet/getnameinfo.c: Likewise.
27112         * inet/getsourcefilter.c: Likewise.
27113         * inet/htonl.c: Likewise.
27114         * inet/setipv4sourcefilter.c: Likewise.
27115         * inet/setsourcefilter.c: Likewise.
27116         * inet/test-inet6_opt.c: Likewise.
27117         * inet/tst-network.c: Likewise.
27118         * locale/C-collate.c: Likewise.
27119         * locale/C-ctype.c: Likewise.
27120         * locale/C-time.c: Likewise.
27121         * locale/C-translit.h: Likewise.
27122         * locale/loadarchive.c: Likewise.
27123         * locale/programs/3level.h: Likewise.
27124         * locale/programs/charmap.c: Likewise.
27125         * locale/programs/charmap.h: Likewise.
27126         * locale/programs/ld-address.c: Likewise.
27127         * locale/programs/ld-collate.c: Likewise.
27128         * locale/programs/ld-ctype.c: Likewise.
27129         * locale/programs/ld-identification.c: Likewise.
27130         * locale/programs/ld-measurement.c: Likewise.
27131         * locale/programs/ld-messages.c: Likewise.
27132         * locale/programs/ld-monetary.c: Likewise.
27133         * locale/programs/ld-name.c: Likewise.
27134         * locale/programs/ld-numeric.c: Likewise.
27135         * locale/programs/ld-paper.c: Likewise.
27136         * locale/programs/ld-telephone.c: Likewise.
27137         * locale/programs/ld-time.c: Likewise.
27138         * locale/programs/linereader.c: Likewise.
27139         * locale/programs/locale.c: Likewise.
27140         * locale/programs/locarchive.c: Likewise.
27141         * locale/programs/locfile.h: Likewise.
27142         * locale/programs/repertoire.c: Likewise.
27143         * locale/programs/simple-hash.c: Likewise.
27144         * locale/programs/simple-hash.h: Likewise.
27145         * malloc/memusage.c: Likewise.
27146         * malloc/memusagestat.c: Likewise.
27147         * nis/nis_defaults.c: Likewise.
27148         * nis/nis_hash.c: Likewise.
27149         * nis/nis_print.c: Likewise.
27150         * nis/nis_xdr.c: Likewise.
27151         * nscd/connections.c: Likewise.
27152         * nscd/hstcache.c: Likewise.
27153         * nscd/nscd_gethst_r.c: Likewise.
27154         * nscd/nscd_getserv_r.c: Likewise.
27155         * nscd/nscd_helper.c: Likewise.
27156         * nscd/servicescache.c: Likewise.
27157         * nss/makedb.c: Likewise.
27158         * nss/nss_db/db-XXX.c: Likewise.
27159         * nss/nss_db/db-initgroups.c: Likewise.
27160         * nss/nss_db/db-netgrp.c: Likewise.
27161         * nss/nss_files/files-network.c: Likewise.
27162         * nss/nss_files/files-parse.c: Likewise.
27163         * posix/bug-regex5.c: Likewise.
27164         * posix/fnmatch_loop.c: Likewise.
27165         * posix/regcomp.c: Likewise.
27166         * posix/regexec.c: Likewise.
27167         * posix/tst-rfc3484-2.c: Likewise.
27168         * posix/tst-rfc3484-3.c: Likewise.
27169         * posix/tst-rfc3484.c: Likewise.
27170         * resolv/nss_dns/dns-canon.c: Likewise.
27171         * resolv/nss_dns/dns-network.c: Likewise.
27172         * resolv/res_init.c: Likewise.
27173         * resolv/res_mkquery.c: Likewise.
27174         * resolv/tst-aton.c: Likewise.
27175         * stdlib/cxa_atexit.c: Likewise.
27176         * stdlib/cxa_finalize.c: Likewise.
27177         * stdlib/gen-fpioconst.c: Likewise.
27178         * stdlib/strtol_l.c: Likewise.
27179         * string/tst-endian.c: Likewise.
27180         * sunrpc/auth_des.c: Likewise.
27181         * sunrpc/clnt_udp.c: Likewise.
27182         * sunrpc/rtime.c: Likewise.
27183         * sunrpc/svcauth_des.c: Likewise.
27184         * sunrpc/xdr.c: Likewise.
27185         * sunrpc/xdr_intXX_t.c: Likewise.
27186         * sunrpc/xdr_rec.c: Likewise.
27187         * sysdeps/generic/ldconfig.h: Likewise.
27188         * sysdeps/generic/ldsodefs.h: Likewise.
27189         * sysdeps/generic/memusage.h: Likewise.
27190         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27191         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27192         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27193         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27194         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27195         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27196         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27197         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27198         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27199         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27200         * sysdeps/posix/getaddrinfo.c: Likewise.
27201         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27202         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27203         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27204         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27205         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27206         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27207         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27208         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27209         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27210         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27211         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27212         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27213         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27214         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27215         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27216         * sysdeps/x86_64/dl-tls.h: Likewise.
27217         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27218         * time/alt_digit.c: Likewise.
27219         * time/era.c: Likewise.
27220         * wcsmbs/tst-c16c32-1.c: Likewise.
27222 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27224         * math/libm-test.inc (struct test_sincos_data): New type.
27225         (RUN_TEST_LOOP_sincos): New macro.
27226         (sincos_test_data): New variable.
27227         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27229 2013-05-16  Richard Henderson  <rth@redhat.com>
27231         * math/atest-exp2.c (LIMB64): New macro.
27232         (CONSTSZ): New macro.
27233         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27234         (hexdig): Move ...
27235         (print_mpn_fp): ... to function scope.
27236         (read_mpn_hex): Remove.
27237         (get_log2): Remove.
27238         (exp2_mpn): Use mp_log2.
27239         (main): Use mp_exp1.
27241 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27243         * math/libm-test.inc: Remove comment about not testing "inexact"
27244         exceptions.
27245         (INEXACT_EXCEPTION): New macro.
27246         (NO_INEXACT_EXCEPTION): Likewise.
27247         (INVALID_EXCEPTION_OK): Update value.
27248         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27249         (OVERFLOW_EXCEPTION_OK): Likewise.
27250         (UNDERFLOW_EXCEPTION_OK): Likewise.
27251         (IGNORE_ZERO_INF_SIGN): Likewise.
27252         (ERRNO_UNCHANGED): Likewise.
27253         (ERRNO_EDOM): Likewise.
27254         (ERRNO_ERANGE): Likewise.
27255         (test_exceptions): Handle testing "inexact" exceptions.
27256         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27257         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27258         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27259         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27260         INEXACT_EXCEPTION.
27261         (rint_towardzero_test_data): Likewise.
27262         (rint_downward_test_data): Likewise.
27263         (rint_upward_test_data): Likewise.
27265         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27266         with OVERFLOW_EXCEPTION.
27267         (exp10_test_data): Likewise.
27268         (exp2_test_data): Likewise.
27269         (expm1_test_data): Likewise.
27270         (lgamma_test_data): Likewise.
27271         (pow_test_data): Likewise.
27272         (tgamma_test_data): Likewise.
27273         (yn_test_data): Remove duplicate test of overflow.
27275         * math/libm-test.inc (struct test_cc_c_data): New type.
27276         (RUN_TEST_LOOP_cc_c): New macro.
27277         (cpow_test_data): New variable.
27278         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27280         * math/libm-test.inc (struct test_f_L_data): New type.
27281         (RUN_TEST_LOOP_f_L): New macro.
27282         (llrint_test_data): New variable.
27283         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27284         (llrint_tonearest_test_data): New variable.
27285         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27286         (llrint_towardzero_test_data): New variable.
27287         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27288         (llrint_downward_test_data): New variable.
27289         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27290         (llrint_upward_test_data): New variable.
27291         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27292         (llround_test_data): New variable.
27293         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27295 2013-05-13  Peter Collingbourne  <pcc@google.com>
27297         * math/atest-exp2.c (get_log2): Remove const attribute.
27299 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27301         * math/libm-test.inc (struct test_f_l_data): New type.
27302         (RUN_TEST_LOOP_f_l): New macro.
27303         (lrint_test_data): New variable.
27304         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27305         (lrint_tonearest_test_data): New variable.
27306         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27307         (lrint_towardzero_test_data): New variable.
27308         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27309         (lrint_downward_test_data): New variable.
27310         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27311         (lrint_upward_test_data): New variable.
27312         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27313         (lround_test_data): New variable.
27314         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27316 2013-05-15  Peter Collingbourne  <pcc@google.com>
27318         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27319         (EXTRACT_WORDS64) Use where appropriate.
27320         (INSERT_WORDS64) Likewise.
27322         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27323         constraints with x constraints.
27324         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27326         * malloc/obstack.c (_obstack_compat): Add initializer.
27328 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27330         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27331         si_trapno and add si_addr_lsb to _sifields.sigfault.
27332         (si_trapno): Remove macro.
27333         (si_addr_lsb): Define new macro.
27334         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27336 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27338         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27339         instead of TEST_f_l.
27340         (llrint_test_tonearest): Likewise.
27341         (llrint_test_towardzero): Likewise.
27342         (llrint_test_downward): Likewise.
27343         (llrint_test_upward): Likewise.
27344         (llround_test): Likewise.
27346         * math/libm-test.inc (struct test_f_i_data): Add comment.
27347         (RUN_TEST_LOOP_f_b): New macro.
27348         (RUN_TEST_LOOP_f_b_tg): Likewise.
27349         (finite_test_data): New variable.
27350         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27351         (isfinite_test_data): New variable.
27352         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27353         (isinf_test_data): New variable.
27354         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27355         (isnan_test_data): New variable.
27356         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27357         (isnormal_test_data): New variable.
27358         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27359         (issignaling_test_data): New variable.
27360         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27361         (signbit_test_data): New variable.
27362         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27364         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27365         with INVALID_EXCEPTION.
27366         (acosh_test_data): Likewise.
27367         (asin_test_data): Likewise.
27368         (atanh_test_data): Likewise.
27369         (fmod_test_data): Likewise.
27370         (log_test_data): Likewise.
27371         (log10_test_data): Likewise.
27372         (log2_test_data): Likewise.
27373         (pow_test_data): Likewise.
27374         (sqrt_test_data): Likewise.
27375         (y0_test_data): Likewise.
27376         (y1_test_data): Likewise.
27377         (yn_test_data): Likewise.
27379         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27380         function contents.
27382         * math/libm-test.inc (struct test_ff_i_data): New type.
27383         (RUN_TEST_LOOP_ff_i_tg): New macro.
27384         (isgreater_test_data): New variable.
27385         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27386         (isgreaterequal_test_data): New variable.
27387         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27388         (isless_test_data): New variable.
27389         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27390         (islessequal_test_data): New variable.
27391         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27392         (islessgreater_test_data): New variable.
27393         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27394         (isunordered_test_data): New variable.
27395         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27397 2013-05-14  David S. Miller  <davem@davemloft.net>
27399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27401 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27403         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27405         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27406         extra_test to int.
27407         (struct test_f_i_data): Change type of max_ulp to int.
27409         * math/libm-test.inc (test_ffI_f1_data): New type.
27410         (RUN_TEST_LOOP_ffI_f1): New macro.
27411         (remquo_test_data): New variable.
27412         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27414         * setjmp/tst-setjmp-fp.c: New file.
27415         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27416         (link-libm): New variable.
27417         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27419         * math/libm-test.inc (struct test_f_i_data): New type.
27420         (RUN_TEST_LOOP_f_i): New macro.
27421         (RUN_TEST_LOOP_f_i_tg): Likewise.
27422         (fpclassify_test_data): New variable.
27423         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27424         (ilogb_test_data): New variable.
27425         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27427         * math/libm-test.inc (scalbln_test): Correct function name in END
27428         call.
27430         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27431         (RUN_TEST_LOOP_fI_f1): New macro.
27432         (frexp_test_data): New variable.
27433         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27435         * math/libm-test.inc (struct test_fF_f1_data): New type.
27436         (RUN_TEST_LOOP_fF_f1): New macro.
27437         (modf_test_data): New variable.
27438         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27440         * math/libm-test.inc (struct test_f_f1_data): New type.
27441         (RUN_TEST_LOOP_f_f1): New macro.
27442         (gamma_test_data): New variable.
27443         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27444         (lgamma_test_data): New variable.
27445         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27447 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27449         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27450         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27451         (main): Comment "tls" pseudo-hwcap.
27453 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27455         * math/libm-test.inc (struct test_fl_f_data): New type.
27456         (RUN_TEST_LOOP_fl_f): New variable.
27457         (scalbln_test_data): New variable.
27458         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27460         * math/libm-test.inc (struct test_fi_f_data): New type.
27461         (RUN_TEST_LOOP_fi_f): New macro.
27462         (ldexp_test_data): New variable.
27463         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27464         (scalbn_test_data): New variable.
27465         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27467         * math/libm-test.inc (struct test_c_f_data): New type.
27468         (RUN_TEST_LOOP_c_f): New macro.
27469         (cabs_test_data): New variable.
27470         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27471         (carg_test_data): New variable.
27472         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27473         (cimag_test_data): New variable.
27474         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27475         (creal_test_data): New variable.
27476         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27478         * math/libm-test.inc (struct test_if_f_data): New type.
27479         (RUN_TEST_LOOP_if_f): New macro.
27480         (jn_test_data): New variable.
27481         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27482         (yn_test_data): New variable.
27483         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27485         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27487 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27489         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27490         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27492 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27494         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27495         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27496         (bench-deps): Add bench-timing.h.
27497         * benchtests-bench-skeleton.c: Include bench-timing.h.
27498         (main): Use TIMING_* macros instead of clock_gettime.
27499         * benchtests/bench-timing.h: New file.
27501         [BZ #14582]
27502         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27503         Renamed from _LIB_VERSION.
27504         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27506 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27508         * math/libm-test.inc (struct test_fff_f_data): New type.
27509         (RUN_TEST_LOOP_fff_f): New macro.
27510         (fma_test_data): New variable.
27511         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27512         (fma_towardzero_test_data): New variable.
27513         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27514         (fma_downward_test_data): New variable.
27515         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27516         (fma_upward_test_data): New variable.
27517         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27519         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27520         (struct test_c_c_data): New type.
27521         (RUN_TEST_LOOP_c_c): New macro.
27522         (cacos_test_data): New variable.
27523         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27524         (cacosh_test_data): New variable.
27525         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27526         (casin_test_data): New variable.
27527         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27528         (casinh_test_data): New variable.
27529         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27530         (catan_test_data): New variable.
27531         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27532         (catanh_test_data): New variable.
27533         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27534         (ccos_test_data): New variable.
27535         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27536         (ccosh_test_data): New variable.
27537         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27538         (cexp_test_data): New variable.
27539         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27540         (clog_test_data): New variable.
27541         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27542         (clog10_test_data): New variable.
27543         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27544         (conj_test_data): New variable.
27545         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27546         (cproj_test_data): New variable.
27547         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27548         (csin_test_data): New variable.
27549         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27550         (csinh_test_data): New variable.
27551         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27552         (csqrt_test_data): New variable.
27553         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27554         (ctan_test_data): New variable.
27555         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27556         (ctan_tonearest_test_data): New variable.
27557         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27558         (ctan_towardzero_test_data): New variable.
27559         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27560         (ctan_downward_test_data): New variable.
27561         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27562         (ctan_upward_test_data): New variable.
27563         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27564         (ctanh_test_data): New variable.
27565         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27566         (ctanh_tonearest_test_data): New variable.
27567         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27568         (ctanh_towardzero_test_data): New variable.
27569         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27570         (ctanh_downward_test_data): New variable.
27571         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27572         (ctanh_upward_test_data): New variable.
27573         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27574         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27575         of BUILD_COMPLEX.
27577         * math/libm-test.inc (struct test_ff_f_data): New type.
27578         (struct test_ff_f_data_nexttoward): Likewise.
27579         (RUN_TEST_LOOP_2_f): New macro.
27580         (RUN_TEST_LOOP_ff_f): Likewise.
27581         (atan2_test_data): New variable.
27582         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27583         (copysign_test_data): New variable.
27584         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27585         (fdim_test_data): New variable.
27586         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27587         (fmax_test_data): New variable.
27588         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27589         (fmin_test_data): New variable.
27590         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27591         (fmod_test_data): New variable.
27592         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27593         (hypot_test_data): New variable.
27594         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27595         (nextafter_test_data): New variable.
27596         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27597         (nexttoward_test_data): New variable.
27598         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27599         (pow_test_data): New variable.
27600         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27601         (pow_tonearest_test_data): New variable.
27602         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27603         (pow_towardzero_test_data): New variable.
27604         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27605         (pow_downward_test_data): New variable.
27606         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27607         (pow_upward_test_data): New variable.
27608         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27609         (remainder_test_data): New variable.
27610         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27611         (scalb_test_data): New variable.
27612         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27613         * sysdeps/i386/fpu/libm-test-ulps: Update.
27615 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27617         * math/libm-test.inc (fma_test): Use max_value instead of local
27618         variable fltmax.
27619         (nextafter_test): Likewise.
27621         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27622         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27623         (acos_downward_test_data): New variable.
27624         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27625         (acos_upward_test_data): New variable.
27626         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27627         (acosh_test_data): New variable.
27628         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27629         (asin_test_data): New variable.
27630         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27631         (asin_tonearest_test_data): New variable.
27632         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27633         (asin_towardzero_test_data): New variable.
27634         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27635         (asin_downward_test_data): New variable.
27636         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27637         (asin_upward_test_data): New variable.
27638         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27639         (asinh_test_data): New variable.
27640         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27641         (atan_test_data): New variable.
27642         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27643         (atanh_test_data): New variable.
27644         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27645         (cbrt_test_data): New variable.
27646         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27647         (ceil_test_data): New variable.
27648         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27649         (cos_test_data): New variable.
27650         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27651         (cos_tonearest_test_data): New variable.
27652         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27653         (cos_towardzero_test_data): New variable.
27654         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27655         (cos_downward_test_data): New variable.
27656         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27657         (cos_upward_test_data): New variable.
27658         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27659         (cosh_test_data): New variable.
27660         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27661         (cosh_tonearest_test_data): New variable.
27662         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27663         (cosh_towardzero_test_data): New variable.
27664         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27665         (cosh_downward_test_data): New variable.
27666         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27667         (cosh_upward_test_data): New variable.
27668         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27669         (erf_test_data): New variable.
27670         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27671         (erfc_test_data): New variable.
27672         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27673         (exp_test_data): New variable.
27674         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27675         (exp_tonearest_test_data): New variable.
27676         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27677         (exp_towardzero_test_data): New variable.
27678         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27679         (exp_downward_test_data): New variable.
27680         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27681         (exp_upward_test_data): New variable.
27682         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27683         (exp10_test_data): New variable.
27684         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27685         (exp2_test_data): New variable.
27686         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27687         (expm1_test_data): New variable.
27688         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27689         (fabs_test_data): New variable.
27690         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27691         (floor_test_data): New variable.
27692         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27693         (j0_test_data): New variable.
27694         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27695         (j1_test_data): New variable.
27696         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27697         (log_test_data): New variable.
27698         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27699         (log10_test_data): New variable.
27700         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27701         (log1p_test_data): New variable.
27702         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27703         (log2_test_data): New variable.
27704         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27705         (logb_test_data): New variable.
27706         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27707         (logb_downward_test_data): New variable.
27708         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27709         (nearbyint_test_data): New variable.
27710         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27711         (rint_test_data): New variable.
27712         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27713         (rint_tonearest_test_data): New variable.
27714         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27715         (rint_towardzero_test_data): New variable.
27716         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27717         (rint_downward_test_data): New variable.
27718         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27719         (rint_upward_test_data): New variable.
27720         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27721         (round_test_data): New variable.
27722         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27723         (sin_test_data): New variable.
27724         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27725         (sin_tonearest_test_data): New variable.
27726         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27727         (sin_towardzero_test_data): New variable.
27728         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27729         (sin_downward_test_data): New variable.
27730         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27731         (sin_upward_test_data): New variable.
27732         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27733         (sinh_test_data): New variable.
27734         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27735         (sinh_tonearest_test_data): New variable.
27736         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27737         (sinh_towardzero_test_data): New variable.
27738         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27739         (sinh_downward_test_data): New variable.
27740         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27741         (sinh_upward_test_data): New variable.
27742         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27743         (sqrt_test_data): New variable.
27744         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27745         (tan_test_data): New variable.
27746         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27747         (tan_tonearest_test_data): New variable.
27748         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27749         (tan_towardzero_test_data): New variable.
27750         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27751         (tan_downward_test_data): New variable.
27752         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27753         (tan_upward_test_data): New variable.
27754         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27755         (tanh_test_data): New variable.
27756         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27757         (tgamma_test_data): New variable.
27758         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27759         (trunc_test_data): New variable.
27760         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27761         (y0_test_data): New variable.
27762         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27763         (y1_test_data): New variable.
27764         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27765         (significand_test_data): New variable.
27766         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27768 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27770         [BZ #12387]
27771         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27773 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27775         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27777 2013-05-10  Andreas Jaeger  <aj@suse.de>
27779         [BZ #15448]
27780         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27781         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27783 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27785         * math/gen-libm-test.pl (adjust_arg): New function.
27786         (special_functions): Handle generating output in both functions
27787         and arrays.
27788         (parse_args): Likewise.
27789         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27790         $in_func argument to parse_args.
27791         * math/libm-test.inc (struct test_f_f_data): New type.
27792         (IF_ROUND_INIT_): New macro.
27793         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27794         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27795         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27796         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27797         (ROUND_RESTORE_): Likewise.
27798         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27799         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27800         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27801         (ROUND_RESTORE_FE_UPWARD): Likewise.
27802         (RUN_TEST_LOOP_f_f): New macro.
27803         (acos_test_data): New variable.
27804         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27805         (acos_tonearest_test_data): New variable.
27806         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27808 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27810         * benchtests/bench-skeleton.c (startup): Fix coding style.
27812 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27814         [BZ #6809]
27815         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27816         negative infinity argument.
27817         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27818         negative infinity argument.
27819         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27820         negative infinity argument.
27821         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27822         domain errors.
27824 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27826         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27827         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27828         * iconv/iconv_prog.c (main): Likewise.
27829         * locale/programs/charmap-dir.c (charmap_readdir)
27830         (fopen_uncompressed): Likewise.
27831         * locale/programs/locfile.c (siblings_uncached)
27832         (write_locale_data): Use lstat64 instead of lstat.
27833         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27834         stat.
27836 2013-05-10  Andreas Jaeger  <aj@suse.de>
27838         [BZ #15395]
27839         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27840         localization.
27841         Include <locale.h>.
27843 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27845         * elf/dl-close.c (_dl_close_worker): Add comments.
27847 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27849         [BZ #15359]
27850         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27851         high part of pi/2.
27852         (__ieee754_rem_pio2l): Update comments.
27854         [BZ #15429]
27855         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27856         high part of pi/2.
27857         (__ieee754_rem_pio2l): Update comments.
27859         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27860         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27862         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27863         M_PI_4l.
27865         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27866         (M_PI_34_LOG10El): Likewise.
27867         (M_PI2_LOG10El): Likewise.
27868         (M_PI4_LOG10El): Likewise.
27869         (M_PI_LOG10El): Likewise.
27871 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27873         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27875 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27877         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27878         (MINUS_ZERO_INIT): Likewise.
27879         (PLUS_INFTY_INIT): Likewise.
27880         (MINUS_INFTY_INIT): Likewise.
27881         (QNAN_VALUE_INIT): Likewise.
27882         (MAX_VALUE_INIT): Likewise.
27883         (MIN_VALUE_INIT): Likewise.
27884         (MIN_SUBNORM_VALUE_INIT): Likewise.
27885         (plus_zero): Initialize with PLUS_ZERO_INIT.
27886         (minus_zero): Initialize with MINUS_ZERO_INIT.
27887         (plus_infty): Initialize with PLUS_INFTY_INIT.
27888         (minus_infty): Initialize with MINUS_INFTY_INIT.
27889         (qnan_value): Initialize with QNAN_VALUE_INIT.
27890         (max_value): Initialize with MAX_VALUE_INIT.
27891         (min_value): Initialize with MIN_VALUE_INIT.
27892         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27894         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27895         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27896         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27897         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27899         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27900         (RUN_TEST_2_f): Likewise.
27901         (RUN_TEST_ff_f): Likewise.
27902         (RUN_TEST_fi_f): Likewise.
27903         (RUN_TEST_fl_f): Likewise.
27904         (RUN_TEST_fff_f): Likewise.
27905         (RUN_TEST_c_f): Likewise.
27906         (RUN_TEST_f_f1): Likewise.
27907         (RUN_TEST_fF_f1): Likewise.
27908         (RUN_TEST_fI_f1): Likewise.
27909         (RUN_TEST_ffI_f1): Likewise.
27910         (RUN_TEST_c_c): Likewise.
27911         (RUN_TEST_cc_c): Likewise.
27912         (RUN_TEST_f_i): Likewise.
27913         (RUN_TEST_f_i_tg): Likewise.
27914         (RUN_TEST_ff_i_tg): Likewise.
27915         (RUN_TEST_f_b): Likewise.
27916         (RUN_TEST_f_b_tg): Likewise.
27917         (RUN_TEST_f_l): Likewise.
27918         (RUN_TEST_f_L): Likewise.
27919         (RUN_TEST_sincos): Likewise.
27920         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27921         whether to show exceptions.  Do not include ");\n" in return
27922         value.
27923         (special_functions): Output call to RUN_TEST_sincos instead of
27924         check_float calls.  Update calls to new_test.
27925         (parse_args): Output call to single RUN_TEST_* macro instead of
27926         check_* calls and other assignments.  Update calls to new_test.
27928         [BZ #2546]
27929         [BZ #2560]
27930         [BZ #5159]
27931         [BZ #15426]
27932         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27933         input to result for tgamma overflow.
27934         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27935         (gamma_coeff): New variable.
27936         (NCOEFF): New macro.
27937         (gamma_positive): New function.
27938         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27939         underflow here.  Use gamma_positive instead of exp (lgamma) for
27940         other arguments.
27941         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27942         (gamma_coeff): New variable.
27943         (NCOEFF): New macro.
27944         (gammaf_positive): New function.
27945         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27946         underflow here.  Use gamma_positive instead of exp (lgamma) for
27947         other arguments.
27948         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27949         (gamma_coeff): New variable.
27950         (NCOEFF): New macro.
27951         (gammal_positive): New function.
27952         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27953         underflow here.  Use gamma_positive instead of exp (lgamma) for
27954         other arguments.
27955         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27956         (gamma_coeff): New variable.
27957         (NCOEFF): New macro.
27958         (gammal_positive): New function.
27959         (__ieee754_gammal_r): Handle positive infinity, overflow and
27960         underflow here.  Handle NaN the same as positive infinity.  Remove
27961         check x < 0xffffffff for negative integers.  Use gamma_positive
27962         instead of exp (lgamma) for other arguments.
27963         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27964         (gamma_coeff): New variable.
27965         (NCOEFF): New macro.
27966         (gammal_positive): New function.
27967         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27968         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27969         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27970         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27971         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27972         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27973         * sysdeps/generic/math_private.h (__gamma_productf): New
27974         prototype.
27975         (__gamma_product): Likewise.
27976         (__gamma_productl): Likewise.
27977         * math/Makefile (libm-calls): Add gamma_product.
27978         * math/libm-test.inc (tgamma_test): Add more tests.
27979         * sysdeps/i386/fpu/libm-test-ulps: Update.
27980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27982 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27984         * benchtests/bench-skeleton.c (main): Preheat CPU.
27986 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27988         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27990 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27992         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27993         and _dl_skip_args_internal.
27995 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27997         * manual/message.texi (Message Translation): Talk about users.
27998         Message to key mapping impacts design.
28000 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28002         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28004         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28006         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28007         * sysdeps/wordsize-64/glob64.c: ... here.
28009         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28010         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28011         New macros.
28013         * debug/getlogin_r_chk.c: Moved to ...
28014         * login/getlogin_r_chk.c: ... here.
28015         * debug/Makefile (routines): Move getlogin_r_chk to ...
28016         * login/Makefile (routines): ... here.
28017         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28018         * login/Versions (libc: GLIBC_2.4): ... here.
28020         * io/poll.c (__poll): Renamed from poll.
28021         Add libc_hidden_def.
28022         (poll): Define as weak alias.
28024         * debug/ptsname_r_chk.c: Moved to ...
28025         * login/ptsname_r_chk.c: ... here.
28026         * debug/Makefile (routines): Move ptsname_r_chk to ...
28027         * login/Makefile (routines): ... here.
28028         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28029         * login/Versions (libc: GLIBC_2.4): ... here.
28031         * posix/getlogin.c: Moved to ...
28032         * login/getlogin.c: ... here.
28033         * posix/getlogin_r.c: Moved to ...
28034         * login/getlogin_r.c: ... here.
28035         * posix/getlogin_r.c: Moved to ...
28036         * login/getlogin_r.c: ... here.
28037         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28038         * login/Makefile (routines): ... here.
28039         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28040         * login/Versions (libc: GLIBC_2.0): ... here.
28042         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28043         (setrlimit): Define as weak alias.
28045         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28046         Call __ names for open, ftruncate, and close.
28047         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28048         (truncate): Define as weak alias.
28050 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28052         * math/gen-libm-test.pl (parse_args): Initialize x before each
28053         test of frexp, modf and remquo.
28055         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28056         test signgam value.
28058 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28060         [BZ #15418]
28061         [BZ #15419]
28062         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28063         internal tests.
28064         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28066 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28068         * elf/dl-writev.h: New file.
28069         * elf/dl-misc.c: Include it.
28070         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28071         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28073 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28075         * math/libm-test.inc (noXFails): Remove variable.
28076         (noXPasses): Likewise.
28077         (BUILD_COMPLEX_INT): Remove macro.
28078         (print_screen): Remove xfail argument.
28079         (print_screen_max_error): Likewise.
28080         (update_stats): Likewise.
28081         (print_max_error): Likewise.  Update calls to other affected
28082         functions.
28083         (print_complex_max_error): Likewise.
28084         (test_single_exception): Update calls to print_screen.
28085         (test_single_errno): Likewise.
28086         (check_float_internal): Remove xfail argument.  Update calls to
28087         other affected functions.
28088         (check_float): Likewise.
28089         (check_complex): Likewise.
28090         (check_int): Likewise.
28091         (check_long): Likewise.
28092         (check_bool): Likewise.
28093         (check_longlong): Likewise.
28094         (main): Don't print noXFails and noXPasses.
28095         * math/gen-libm-test.pl (top level): Don't mention expected
28096         failure handling in comment.
28097         (new_test): Don't handle expected failures.
28098         (parse_args): Don't mention expected failure handling in comment.
28099         (generate_testfile): Don't handle expected failures.
28100         (parse_ulps): Likewise.
28101         (print_ulps_file): Likewise.
28102         (get_failure): Remove function.
28103         (output_test): Don't handle expected failures.
28104         * make/README.libm-test: Don't mention expected failure handling.
28106         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28107         (minus_zero): Likewise.
28108         (plus_infty): Likewise.
28109         (minus_infty): Likewise.
28110         (qnan_value): Likewise.
28111         (max_value): Likewise.
28112         (min_value): Likewise.
28113         (min_subnorm_value): Likewise.
28114         (initialize): Do not initialize those variables dynamically.
28116 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28118         * io/open.c (__open_2): Moved to ...
28119         * io/open_2.c: ... this new file.
28120         * io/open64.c (__open64_2): Moved to ...
28121         * io/open64_2.c: ... this new file.
28122         * io/openat.c (__openat_2): Moved to ...
28123         * io/openat_2.c: ... this new file.
28124         * io/openat64.c (__openat64_2): Moved to ...
28125         * io/openat64_2.c: ... this new file.
28126         * io/Makefile (routines): Add them.
28127         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28128         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28129         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28130         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28131         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28132         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28133         (__openat64): Add hidden_ver.
28134         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28135         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28137         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28138         Separately conditionalize setting of GLRO(dl_sysinfo) so
28139         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28140         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28142 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28144         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28145         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28146         definition.
28147         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28148         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28149         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28150         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28151         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28153 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28155         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28156         test signgam value.
28158         * math/libm-test.inc (hypot_test): Do not use
28159         IGNORE_ZERO_INF_SIGN.
28161 2013-05-03  Andreas Jaeger  <aj@suse.de>
28163         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28164         Linux 3.9.
28165         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28166         (PF_MAX): Adjust for VSOCK change.
28168 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28172 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28174         [BZ #15264]
28175         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28176         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28177         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28179 2013-05-02  David S. Miller  <davem@davemloft.net>
28181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28183 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28185         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28187 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28189         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28191 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28193         [BZ #14952]
28194         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28195         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28196         Use __attribute__ ((__gnu_inline__)).
28197         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28198         Don't use __attribute__ ((__gnu_inline__)).
28200 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28202         [BZ #15423]
28203         * math/s_catan.c (__catan): Handle small real or imaginary part of
28204         input specially to avoid spurious underflow.
28205         * math/s_catanf.c (__catanf): Likewise.
28206         * math/s_catanh.c (__catanh): Likewise.
28207         * math/s_catanhf.c (__catanhf): Likewise.
28208         * math/s_catanhl.c (__catanhl): Likewise.
28209         * math/s_catanl.c (__catanl): Likewise.
28210         * math/libm-test.inc (catan_test): Add more tests.
28211         (catanh_test): Likewise.
28212         * sysdeps/i386/fpu/libm-test-ulps: Update.
28213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28215 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28219 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28221         [BZ #15416]
28222         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28223         accurately for denominator in atan2.
28224         * math/s_catanf.c (__catanf): Likewise.
28225         * math/s_catanh.c (__catanh): Likewise.
28226         * math/s_catanhf.c (__catanhf): Likewise.
28227         * math/s_catanhl.c (__catanhl): Likewise.
28228         * math/s_catanl.c (__catanl): Likewise.
28229         * math/libm-test.inc (catan_test): Add more tests.
28230         (catanh_test): Likewise.
28231         * sysdeps/i386/fpu/libm-test-ulps: Update.
28232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28234 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28236         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28238         * benchtests/Makefile (bench): Remove slow benchmarks.
28239         * benchtests/atan-inputs: Add slow benchmark inputs.
28240         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28241         (BENCH_FUNC): Accept variant offset.
28242         (VARIANT): Define.
28243         * benchtests/bench-skeleton.c (main): Run benchmark for each
28244         variant.
28245         * benchtests/cos-inputs: Add slow benchmark inputs.
28246         * benchtests/exp-inputs: Likewise.
28247         * benchtests/pow-inputs: Likewise.
28248         * benchtests/sin-inputs: Likewise.
28249         * benchtests/slowatan-inputs: Remove.
28250         * benchtests/slowatan.c: Remove.
28251         * benchtests/slowcos-inputs: Remove.
28252         * benchtests/slowcos.c: Remove.
28253         * benchtests/slowexp-inputs: Remove.
28254         * benchtests/slowexp.c: Remove.
28255         * benchtests/slowpow-inputs: Remove.
28256         * benchtests/slowpow.c: Remove.
28257         * benchtests/slowsin-inputs: Remove.
28258         * benchtests/slowsin.c: Remove.
28259         * benchtests/slowtan-inputs: Remove.
28260         * benchtests/slowtan.c: Remove.
28261         * benchtests/tan-inputs: Add slow benchmark inputs.
28262         * scripts/bench.pl: Parse comments and directives.
28264         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28265         in CPPFLAGS.
28266         ($(objpfx)bench-%.c): Remove *-ITER.
28267         * benchtests/bench-modf.c: Remove definition of ITER.
28268         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28269         (main): Loop for DURATION seconds instead of fixed number of
28270         iterations.
28271         * scripts/bench.pl: Don't expect iterations in parameters.
28273 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28275         * io/fchdir.c (__fchdir): Renamed from fchdir.
28276         (fchdir): Define as weak alias.
28278 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28280         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28281         (ERRNO_EDOM): Likewise.
28282         (ERRNO_ERANGE): Likewise.
28283         (noErrnoTests): New variable.
28284         (init_max_error): Set errno to 0.
28285         (test_single_errno): New function.
28286         (test_errno): Likewise.
28287         (check_float_internal): Call test_errno.  Set errno to 0.
28288         (check_complex): Refer to errno tests in comment.
28289         (check_int): Call test_errno.  Set errno to 0.
28290         (check_long): Likewise.
28291         (check_bool): Likewise.
28292         (check_longlong): Likewise.
28293         (cos_test): Use ERRNO_* flags for errno tests instead of
28294         check_int.
28295         (expm1_test): Likewise.
28296         (fmod_test): Likewise.
28297         (ilogb_test): Likewise.
28298         (lgamma_test): Likewise.
28299         (pow_test): Likewise.
28300         (remainder_test): Likewise.
28301         (sin_test): Likewise.
28302         (tan_test): Likewise.
28303         (yn_test): Likewise.
28304         (initialize): Set errno to 0.
28305         (main): Print number of errno tests.
28306         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28308 2013-04-29  Andreas Jaeger  <aj@suse.de>
28310         [BZ #15084]
28311         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28312         and RES_USEVC.
28314         [BZ #15085]
28315         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28316         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28317         unimplemented.
28319         [BZ #15380]
28320         * stdlib/random.c (__initstate): Return NULL if
28321         __initstate fails.
28323         [BZ #15086]
28324         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28325         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28326         RES_SNGLKUPREOP.
28328 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28330         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28332 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28334         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28335         of individual tests.
28336         (casin_test): Likewise.
28337         (casinh_test): Likewise.
28339 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28341         [BZ #15409]
28342         * math/s_catan.c (__catan): Handle arguments with large real or
28343         imaginary part separately without squaring.
28344         * math/s_catanf.c (__catanf): Likewise.
28345         * math/s_catanh.c (__catanh): Likewise.
28346         * math/s_catanhf.c (__catanhf): Likewise.
28347         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28348         and redefine.
28349         (__catanhl): Handle arguments with large real or imaginary part
28350         separately without squaring.
28351         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28352         and redefine.
28353         (__catanl): Handle arguments with large real or imaginary part
28354         separately without squaring.
28355         * math/libm-test.inc (catan_test): Add more tests.
28356         (catanh_test): Likewise.
28357         * sysdeps/i386/fpu/libm-test-ulps: Update.
28358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28360 2013-04-27  Andreas Jaeger  <aj@suse.de>
28362         [BZ #15007]
28363         * stdlib/stdlib.h: Update guards for qecvt.
28364         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28365         <stdlib.h>.
28367 2013-04-27  Allan McRae  <allan@archlinux.org>
28369         * sysdeps/i386/fpu/libm-test-ulps: Update.
28371 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28373         [BZ #15406]
28374         * math/s_catan.c: Include <float.h>.
28375         (__catan): Ensure underflow exception occurs for underflowed
28376         result.
28377         * math/s_catanf.c: Include <float.h>.
28378         (__catanf): Ensure underflow exception occurs for underflowed
28379         result.
28380         * math/s_catanh.c: Include <float.h>.
28381         (__catanh): Ensure underflow exception occurs for underflowed
28382         result.
28383         * math/s_catanhf.c: Include <float.h>.
28384         (__catanhf): Ensure underflow exception occurs for underflowed
28385         result.
28386         * math/s_catanhl.c: Include <float.h>.
28387         (__catanhl): Ensure underflow exception occurs for underflowed
28388         result.
28389         * math/s_catanl.c: Include <float.h>.
28390         (__catanl): Ensure underflow exception occurs for underflowed
28391         result.
28392         * math/libm-test.inc (catan_test): Add more tests.
28393         (catanh_test): Likewise.
28395         [BZ #15405]
28396         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28397         underflowed result.
28398         * math/s_ccoshf.c (__ccoshf): Likewise.
28399         * math/s_ccoshl.c (__ccoshl): Likewise.
28400         * math/s_csin.c (__csin): Likewise.
28401         * math/s_csinf.c (__csinf): Likewise.
28402         * math/s_csinh.c (__csinh): Likewise.
28403         * math/s_csinhf.c (__csinhf): Likewise.
28404         * math/s_csinhl.c (__csinhl): Likewise.
28405         * math/s_csinl.c (__csinl): Likewise.
28406         * math/libm-test.inc (ccos_test): Add more tests.
28407         (ccosh_test): Likewise.
28408         (csin_test): Likewise.
28409         (csinh_test): Likewise.
28411 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28413         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28414         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28415         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28416         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28417         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28418         powerpc/power5+/fpu folders.
28419         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28422 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28424         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28426 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28428         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28429         additions to variable.
28430         [$(config-machine) = x86_64] (modules-names): Likewise.
28431         ($(objpfx)tst-audit3): Remove dependency.
28432         ($(objpfx)tst-audit3.out): Likewise.
28433         ($(objpfx)tst-audit4): Likewise.
28434         ($(objpfx)tst-audit4.out): Likewise.
28435         ($(objpfx)tst-audit5): Likewise.
28436         ($(objpfx)tst-audit5.out): Likewise.
28437         ($(objpfx)tst-audit6): Likewise.
28438         ($(objpfx)tst-audit6.out): Likewise.
28439         ($(objpfx)tst-audit7): Likewise.
28440         ($(objpfx)tst-audit7.out): Likewise.
28441         (tst-audit3-ENV): Remove variable.
28442         (tst-audit4-ENV): Likewise.
28443         (tst-audit5-ENV): Likewise.
28444         (tst-audit6-ENV): Likewise.
28445         (tst-audit7-ENV): Likewise.
28446         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28447         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28448         addition to variable.
28449         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28450         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28451         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28452         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28453         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28454         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28455         tst-audit3, tst-audit4 and tst-audit5.
28456         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28457         tst-audit6 and tst-audit7.
28458         [$(subdir) = elf] (modules-names): Add audit modules for those
28459         tests.
28460         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28461         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28462         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28463         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28464         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28465         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28466         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28467         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28468         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28469         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28470         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28471         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28472         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28473         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28474         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28475         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28476         Likewise.
28477         [$(subdir) = elf && $(config-cflags-avx) = yes]
28478         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28479         [$(subdir) = elf && $(config-cflags-avx) = yes]
28480         (CFLAGS-tst-auditmod4a.c): Likewise.
28481         [$(subdir) = elf && $(config-cflags-avx) = yes]
28482         (CFLAGS-tst-auditmod4b.c): Likewise.
28483         [$(subdir) = elf && $(config-cflags-avx) = yes]
28484         (CFLAGS-tst-auditmod6b.c): Likewise.
28485         [$(subdir) = elf && $(config-cflags-avx) = yes]
28486         (CFLAGS-tst-auditmod6c.c): Likewise.
28487         [$(subdir) = elf && $(config-cflags-avx) = yes]
28488         (CFLAGS-tst-auditmod7b.c): Likewise.
28489         * elf/tst-audit3.c: Move to ...
28490         * sysdeps/x86_64/tst-audit3.c: ... here.
28491         * elf/tst-audit4.c: Move to ...
28492         * sysdeps/x86_64/tst-audit4.c: ... here.
28493         * elf/tst-audit5.c: Move to ...
28494         * sysdeps/x86_64/tst-audit5.c: ... here.
28495         * elf/tst-audit6.c: Move to ...
28496         * sysdeps/x86_64/tst-audit6.c: ... here.
28497         * elf/tst-audit7.c: Move to ...
28498         * sysdeps/x86_64/tst-audit7.c: ... here.
28499         * elf/tst-auditmod3a.c: Move to ...
28500         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28501         * elf/tst-auditmod3b.c: Move to ...
28502         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28503         * elf/tst-auditmod4a.c: Move to ...
28504         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28505         * elf/tst-auditmod4b.c: Move to ...
28506         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28507         * elf/tst-auditmod5a.c: Move to ...
28508         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28509         * elf/tst-auditmod5b.c: Move to ...
28510         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28511         * elf/tst-auditmod6a.c: Move to ...
28512         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28513         * elf/tst-auditmod6b.c: Move to ...
28514         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28515         * elf/tst-auditmod6c.c: Move to ...
28516         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28517         * elf/tst-auditmod7a.c: Move to ...
28518         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28519         * elf/tst-auditmod7b.c: Move to ...
28520         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28522 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28524         [BZ #15366]
28525         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28526         define unconditionally.
28527         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28528         define unconditionally.
28529         (INT8_C, INT16_C, etc.): Likewise.
28531 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28533         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28534         __ehdr_start with hidden visibility.
28536         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28538 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28540         * math/libm-test.inc (cos_test): Use accurate hex constants.
28541         (sincost_test): Likewise.
28543 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28545         * math/libm-test.inc (catan_test): Add more tests.
28546         (catanh_test): Likewise.
28548         * math/s_catanf.c (__catanf): Use suffixed floating-point
28549         constants.
28550         * math/s_catanhf.c (__catanhf): Likewise.
28551         * math/s_catanhl.c (__catanhl): Likewise.
28552         * math/s_catanl.c (__catanl): Likewise.
28554         [BZ #15394]
28555         * math/s_catan.c (__catan): Calculate imaginary part of result
28556         with log1p not log unless computing log of number close to 0.
28557         * math/s_catanf.c (__catanf): Likewise.
28558         * math/s_catanl.c (__catanl): Likewise.
28559         * math/s_catanh.c (__catanh): Calculate real part of result with
28560         log1p not log unless computing log of number close to 0.
28561         * math/s_catanhf.c (__catanhf): Likewise.
28562         * math/s_catanhl.c (__catanhl): Likewise.
28563         * math/libm-test.inc (catan_test): Add more tests.
28564         (catanh_test): Likewise.
28565         * sysdeps/i386/fpu/libm-test-ulps: Update.
28566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28568 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28570         * benchtests/Makefile: Mention files in which fast and slow
28571         paths of math functions are implemented.
28573 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28575         * sysdeps/posix/timespec_get.c: New file.
28577 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28579         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28580         POWER.
28581         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28582         for POWER.
28583         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28584         powerpc/power5/fpu folders.
28585         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28586         * benchtests/Makefile: Add modf testcase.
28587         * benchtests/bench-modf.c: New file: Benchmark test for mo
28589 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28591         [BZ #14888]
28592         * time/Makefile (tests): Add tst-strptime-whitespace.
28593         * time/strptime_l.c (get_number): Use ISSPACE.
28594         (__strptime_internal): Likewise.
28595         * time/tst-strptime-whitespace.c: New test case.
28597 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28599         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28600         member.
28601         (_nss_files_init): Set it here.
28603 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28605         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28606         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28607         unsigned.
28609 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28611         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28613 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28615         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28616         size just once.
28618 2013-04-21  David S. Miller  <davem@davemloft.net>
28620         * po/ru.po: Update Russion translation from translation project.
28622 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28624         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28625         and setfsgid.
28627 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28629         * configure.in: Remove i386 configure warning. Remove i386 case.
28630         * configure: Regenerate.
28631         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28632         Add example to error message.
28633         * sysdeps/i386/configure: Regenerate.
28635 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28637         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28638         slowtan.
28639         * benchtests/cos-inputs: New file.
28640         * benchtests/slowcos-inputs: New file.
28641         * benchtests/slowcos.c: New file.
28642         * benchtests/slowtan-inputs: New file.
28643         * benchtests/slowtan.c: New file.
28644         * benchtests/tan-inputs: New file.
28646 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28648         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28649         considered kosher.
28651 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28653         * benchtests/Makefile: Include cppflags-iterator.mk to add
28654         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28656         * Makefile.in (bench-clean): New target.
28657         * benchtests/Makefile (bench-clean): Likewise.
28659 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28661         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28663 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28665         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28667 2013-04-15  Andreas Schwab  <schwab@suse.de>
28669         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28670         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28671         * nscd/pwdcache.c (cache_addpw): Likewise.
28672         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28673         more than recsize.
28675 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28677         * benchtests/Makefile (bench): Write all output to
28678         bench-out.tmp together.
28680 2013-04-15  Andreas Schwab  <schwab@suse.de>
28682         * nscd/nscd.c (main): Don't fork again after closing files.
28684 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28686         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28688         * benchtests/Rules (bench-deps): Collect dependencies into a
28689         single variable.  Add Makefile to dependencies.
28690         ($(objpfx)bench-%.c): Depend on bench-deps.
28692 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28693             Xavier Roche  <roche+kml2@exalead.com>
28695         [BZ #15361]
28696         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28697         just that it's a file descriptor.
28698         * manual/llio.texi (Synchronizing AIO Operations): Update description
28699         for EBADF error from aio_fsync.
28701 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28703         * Rules (bench): Move target definition...
28704         * benchtests/Makefile: ... here.
28706 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28708         * math/libm-test.inc (cos_test): Fix PI/2 test.
28709         (sincos_test): Likewise.
28710         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28711         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28713 2013-04-11  Andreas Schwab  <schwab@suse.de>
28715         [BZ #13988]
28716         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28717         accept exponent character only when digits were seen.
28718         * stdio-common/Makefile (tests): Add bug26.
28719         * stdio-common/bug26.c: New file.
28721         [BZ #14293]
28722         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28723         non-freeable.
28725 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28727         * Makeconfig (rtld-prefix): Define built linker prefix.
28728         * Rules (run-bench): Use it.
28729         * math/Makefile (run-regen-ulps): Likewise.
28731         * Rules (bench): Remove eval.
28733 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28734             Roland McGrath  <roland@hack.frob.com>
28735             Ondrej Bilka  <neleai@seznam.cz>
28737         [BZ #15346]
28738         * time/getdate.c: Include ctype.h and alloca.h.
28739         (__getdate_r): Trim leading and trailing spaces of input.
28740         * time/tst-getdate.c (tests): Add tests with leading and
28741         trailing spaces.
28743 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28745         [BZ #14280]
28746         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28747         when computing value.
28749 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28751         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28752         Use testrun.sh to run libm tests.
28754         [BZ #15309]
28755         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28757 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28759         [BZ #15264]
28760         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28762 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28764         * Makefile.in (regen-ulps): New target.
28765         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28766         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28767         [ifneq (no,$(PERL)] (regen-ulps): New target.
28768         [ifeq (no,$(PERL)] (regen-ulps): New target.
28769         * math/libm-test.inc (ulps_file_name): Define.
28770         (output_dir): New variable.
28771         (options): Add "output-dir" option.
28772         (parse_opt): Handle 'o' case.
28773         (main): If output_dir is non-NULL use it as a prefix
28774         otherwise use "".
28775         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28777 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28779         [BZ #10060, #10062]
28780         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28781         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28782         fail configure if __sync_val_compare_and_swap is not inlined.
28783         * sysdeps/i386/configure: Regenerate.
28784         * configure.in: Build for i686 when configured for i386.
28785         * configure: Regenerate.
28786         * README: Remove i386 reference.
28788 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28790         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28791         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28793 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28795         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28796         (lmsnanval): New variables.
28797         (F): Add conversion tests.
28798         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28799         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28801         * stdio-common/tstdiomisc.c (F): Properly collect individual
28802         tests' results.
28804         [BZ #14686, #15336]
28805         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28806         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28807         Instead, use input NaN values or generate a qNaN by arithmetic
28808         operation.  Also fix bugs to comply with the standard.
28809         * math/libm-test.inc (remainder_test): Add more tests.
28811         [BZ #15335, #15342]
28812         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28813         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28814         input NaN values or generate a qNaN by arithmetic operation.
28816         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28817         unreachable code.
28819         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28820         definitions.
28822 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28824         [BZ #14478]
28825         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28826         underflowed result.
28827         * math/s_cexpf.c (__cexpf): Likewise.
28828         * math/s_cexpl.c (__cexpl): Likewise.
28829         * math/libm-test.inc (cexp_test): Add more tests.
28831 2013-04-03  Andreas Schwab  <schwab@suse.de>
28833         [BZ #15330]
28834         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28835         order arrays from heap if bigger than alloca cutoff.
28837 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28839         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28840         (SNAN_TESTS_double): Refer to GCC PR56831.
28841         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28842         GCC PR56828.
28844 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28846         * Rules (bench): Move bench.out after the run is complete.
28848         * Rules (bench): Echo currently running benchmark.
28850         * benchtests/Makefile (bench): Add atan and slowatan.
28851         * benchtests/atan-inputs: New file.
28852         * benchtests/slowatan-inputs: New file.
28853         * benchtests/slowatan.c: New file.
28855         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28856         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28857         its value.
28859         [BZ #15305]
28860         * sysdeps/unix/sysv/linux/kernel-features.h
28861         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28862         __ASSUME_XFS_RESTRICTED_CHOWN.
28863         * sysdeps/unix/sysv/linux/pathconf.c
28864         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28865         Save and restore errno.
28867 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28869         [BZ #15327]
28870         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28871         arguments using __kernel_casinh.
28872         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28873         arguments using __kernel_casinhf.
28874         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28875         arguments using __kernel_casinhl.
28876         * math/libm-test.inc (cacosh_test): Add more tests.
28877         * sysdeps/i386/fpu/libm-test-ulps: Update.
28878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28880 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28882         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28883         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28885         * bench/Makefile (bench): Add sin and slowsin.
28886         * benchtests/sin-inputs: New file.
28887         * benchtests/slowsin-inputs: New file.
28888         * benchtests/slowsin.c: New file.
28890         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28891         (bench): Add slowexp and slowpow.
28892         (exp-ITER): Increase iterations.
28893         (pow-ITER): Likewise.
28894         * benchtests/exp-inputs: Change input.
28895         * benchtests/pow-inputs: Likewise.
28896         * benchtests/slowexp-inputs: New file.
28897         * benchtests/slowexp.c: New file.
28898         * benchtests/slowpow-inputs: New file.
28899         * benchtests/slowpow.c: New file.
28901 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28903         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28904         instructions.
28905         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28906         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28907         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28908         * benchtests/Makefile: Add rint benchtest.
28909         * benchtests/rint-inputs: Input for rint benchtest.
28911 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28913         * Versions.def (libm): Add GLIBC_2.18.
28914         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28915         hidden libm prototypes.
28916         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28917         * math/Makefile (libm-calls): Add s_issignaling.
28918         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28919         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28920         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28921         declaration.
28922         * math/math.h [__USE_GNU] (issignaling): New macro.
28923         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28924         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28925         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28926         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28927         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28928         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28929         * manual/arith.texi (issignaling): New section.
28930         * manual/libm-err-tab.pl (@all_functions): Update comment.
28931         * math/gen-libm-test.pl (parse_args): Apply special handling for
28932         issignaling.
28933         * math/libm-test.inc (print_float, issignaling_test): New
28934         functions.
28935         (check_float_internal): Add issignaling checks.
28936         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28937         default definition.
28938         * sysdeps/powerpc/math-tests.h: New file.
28939         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28940         tests.
28941         * math/test-snan.c (TEST_FUNC): Likewise.
28943 2013-03-30  David S. Miller  <davem@davemloft.net>
28945         * po/de.po: Update from translation team.
28947 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28949         [BZ #10357]
28950         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28951         imaginary part less than 1.0 and real part less than 0.5
28952         specially.
28953         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28954         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28955         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28956         (cacos_test): Add more tests.
28957         (casin_test): Likewise.
28958         (casinh_test): Likewise.
28959         * sysdeps/i386/fpu/libm-test-ulps: Update.
28960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28962 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28964         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28965         ONE with its value.
28967         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28968         (__pow_mp): Replace ONE and MONE with their values.
28969         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28970         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28971         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28972         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28973         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28974         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28976         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28978         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28979         (__pow_mp): Replace ZERO and MZERO with their values.
28980         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28981         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28982         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28983         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28984         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28985         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28986         (__sqr): Likewise.
28988         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28990         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28992 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28994         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28995         Declare with __attribute__ ((weak)).
28996         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28997         Call __call_tls_dtors only if it's not NULL.
28999 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29001         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29002         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29003         magic __ehdr_start linker symbol if it's defined.
29004         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29005         them up here if it was already done.
29007         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29008         (_dl_aux_init): Use const in cast when setting it.
29009         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29010         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29011         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29013         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29014         Declare them here.
29015         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29016         * csu/libc-tls.c: Nor here.
29017         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29019         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29020         (__libc_message): Never call vsyslog.
29022 2013-03-28  Alan Modra  <amodra@gmail.com>
29024         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29025         Define as empty.
29026         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29027         Likewise.
29029 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29031         [BZ #15214]
29032         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29033         underflow.
29034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29036 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29038         [BZ #15304]
29039         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29040         Don't add gid passed as argument.
29042         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29044 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29046         [BZ #15307]
29047         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29048         imaginary part between 1.0 and 1.5 and real part less than 0.5
29049         specially.
29050         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29051         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29052         * math/libm-test.inc (cacos_test): Add more tests.
29053         (casin_test): Likewise.
29054         (casinh_test): Likewise.
29055         * sysdeps/i386/fpu/libm-test-ulps: Update.
29056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29058 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29060         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29061         constants.
29062         (norm): Likewise.
29063         (denorm): Likewise.
29064         (__dbl_mp): Likewise.
29065         (add_magnitudes): Likewise.
29066         (sub_magnitudes): Likewise.
29067         (__add): Likewise.
29068         (__sub): Likewise.
29069         (__mul): Likewise.
29070         (__sqr): Likewise.
29071         (__inv): Likewise.
29072         (__dvd): Likewise.
29074         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29075         commented code.
29076         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29077         (__dubcos): Likewise.
29078         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29079         (__ieee754_acos): Likewise.
29080         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29081         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29082         (__exp1): Likewise.
29083         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29084         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29085         (log1): Likewise.
29086         (my_log2): Likewise.
29087         (checkint): Likewise.
29088         * sysdeps/ieee754/dbl-64/e_remainder.c
29089         (__ieee754_remainder): Likewise.
29090         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29091         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29092         (bsloww): Likewise.
29093         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29095         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29096         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29097         MANTISSA_STORE_T to store computations on mantissa.  Use
29098         macros for rounding and division.
29099         (denorm): Likewise.
29100         (__dbl_mp): Likewise.
29101         (add_magnitudes): Likewise.
29102         (sub_magnitudes): Likewise.
29103         (__mul): Likewise.
29104         (__sqr): Likewise.
29105         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29106         powers of two in terms of TWOPOW macro.
29107         (mp_no): Make type of mantissa as MANTISSA_T.
29108         [!RADIXI]: Define RADIXI.
29109         [!TWO52]: Define TWO52.
29110         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29112 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29114         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29115         llroundl symbol when building for PPC32.
29117 2013-03-24  Mark H Weaver  <mhw@netris.org>
29119         * manual/arith.texi (Normalization Functions): Fix prototypes for
29120         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29122 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29124         [BZ #13889]
29125         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29126         high value to check if expl overflow.
29127         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29128         to check for underflow and overflow.
29129         * math/libm-test.inc: Add exp test.
29131 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29133         [BZ #11120]
29134         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29135         with NOT_IN_libc.
29137 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29139         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29140         symbol.
29142 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29144         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29145         wrap blocks consisting of several statements.
29147         * sysdeps/generic/math-tests.h: New file.
29148         * sysdeps/i386/fpu/math-tests.h: Likewise.
29149         * math/test-snan.c: Include it.
29150         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29152 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29154         [BZ #15285]
29155         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29156         (__ieee754_j0l): Do not improve calculations using cos of twice
29157         input for inputs above LDBL_MAX / 2.0L.
29158         (__ieee754_y0l): Likewise.
29159         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29160         (__ieee754_j1l): Do not improve calculations using cos of twice
29161         input for inputs above LDBL_MAX / 2.0L.
29162         (__ieee754_y1l): Likewise.
29163         * math/libm-test.inc (j0_test): Add another test.
29164         (j1_test): Likewise.
29165         (y0_test): Likewise.
29166         (y1_test): Likewise.
29167         * sysdeps/i386/fpu/libm-test-ulps: Update.
29169 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29171         * Rules ($(objpfx)bench-%.c): Include code from a C source
29172         file.
29174 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29176         [BZ #15287]
29177         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29178         imaginary part 1.0 and real part less than 0.5 specially.
29179         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29180         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29181         * math/libm-test.inc (cacos_test): Add more tests.
29182         (casin_test): Likewise.
29183         (casinh_test): Likewise.
29184         * sysdeps/i386/fpu/libm-test-ulps: Update.
29185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29187 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29189         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29190         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29192 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29194         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29195         * config.make.in (config-cflags-sse4): Remove variable.
29196         (config-cflags-avx): Likewise.
29197         (config-cflags-sse2avx): Likewise.
29198         (config-cflags-novzeroupper): Likewise.
29199         (config-asflags-i686): Likewise.
29200         (have-mfma4): Likewise.
29201         (have-as-vis3): Likewise.
29202         (MIG): Likewise.
29203         * configure.in (MIG): Do not AC_SUBST.
29204         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29205         (libc_cv_cc_sse4): Do not AC_SUBST.
29206         (libc_cv_cc_avx): Likewise.
29207         (libc_cv_cc_sse2avx): Likewise.
29208         (libc_cv_cc_novzeroupper): Likewise.
29209         (libc_cv_cc_fma4): Likewise.
29210         (libc_cv_as_i686): Likewise.
29211         (libc_cv_sparc_as_vis3): Likewise.
29212         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29213         LIBC_CONFIG_VAR.
29214         (config-asflags-i686): Likewise.
29215         (config-cflags-avx): Likewise.
29216         (config-cflags-sse2avx): Likewise.
29217         (have-mfma4): Likewise.
29218         (config-cflags-novzeroupper): Likewise.
29219         * sysdeps/mach/configure.in (MIG): Likewise.
29220         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29221         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29222         LIBC_CONFIG_VAR.
29223         (config-cflags-avx): Likewise.
29224         (config-cflags-sse2avx): Likewise.
29225         (have-mfma4): Likewise.
29226         (config-cflags-novzeroupper): Likewise.
29227         * configure: Regenerated.
29228         * sysdeps/i386/configure: Likewise.
29229         * sysdeps/mach/configure: Likewise.
29230         * sysdeps/sparc/configure: Likewise.
29231         * sysdeps/x86_64/configure: Likewise.
29233 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29235         [BZ #14812]
29236         * locale/programs/localedef.c (options): Put N_ translation marker
29237         on argument names, not just descriptions.
29239 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29241         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29243 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29245         [BZ #14176]
29246         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29248 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29250         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29251         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29252         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29253         [!BEFORE_ABORT] (before_abort): New function.
29254         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29255         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29256         (writev_for_fatal): New function.
29257         (WRITEV_FOR_FATAL): New macro; call that.
29258         (backtrace_and_maps): New function.
29259         (BEFORE_ABORT): New macro; call that.
29260         (struct str_list): Type removed.
29261         (__libc_message, __libc_fatal): Functions removed.
29262         Include <sysdeps/posix/libc_fatal.c> instead.
29264 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29266         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29267         constants.
29268         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29269         double constants.
29271 2013-03-19  Andreas Schwab  <schwab@suse.de>
29273         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29274         * sysdeps/gnu/configure: Regenerate.
29276         * configure.in: Substitute libc_cv_rtlddir.
29277         * configure: Regenerate.
29278         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29279         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29280         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29281         * elf/Makefile (install-others, CFLAGS-interp.c)
29282         (ldso_install, common-ldd-rewrite): Likewise.
29283         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29284         $(inst_slibdir)/$(rtld-installed-name).
29285         * scripts/rellns-sh: Add -p option.
29286         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29287         for source.
29289 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29291         * manual/nptl.texi: Renamed to ...
29292         * manual/threads.texi: ... this.
29293         * manual/Makefile (chapters): Update.
29295 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29297         [BZ #14812]
29298         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29299         on argument names, not just descriptions.
29300         * malloc/memusagestat.c (options): Likewise.
29301         * nss/getent.c (options): Likewise.
29303 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29305         [BZ #14812]
29306         * iconv/iconv_prog.c (options): Put N_ translation marker
29307         on argument names, not just descriptions.
29308         * iconv/iconvconfig.c (options): Likewise.
29310 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29312         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29313         implementation which is faster on all x86_64 architectures.
29314         Tested on AMD, Intel Nehalem, SNB, IVB.
29315         * sysdeps/x86_64/strnlen.S: Likewise.
29317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29318         Remove all multiarch strlen and strnlen versions.
29319         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29320         Remove strlen and strnlen related parts.
29322         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29323         Inline strlen part.
29324         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29326         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29327         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29328         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29329         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29330         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29331         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29333 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29335         * manual/memory.texi (Malloc Tunable Parameters):
29336         Sort parameters alphabetically. Add comments for missing entries.
29338 2013-03-17  David S. Miller  <davem@davemloft.net>
29340         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29342 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29344         [BZ #15283]
29345         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29346         for arguments at most half maximum finite value.
29347         * math/libm-test.inc (j0_test): Add more tests.
29348         (j1_test): Likewise.
29349         (y0_test): Likewise.
29350         (y1_test): Likewise.
29351         * sysdeps/i386/fpu/libm-test-ulps: Update.
29352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29354         [BZ #14155]
29355         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29356         1 / x and functions P and Q for arguments above 0x1p256L.
29357         (__ieee754_y0l): Likewise.
29358         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29359         (__ieee754_y1l): Likewise.
29360         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29361         (j1_test): Likewise.
29362         (y0_test): Likewise.
29363         (y1_test): Likewise.
29365 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29367         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29368         variable.
29370 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29372         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29373         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29374         zero since it's initialized to EXEC_PAGESIZE.
29376         * sysdeps/unix/sysv/linux/ldsodefs.h
29377         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29378         * sysdeps/generic/ldsodefs.h: ... here.
29380 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29382         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29384         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29385         math/test-snan.c.
29386         * math/test-snan.c: Renamed from
29387         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29388         * math/Makefile (tests): Add test-snan.
29389         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29390         test-powerpc-snan.
29392         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29393         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29394         functions.
29395         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29396         __builtin_nan family of functions.
29397         * math/libm-test.inc (initialize): Initialize qnan_value with
29398         __builtin_nan family of functions.
29399         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29400         Remove variables.
29401         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29402         Remove functions.
29403         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29404         storage class.  Initialize qNaN_var and sNaN_var with
29405         __builtin_nan and __builtin_nans families of functions,
29406         respectively.
29408         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29409         (sqrt_test): Remove duplicate test with qNaN input.
29410         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29411         (round_test, signbit_test, significand_test): Note missing +/-Inf
29412         as well as qNaN tests.
29414         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29415         qNaN_var.  Fix a few strings, too.
29416         * math/libm-test.inc (nan_value): Rename to qnan_value.
29417         * math/gen-libm-test.pl (%beautify): Adjust to that.
29418         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29419         * math/test-misc.c (main): Likewise.
29420         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29421         to __qnan_bytes, and __qnan_union, respectively.
29422         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29423         Likewise.
29424         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29425         and lqnanval, respectively.
29426         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29427         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29428         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29429         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29431         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29432         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29433         doubles.
29435         * math/test-misc.c (main): Fix copy'n'pastos.
29436         * misc/tst-efgcvt.c (special): Likewise.
29438         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29439         Remove declarations.
29441 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29443         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29444         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29445         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29446         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29448 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29450         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29451         macro to return vdso values correctly in IFUNC implementations.
29452         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29453         Optimization by using IFUNC.
29455 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29456             Richard Henderson  <rth@redhat.com>
29457             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29459         * Makefile.in (bench): New target.
29460         * NEWS: Mention the benchmark framework.
29461         * Rules (bench): Likewise.
29462         (binaries-bench): Generate binaries for functions to
29463         benchmark.
29464         * benchtests/Makefile: New makefile for benchmark tests.
29465         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29466         programs.
29467         * benchtests/exp-inputs: New input file for EXP function.
29468         * benchtests/pow-inputs: New input file for POW function.
29469         * scripts/bench.pl: New script to generate source files for
29470         benchmark programs.
29472 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29474         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29475         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29476         computations on mantissa.  Use macros for rounding and
29477         division.
29478         (denorm): Likewise.
29479         (__dbl_mp): Likewise.
29480         (add_magnitudes): Likewise.
29481         (sub_magnitudes): Likewise.
29482         (__mul): Likewise.
29483         (__sqr): Likewise.
29484         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29485         powers of two in terms of TWOPOW macro.
29486         (mp_no): Make type of mantissa as MANTISSA_T.
29487         [!RADIXI]: Define RADIXI.
29488         [!TWO52]: Define TWO52.
29489         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29491         * manual/nptl.texi (cindex): Modify threads to pthreads.
29493 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29495         * sysdeps/x86_64/preconfigure: Regenerated.
29497 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29499         [BZ #14155]
29500         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29501         0x1p28 and above.
29502         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29503         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29504         0x1p28 and above.
29505         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29506         * math/libm-test.inc (j0_test): Do not allow one spurious
29507         underflow exception.
29508         (y1_test): Likewise.
29510 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29512         * manual/Makefile (chapters): Add nptl.
29513         * manual/debug.texi (Debugging Support): Add link to Threads
29514         chapter.
29515         * manual/nptl.texi: New file.
29517         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29519 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29521         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29522         for non-NULL pointer before the memory validity test. Pointed
29523         out by Holger Brunck <holger.brunck@keymile.com>.
29525 2013-03-13  Andreas Schwab  <schwab@suse.de>
29527         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29528         instead of .os.
29530 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29532         * timezone/zic.c: Update from tzcode 2013b.
29534 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29536         * manual/install.texi (Configuring and compiling):
29537         Mention i686 and i586.
29538         * INSTALL: Regenerate.
29540 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29542         * sysdeps/init_array/elf-init.c: New file.
29543         * csu/elf-init.c
29544         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29545         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29547         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29548         __gmon_start__ as global, but as static with a .preinit_array pointer.
29549         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29550         * sysdeps/init_array/crti.S: New file, empty except for comments.
29551         * sysdeps/init_array/crtn.S: Likewise.
29553 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29555         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29556         definining bcopy.
29557         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29558         Remove Prefer_SSE_for_memop.
29559         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29560         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29561         HAS_PREFER_SSE_FOR_MEMOP.
29562         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29563         memset-x86-64.
29564         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29565         Remove bzero, memset ifunc support.
29566         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29567         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29568         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29569         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29571 2013-03-11  Andreas Schwab  <schwab@suse.de>
29573         [BZ #15234]
29574         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29575         by SHLIB_COMPAT.
29576         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29577         (GLIBC_2.16): Remove pthread_atfork.
29579 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29581         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29582         (ptestcases.h): Likewise.
29584 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29586         * Makeconfig ($(common-objpfx)config.status): Depend on
29587         sysdeps/*/preconfigure{,.in} too.
29589 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29591         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29592         (__free_hook): Use void * instead of __malloc_ptr_t.
29593         (__malloc_hook): Likewise.
29594         (__realloc_hook): Likewise.
29595         (__memalign_hook): Likewise.
29596         (__after_morecore_hook): Likewise.
29597         * malloc/arena.c (save_malloc_hook): Likewise.
29598         (save_free_hook): Likewise.
29599         * malloc/hooks.c (malloc_hook_ini): Likewise.
29600         (realloc_hook_ini): Likewise.
29601         (memalign_hook_ini): Likewise.
29602         * malloc/malloc.c (malloc_hook_ini): Likewise.
29603         (realloc_hook_ini): Likewise.
29604         (memalign_hook_ini): Likewise.
29605         (__free_hook): Likewise.
29606         (__malloc_hook): Likewise.
29607         (__realloc_hook): Likewise.
29608         (__memalign_hook): Likewise.
29609         (__libc_malloc): Likewise.
29610         (__libc_free): Likewise.
29611         (__libc_realloc): Likewise.
29612         (__libc_memalign): Likewise.
29613         (__libc_valloc): Likewise.
29614         (__libc_pvalloc): Likewise.
29615         (__libc_calloc): Likewise.
29616         (__posix_memalign): Likewise.
29617         * malloc/morecore.c (__sbrk): Likewise.
29618         (__default_morecore): Likewise.
29620         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29622         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29623         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29624         __malloc_ptrdiff_t.
29626         * malloc/malloc.h (__malloc_size_t): Remove macro.
29627         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29628         __malloc_size_t.
29629         (old_memalign_hook): Likewise.
29630         (old_realloc_hook): Likewise.
29631         (struct hdr): Likewise.
29632         (flood): Likewise.
29633         (mallochook): Likewise.
29634         (memalignhook): Likewise.
29635         (reallochook): Likewise.
29636         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29637         (tr_old_realloc_hook): Likewise.
29638         (tr_old_memalign_hook): Likewise.
29639         (tr_mallochook): Likewise.
29640         (tr_reallochook): Likewise.
29641         (tr_memalignhook): Likewise.
29643 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29645         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29646         default_ldbl_pack and using as default implementation.
29647         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29648         implementation.
29649         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29650         redundant definition.
29651         (ldbl_insert_mantissa): Likewise.
29652         (ldbl_canonicalize): Likewise.
29653         (ldbl_nearbyint): Likewise.
29654         (ldbl_pack): Rename to ldbl_pack_ppc.
29655         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29656         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29657         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29659 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29661         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29662         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29663         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29664         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29665         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29666         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29667         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29668         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29670 2013-03-07  Andreas Jaeger  <aj@suse.de>
29672         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29673         bits/mman-linux.h.
29675 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29677         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29678         Include mpa.h and declare __MPEXP.
29679         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29680         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29681         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29682         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29683         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29684         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29685         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29687         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29688         (__slowpow): Use long double EXPL and LOGL functions to
29689         compute POW.
29690         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29691         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29692         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29693         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29694         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29695         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29697         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29698         intermediate variable to calculate exponent.
29699         (__sqr): Likewise.
29700         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29701         Likewise.
29702         (__sqr): Likewise.
29704         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29705         [!NO__SQR]: Define __sqr.
29706         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29707         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29708         sysdeps/ieee754/dbl-64/mpa.c.
29709         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29711         [BZ #12723]
29712         * posix/Makefile (tests): Add tst-pathconf.
29713         * posix/tst-pathconf.c: New test case.
29714         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29715         _PC_PIPE_BUF.
29716         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29718 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29720         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29722 2013-03-06  Andreas Jaeger  <aj@suse.de>
29724         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29725         definition via __MAP_ANONYMOUS.
29727         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29728         it's not part of Linux headers.
29730         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29731         (MAP_HUGE_MASK): Define.
29733         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29734         Define.
29735         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29736         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29737         Define.
29738         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29739         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29740         Define.
29741         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29742         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29743         Define.
29744         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29746         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29747         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29748         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29749         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29750         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29751         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29753         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29754         Handle f2fs.
29756         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29757         Handle f2fs and efivarfs.
29759         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29760         f2fs.
29762         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29763         (EFIVARFS_MAGIC): Add.
29764         (F2FS_LINK_MAX): Add.
29766 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29768         * stdio-common/vfprintf.c: Replace __builtin_expect with
29769         __glibc_unlikely.
29771 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29773         [BZ #13550]
29774         * sysdeps/generic/bp-sym.h: Remove file.
29775         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29776         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29777         <bp-sym.h> and <bp-asm.h>.
29778         (__longjmp): Don't use BP_SYM.
29779         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29780         and <bp-asm.h>.
29781         (memcpy): Don't use BP_SYM.
29782         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29783         <bp-sym.h> and <bp-asm.h>.
29784         (memcpy): Don't use BP_SYM.
29785         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29786         <bp-asm.h>.
29787         (memcpy): Don't use BP_SYM.
29788         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29789         <bp-asm.h>.
29790         (memset): Don't use BP_SYM.
29791         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29792         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29793         (__bzero): Don't use BP_SYM.
29794         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29795         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29796         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29797         <bp-sym.h> and <bp-asm.h>.
29798         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29799         pointers.
29800         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29801         <bp-sym.h> and <bp-asm.h>.
29802         (memcpy): Don't use BP_SYM.
29803         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29804         <bp-sym.h> and <bp-asm.h>.
29805         (memset): Don't use BP_SYM.
29806         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29807         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29808         (__bzero): Don't use BP_SYM.
29809         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29810         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29811         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29812         <bp-sym.h> and <bp-asm.h>.
29813         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29814         pointers.
29815         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29816         <bp-sym.h> and <bp-asm.h>.
29817         (memcpy): Don't use BP_SYM.
29818         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29819         <bp-sym.h> and <bp-asm.h>.
29820         (memset): Don't use BP_SYM.
29821         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29822         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29823         (__bzero): Don't use BP_SYM.
29824         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29825         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29826         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29827         <bp-sym.h> and <bp-asm.h>.
29828         (__memchr): Don't use BP_SYM.
29829         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29830         <bp-sym.h> and <bp-asm.h>.
29831         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29832         pointers.
29833         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29834         <bp-sym.h> and <bp-asm.h>.
29835         (memcpy): Don't use BP_SYM.
29836         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29837         <bp-sym.h> and <bp-asm.h>.
29838         (__mempcpy): Don't use BP_SYM.
29839         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29840         <bp-sym.h> and <bp-asm.h>.
29841         (__memrchr): Don't use BP_SYM.
29842         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29843         <bp-sym.h> and <bp-asm.h>.
29844         (memset): Don't use BP_SYM.
29845         (__bzero): Likewise.
29846         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29847         <bp-sym.h> and <bp-asm.h>.
29848         (__rawmemchr): Don't use BP_SYM.
29849         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29850         <bp-sym.h> and <bp-asm.h>.
29851         (__STRCMP): Don't use BP_SYM.
29852         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29853         <bp-sym.h> and <bp-asm.h>.
29854         (strchr): Don't use BP_SYM.
29855         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29856         <bp-sym.h> and <bp-asm.h>.
29857         (__strchrnul): Don't use BP_SYM.
29858         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29859         <bp-sym.h> and <bp-asm.h>.
29860         (strlen): Don't use BP_SYM.
29861         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29862         <bp-sym.h> and <bp-asm.h>.
29863         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29864         pointers.
29865         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29866         <bp-sym.h> and <bp-asm.h>.
29867         (__strnlen): Don't use BP_SYM.
29868         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29869         <bp-sym.h> and <bp-asm.h>.
29870         (__GI__setjmp): Don't use BP_SYM.
29871         (_setjmp): Likewise.
29872         (__sigsetjmp): Likewise.
29873         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29874         (L(start_addresses)): Don't use BP_SYM.
29875         (_start): Likewise.
29876         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29877         <bp-asm.h>.
29878         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29879         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29880         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29881         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29882         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29883         <bp-asm.h>.
29884         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29885         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29886         about bounded pointers.
29887         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29888         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29889         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29890         <bp-asm.h>.
29891         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29892         about bounded pointers.  Remove GKM FIXME comments.
29893         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29894         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29895         <bp-asm.h>.
29896         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29897         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29898         Remove GKM FIXME comments.
29899         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29900         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29901         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29902         <bp-asm.h>.
29903         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29904         about bounded pointers.  Remove GKM FIXME comment.
29905         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29906         and <bp-asm.h>.
29907         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29908         pointers.
29909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29910         <bp-sym.h> and <bp-asm.h>.
29911         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29913         <bp-sym.h> and <bp-asm.h>.
29914         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29915         comment.
29917 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29919         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29920         call free(NULL).
29922 2013-03-05  David S. Miller  <davem@davemloft.net>
29924         * po/es.po: Update from translation team.
29926 2013-03-05  Andreas Jaeger  <aj@suse.de>
29928         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29929         <bits/mman-linux.h>.
29930         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29931         is fine.
29932         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29933         <bits/mman-linux.h> to end of file.
29934         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29935         is fine.
29936         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29937         <bits/mman-linux.h> to end of file.
29938         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29939         is fine.
29940         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29941         <bits/mman-linux.h> to end of file.
29943         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29944         (MCL_CURRENT, MCL_FUTURE): Define here.
29946 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29948         [BZ #15232]
29949         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29950         attribute_hidden.
29951         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29953 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29955         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29956         fourth parameter needed for rt_sigprocmask syscall.
29957         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29958         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29959         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29960         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29961         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29962         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29964 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29966         [BZ #13550]
29967         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29968         comment about bounded pointers.
29969         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29970         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29972 2013-03-04  Andreas Jaeger  <aj@suse.de>
29974         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29975         common definitions.
29977         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29978         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29979         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29980         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29981         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29982         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29984 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29986         [BZ #15055]
29987         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29988         __ieee754_sqrl instead of __sqrl.
29990 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29992         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29993         * sysdeps/powerpc/fpu_control.h: ... here.
29994         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29995         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29996         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29997         * sysdeps/powerpc/bits/mathinline.h: ... here.
29999 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30001         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30002         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30003         to just [NEED_DL_SYSINFO_DSO].
30004         * elf/dl-support.c: Likewise.
30005         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30006         * elf/rtld.c (dl_main): Likewise.
30007         * elf/setup-vdso.h (setup_vdso): Likewise.
30008         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30009         * sysdeps/unix/sysv/linux/dl-sysdep.c
30010         (_dl_discover_osversion): Likewise.
30012 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30014         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30015         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30017 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30019         * NEWS: Mention libm performance improvements and non-x86 PI
30020         futex support.
30022         * csu/libc-start.c (__pthread_initialize_minimal): Change
30023         function arguments.
30024         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30026 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30028         [BZ #13550]
30029         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30030         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30031         <bp-sym.h> and <bp-asm.h>.
30032         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30033         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30034         and <bp-asm.h>.
30035         (memcpy): Don't use BP_SYM.
30036         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30037         <bp-asm.h>.
30038         (__mpn_add_n): Don't use BP_SYM.
30039         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30040         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30041         and <bp-asm.h>.
30042         (__mpn_addmul_1): Don't use BP_SYM.
30043         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30044         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30045         <bp-sym.h>.
30046         (_setjmp): Don't use BP_SYM.
30047         (__novmx_setjmp): Likewise.
30048         (__GI__setjmp): Likewise.
30049         (__vmx_setjmp): Likewise.
30050         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30051         <bp-sym.h>.
30052         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30053         (__bzero): Don't use BP_SYM.
30054         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30055         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30056         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30057         <bp-sym.h> and <bp-asm.h>.
30058         (memcpy): Don't use BP_SYM.
30059         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30060         <bp-sym.h> and <bp-asm.h>.
30061         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30062         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30063         <bp-sym.h> and <bp-asm.h>.
30064         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30065         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30066         <bp-asm.h>.
30067         (__mpn_lshift): Don't use BP_SYM.
30068         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30069         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30070         <bp-asm.h>.
30071         (memset): Don't use BP_SYM.
30072         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30073         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30074         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30075         <bp-asm.h>.
30076         (__mpn_mul_1): Don't use BP_SYM.
30077         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30078         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30079         <bp-sym.h> and <bp-asm.h>.
30080         (memcmp): Don't use BP_SYM.
30081         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30082         <bp-sym.h> and <bp-asm.h>.
30083         (memcpy): Don't use BP_SYM.
30084         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30085         <bp-sym.h> and <bp-asm.h>.
30086         (memset): Don't use BP_SYM.
30087         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30088         <bp-sym.h> and <bp-asm.h>.
30089         (strncmp): Don't use BP_SYM.
30090         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30091         <bp-sym.h> and <bp-asm.h>.
30092         (memcpy): Don't use BP_SYM.
30093         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30094         <bp-sym.h> and <bp-asm.h>.
30095         (memset): Don't use BP_SYM.
30096         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30097         <bp-sym.h> and <bp-asm.h>.
30098         (__memchr): Don't use BP_SYM.
30099         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30100         <bp-sym.h> and <bp-asm.h>.
30101         (memcmp): Don't use BP_SYM.
30102         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30103         <bp-sym.h> and <bp-asm.h>.
30104         (memcpy): Don't use BP_SYM.
30105         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30106         <bp-sym.h> and <bp-asm.h>.
30107         (__mempcpy): Don't use BP_SYM.
30108         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30109         <bp-sym.h> and <bp-asm.h>.
30110         (__memrchr): Don't use BP_SYM.
30111         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30112         <bp-sym.h> and <bp-asm.h>.
30113         (memset): Don't use BP_SYM.
30114         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30115         <bp-sym.h> and <bp-asm.h>.
30116         (__rawmemchr): Don't use BP_SYM.
30117         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30118         <bp-sym.h> and <bp-asm.h>.
30119         (__STRCMP): Don't use BP_SYM.
30120         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30121         <bp-sym.h> and <bp-asm.h>.
30122         (strchr): Don't use BP_SYM.
30123         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30124         <bp-sym.h> and <bp-asm.h>.
30125         (__strchrnul): Don't use BP_SYM.
30126         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30127         <bp-sym.h> and <bp-asm.h>.
30128         (strlen): Don't use BP_SYM.
30129         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30130         <bp-sym.h> and <bp-asm.h>.
30131         (strncmp): Don't use BP_SYM.
30132         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30133         <bp-sym.h> and <bp-asm.h>.
30134         (__strnlen): Don't use BP_SYM.
30135         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30136         <bp-asm.h>.
30137         (__mpn_rshift): Don't use BP_SYM.
30138         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30139         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30140         <bp-sym.h> and <bp-asm.h>.
30141         (__sigsetjmp): Don't use BP_SYM.
30142         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30143         (L(start_addresses)): Don't use BP_SYM.
30144         (_start): Likewise.
30145         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30146         <bp-asm.h>.
30147         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30148         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30149         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30150         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30151         <bp-asm.h>.
30152         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30153         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30154         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30155         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30156         <bp-asm.h>.
30157         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30158         comments.
30159         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30160         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30161         <bp-asm.h>.
30162         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30163         FIXME comments.
30164         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30165         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30166         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30167         <bp-asm.h>.
30168         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30169         comment.
30170         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30171         and <bp-asm.h>.
30172         (strncmp): Don't use BP_SYM,
30173         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30174         <bp-asm.h>.
30175         (__mpn_sub_n): Don't use BP_SYM.
30176         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30177         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30178         and <bp-asm.h>.
30179         (__mpn_submul_1): Don't use BP_SYM.
30180         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30182         <bp-sym.h> and <bp-asm.h>.
30183         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30185         <bp-sym.h> and <bp-asm.h>.
30186         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30187         comment.
30189 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30191         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30192         Use ZK to minimize writes to Z.
30193         (sub_magnitudes): Simplify code a bit.
30194         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30195         Use ZK to minimize writes to Z.
30196         (sub_magnitudes): Simplify code a bit.
30198 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30200         * csu/gmon-start.c: Add special exception to license text.
30202 2013-02-27  Richard Henderson  <rth@redhat.com>
30204         * scripts/config.guess: Update from config.git.
30205         * scripts/config.sub: Likewise.
30207 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30209         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30211         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30213         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30215         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30217         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30219 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30221         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30222         [$(build-shared = yes].
30224 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30226         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30227         (__mul): Reduce iterations for calculating mantissa.
30229         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30230         MPTWO.
30231         (__mpranred): Likewise.
30233         [BZ #15160]
30234         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30235         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30237 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30239         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30240         Define __attribute__.
30242 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30244         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30245         unused.
30246         * posix/regex_internal.h (__attribute): Remove.
30247         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30248         (re_string_context_at): Likewise.
30249         (bitset_not): Use __attribute__ and mark function as possibly
30250         unused.
30251         (bitset_merge): Likewise.
30252         (bitset_mask): Likewise.
30253         (re_string_char_size_at): Likewise.
30254         (re_string_wchar_at): Likewise.
30255         (re_string_elem_size_at): Likewise.
30257 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30259         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30260         code.
30261         (cc32): Likewise.
30263         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30264         (__acr): Likewise.
30265         (__cpy): Likewise.
30266         (norm): Likewise.
30267         (denorm): Likewise.
30268         (__dbl_mp): Likewise.
30269         (add_magnitudes): Likewise.
30270         (sub_magnitudes): Likewise.
30271         (__mul): Likewise.
30272         (__inv): Likewise.
30274         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30275         style.
30277         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30278         style.
30280         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30281         code.
30283         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30284         up changes with default code.
30285         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30286         Likewise.
30288 2013-02-24  Allan McRae  <allan@archlinux.org>
30290         * manual/socket.texi (The Internet Namespace): Order menu items
30291         to match that in the file.
30293         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30294         node listing of the info page menu.
30296 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30298         [BZ #13550]
30299         * sysdeps/i386/bp-asm.h: Remove file.
30300         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30301         (PARMS): Do not use macros from bp-asm.h.
30302         (S1): Likewise.
30303         (S2): Likewise.
30304         (SIZE): Likewise.
30305         (__mpn_add_n): Do not use BP_SYM
30306         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30307         "bp-asm.h".
30308         (PARMS): Do not use macros from bp-asm.h.
30309         (S1): Likewise.
30310         (SIZE): Likewise.
30311         (__mpn_addmul_1): Do not use BP_SYM
30312         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30313         "bp-asm.h".
30314         (PARMS): Do not use macros from bp-asm.h.
30315         (SIGMSK): Likewise.
30316         (_setjmp): Likewise.  Do not use BP_SYM.
30317         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30318         "bp-asm.h".
30319         (PARMS): Do not use macros from bp-asm.h.
30320         (SIGMSK): Likewise.
30321         (setjmp): Likewise.  Do not use BP_SYM.
30322         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30323         "bp-asm.h".
30324         (PARMS): Do not use macros from bp-asm.h.
30325         (__frexp): Do not use BP_SYM.
30326         (frexp): Likewise.
30327         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30328         "bp-asm.h".
30329         (PARMS): Do not use macros from bp-asm.h.
30330         (__frexpf): Do not use BP_SYM.
30331         (frexpf): Likewise.
30332         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30333         "bp-asm.h".
30334         (PARMS): Do not use macros from bp-asm.h.
30335         (__frexpl): Do not use BP_SYM.
30336         (frexpl): Likewise.
30337         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30338         "bp-asm.h".
30339         (PARMS): Do not use macros from bp-asm.h.
30340         (__remquo): Do not use BP_SYM.
30341         (remquo): Likewise.
30342         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30343         "bp-asm.h".
30344         (PARMS): Do not use macros from bp-asm.h.
30345         (__remquof): Do not use BP_SYM.
30346         (remquof): Likewise.
30347         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30348         "bp-asm.h".
30349         (PARMS): Do not use macros from bp-asm.h.
30350         (__remquol): Do not use BP_SYM.
30351         (remquol): Likewise.
30352         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30353         "bp-asm.h".
30354         (PARMS): Do not use macros from bp-asm.h.
30355         (DEST): Likewise.
30356         (SRC): Likewise.
30357         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30358         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30359         "bp-asm.h".
30360         (PARMS): Do not use macros from bp-asm.h.
30361         (strlen): Do not use BP_SYM.
30362         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30363         "bp-asm.h".
30364         (PARMS): Do not use macros from bp-asm.h.
30365         (S1): Likewise.
30366         (S2): Likewise.
30367         (SIZE): Likewise.
30368         (__mpn_add_n): Do not use BP_SYM.
30369         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30370         "bp-asm.h".
30371         (PARMS): Do not use macros from bp-asm.h.
30372         (S1): Likewise.
30373         (SIZE): Likewise.
30374         (__mpn_addmul_1): Do not use BP_SYM.
30375         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30376         weak_alias.
30377         (bzero): Likewise.
30378         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30379         "bp-asm.h".
30380         (PARMS): Do not use macros from bp-asm.h.
30381         (S): Likewise.
30382         (SIZE): Likewise.
30383         (__mpn_lshift): Do not use BP_SYM.
30384         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30385         "bp-asm.h".
30386         (PARMS): Do not use macros from bp-asm.h.
30387         (DEST): Likewise.
30388         (SRC): Likewise.
30389         (LEN): Likewise.
30390         (memcpy): Likewise.  Do not use BP_SYM.
30391         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30392         libc_hidden_def and weak_alias.
30393         (mempcpy): Do not use BP_SYM in weak_alias.
30394         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30395         "bp-asm.h".
30396         (PARMS): Do not use macros from bp-asm.h.
30397         (DEST): Likewise.
30398         (LEN): Likewise.
30399         [!BZERO_P] (CHR): Likewise.
30400         (memset): Likewise.  Do not use BP_SYM.
30401         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30402         "bp-asm.h".
30403         (PARMS): Do not use macros from bp-asm.h.
30404         (S1): Likewise.
30405         (SIZE): Likewise.
30406         (__mpn_mul_1): Do not use BP_SYM.
30407         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30408         "bp-asm.h".
30409         (PARMS): Do not use macros from bp-asm.h.
30410         (S): Likewise.
30411         (SIZE): Likewise.
30412         (__mpn_rshift): Do not use BP_SYM.
30413         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30414         "bp-asm.h".
30415         (PARMS): Do not use macros from bp-asm.h.
30416         (STR): Likewise.
30417         (CHR): Likewise.
30418         (strchr): Likewise.  Do not use BP_SYM.
30419         (index): Do not use BP_SYM in weak_alias.
30420         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30421         "bp-asm.h".
30422         (PARMS): Do not use macros from bp-asm.h.
30423         (DEST): Likewise.
30424         (SRC): Likewise.
30425         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30426         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30427         "bp-asm.h".
30428         (PARMS): Do not use macros from bp-asm.h.
30429         (strlen): Do not use BP_SYM.
30430         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30431         "bp-asm.h".
30432         (PARMS): Do not use macros from bp-asm.h.
30433         (S1): Likewise.
30434         (S2): Likewise.
30435         (SIZE): Likewise.
30436         (__mpn_sub_n): Do not use BP_SYM.
30437         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30438         "bp-asm.h".
30439         (PARMS): Do not use macros from bp-asm.h.
30440         (S1): Likewise.
30441         (SIZE): Likewise.
30442         (__mpn_submul_1): Do not use BP_SYM.
30443         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30444         "bp-asm.h".
30445         (PARMS): Do not use macros from bp-asm.h.
30446         (S1): Likewise.
30447         (S2): Likewise.
30448         (SIZE): Likewise.
30449         (__mpn_add_n): Do not use BP_SYM.
30450         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30451         weak_alias.
30452         (bzero): Likewise.
30453         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30454         "bp-asm.h".
30455         (PARMS): Do not use macros from bp-asm.h.
30456         (BLK2): Likewise.
30457         (LEN): Likewise.
30458         (memcmp): Do not use BP_SYM.
30459         (bcmp): Do not use BP_SYM in weak_alias.
30460         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30461         "bp-asm.h".
30462         (PARMS): Do not use macros from bp-asm.h.
30463         (DEST): Likewise.
30464         (SRC): Likewise.
30465         (LEN): Likewise.
30466         (memcpy): Likewise.  Do not use BP_SYM.
30467         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30468         "bp-asm.h".
30469         (PARMS): Do not use macros from bp-asm.h.
30470         (DEST): Likewise.
30471         (SRC): Likewise.
30472         (LEN): Likewise.
30473         (memmove): Likewise.  Do not use BP_SYM.
30474         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30475         "bp-asm.h".
30476         (PARMS): Do not use macros from bp-asm.h.
30477         (DEST): Likewise.
30478         (SRC): Likewise.
30479         (LEN): Likewise.
30480         (__mempcpy): Likewise.  Do not use BP_SYM.
30481         (mempcpy): Do not use BP_SYM in weak_alias.
30482         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30483         "bp-asm.h".
30484         (PARMS): Do not use macros from bp-asm.h.
30485         (DEST): Likewise.
30486         (LEN): Likewise.
30487         [!BZERO_P] (CHR): Likewise.
30488         (memset): Likewise.  Do not use BP_SYM.
30489         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30490         "bp-asm.h".
30491         (PARMS): Do not use macros from bp-asm.h.
30492         (STR2): Likewise.
30493         (strcmp): Do not use BP_SYM.
30494         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30495         "bp-asm.h".
30496         (PARMS): Do not use macros from bp-asm.h.
30497         (STR): Likewise.
30498         (DELIM): Likewise.
30499         [USE_AS_STRTOK_R] (SAVE): Likewise.
30500         (FUNCTION): Likewise.  Do not use BP_SYM.
30501         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30502         aliases.
30503         (strtok_r): Likewise.
30504         (__GI___strtok_r): Likewise.
30505         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30506         (PARMS): Do not use macros from bp-asm.h.
30507         (S): Likewise.
30508         (SIZE): Likewise.
30509         (__mpn_lshift): Do not use BP_SYM.
30510         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30511         (PARMS): Do not use macros from bp-asm.h.
30512         (STR): Likewise.
30513         (CHR): Likewise.
30514         (__memchr): Do not use BP_SYM.
30515         (memchr): Do not use BP_SYM in weak_alias.
30516         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30517         (PARMS): Do not use macros from bp-asm.h.
30518         (BLK2): Likewise.
30519         (LEN): Likewise.
30520         (memcmp): Do not use BP_SYM.
30521         (bcmp): Do not use BP_SYM in weak_alias.
30522         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30523         (PARMS): Do not use macros from bp-asm.h.
30524         (S1): Likewise.
30525         (SIZE): Likewise.
30526         (__mpn_mul_1): Do not use BP_SYM.
30527         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30528         "bp-asm.h".
30529         (PARMS): Do not use macros from bp-asm.h.
30530         (STR): Likewise.
30531         (CHR): Likewise.
30532         (__rawmemchr): Do not use BP_SYM.
30533         (rawmemchr): Do not use BP_SYM in weak_alias.
30534         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30535         (PARMS): Do not use macros from bp-asm.h.
30536         (S): Likewise.
30537         (SIZE): Likewise.
30538         (__mpn_rshift): Do not use BP_SYM.
30539         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30540         (PARMS): Do not use macros from bp-asm.h.
30541         (SIGMSK): Likewise.
30542         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30543         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30544         (_start): Do not use BP_SYM.
30545         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30546         (PARMS): Do not use macros from bp-asm.h.
30547         (DEST): Likewise.
30548         (SRC): Likewise.
30549         (__stpcpy): Likewise.  Do not use BP_SYM.
30550         (stpcpy): Do not use BP_SYM in weak_alias.
30551         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30552         "bp-asm.h".
30553         (PARMS): Do not use macros from bp-asm.h.
30554         (DEST): Likewise.
30555         (SRC): Likewise.
30556         (LEN): Likewise.
30557         (__stpncpy): Likewise.  Do not use BP_SYM.
30558         (stpncpy): Do not use BP_SYM in weak_alias.
30559         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30560         (PARMS): Do not use macros from bp-asm.h.
30561         (STR): Likewise.
30562         (CHR): Likewise.
30563         (strchr): Likewise.  Do not use BP_SYM.
30564         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30565         "bp-asm.h".
30566         (PARMS): Do not use macros from bp-asm.h.
30567         (STR): Likewise.
30568         (CHR): Likewise.
30569         (__strchrnul): Likewise.  Do not use BP_SYM.
30570         (strchrnul): Do not use BP_SYM in weak_alias.
30571         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30572         "bp-asm.h".
30573         (PARMS): Do not use macros from bp-asm.h.
30574         (STOP): Likewise.
30575         (strcspn): Do not use BP_SYM.
30576         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30577         "bp-asm.h".
30578         (PARMS): Do not use macros from bp-asm.h.
30579         (STR): Likewise.
30580         (STOP): Likewise.
30581         (strpbrk): Likewise.  Do not use BP_SYM.
30582         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30583         "bp-asm.h".
30584         (PARMS): Do not use macros from bp-asm.h.
30585         (STR): Likewise.
30586         (CHR): Likewise.
30587         (strrchr): Likewise.  Do not use BP_SYM.
30588         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30589         (PARMS): Do not use macros from bp-asm.h.
30590         (SKIP): Likewise.
30591         (strspn): Do not use BP_SYM.
30592         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30593         (PARMS): Do not use macros from bp-asm.h.
30594         (STR): Likewise.
30595         (DELIM): Likewise.
30596         (SAVE): Likewise.
30597         (FUNCTION): Likewise.  Do not use BP_SYM.
30598         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30599         aliases.
30600         (strtok_r): Likewise.
30601         (__GI___strtok_r): Likewise.
30602         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30603         (PARMS): Do not use macros from bp-asm.h.
30604         (S1): Likewise.
30605         (S2): Likewise.
30606         (SIZE): Likewise.
30607         (__mpn_sub_n): Do not use BP_SYM.
30608         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30609         "bp-asm.h".
30610         (PARMS): Do not use macros from bp-asm.h.
30611         (S1): Likewise.
30612         (SIZE): Likewise.
30613         (__mpn_submul_1): Do not use BP_SYM.
30614         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30615         <bp-sym.h>.
30616         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30617         and <bp-asm.h>.
30618         (PARMS): Do not use macros from bp-asm.h.
30619         (FLAGS): Likewise.
30620         (PTID): Likewise.
30621         (TLS): Likewise.
30622         (CTID): Likewise.
30623         (__clone): Do not use BP_SYM.
30624         (clone): Do not use BP_SYM in weak_alias.
30625         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30626         and <bp-asm.h>.
30627         (PARMS): Do not use macros from bp-asm.h.
30628         (LEN): Likewise.
30629         (__mmap64): Do not use BP_SYM.
30630         (mmap64): Do not use BP_SYM in weak_alias.
30631         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30632         <bp-sym.h> and <bp-asm.h>.
30633         (PARMS): Do not use macros from bp-asm.h.
30634         (__posix_fadvise64_l64): Do not use BP_SYM.
30635         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30636         (PARMS): Do not use macros from bp-asm.h.
30637         (NSOPS): Likewise.
30638         (semtimedop): Do not use BP_SYM.
30639         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30640         and <bp-asm.h>.
30642 2013-02-21  Allan McRae  <allan@archlinux.org>
30644         * manual/message.texi (Charset conversion in gettext):
30645         Move @end statement to beginning of line.
30647 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30649         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30650         static.
30651         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30652         Likewise.
30654         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30655         (denorm): Likewise.
30656         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30659 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30661         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30662         tail-call to the resolved function if pltexit isn't needed.
30664 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30666         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30667         or Y being zero as being unlikely.
30668         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30669         Likewise.
30671 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30673         * manual/nss.texi (System Databases and Name Service Switch):
30674         Remove frobnicate @pxref.
30676 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30678         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30679         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30681 2013-02-20  Petr Machata  <pmachata@redhat.com>
30683         * elf/elf.h (R_ARM_TARGET1): New macro.
30684         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30685         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30686         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30687         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30688         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30689         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30690         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30691         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30692         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30693         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30694         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30695         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30696         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30697         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30698         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30699         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30700         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30701         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30702         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30703         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30704         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30705         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30706         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30707         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30708         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30709         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30710         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30711         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30712         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30713         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30714         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30715         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30716         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30717         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30718         (R_ARM_THM_GOT_BREL12): Likewise.
30719         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30720         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30721         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30722         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30723         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30724         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30725         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30726         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30727         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30729 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30731         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30732         __attribute_used__ to __attribute__ ((unused)).
30734 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30736         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30737         powerpc mpa.c.
30738         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30739         comment formatting.
30740         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30742 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30744         [BZ #13550]
30745         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30746         Remove macro.
30747         (ENTER): Remove both macro definitions.
30748         (LEAVE): Likewise.
30749         (CHECK_BOUNDS_LOW): Likewise.
30750         (CHECK_BOUNDS_HIGH): Likewise.
30751         (CHECK_BOUNDS_BOTH): Likewise.
30752         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30753         (RETURN_BOUNDED_POINTER): Likewise.
30754         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30755         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30756         (POP_ERRNO_LOCATION_RETURN): Likewise.
30757         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30758         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30759         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30760         macros.
30761         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30762         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30763         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30764         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30765         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30766         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30767         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30768         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30769         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30770         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30771         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30772         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30773         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30774         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30775         removed macros.
30776         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30777         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30778         macros.
30779         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30780         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30781         * sysdeps/i386/i586/memset.S (memset): Likewise.
30782         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30783         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30784         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30785         macros.
30786         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30787         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30788         Change uses of L(2) to L(out).
30789         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30790         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30791         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30792         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30793         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30794         removed macros.
30795         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30796         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30797         macros.
30798         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30799         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30800         (RETURN): Do not use macro LEAVE.
30801         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30802         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30803         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30804         * sysdeps/i386/i686/memset.S (memset): Likewise.
30805         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30806         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30807         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30808         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30809         Likewise.
30810         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30811         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30812         L(1_2) and L(1_3) into L(1).
30813         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30814         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30815         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30816         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30817         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30818         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30819         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30820         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30821         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30822         macros.
30823         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30824         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30825         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30826         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30827         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30828         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30829         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30830         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30831         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30832         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30833         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30834         * sysdeps/i386/strspn.S (strspn): Likewise.
30835         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30836         conditional code.
30837         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30838         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30839         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30840         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30841         L(1_3) into L(1_1).
30842         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30843         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30844         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30845         macros.
30846         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30848 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30850         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30851         macro.
30853 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30855         * math/atest-exp.c (exp_mpn): Remove ROUND.
30856         * math/atest-exp2.c (exp_mpn): Likewise.
30857         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30859         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30860         * stdlib/tst-tls-atexit-lib.c: Likewise.
30861         * stdlib/tst-tls-atexit.c: Likewise.
30863 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30865         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30866         and __attribute_alloc_size__.
30868 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30870         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30871         __attribute_alloc_size__.
30872         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30873         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30875 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30877         * include/programs/xmalloc.h: New file.
30878         * catgets/gencat.c: Include it.
30879         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30880         * elf/pldd.c: Likewise.
30881         * iconv/iconv_charmap.c: Likewise.
30882         * iconv/iconvconfig.c: Likewise.
30883         * iconv/strtab.c: Likewise.
30884         * locale/programs/locale.c: Likewise.
30885         * locale/programs/localedef.h: Likewise.
30886         * locale/programs/simple-hash.c: Likewise.
30887         * nscd/nscd.h: Likewise.
30888         * nss/makedb.c: Likewise.
30889         * sysdeps/generic/ldconfig.h: Likewise.
30891 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30893         * Versions.def: Add GLIBC_2.18.
30894         * include/link.h (struct link_map): New member l_tls_dtor_count.
30895         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30896         (__call_tls_dtors): Likewise.
30897         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30898         __cxa_thread_atexit_impl.
30899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30900         Likewise.
30901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30902         Likewise.
30903         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30904         Likewise.
30905         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30906         Likewise.
30907         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30908         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30909         Likewise.
30910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30911         Likewise.
30912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30913         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30914         Likewise.
30915         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30916         (tests): Add test case tst-tls-atexit.
30917         (modules-names): Add shared library for tst-tls-atexit.
30918         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30919         (GLIBC_PRIVATE): Add __call_tls_dtors.
30920         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30921         for libstdc++.
30922         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30923         * stdlib/tst-tls-atexit.c: New test case.
30924         * stdlib/tst-tls-atexit-lib.c: New test case.
30926         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30928         * elf/Versions (ld): Add _dl_find_dso_for_object.
30929         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30930         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30931         (dl_open_worker): Use _dl_find_dso_for_object.
30932         * elf/dl-sym.c (do_sym): Likewise.
30933         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30935 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30937         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30938         Syntactic changes only.
30939         (_dl_runtime_profile): Do a tail-call to the resolved function.
30941 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30943         [BZ #13550]
30944         * sysdeps/x86_64/bp-asm.h: Remove file.
30945         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30946         <bp-sym.h> and <bp-asm.h>.
30947         (__clone): Do not use BP_SYM.
30948         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30949         <bp-sym.h> and <bp-asm.h>.
30950         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30951         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30952         "bp-asm.h".
30953         (_setjmp): Do not use BP_SYM.
30954         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30955         "bp-asm.h".
30956         (setjmp): Do not use BP_SYM.
30957         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30958         libc_hidden_def.
30959         (mempcpy): Do not use BP_SYM in weak_alias.
30960         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30961         "bp-asm.h".
30962         (strchr): Do not use BP_SYM.
30963         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30964         "bp-asm.h".
30965         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30966         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30967         (_start): Do not use BP_SYM.
30968         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30969         "bp-asm.h".
30970         (strcat): Do not use BP_SYM.
30971         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30972         "bp-asm.h".
30973         (STRCMP): Do not use BP_SYM.
30974         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30975         "bp-asm.h".
30976         (STRCPY): Do not use BP_SYM.
30977         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30978         "bp-asm.h".
30979         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30980         "bp-asm.h".
30981         (FUNCTION): Do not use BP_SYM.
30982         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30983         weak_alias.
30984         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30986 2013-02-17  Andreas Jaeger  <aj@suse.de>
30988         * time/Versions: Sort entries.
30989         * string/Versions: Likewise.
30990         * resolv/Versions: Likewise.
30991         * posix/Versions: Likewise.
30992         * iconv/Versions: Likewise.
30993         * elf/Versions: Likewise.
30994         * wcsmbs/Versions: Likewise.
30996 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30998         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30999         loop termination condition.
31001         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31002         variable to calculate EZ.
31003         (__sqr): Likewise.
31005         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31006         the lower precision input.
31008 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31010         [BZ #13550]
31011         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31012         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31013         (run-via-rtld-prefix): Do not handle %-bp tests.
31014         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31015         (all-object-suffixes): Remove .ob.
31016         (bppfx): Remove variable.
31017         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31018         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31019         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31020         [$(build-bounded) = yes] (libtype.ob): Likewise.
31021         * Makerules (elide-routines.ob): Remove variable.
31022         (do-tests-clean): Do not handle *-bp.out.
31023         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31024         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31025         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31026         (tests): Do not include $(tests-bp.out).
31027         (xtests): Do not include $(xtests-bp.out).
31028         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31029         [$(build-bounded) = yes] ($(addprefix
31030         $(objpfx),$(binaries-bounded))): Remove rule.
31031         ($(objpfx)%-bp.out): Remove rule.
31032         * config.make.in (build-bounded): Remove variable.
31033         * crypt/Makefile [$(build-bounded) = yes]
31034         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31035         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31036         append to variable.
31037         [$(build-bounded) = yes] (install-lib): Likewise.
31038         [$(build-bounded) = yes] (generated): Likewise.
31039         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31040         Remove rule.
31041         * intl/Makefile [$(build-bounded) = yes]
31042         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31043         * math/Makefile [$(build-bounded) = yes]
31044         ($(tests:%=$(objpfx)%-bp): Likewise.
31045         * misc/Makefile [$(build-bounded) = yes]
31046         ($(objpfx)tst-tsearch-bp): Likewise.
31047         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31048         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31049         Remove dependency.
31050         * string/Makefile (o-objects.ob): Remove variable.
31051         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31052         (CFLAGS-.ob): Remove variable.
31053         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31054         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31055         both definitions of variable.
31056         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31057         (ASFLAGS-.ob): Remove variable.
31059 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31061         [BZ #13550]
31062         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31063         Remove __BOUNDED_POINTERS__ from condition.
31064         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31065         * string/bits/string2.h [!__NO_STRING_INLINES &&
31066         !__BOUNDED_POINTERS__]: Likewise.
31067         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31068         Likewise.
31069         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31070         Remove conditional code.
31071         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31072         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31073         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31074         condition.
31076         [BZ #13550]
31077         * csu/libc-start.c: Do not include <bp-sym.h>.
31078         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31079         * elf/dl-open.c: Do not include <bp-sym.h>.
31080         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31081         * math/fegetenv.c: Do not include <bp-sym.h>.
31082         (fegetenv): Do not use BP_SYM in versioned symbols.
31083         * nptl/sysdeps/pthread/bits/libc-lockP.h
31084         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31085         <bp-sym.h>.
31086         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31087         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31088         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31089         (__pthread_mutex_destroy): Likewise.
31090         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31091         (__pthread_mutex_lock): Likewise.
31092         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31093         (__pthread_mutex_trylock): Likewise.
31094         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31095         (__pthread_mutex_unlock): Likewise.
31096         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31097         (__pthread_mutexattr_init): Likewise.
31098         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31099         (__pthread_mutexattr_destroy): Likewise.
31100         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31101         (__pthread_mutexattr_settype): Likewise.
31102         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31103         (__pthread_rwlock_init): Likewise.
31104         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31105         (__pthread_rwlock_destroy): Likewise.
31106         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31107         (__pthread_rwlock_rdlock): Likewise.
31108         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31109         (__pthread_rwlock_tryrdlock): Likewise.
31110         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31111         (__pthread_rwlock_wrlock): Likewise.
31112         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31113         (__pthread_rwlock_trywrlock): Likewise.
31114         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31115         (__pthread_rwlock_unlock): Likewise.
31116         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31117         (__pthread_key_create): Likewise.
31118         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31119         (__pthread_setspecific): Likewise.
31120         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31121         (__pthread_getspecific): Likewise.
31122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31123         Likewise.
31124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31125         (_pthread_cleanup_push_defer): Likewise.
31126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31127         (_pthread_cleanup_pop_restore): Likewise.
31128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31129         (pthread_setcancelstate): Likewise.
31130         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31131         <bp-sym.h>.
31132         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31133         (memchr): Do not use BP_SYM in weak_alias.
31134         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31135         (fegetenv): Do not use BP_SYM in versioned symbols.
31136         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31137         (fesetenv): Do not use BP_SYM in versioned symbols.
31138         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31139         (feupdateenv): Do not use BP_SYM in versioned symbols.
31140         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31141         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31142         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31143         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31144         (open64): Do not use BP_SYM in weak_alias.
31145         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31146         (fegetenv): Do not use BP_SYM in versioned symbols.
31147         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31148         (fesetenv): Do not use BP_SYM in versioned symbols.
31149         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31150         (feupdateenv): Do not use BP_SYM in versioned symbols.
31151         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31152         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31153         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31154         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31155         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31156         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31157         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31158         <bp-sym.h>.
31159         (__libc_start_main): Do not use BP_SYM.
31161 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31163         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31164         redundant return line.
31165         (norm): Likewise.
31166         (denorm): Likewise.
31167         (dbl_mp): Likewise.
31168         (sub_magnitudes): Likewise.
31169         (__add): Likewise.
31170         (__sub): Likewise.
31171         (__mul): Likewise.
31172         (__inv): Likewise.
31173         (__dvd): Likewise.
31174         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31175         (norm): Likewise.
31176         (denorm): Likewise.
31177         (dbl_mp): Likewise.
31178         (sub_magnitudes): Likewise.
31179         (__add): Likewise.
31180         (__sub): Likewise.
31181         (__mul): Likewise.
31182         (__inv): Likewise.
31183         (__dvd): Likewise.
31185         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31186         instead of __mul.
31187         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31188         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31189         (cc32): Likewise.
31191         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31192         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31193         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31194         of __mul for squares.
31195         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31196         function
31197         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31198         Likewise.
31199         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31200         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31202 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31204         [BZ #13550]
31205         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31206         code.
31207         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31208         prototype or function definition.  Rename ubp_* variables and
31209         parameters.  Remove argv definitions conditional on
31210         [__BOUNDED_POINTERS__].
31211         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31212         * elf/dl-runtime.c (_dl_fixup): Likewise.
31213         * include/set-hooks.h (RUN_HOOK): Likewise.
31214         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31215         definition.
31216         * string/strcpy.c (strcpy): Do not use __unbounded.
31217         * sysdeps/generic/frame.h (struct layout): Likewise.
31218         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31219         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31220         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31221         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31222         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31223         (__backtrace): Likewise.
31224         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31225         use __ptrvalue.
31226         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31227         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31228         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31229         Likewise.
31230         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31231         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31232         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31233         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31234         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31235         Do not use __unbounded.
31236         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31237         Rename __unboundedrlimits parameter to rlimits in prototype.
31238         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31239         Do not use __unbounded.
31240         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31241         not use __ptrvalue.
31242         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31243         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31244         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31245         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31246         __ptrvalue or __unbounded.
31247         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31248         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31249         use __unbounded.
31250         (__new_msgctl): Do not use __ptrvalue.
31251         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31252         __unbounded.
31253         (__libc_msgrcv): Do not use __ptrvalue.
31254         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31255         startup_info): Do not use __unbounded.
31256         (__libc_start_main): Likewise.  Rename ubp_* variables and
31257         parameters.  Remove argv definitions conditional on
31258         [__BOUNDED_POINTERS__].
31259         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31260         __ptrvalue.
31261         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31262         use __unbounded.
31263         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31264         or __ptrvalue.
31265         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31266         use __unbounded.
31267         (__new_shmctl): Do not use __ptrvalue.
31268         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31269         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31270         Likewise.
31271         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31272         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31273         (__libc_sigaction): Likewise.
31274         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31275         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31276         Likewise.
31277         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31279 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31281         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31283         * string/mempcpy.c: Implement by calling memcpy.
31285 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31287         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31289         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31290         evaluation.
31292         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31293         values in the mantissa.
31295         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31296         minimize writes to Z.
31297         (sub_magnitudes): Simplify code a bit.
31299 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31301         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31302         from the message.  The linker prefixes all warnings with that already.
31304 2013-02-12  Andreas Schwab  <schwab@suse.de>
31306         [BZ #15078]
31307         * posix/regexec.c (extend_buffers): Add parameter min_len.
31308         (check_matching): Pass minimum needed length.
31309         (clean_state_log_if_needed): Likewise.
31310         (get_subexp): Likewise.
31311         * posix/Makefile (tests): Add bug-regex34.
31312         (bug-regex34-ENV): Define.
31313         * posix/bug-regex34.c: New file.
31315         [BZ #11561]
31316         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31317         elements compare against the byte sequence of it, not its name.
31318         * posix/Makefile (tests): Add bug-regex35.
31319         (bug-regex35-ENV): Define.
31320         * posix/bug-regex35.c: New file.
31322 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31324         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31325         comment.
31326         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31327         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31328         (CHECK_EOL): Add undef.
31330 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31332         * bits/stdlib-bsearch.h: New file.
31333         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31334         * stdlib/stdlib.h: Likewise.
31336 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31338         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31339         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31340         declaration.
31341         * manual/search.texi (Array Search Function): Add missing const in
31342         lfind prototype.
31343         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31344         declaration to use rlim_t.
31345         (Basic Scheduling Functions): Remove erroneous const from
31346         sched_getparam prototype.  Remove erroneous * from
31347         sched_get_priority_max and sched_get_priority_min prototypes.
31348         (Resource Usage): Fix summary @comment on vtimes to refer to
31349         sys/vtimes.h rather than vtimes.h.
31350         Add missing *s in vtimes prototype.
31351         (Limits on Resources): Fix ulimit prototype to return long int.
31352         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31353         prototypes to use long int rather than double.
31354         (BSD Random): Fix initstate and setstate to use char *, not void *.
31355         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31356         prototype to make second argument 'struct aiocb64 *const[]'.
31357         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31358         (Status of AIO Operations): Remove erroneous const in aio_return and
31359         aio_return64 prototypes.
31360         (Synchronizing I/O): Fix sync prototype to return void.
31361         * manual/startup.texi (Suboptions): Remove an erroneous const in
31362         getsubopt prototype.
31363         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31364         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31365         use size_t rather than int.
31366         (Scanning All Users): Likewise for getpwent_r.
31367         (Setting Groups): Add missing const to setgroups prototype.
31368         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31369         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31370         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31371         'const void *' rather than 'const char *'.
31372         (Host Address Functions): Likewise for inet_ntop.
31373         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31374         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31375         ssize_t for return value.
31376         (Sending Data): Likewise for send, sendto, sendmsg.
31377         (Socket Option Functions): Add a missing const in setsockopt prototype.
31378         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31379         use wchar_t for the argument.
31380         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31381         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31382         take no arguments.
31383         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31384         double/float/long double for second argument.
31385         Fix return types of significand, significandf, significandl.
31386         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31387         argument in fchmod prototype.
31388         (File Owner): Use uid_t and gid_t in fchown prototype.
31389         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31390         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31391         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31392         use 'const struct dirent **' as argument types to CMP function pointer
31393         argument.
31394         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31395         (File Times): Fix summary magic @comment for struct utimbuf and utime
31396         to refer to utime.h, not time.h.
31397         * manual/string.texi (Argz Functions): Add missing const in
31398         argz_extract and argz_next prototypes.
31399         (Finding Tokens in a String): Likewise for basename.
31400         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31401         (Copying and Concatenation): Fix typo in wmemmove prototype.
31402         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31403         (Signal Stack): Remove erroneous const in sigstack prototype.
31404         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31405         prototype.
31406         (Simple Calendar Time): Likewise for stime.
31407         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31408         prototype.
31409         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31410         say sys/sysctl.h instead.
31411         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31412         and vsyslog prototypes.
31414 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31416         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31417         Remove.
31419 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31421         * misc/sys/mman.h: Fix typo in mremap comment.
31423 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31425         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31426         the '\0' terminator.
31428 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31430         [BZ #13550]
31431         * debug/segfault.c: Don't include <bp-checks.h>.
31432         * sysdeps/generic/bp-checks.h: Remove file.
31433         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31434         (__GETDENTS): Don't use CHECK_N.
31435         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31436         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31437         (__getgroups): Don't use CHECK_N.
31438         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31439         (setgroups): Don't use CHECK_N.
31440         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31441         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31442         (__libc_msgrcv): Don't use CHECK_N.
31443         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31444         (__libc_msgsnd): Don't use CHECK_N.
31445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31446         <bp-checks.h>.
31447         (__libc_pread): Don't use CHECK_N.
31448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31449         include <bp-checks.h>.
31450         (__libc_pread64): Don't use CHECK_N.
31451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31452         include <bp-checks.h>.
31453         (__libc_pwrite): Don't use CHECK_N.
31454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31455         include <bp-checks.h>.
31456         (__libc_pwrite64): Don't use CHECK_N.
31457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31458         <bp-checks.h>.
31459         (__libc_pread): Don't use CHECK_N.
31460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31461         include <bp-checks.h>.
31462         (__libc_pread64): Don't use CHECK_N.
31463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31464         include <bp-checks.h>.
31465         (__libc_pwrite): Don't use CHECK_N.
31466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31467         include <bp-checks.h>.
31468         (__libc_pwrite64): Don't use CHECK_N.
31469         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31470         (do_pread): Don't use CHECK_N.
31471         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31472         (do_pread64): Don't use CHECK_N.
31473         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31474         (do_pwrite): Don't use CHECK_N.
31475         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31476         (do_pwrite64): Don't use CHECK_N.
31477         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31478         (__libc_readv): Don't use CHECK_N.
31479         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31480         (semop): Don't use CHECK_N.
31481         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31482         <bp-checks.h>.
31483         (semtimedop): Don't use CHECK_N.
31484         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31485         (__libc_pread): Don't use CHECK_N.
31486         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31487         <bp-checks.h>.
31488         (__libc_pread64): Don't use CHECK_N.
31489         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31490         <bp-checks.h>.
31491         (__libc_pwrite): Don't use CHECK_N.
31492         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31493         <bp-checks.h>.
31494         (__libc_pwrite64): Don't use CHECK_N.
31495         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31496         <bp-checks.h>.
31497         (__libc_msgrcv): Don't use CHECK_N.
31498         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31499         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31500         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31501         (__libc_writev): Don't use CHECK_N.
31503 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31505         * string/strcpy.c: Removed unused variable.
31507         * Makeconfig (+sysdep-includes): Define with := rather than =.
31508         Use an existing include/ subdir of each sysdeps dir before it.
31510 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31512         * nscd/connection.c (register_traced_file): Comment function.
31513         [HAVE_INOTIFY] (union __inev): Define.
31514         [HAVE_INOTIFY] (inotify_check_files): New function.
31515         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31516         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31517         clear_db_cache.
31518         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31520 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31522         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31523         loaded if not already and that a failure is permanent.
31525 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31527         [BZ #15006]
31528         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31529         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31531 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31533         [BZ #13550]
31534         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31535         (CHECK_1_NULL_OK): Likewise.
31536         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31537         (__fxstat): Do not use CHECK_1.
31538         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31539         <bp-checks.h>.
31540         (___fxstat64): Do not use CHECK_1.
31541         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31542         <bp-checks.h>.
31543         (__fxstatat): Do not use CHECK_1.
31544         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31545         <bp-checks.h>.
31546         (__fxstatat64): Do not use CHECK_1.
31547         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31548         <bp-checks.h>.
31549         (__fxstat): Do not use CHECK_1.
31550         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31551         <bp-checks.h>.
31552         (__fxstatat): Do not use CHECK_1.
31553         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31554         <bp-checks.h>.
31555         (__getresgid): Do not use CHECK_1.
31556         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31557         <bp-checks.h>.
31558         (__getresuid): Do not use CHECK_1.
31559         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31560         <bp-checks.h>.
31561         (__lxstat): Do not use CHECK_1.
31562         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31563         <bp-checks.h>.
31564         (__old_msgctl): Do not use CHECK_1.
31565         (__new_msgctl): Likewise.
31566         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31567         <bp-checks.h>.
31568         (__new_setrlimit): Do not use CHECK_1.
31569         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31570         <bp-checks.h>.
31571         (__old_shmctl): Do not use CHECK_1.
31572         (__new_shmctl): Likewise.
31573         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31574         <bp-checks.h>.
31575         (__xstat): Do not use CHECK_1.
31576         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31577         (__lxstat): Do not use CHECK_1.
31578         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31579         <bp-checks.h>.
31580         (___lxstat64): Do not use CHECK_1.
31581         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31582         (__old_msgctl): Do not use CHECK_1.
31583         (__new_msgctl): Likewise.
31584         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31585         <bp-checks.h>.
31586         (__gettimeofday): Do not use CHECK_1.
31587         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31588         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31589         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31590         <bp-checks.h>.
31591         (__gettimeofday): Do not use CHECK_1.
31592         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31593         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31594         (__new_shmctl): Do not use CHECK_1.
31595         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31596         <bp-checks.h>.
31597         (do_sigtimedwait): Do not use CHECK_1.
31598         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31599         <bp-checks.h>.
31600         (do_sigwaitinfo): Do not use CHECK_1.
31601         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31602         <bp-checks.h>.
31603         (msgctl): Do not use CHECK_1.
31604         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31605         <bp-checks.h>.
31606         (shmctl): Do not use CHECK_1.
31607         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31608         (ustat): Do not use CHECK_1.
31609         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31610         <bp-checks.h>.
31611         (__fxstat): Do not use CHECK_1.
31612         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31613         <bp-checks.h>.
31614         (__fxstatat): Do not use CHECK_1.
31615         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31616         <bp-checks.h>.
31617         (__lxstat): Do not use CHECK_1.
31618         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31619         <bp-checks.h>.
31620         (__xstat): Do not use CHECK_1.
31621         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31622         (__xstat): Do not use CHECK_1.
31623         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31624         (___xstat64): Do not use CHECK_1.
31626         [BZ #13550]
31627         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31628         definitions.
31629         (CHECK_BOUNDS_HIGH): Likewise.
31630         * string/strcpy.c: Do not include <bp-checks.h>.
31631         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31633 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31635         * nscd/nscd-client.h (__nscd_drop_map_ref):
31636         Add __attribute__ ((unused)).
31637         * nis/nss-nisplus.h (niserr2nss): Likewise.
31639         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31640         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31642         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31643         Remove inline keyword.
31644         * include/rounding-mode.h (round_away): Likewise.
31645         * libio/wfileops.c (adjust_wide_data): Likewise.
31646         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31647         (__m128i_strloadu_tolower): Likewise.
31648         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31649         (__m128i_strloadu_tolower): Likewise.
31650         * time/mktime.c (ydhms_diff): Likewise.
31651         * locale/elem-hash.h (elem_hash): Likewise.
31652         * locale/setlocale.c (setdata): Likewise.
31653         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31654         (re_string_wchar_at): Likewise.
31655         (bitset_not, bitset_merge, bitset_mask): Likewise.
31656         [!(__GNUC__ > 3)] (inline): Remove macro.
31657         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31658         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31659         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31660         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31661         * string/memcmp.c (memcmp_bytes): Likewise.
31662         * locale/programs/locarchive.c (compute_hashval): Likewise.
31663         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31664         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31665         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31666         * nss/getent.c (print_rpc, print_protocols): Likewise.
31667         (print_passwd, print_group, print_aliases): Likewise.
31668         * nis/nss-nisplus.h (niserr2nss): Likewise.
31669         * nscd/connections.c (restart_p): Likewise.
31670         Change return type to bool.
31672 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31674         * Makeconfig (all-Depend-files): Add existing
31675         $(sorted-subdirs:=/Depend) files.
31676         (all-subdirs): Remove nss.
31677         * sysdeps/unix/inet/Subdirs: Add it here instead.
31678         * hesiod/Depend: New file.
31680         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31681         instead of calling alloca.
31683         * io/lseek.c (__lseek): Rename to __libc_lseek.
31684         Define __lseek as an alias.
31686         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31688 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31690         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31691         else clause and remove check for non-standard endianness.
31693 2013-02-04  David S. Miller  <davem@davemloft.net>
31695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31697 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31699         [BZ #13550]
31700         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31701         (__ubp_memchr): Remove prototype.
31702         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31703         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31704         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31705         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31706         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31707         Remove alias.
31708         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31709         (__ubp_memchr): Likewise.
31710         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31711         (__ubp_memchr): Likewise.
31712         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31713         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31714         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31715         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31716         CHECK_STRING.
31717         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31718         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31719         (__getcwd): Do not use CHECK_STRING.
31720         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31721         <bp-checks.h>.
31722         (__real_chown): Do not use CHECK_STRING.
31723         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31724         <bp-checks.h>.
31725         (fchownat): Do not use CHECK_STRING.
31726         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31727         CHECK_STRING.
31728         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31729         <bp-checks.h>.
31730         (__lchown): Do not use CHECK_STRING.
31731         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31732         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31733         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31734         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31736         include <bp-checks.h>.
31737         (truncate64): Do not use CHECK_STRING.
31738         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31739         <bp-checks.h>.
31740         (__real_chown): Do not use CHECK_STRING.
31741         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31742         <bp-checks.h>.
31743         (__lchown): Do not use CHECK_STRING.
31744         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31745         <bp-checks.h>.
31746         (__chown): Do not use CHECK_STRING.
31747         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31748         <bp-checks.h>.
31749         (truncate64): Do not use CHECK_STRING.
31750         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31751         Likewise.
31752         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31753         (__xmknod): Do not use CHECK_STRING.
31754         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31755         <bp-checks.h>.
31756         (__xmknodat): Do not use CHECK_STRING.
31757         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31758         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31760 2013-02-04  Andreas Schwab  <schwab@suse.de>
31762         [BZ #14142]
31763         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31764         * include/netdb.h: Likewise for h_errno.
31765         * elf/tst-stackguard1.c: Include <tls.h>.
31767 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31769         * elf/link.h (struct link_map): Extend the l_addr comment.
31770         * include/link.h (struct link_map): Likewise.
31772 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31774         [BZ #13550]
31775         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31776         (BOUNDED_1): Remove macro.
31777         * debug/backtrace.c: Don't include <bp-checks.h>.
31778         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31779         (__backtrace): Likewise.
31780         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31781         <bp-checks.h>.
31782         (__backtrace): Don't use BOUNDED_1.
31783         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31784         <bp-checks.h>.
31785         (__backtrace): Don't use BOUNDED_1.
31786         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31787         (__backtrace): Don't use BOUNDED_1.
31788         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31789         (shmat): Don't use BOUNDED_N.
31791 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31793         [BZ #13550]
31794         * sysdeps/generic/bp-start.h: Remove file.
31795         * csu/libc-start.c: Don't include <bp-start.h>.
31796         (LIBC_START_MAIN): Set up __environ directly instead of using
31797         INIT_ARGV_and_ENVIRON.
31798         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31799         <bp-start.h>.
31801         [BZ #13550]
31802         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31803         definitions.
31804         (CHECK_FCNTL): Likewise.
31805         (CHECK_N_PAGES): Likewise.
31807         [BZ #13550]
31808         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31809         definitions.
31810         (CHECK_SIGSET_NULL_OK): Likewise.
31811         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31812         <bp-checks.h>.
31813         (sigpending): Don't use CHECK_SIGSET.
31814         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31815         <bp-checks.h>.
31816         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31817         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31818         <bp-checks.h>.
31819         (do_sigsuspend): Don't use CHECK_SIGSET.
31820         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31821         use CHECK_SIGSET.
31822         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31823         (do_sigwait): Don't use CHECK_SIGSET.
31824         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31825         use CHECK_SIGSET.
31826         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31827         include <bp-checks.h>.
31828         (sigpending): Don't use CHECK_SIGSET.
31829         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31830         include <bp-checks.h>.
31831         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31832         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31833         <bp-checks.h>.
31834         (sigpending): Don't use CHECK_SIGSET.
31835         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31836         <bp-checks.h>.
31837         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31839         [BZ #13550]
31840         * sysdeps/generic/bp-semctl.h: Remove file.
31841         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31842         <bp-checks.h> and <bp-semctl.h>.
31843         (__old_semctl): Don't use CHECK_SEMCTL.
31844         (__new_semctl): Likewise.
31845         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31846         and <bp-semctl.h>.
31847         (__old_semctl): Don't use CHECK_SEMCTL.
31848         (__new_semctl): Likewise.
31849         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31850         <bp-checks.h> and <bp-semctl.h>.
31851         (__old_semctl): Don't use CHECK_SEMCTL.
31852         (__new_semctl): Likewise.
31853         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31854         <bp-checks.h> and <bp-semctl.h>.
31855         (semctl): Don't use CHECK_SEMCTL.
31857         [BZ #13550]
31858         * Makerules (elide-bp-thunks): Remove variable.
31859         (elide-routines.oS): Don't use $(elide-bp-thunks).
31860         (elide-routines.os): Likewise.
31861         (elide-routines.o): Likewise.
31862         (elide-routines.op): Likewise.
31863         (elide-routines.og): Likewise.
31864         (objects): Don't use $(bp-thunks).
31865         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31866         include.
31867         (common-generated): Do not add s-proto-bp.d.
31868         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31869         (int): Likewise.
31870         (typ): Likewise.
31871         Do not generate makefile rules for bounded-pointer thunks.
31872         * sysdeps/generic/bp-thunks.h: Remove file.
31873         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31874         * sysdeps/unix/s-proto-bp.S: Likewise.
31876         [BZ #15062]
31877         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31878         parts of result separately when argument is not close to line from
31879         -i to i and one part of argument is small.
31880         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31881         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31882         * math/libm-test.inc (cacos_test): Add more tests.
31883         (casin_test): Likewise.
31884         (casinh_test): Likewise.
31885         * sysdeps/i386/fpu/libm-test-ulps: Update.
31886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31888 2013-01-31  David S. Miller  <davem@davemloft.net>
31890         * po/de.po: Update from translation team.
31892 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31894         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31896 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31898         * configure.in (_AC_PROG_CC_C89): New definition.
31899         * configure: Regenerate.
31901         * configure.in (AC_PROG_CPP): New definition.
31902         * configure: Regenerate.
31904 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31906         * debug/tst-backtrace.h: New file.
31907         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31908         (ret): Remove variable.
31909         (x): Likewise.
31910         (FAIL): Remove macro.
31911         (NO_INLINE): Likewise.
31912         (fn1): Use match function instead of strstr.
31913         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31914         (ret): Remove variable.
31915         (x): Likewise.
31916         (FAIL): Remove macro.
31917         (NO_INLINE): Likewise.
31918         (fn): Use match function instead of strstr.
31919         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31920         (ret): Remove variable.
31921         (x): Likewise.
31922         (FAIL): Remove macro.
31923         (NO_INLINE): Likewise.
31924         (handle_signal): Use match function instead of strstr.
31925         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31926         (ret): Remove variable.
31927         (x): Likewise.
31928         (FAIL): Remove macro.
31929         (NO_INLINE): Likewise.
31930         (handle_signal): Use match function instead of strstr.
31932 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31934         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31936 2013-01-23  David S. Miller  <davem@davemloft.net>
31938         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31939         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31940         argument of CAS if possible.
31941         * sysdeps/sparc/sparc64/bits/atomic.h
31942         (__arch_compare_and_exchange_val_32_acq): Likewise.
31943         (__arch_compare_and_exchange_val_64_acq): Likewise.
31945 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31947         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31948         * sysdeps/posix/ulimit.c: ... this.
31949         Include <limits.h>.
31950         * sysdeps/unix/bsd/ulimit.c: Remove file.
31952 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31954         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31955         (LDFLAGS-tst-array5): Likewise.
31957 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31959         [BZ #15036]
31960         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31961         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31962         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31963         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31965 2013-01-21  David S. Miller  <davem@davemloft.net>
31967         * sysdeps/sparc/backtrace.c: New file.
31968         * sysdeps/sparc/sparc32/backtrace.h: New file.
31969         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31970         * sysdeps/sparc/sparc64/backtrace.h: New file.
31971         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31972         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31973         -funwind-tables.
31975 2013-01-21  Andreas Schwab  <schwab@suse.de>
31977         [BZ #15020]
31978         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31979         closed its stdout.
31981 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31983         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31984         "mpa2.h".
31985         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31987 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31988             Mark Mitchell  <mark@codesourcery.com>
31989             Tom de Vries  <tom@codesourcery.com>
31990             Paul Pluzhnikov  <ppluzhnikov@google.com>
31992         * debug/tst-backtrace2.c: New file.
31993         * debug/tst-backtrace3.c: Likewise.
31994         * debug/tst-backtrace4.c: Likewise.
31995         * debug/tst-backtrace5.c: Likewise.
31996         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31997         (CFLAGS-tst-backtrace3.c): Likewise.
31998         (CFLAGS-tst-backtrace4.c): Likewise.
31999         (CFLAGS-tst-backtrace5.c): Likewise.
32000         (LDFLAGS-tst-backtrace2): Likewise.
32001         (LDFLAGS-tst-backtrace3): Likewise.
32002         (LDFLAGS-tst-backtrace4): Likewise.
32003         (LDFLAGS-tst-backtrace5): Likewise.
32004         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32005         tst-backtrace4 and tst-backtrace5.
32007 2013-01-18  Anton Blanchard  <anton@samba.org>
32008             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32010         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32011         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32012         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32013         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32015         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32016         "+r" and remove output regs list as redundant.  Add explicit inline
32017         asm to specify register of return val to work around compiler codegen
32018         bug.  Remove (int) cast on return value.  Add return type parameter to
32019         use in macro so that this macro does not truncate return value for
32020         64-bit values.
32021         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32022         pass to INTERNAL_VSYSCALL_NCS.
32023         (INLINE_VSYSCALL): Add 'long int' as return type to
32024         INTERNAL_VSYSCALL_NCS macro invocation.
32025         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32026         INTERNAL_VSYSCALL_NCS macro invocation.
32027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32029 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32031         [BZ #14496]
32032         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32033         Fix application of SIMD FP exception mask.
32035         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32036         mp_no from a power of two.
32037         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32038         __mpexp_twomm1.  Use __pow_mp.
32040         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32041         multiplication.
32043 2013-01-17  David S. Miller  <davem@davemloft.net>
32045         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32047 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32049         [BZ #15023]
32050         * include/complex.h: Condition contents on [!_COMPLEX_H].
32051         (__kernel_casinhf): New prototype.
32052         (__kernel_casinh): Likewise.
32053         (__kernel_casinhl): Likewise.
32054         * math/Makefile (libm_calls): Add k_casinh.
32055         * math/k_casinh.c: New file.
32056         * math/k_casinhf.c: Likewise.
32057         * math/k_casinhl.c: Likewise.
32058         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32059         finite nonzero arguments.
32060         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32061         finite nonzero arguments.
32062         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32063         finite nonzero arguments.
32064         * math/s_casinh.c: Do not include <float.h>.
32065         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32066         * math/s_casinhf.c: Do not include <float.h>.
32067         (__casinhf): Move code for finite nonzero arguments to
32068         k_casinhf.c.
32069         * math/s_casinhl.c: Do not include <float.h>.
32070         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32071         redefine.
32072         (__casinhl): Move code for finite nonzero arguments to
32073         k_casinhl.c.
32074         * math/libm-test.inc (cacos_test): Add more tests.
32075         * sysdeps/i386/fpu/libm-test-ulps: Update.
32076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32078 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32080         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32081         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32082         [!HAVE_MREMAP]: Remove [defined linux] case.
32083         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32085 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32087         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32089 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32091         * elf/elf.h (R_386_SIZE32): New relocation.
32092         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32093         R_386_SIZE32.
32094         (elf_machine_rela): Likewise.
32095         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32096         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32098 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32100         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32101         (FP_FAST_FMA): Do not define.
32102         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32103         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32104         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32105         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32106         !_SOFT_FLOAT]: Likewise.
32107         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32108         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32109         value.
32110         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32111         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32112         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32113         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32114         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32115         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32116         file.
32118 2013-01-16  Andreas Schwab  <schwab@suse.de>
32120         [BZ #14327]
32121         * include/stdlib.h (__mktemp): Add declaration.
32122         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32123         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32125 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32127         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32128         definitions.
32129         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32130         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32131         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32132         definitions here.
32133         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32134         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32135         definitions.
32136         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32137         and ONE.
32138         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32139         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32140         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32141         definitions.
32142         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32143         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32144         definitions.
32145         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32147         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32149 2013-01-15  David S. Miller  <davem@davemloft.net>
32151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32152         trunc{,f} to libm-sysdep_routes.
32153         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32155         file.
32156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32158         file.
32159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32160         file.
32161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32163         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32164         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32165         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32166         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32167         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32168         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32171         nearbyint{,f} to libm-sysdep_routes.
32172         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32174         New file.
32175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32176         file.
32177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32178         New file.
32179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32180         file.
32181         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32183         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32184         file.
32185         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32186         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32187         file.
32188         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32189         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32190         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32192         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32193         libc_feholdexcept and libc_fesetenv.
32195 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32197         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32199 2013-01-14  David S. Miller  <davem@davemloft.net>
32201         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32202         (SPARC_ASM_VIS2_IFUNC): Likewise.
32203         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32205         use of 'siam' instruction.
32206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32207         Likewise.
32208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32209         Likewise.
32210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32211         Likewise.
32212         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32213         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32214         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32215         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32217         file.
32218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32219         file.
32220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32221         file.
32222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32223         file.
32224         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32225         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32226         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32227         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32229         new VIS2 routines.
32230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32233         Likewise.
32234         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32235         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32236         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32237         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32239         routines to libm-sysdep_routines.
32240         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32243         fdim/fdimf to libm-sysdep_routines.
32244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32245         file.
32246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32248         file.
32249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32252         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32253         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32254         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32255         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32257 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32259         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32260         to optimize copies.
32262         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32263         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32264         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32267         local variable MPTWO.
32268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32269         Likewise.
32271 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32273         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32274         GLOB_NOESCAPE.
32276 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32278         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32280 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32282         * manual/pattern.texi (glob_t): Document gl_flags.
32283         (glob64_t): Likewise.
32285 2013-01-11  David S. Miller  <davem@davemloft.net>
32287         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32288         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32289         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32290         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32291         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32292         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32293         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32294         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32295         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32296         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32297         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32298         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32299         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32301         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32302         sparc V9 rather than using V8 code.
32303         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32304         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32306         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32307         Move to...
32308         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32309         Here.
32311 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32313         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32314         not in the main loop.
32315         * configure: Regenerated.
32317 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32319         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32320         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32321         to just #else.
32322         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32323         [!__GLIBC_HAVE_LONG_LONG] case.
32324         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32325         condition to just #else.
32326         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32327         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32328         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32329         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32330         unconditional.
32331         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32332         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32333         #elif condition to just #else.
32334         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32335         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32336         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32337         #elif condition to just #else.
32339 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32341         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32342         (EF_MIPS_ARCH_64): Fix value.
32343         (EF_MIPS_ARCH_32R2): New.
32344         (EF_MIPS_ARCH_64R2): New.
32346 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32348         * Makeconfig (+link-pie-before-libc): New.
32349         (+link-pie-after-libc): Likewise.
32350         (+link-pie-tests): Likewise.
32351         (+link-pie): Rewritten.
32352         (link-before-libc): Remove $(config-LDFLAGS).
32353         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32354         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32355         (config-LDFLAGS): Renamed to ...
32356         (rtld-LDFLAGS): This.
32357         (rtld-tests-LDFLAGS): New macro.
32358         (link-libc-rpath-link): Likewise.
32359         (link-libc-tests-rpath-link): Likewise.
32360         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32361         (link-libc): Prepand $(link-libc-rpath-link).
32362         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32363         (test-program-prefix): New macro.
32364         (test-via-rtld-prefix): Likewise.
32365         (test-program-cmd): Likewise.
32366         (host-test-program-cmd): Likewise.
32367         * Makefile ($(common-objpfx)testrun.sh): Replace
32368         $(run-program-prefix) with $(test-program-prefix).
32369         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32370         $(rtld-LDFLAGS).
32371         ($(common-objpfx)shlib.lds): Likewise.
32372         (build-module-helper): Likewise.
32373         ($(common-objpfx)format.lds): Likewise.
32374         * Rules (binaries-pie-tests): New.
32375         (binaries-pie-notests): Likewise.
32376         (binaries-pie): Rewritten.
32377         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32378         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32379         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32380         (make-test-out): Replace $(host-built-program-cmd) with
32381         $(host-test-program-cmd).
32382         * config.make.in (build-hardcoded-path-in-tests): New variable.
32383         * configure.in (--enable-hardcoded-path-in-tests): New configure
32384         option.
32385         (hardcoded_path_in_tests): New AC_SUBST.
32386         * configure: Regenerated.
32387         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32388         $(built-program-cmd) with $(test-program-cmd).
32389         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32390         (test_program_cmd): This.
32391         * elf/Makefile ($(objpfx)order.out): Run test with
32392         $(test-program-prefix).
32393         ($(objpfx)order2.out): Likewise.
32394         ($(objpfx)tst-initorder.out): Likewise.
32395         ($(objpfx)tst-initorder2.out): Likewise.
32396         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32397         $(test-program-cmd).
32398         ($(objpfx)tst-array1-static.out): Likewise.
32399         ($(objpfx)tst-array2.out): Likewise.
32400         ($(objpfx)tst-array3.out): Likewise.
32401         ($(objpfx)tst-array4.out): Likewise.
32402         ($(objpfx)tst-array5.out): Likewise.
32403         ($(objpfx)tst-array5-static.out): Likewise.
32404         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32405         $(test-program-cmd).
32406         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32407         $(run-program-prefix) with $(test-program-prefix).
32408         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32409         (test_program_prefix): This.
32410         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32411         $(run-program-prefix) with $(test-program-prefix).
32412         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32413         (test_program_prefix): This.
32414         * iconvdata/tst-tables.sh: Likewise.
32415         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32416         $(run-program-prefix) with $(test-program-prefix).
32417         ($(objpfx)tst-translit.out): Likewise.
32418         ($(objpfx)tst-gettext2.out): Likewise.
32419         ($(objpfx)tst-gettext4.out): Likewise.
32420         ($(objpfx)tst-gettext6.out): Likewise.
32421         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32422         (test_program_prefix): This.
32423         * intl/tst-gettext2.sh: Likewise.
32424         * intl/tst-gettext4.sh  Likewise.
32425         * intl/tst-gettext6.sh: Likewise.
32426         * intl/tst-translit.sh: Likewise.
32427         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32428         with $(test-program-cmd).
32429         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32430         $(run-program-prefix) with $(test-program-prefix).
32431         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32432         (test_program_prefix): This.
32433         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32434         $(run-program-prefix) with $(test-program-prefix).
32435         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32436         (test_program_prefix): This.
32437         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32438         * posix/Makefile ($(objpfx)globtest.out): Replace
32439         $(run-via-rtld-prefix) and $(test-wrapper) with
32440         $(test-program-prefix) and $(test-via-rtld-prefix).
32441         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32442         $(test-program-prefix).
32443         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32444         $(host-test-program-cmd).
32445         (tst-spawn-ARGS): Likewise.
32446         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32447         $(test-program-prefix).
32448         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32449         (test_via_rtld_prefix): This.
32450         (test_wrapper): Renamed to ...
32451         (test_program_prefix): This.
32452         (run_program_prefix): Replaced by test_program_prefix.
32453         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32454         (test_program_prefix): This.
32455         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32456         with $(host-test-program-cmd).
32457         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32458         $(run-program-prefix) with $(test-program-prefix).
32459         ($(objpfx)tst-printf.out): Likewise.
32460         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32461         $(test-program-cmd).
32462         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32463         (test_program_prefix): This.
32464         * stdio-common/tst-unbputc.sh: Likewise.
32465         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32466         $(run-program-prefix) with $(test-program-prefix).
32467         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32468         (test_program_prefix): This.
32469         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32470         $(built-program-cmd) with $(test-program-cmd).
32472 2013-01-11  Andreas Jaeger  <aj@suse.de>
32474         [BZ #15003]
32475         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32476         value. Sync with Linux 3.7.
32478 2013-01-10  David S. Miller  <davem@davemloft.net>
32480         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32481         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32482         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32484 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32486         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32487         never set.
32488         * configure: Regenerated.
32490 2013-01-10  David S. Miller  <davem@davemloft.net>
32492         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32493         sparc V9 rather than using V8 code.
32494         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32495         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32497 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32499         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32500         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32501         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32502         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32503         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32504         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32505         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32506         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32507         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32508         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32509         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32510         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32511         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32512         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32513         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32514         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32515         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32516         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32517         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32518         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32519         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32520         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32521         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32522         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32523         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32524         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32525         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32527 2013-01-10  David S. Miller  <davem@davemloft.net>
32529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32531 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32533         * posix/Makefile (tests-static): New variable.
32534         (tests): Add $(tests-static).
32535         (tst-exec-static-ARGS): New variable.
32536         (tst-spawn-static-ARGS): Likewise.
32537         * posix/tst-exec-static.c: New file.
32538         * posix/tst-spawn-static.c: Likewise.
32539         * posix/tst-exec.c: Support run directly.
32540         * posix/tst-spawn.c: Likewise.
32542 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32544         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32545         long.
32546         * math/bits/mathcalls.h (llrint): Likewise.
32547         (llround): Likewise.
32548         * stdlib/stdlib.h (struct drand48_data): Likewise.
32549         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32550         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32551         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32552         Likewise.
32553         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32554         Likewise.
32555         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32556         (elf_greg_t): Likewise.
32557         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32558         (__jmp_buf): Likewise.
32559         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32560         definitions.
32561         (llrint): Likewise, for all definitions.
32562         (llrintl): Likewise.
32564         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32565         Remove [__GNUC__] condition.
32566         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32567         condition to just [__USE_ISOC99].
32568         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32570 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32572         [BZ #14200]
32573         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32574         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32575         defined.
32576         (_POSIX_V6_ILP32_OFF32): Likewise.
32577         (_XBS5_ILP32_OFF32): Likewise.
32578         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32579         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32581 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32583         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32585         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32586         doubles __mpexp_twomm1.  Adjust usage.
32587         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32588         Remove.
32590 2013-01-10  Andreas Schwab  <schwab@suse.de>
32592         [BZ #14964]
32593         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32594         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32596 2013-01-09  David S. Miller  <davem@davemloft.net>
32598         [BZ #15003]
32599         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32600         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32601         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32602         (TCP_FASTOPEN): Define.
32603         (tcp_repair_opt): New structure.
32604         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32605         enum values.
32606         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32607         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32608         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32609         (tcp_cookie_transactions): New structure.
32611 2013-01-09  Anton Blanchard  <anton@samba.org>
32613         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32614         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32615         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32616         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32618 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32620         * include/features.h (__USE_ANSI): Remove.
32622 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32624         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32626         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32628 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32630         * sysdeps/s390/fpu/libm-test-ulps: Update.
32632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32634         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32635         (__acr): Likewise.
32636         (__cpy): Likewise.
32637         (norm): Likewise.
32638         (denorm): Likewise.
32639         (__mp_dbl): Likewise.
32640         (__dbl_mp): Likewise.
32641         (add_magnitudes): Likewise.
32642         (sub_magnitudes): Likewise.
32643         (__add): Likewise.
32644         (__sub): Likewise.
32645         (__mul): Likewise.
32646         (__inv): Likewise.
32647         (__dvd): Likewise.
32648         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32649         (__acr): Likewise.
32650         (__cpy): Likewise.
32651         (norm): Likewise.
32652         (denorm): Likewise.
32653         (__mp_dbl): Likewise.
32654         (__dbl_mp): Likewise.
32655         (add_magnitudes): Likewise.
32656         (sub_magnitudes): Likewise.
32657         (__add): Likewise.
32658         (__sub): Likewise.
32659         (__mul): Likewise.
32660         (__inv): Likewise.
32661         (__dvd): Likewise.
32662         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32663         (__acr): Likewise.
32664         (__cpy): Likewise.
32665         (norm): Likewise.
32666         (denorm): Likewise.
32667         (__mp_dbl): Likewise.
32668         (__dbl_mp): Likewise.
32669         (add_magnitudes): Likewise.
32670         (sub_magnitudes): Likewise.
32671         (__add): Likewise.
32672         (__sub): Likewise.
32673         (__mul): Likewise.
32674         (__inv): Likewise.
32675         (__dvd): Likewise.
32677 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32679         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32680         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32681         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32682         2 && __USE_EXTERN_INLINES]: Likewise.
32684 2013-01-08  Andreas Jaeger  <aj@suse.de>
32686         [BZ# 14985]
32687         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32688         Remove.
32689         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32690         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32692 2013-01-07  Anton Blanchard  <anton@samba.org>
32694         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32695         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32696         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32697         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32698         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32699         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32700         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32701         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32702         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32703         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32704         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32705         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32706         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32707         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32708         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32709         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32710         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32711         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32712         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32713         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32714         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32715         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32716         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32717         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32718         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32719         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32720         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32721         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32722         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32723         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32724         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32725         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32726         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32727         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32728         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32729         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32730         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32731         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32732         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32733         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32734         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32735         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32736         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32738 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32740         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32741         (__MALLOC_PMT): Likewise.
32742         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32743         [__GNUC__], only on [_LIBC].
32744         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32745         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32746         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32747         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32748         forward declaration.
32749         (realloc_hook_ini): Likewise.
32750         (memalign_hook_ini): Likewise.
32751         (__libc_memalign): Do not use __MALLOC_PMT in variable
32752         declaration.
32753         (__libc_valloc): Likewise.
32754         (__libc_pvalloc): Likewise.
32755         (__libc_calloc): Likewise.
32756         (__posix_memalign): Likewise.
32758         [BZ #14996]
32759         * math/s_casinh.c: Include <float.h>.
32760         (__casinh): Do not do computation with squaring and square root
32761         for large arguments.
32762         * math/s_casinhf.c: Include <float.h>.
32763         (__casinhf): Do not do computation with squaring and square root
32764         for large arguments.
32765         * math/s_casinhl.c: Include <float.h>.
32766         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32767         (__casinhl): Do not do computation with squaring and square root
32768         for large arguments.
32769         * math/libm-test.inc (casin_test): Add more tests.
32770         (casinh_test): Likewise.
32771         * sysdeps/i386/fpu/libm-test-ulps: Update.
32772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32774 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32776         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32777         (__x86_64_raw_data_cache_size): Likewise.
32778         (__x86_64_data_cache_size_half): Likewise.
32779         (__x86_64_raw_data_cache_size_half): Likewise.
32780         (__x86_64_shared_cache_size): Likewise.
32781         (__x86_64_raw_shared_cache_size): Likewise.
32782         (__x86_64_shared_cache_size_half): Likewise.
32783         (__x86_64_raw_shared_cache_size_half): Likewise.
32784         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32785         to ...
32786         (__x86_data_cache_size): This.
32787         (__x86_64_raw_data_cache_size): Renamed to ...
32788         (__x86_raw_data_cache_size): This.
32789         (__x86_64_data_cache_size_half): Renamed to ...
32790         (__x86_data_cache_size_half): This.
32791         (__x86_64_raw_data_cache_size_half): Renamed to ...
32792         (__x86_raw_data_cache_size_half): This.
32793         (__x86_64_shared_cache_size): Renamed to ...
32794         (__x86_shared_cache_size): This.
32795         (__x86_64_raw_shared_cache_size): Renamed to ...
32796         (__x86_raw_shared_cache_size): This.
32797         (__x86_64_shared_cache_size_half): Renamed to ...
32798         (__x86_shared_cache_size_half): This.
32799         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32800         (__x86_raw_shared_cache_size_half): This.
32801         * sysdeps/x86_64/memcpy.S: Updated.
32802         * sysdeps/x86_64/memset.S: Likewise.
32803         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32804         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32805         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32807 2013-01-04  David S. Miller  <davem@davemloft.net>
32809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32811 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32813         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32814         1 to avoid redefinition warning.
32815         (__USE_GNU): Don't define.
32816         (init_signaling_nan): Protoize.
32818         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32820 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32822         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32823         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32824         (__cpymn): Likewise.
32825         (norm): Remove commented code.
32826         (denorm): Likewise.
32827         (__mp_dbl): Likewise.
32828         (__inv): Likewise.
32829         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32830         (__cpymn): Likewise.
32831         (norm): Remove commented code.
32832         (denorm): Likewise.
32833         (__mp_dbl): Likewise.
32834         (__inv): Likewise.
32836         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32837         mp_no value for 1.0 and 2.0.
32838         (norm): Use RADIXI instead of radixi.d.
32839         (denorm): Likewise.
32840         (__mul): Use 0.0 instead of zero.d.
32841         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32842         mp_no value for 1.0 and 2.0.
32843         (norm): Use RADIXI instead of radixi.d.
32844         (denorm): Likewise.
32845         (__mul): Use 0.0 instead of zero.d.
32847 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32849         [BZ #14994]
32850         * math/s_casinh.c (__casinh): Reduce finite argument to first
32851         quadrant then set signs of results at the end.
32852         * math/s_casinhf.c (__casinhf): Likewise.
32853         * math/s_casinhl.c (__casinhl): Likewise.
32854         * math/libm-test.inc (casin_test): Add more tests.
32855         (casinh_test): Likewise.
32856         * sysdeps/i386/fpu/libm-test-ulps: Update.
32857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32859 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32861         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32863         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32865         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32866         declarations.
32867         (denorm): Likewise.
32868         (__mp_dbl): Likewise.
32869         (__inv): Likewise.
32871         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32872         and adjust the header comment.
32874         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32875         variable name from declaration.
32877 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32879         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32880         Initialize COMMON_CPUID_INDEX_7 element.
32881         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32882         (CPUID_RTM): Likewise.
32883         (HAS_RTM): Likewise.
32884         (COMMON_CPUID_INDEX_7): New enum.
32886 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32888         [BZ #14981]
32889         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32890         size is zero, record memory as freed.
32892 2013-01-03  Andreas Jaeger  <aj@suse.de>
32894         * po/ia.po: Add new Interlingua translation.
32896 2012-01-03  Allan McRae  <allan@archlinux.org>
32898         * locale/programs/localedef.c: Fix description of '--posix' flag.
32900 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32902         * NEWS: Update dates in second copyright notice.
32903         * README: Update copyright dates in example.
32904         * manual/libc.texinfo: Update copyright dates.
32905         * scripts/test-installation.pl: Update copyright date in --version
32906         output.
32908         * hurd/ctty-input.c: Fix copyright notice formatting.
32909         * hurd/ctty-output.c: Likewise.
32910         * hurd/dtable.c: Likewise.
32911         * hurd/hurd-raise.c: Likewise.
32912         * hurd/hurdprio.c: Likewise.
32913         * hurd/msgportdemux.c: Likewise.
32914         * misc/sys/file.h: Likewise.
32915         * misc/sys/ioctl.h: Likewise.
32916         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32917         * sysdeps/mach/hurd/chdir.c: Likewise.
32918         * sysdeps/mach/hurd/fchdir.c: Likewise.
32919         * sysdeps/mach/hurd/rename.c: Likewise.
32920         * sysdeps/mach/hurd/rmdir.c: Likewise.
32921         * sysdeps/mach/hurd/seekdir.c: Likewise.
32922         * sysdeps/mach/hurd/setsid.c: Likewise.
32923         * sysdeps/posix/wait3.c: Likewise.
32925         * All files with FSF copyright notices: Update copyright dates
32926         using scripts/update-copyrights.
32927         * intl/plural.c: Regenerated.
32928         * locale/programs/charmap-kw.h: Likewise.
32929         * locale/programs/locfile-kw.h: Likewise.
32931 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32933         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32934         four values.
32936         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32937         calculation loop and add branch prediction.
32939         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32940         check access beyond bounds of m1np.
32942         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32943         MPTWO.
32944         (__inv): Remove local variable MPTWO to use the global
32945         constant.
32946         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32947         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32948         variable MPTWO.
32949         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32950         MP3HALFS static const.
32952 2013-01-01  David S. Miller  <davem@davemloft.net>
32954         * po/ca.po: Update from translation team.
32956 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32958         * scripts/update-copyrights: New file.
32959         * Makeconfig: Reformat copyright notice.
32960         * ctype/ctype.h: Likewise.
32961         * debug/swprintf_chk.c: Likewise.
32962         * elf/dl-cache.c: Likewise.
32963         * elf/dl-debug.c: Likewise.
32964         * elf/dl-object.c: Likewise.
32965         * grp/initgroups.c: Likewise.
32966         * hurd/Makefile: Likewise.
32967         * hurd/hurd/signal.h: Likewise.
32968         * hurd/hurdfault.c: Likewise.
32969         * hurd/hurdioctl.c: Likewise.
32970         * hurd/hurdlookup.c: Likewise.
32971         * hurd/intr-msg.c: Likewise.
32972         * iconv/gconv_open.c: Likewise.
32973         * libio/swprintf.c: Likewise.
32974         * locale/lc-ctype.c: Likewise.
32975         * locale/nl_langinfo.c: Likewise.
32976         * mach/Machrules: Likewise.
32977         * mach/Makefile: Likewise.
32978         * malloc/obstack.h: Likewise.
32979         * manual/Makefile: Likewise.
32980         * manual/tsort.awk: Likewise.
32981         * misc/bits/stab.def: Likewise.
32982         * nis/nis_print_group_entry.c: Likewise.
32983         * nis/nis_table.c: Likewise.
32984         * nis/nss_compat/compat-pwd.c: Likewise.
32985         * nis/nss_compat/compat-spwd.c: Likewise.
32986         * po/Makefile: Likewise.
32987         * posix/fnmatch.c: Likewise.
32988         * posix/regex.h: Likewise.
32989         * resolv/Makefile: Likewise.
32990         * resolv/nss_dns/dns-network.c: Likewise.
32991         * resolv/res_hconf.c: Likewise.
32992         * scripts/gen-sorted.awk: Likewise.
32993         * soft-fp/soft-fp.h: Likewise.
32994         * stdio-common/printf.h: Likewise.
32995         * stdlib/monetary.h: Likewise.
32996         * stdlib/random.c: Likewise.
32997         * stdlib/random_r.c: Likewise.
32998         * sysdeps/generic/Makefile: Likewise.
32999         * sysdeps/gnu/Makefile: Likewise.
33000         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33001         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33002         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33003         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33004         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33005         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33006         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33007         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33008         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33009         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33010         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33011         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33012         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33013         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33014         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33015         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33016         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33017         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33018         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33019         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33020         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33021         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33022         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33023         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33024         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33025         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33026         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33027         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33028         * sysdeps/mach/hurd/errnos.awk: Likewise.
33029         * sysdeps/mach/hurd/fork.c: Likewise.
33030         * sysdeps/mach/hurd/getcwd.c: Likewise.
33031         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33032         * sysdeps/mach/hurd/mmap.c: Likewise.
33033         * sysdeps/mach/hurd/utimes.c: Likewise.
33034         * sysdeps/mach/hurd/xmknod.c: Likewise.
33035         * sysdeps/posix/profil.c: Likewise.
33036         * sysdeps/posix/readdir_r.c: Likewise.
33037         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33038         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33039         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33040         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33041         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33042         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33043         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33044         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33045         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33046         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33047         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33048         * sysdeps/pthread/lio_listio.c: Likewise.
33049         * sysdeps/sparc/dl-procinfo.h: Likewise.
33050         * sysdeps/unix/i386/sysdep.S: Likewise.
33051         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33052         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33053         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33054         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33056         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33057         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33058         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33059         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33060         * sysdeps/wordsize-32/divdi3.c: Likewise.
33061         * time/sys/time.h: Likewise.
33062         * wcsmbs/Makefile: Likewise.
33064 2013-01-01  David S. Miller  <davem@davemloft.net>
33066         * po/fr.po: Update from translation team.
33068         * catgets/gencat.c: Update copyright year.
33069         * csu/version.c: Likewise.
33070         * debug/catchsegv.sh: Likewise.
33071         * debug/pcprofiledump.c: Likewise.
33072         * debug/xtrace.sh: Likewise.
33073         * elf/ldconfig.c: Likewise.
33074         * elf/ldd.bash.in: Likewise.
33075         * elf/pldd.c: Likewise.
33076         * elf/sotruss.ksh: Likewise.
33077         * elf/sprof.c: Likewise.
33078         * iconv/iconv_prog.c: Likewise.
33079         * iconv/iconvconfig.c: Likewise.
33080         * locale/programs/locale.c: Likewise.
33081         * locale/programs/localedef.c: Likewise.
33082         * login/programs/pt_chown.c: Likewise.
33083         * malloc/memusage.sh: Likewise.
33084         * malloc/memusagestat.c: Likewise.
33085         * malloc/mtrace.pl: Likewise.
33086         * nscd/nscd.c: Likewise.
33087         * nss/getent.c: Likewise.
33088         * nss/makedb.c: Likewise.
33089         * posix/getconf.c: Likewise.
33091 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33093         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33094         numbers.
33096 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33098         * math/bits/mathcalls.h (modf): Use __nonnull.
33100 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33102         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33103         (split): Use macro CN instead of the bare value.
33104         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33105         could be used.
33106         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33107         instead of the bare value.
33108         (power1): Likewise.
33110 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33112         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33113         __ATAN_TWOM.
33114         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33116         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33117         their values.
33118         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33119         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33120         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33121         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33123 2012-12-28  Andreas Jaeger  <aj@suse.de>
33125         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33126         values are from Linux 3.7.
33128         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33129         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33131 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33133         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33134         TRUE case.
33136         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33137         (norm): Likewise.
33138         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33139         variables with preprocessor constants.
33140         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33141         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33142         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33144 2012-12-27  Bruno Haible  <bruno@clisp.org>
33146         [BZ #14317]
33147         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33148         only if needed.
33150 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33152         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33153         and use variable directly.
33154         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33156         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33157         MPONE.
33158         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33159         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33160         variable MPONE.
33161         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33162         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33163         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33164         include directive.  Remove local variable MPONE.
33165         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33166         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33167         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33169 2012-12-25  David S. Miller  <davem@davemloft.net>
33171         * version.h (RELEASE): Set to "development".
33172         (VERSION): Set to "2.17.90".
33173         * NEWS: Add 2.18 section.
33175 2012-12-21  David S. Miller  <davem@davemloft.net>
33177         * po/hr.po: Update from translation team.
33179 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33181         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33183 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33185         * NEWS:  Mention new memcpy for MIPS.
33187 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33189         * manual/contrib.texi (Contributors): Spelling correction.
33191 2012-12-15  David S. Miller  <davem@davemloft.net>
33193         * po/ru.po: Update from translation team.
33195 2012-12-13  David S. Miller  <davem@davemloft.net>
33197         * NEWS: Mention IFUNC testsuite enhancements.
33199         * po/pl.po: Update from translation team.
33200         * po/bg.po: Likewise.
33202         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33203         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33205 2012-12-11  David S. Miller  <davem@davemloft.net>
33207         * po/sv.po: Update from translation team.
33209         * po/vi.po: Update from translation team.
33211         * po/cs.po: Update from translation team.
33213         * po/de.po: Update from translation team.
33214         * po/eo.po: Likewise.
33215         * po/nl.po: Likewise.
33217 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33219         [BZ #14246]
33220         * manual/argp.texi (Argp Helper Functions): Move node to follow
33221         Argp Parsing State.
33223         [BZ #14872]
33224         * manual/conf.texi (Limits on File System Capacity): Mention if
33225         terminating null is included in the max size.
33227 2012-12-10  Andreas Jaeger  <aj@suse.de>
33229         * po/cs.po: Update from translation team.
33231 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33233         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33234         void pointer and cast to uintptr_t.
33235         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33236         path.
33237         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33238         * sysdeps/s390/s390-64/memset.S: Likewise.
33240 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33242         [BZ #14833]
33243         * menual/message.texi (Message Translation): Fix typos.
33244         (Helper programs for gettext): Likewise.
33246 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33248         [BZ #14898]
33249         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33250         Change to -1.
33252 2012-12-07  David S. Miller  <davem@davemloft.net>
33254         * po/libc.pot: Update.
33256 2012-12-07  Richard Henderson  <rth@redhat.com>
33258         [BZ #10114]
33259         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33260         normal/normal case to before the switch.
33261         (_FP_DIV): Likewise.
33263 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33264             Mike Frysinger  <vapier@gentoo.org>
33266         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33267         check for __NR_fadvise64_64.
33269 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33271         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33272         0, not just to plain "0" as a statement.
33273         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33274         with cw.
33276 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33278         * NEWS: Use sourceware.org in Bugzilla URL.
33280 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33283         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33285         * stdio-common/tst-put-error.c (do_test): Add newline to the
33286         padded test to ensure flush.
33288 2012-12-05  Jeff Law  <law@redhat.com>
33290         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33292 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33294         * README: Don't refer to ports add-on as distributed separately.
33295         Mention AArch64 in list of systems supported in the ports add-on.
33297         * LICENSES: Add more non-FSF copyright and license notices.
33299         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33300         ((unused)).
33302         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33304         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33305         10000 as width of padded output.
33307 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33309         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33311         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33312         variable LX with __attribute__ ((unused)).
33313         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33314         Likewise.
33315         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33316         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33317         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33318         with __attribute__ ((unused)).
33320 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33322         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33324 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33326         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33327         (CFLAGS-nldbl-acos.c): New variable.
33328         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33329         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33330         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33331         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33332         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33333         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33334         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33340         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33341         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33342         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33343         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33344         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33345         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33346         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33347         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33348         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33349         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33350         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33351         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33352         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33353         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33354         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33355         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33356         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33357         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33358         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33359         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33360         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33361         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33362         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33363         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33364         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33365         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33366         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33367         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33368         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33369         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33370         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33371         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33372         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33373         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33374         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33375         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33376         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33377         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33378         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33379         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33380         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33381         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33382         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33383         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33384         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33385         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33386         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33387         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33388         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33389         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33390         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33391         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33392         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33393         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33394         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33395         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33396         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33397         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33398         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33399         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33400         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33401         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33402         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33403         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33404         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33405         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33406         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33407         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33408         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33409         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33410         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33411         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33412         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33413         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33414         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33415         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33416         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33417         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33418         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33419         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33420         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33421         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33422         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33423         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33424         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33427         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33429         [BZ #14914]
33430         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33431         whole low double instead of just low 47 bits when splitting values
33432         into two parts.
33434 2012-12-03  Allan McRae  <allan@archlinux.org>
33436         * manual/stdio.texi (Predefined Printf Handlers): Remove
33437         @hsep and @vsep usage.
33439 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33441         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33442         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33444 2012-12-03  Jeff Law  <law@redhat.com>
33446         * time/sys/time.h (settimeofday): Do not mark TV argument
33447         as __nonnull.
33449 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33451         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33452         when currently writing and seek to current position when not.
33453         * libio/Makefile (tests): Remove bug-fclose1.
33454         * libio/bug-fclose1.c: Delete.
33456 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33458         * manual/arith.texi (feenableexcept): Fix typo.
33459         (fedisableexcept): Likewise.
33461 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33463         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33464         second, differently-typed declaration, rather than a cast.
33466 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33468         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33469         * include/rpc/svc.h: ... here.
33471 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33473         [BZ #13013]
33474         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33475         depending n and resplen2 to catch cases where answer
33476         equals answerp2.
33478 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33480         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33481         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33483 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33485         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33487 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33489         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33491 2012-11-28  Jeff Law  <law@redhat.com>
33493         [BZ #13761]
33494         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33495         dataset_temporary.  Track alloca usage into alloca_used.
33496         If dataset is large allocate and release it via malloc/free.
33498 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33500         [BZ #14197]
33501         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33503 2012-11-28  David S. Miller  <davem@davemloft.net>
33505         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33507 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33509         [BZ #14803]
33510         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33511         of pi/2 rounded to nearest to 64 bits.
33512         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33513         nearest to 64 bits.
33514         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33515         bits.
33517 2012-11-28  Jeff Law <law@redhat.com>
33518             Martin Osvald <mosvald@redhat.com>
33520         [BZ #14889]
33521         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33522         * sunrpc/svc.c: Include time.h.
33523         (__svc_accept_failed): New function.
33524         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33525         any reason other than EINTR, call __svc_accept_failed.
33526         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33527         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33529 2012-11-28  Andreas Schwab  <schwab@suse.de>
33531         * scripts/abilist.awk: Also handle indirect functions in .opd
33532         section.
33534 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33536         [BZ #13881]
33537         * sysdeps/x86/fpu/powl_helper.c: New file.
33538         * sysdeps/x86/fpu/Makefile: Likewise.
33539         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33540         (p3): New object.
33541         (__ieee754_powl): Use __powl_helper for finite arguments except
33542         integer exponents below 8.
33543         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33544         (p3): New object.
33545         (__ieee754_powl): Use __powl_helper for finite arguments except
33546         integer exponents below 8.
33547         * math/libm-test.inc (pow_test): Add more tests and enable some
33548         previously disabled tests.
33549         * sysdeps/i386/fpu/libm-test-ulps: Update.
33550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33552 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33553             Carlos O'Donell  <carlos_odonell@mentor.com>
33555         * nss/makedb.c (is_prime): Assert that input is odd and greater
33556         than 4.  Note that fact in a comment too.
33557         (next_prime): Add 4 to input.
33559 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33561         [BZ #11741]
33562         * libio/Makefile (tests): Add test case tst-fwrite-error.
33563         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33564         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33565         * libio/tst-fwrite-error.c: New test case.
33567 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33569         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33570         before casting to void *.
33571         * include/libc-internal.h (__pointer_type): New macro.
33572         (__integer_if_pointer_type_sub): Likewise.
33573         (__integer_if_pointer_type): Likewise.
33574         (cast_to_integer): Likewise.
33575         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33576         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33577         before casting to atomic64_t.
33578         (atomic_exchange_acq): Likewise.
33579         (__arch_exchange_and_add_body): Likewise.
33580         (__arch_add_body): Likewise.
33581         (atomic_add_negative): Likewise.
33582         (atomic_add_zero): Likewise.
33584 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33586         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33587         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33588         (add_fdes): Likewise.
33589         (linear_search_fdes): Likewise.
33590         (binary_search_unencoded_fdes): Likewise.
33592 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33594         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33596 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33598         * configure.in: Autodetect C++ header directories.
33599         * configure: Regenerated.
33601 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33603         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33605 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33609 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33611         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33612         LDBL_MANT_DIG == 106]: Disable some tests.
33613         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33614         Likewise.
33615         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33616         Likewise.
33618         [BZ #14871]
33619         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33620         input for small inputs.  Return +/- pi/2 for large inputs.
33621         * math/libm-test.inc (atan_test): Add more tests.
33623         * sysdeps/generic/unwind-dw2-fde-glibc.c
33624         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33625         __attribute__ ((unused)).
33627         [BZ #14645]
33628         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33629         x * y if x and y are nonzero and z is zero.
33631         [BZ #14811]
33632         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33633         nonzero exponents with absolute value below 0x1p-117 to +/-
33634         0x1p-117.
33636         [BZ #14869]
33637         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33638         up arguments below 2**-450, not just those below 2**-500.
33639         * math/libm-test.inc (hypot_test): Add another test.
33641         [BZ #14868]
33642         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33643         Return a+b for ratio over 2**120, not 2**60.
33644         * math/libm-test.inc (hypot_test): Add another test.
33646         * math/libm-test.inc (clog_test): Use
33647         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33648         (clog10_test): Likewise.
33650         [BZ #6778]
33651         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33653 2012-11-22  Andreas Schwab  <schwab@suse.de>
33655         * sysdeps/i386/fpu/libm-test-ulps: Update.
33657 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33659         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33660         printf output with newline.
33662 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33664         [BZ #14865]
33665         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33666         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33667         -z nodlopen, -z initfirst and -z execstack support.
33668         * configure: Regenerated.
33670         * elf/elf.h (DF_1_NODIRECT): New macro.
33671         (DF_1_IGNMULDEF): Likewise.
33672         (DF_1_NOKSYMS): Likewise.
33673         (DF_1_NOHDR): Likewise.
33674         (DF_1_EDITED): Likewise.
33675         (DF_1_NORELOC): Likewise.
33676         (DF_1_SYMINTPOSE): Likewise.
33677         (DF_1_GLOBAUDIT): Likewise.
33678         (DF_1_SINGLETON): Likewise.
33679         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33680         DT_1_SUPPORTED_MASK bits.
33681         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33683 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33685         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33687 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33689         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33690         macro.
33692         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33693         (sendmmsg): Move declarations...
33694         * socket/sys/socket.h: ... here.
33695         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33696         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33697         include it from...
33698         * socket/recvmmsg.c: ... this new file.
33699         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33700         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33701         definition of __sendmmsg hidden.
33702         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33703         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33704         Move ENOSYS stub into and include it from...
33705         * socket/sendmmsg.c: ... this new file.
33706         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33707         (sysdep_routines): Move recvmmsg and sendmmsg...
33708         * socket/Makefile (routines): ... here.
33709         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33710         (GLIBC_PRIVATE): Add __sendmmsg.
33711         * include/sys/socket.h (__sendmmsg): Add declarations.
33712         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33713         sendmmsg.
33715 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33717         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33718         variable I1 with __attribute__ ((unused)).
33719         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33721 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33723         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33724         DUMMY variables with __attribute__ ((unused)).
33726         * bits/byteswap.h: Include <bits/types.h>.
33727         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33729 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33731         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33732         string_t.  Do not manually set errno.
33733         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33734         length with __strnlen.  Make sure to both set errno and return it on
33735         failure.
33737 2012-11-19  David S. Miller  <davem@davemloft.net>
33739         With help from Joseph Myers.
33740         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33741         very large arguments properly.
33742         * math/libm-test.inc (atan_test): New tests.
33743         (atan2_test): New tests.
33744         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33745         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33747 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33749         [BZ #14856]
33750         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33751         Define to 3.
33753         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33754         [POSIX] (EADDRNOTAVAIL): Likewise.
33755         [POSIX] (EAFNOSUPPORT): Likewise.
33756         [POSIX] (EALREADY): Likewise.
33757         [POSIX] (ECONNABORTED): Likewise.
33758         [POSIX] (ECONNREFUSED): Likewise.
33759         [POSIX] (ECONNRESET): Likewise.
33760         [POSIX] (EDESTADDRREQ): Likewise.
33761         [POSIX] (EDQUOT): Likewise.
33762         [POSIX] (EHOSTUNREACH): Likewise.
33763         [POSIX] (EIDRM): Likewise.
33764         [POSIX] (EISCONN): Likewise.
33765         [POSIX] (ELOOP): Likewise.
33766         [POSIX] (EMULTIHOP): Likewise.
33767         [POSIX] (ENETDOWN): Likewise.
33768         [POSIX] (ENETUNREACH): Likewise.
33769         [POSIX] (ENOBUFS): Likewise.
33770         [POSIX] (ENODATA): Likewise.
33771         [POSIX] (ENOLINK): Likewise.
33772         [POSIX] (ENOMSG): Likewise.
33773         [POSIX] (ENOPROTOOPT): Likewise.
33774         [POSIX] (ENOSR): Likewise.
33775         [POSIX] (ENOSTR): Likewise.
33776         [POSIX] (ENOTCONN): Likewise.
33777         [POSIX] (ENOTSOCK): Likewise.
33778         [POSIX] (EOPNOTSUPP): Likewise.
33779         [POSIX] (EOVERFLOW): Likewise.
33780         [POSIX] (EPROTO): Likewise.
33781         [POSIX] (EPROTONOSUPPORT): Likewise.
33782         [POSIX] (EPROTOTYPE): Likewise.
33783         [POSIX] (ESTALE): Likewise.
33784         [POSIX] (ETIME): Likewise.
33785         [POSIX] (ETXTBSY): Likewise.
33786         [POSIX] (EWOULDBLOCK): Likewise.
33787         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33788         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33789         [POSIX] (SEEK_CUR): Likewise.
33790         [POSIX] (SEEK_END): Likewise.
33791         [POSIX || UNIX98] (mode_t): Do not require.
33792         [POSIX] (off_t): Likewise.
33793         [POSIX] (pid_t): Likewise.
33794         [POSIX] (sys/stat.h): Do not allow header.
33795         [POSIX] (unistd.h): Likewise.
33796         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33797         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33798         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33799         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33800         require.
33801         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33802         sigevent): Specify elements.
33803         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33804         entry.
33805         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33806         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33808         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33809         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33810         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33811         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33812         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33813         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33814         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33815         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33816         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33817         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33818         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33819         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33820         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33821         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33822         Likewise.
33823         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33824         Likewise.
33825         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33826         Likewise.
33827         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33828         Likewise.
33829         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33830         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33831         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33832         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33833         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33834         Specify lower bound on value.
33835         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33836         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33837         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33838         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33839         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33840         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33841         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33842         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33843         value.
33844         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33845         as optional.
33846         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33847         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33848         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33849         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33850         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33851         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33852         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33853         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33854         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33855         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33856         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33857         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33858         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33859         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33860         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33861         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33862         entry.
33863         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33864         optional.
33865         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33866         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33867         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33868         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33869         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33870         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33871         Likewise.
33872         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33873         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33874         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33875         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33876         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33877         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33878         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33879         as optional.
33880         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33881         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33882         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33883         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33884         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33885         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33886         specify as optional.
33887         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33888         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33889         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33890         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33891         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33892         [XPG3] (NL_LANGMAX): Likewise.
33893         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33894         [POSIX || XPG3] (NL_NMAX): Likewise.
33895         [POSIX || XPG3] (NL_SETMAX): Likewise.
33896         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33897         [XPG3] (NZERO): Likewise.
33898         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33899         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33900         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33901         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33902         (REG_ERANGE): Expect.
33903         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33904         optional-constant.
33905         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33906         Use (void) in prototype.
33907         [POSIX] (*_t): Allow.
33908         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33909         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33910         (WRDE_BADVAL): Expect.
33912         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33913         expect.
33914         [XPG3 || XPG4] (O_RSYNC): Likewise.
33915         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33916         Likewise.
33917         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33918         [XPG3 || XPG4] (sigqueue): Likewise.
33919         [XPG3 || XPG4] (sigtimedwait): Likewise.
33920         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33921         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33922         [XPG3 || XPG4] (vsnprintf): Likewise.
33923         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33924         Likewise.
33925         [XPG3 || XPG4] (blksize_t): Likewise.
33926         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33927         Likewise.
33928         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33929         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33930         [XPG3 || XPG4] (struct itimerspec): Likewise.
33931         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33932         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33933         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33934         [XPG3 || XPG4] (clockid_t): Likewise.
33935         [XPG3 || XPG4] (timer_t): Likewise.
33936         [XPG3 || XPG4] (clock_getres): Likewise.
33937         [XPG3 || XPG4] (clock_gettime): Likewise.
33938         [XPG3 || XPG4] (clock_settime): Likewise.
33939         [XPG3 || XPG4] (nanosleep): Likewise.
33940         [XPG3 || XPG4] (timer_create): Likewise.
33941         [XPG3 || XPG4] (timer_delete): Likewise.
33942         [XPG3 || XPG4] (timer_gettime): Likewise.
33943         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33944         [XPG3 || XPG4] (timer_settime): Likewise.
33945         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33946         [XPG3 || XPG4] (getlogin_r): Likewise.
33947         [XPG3 || XPG4] (pread): Likewise.
33948         [XPG3 || XPG4] (pthread_atfork): Likewise.
33949         [XPG3 || XPG4] (pwrite): Likewise.
33951         [BZ #14835]
33952         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33953         <bits/siginfo.h>.
33955 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33957         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33958         finalizing MALLSTREAM.
33960         * sysdeps/mach/hurd/syncfs.c: New file.
33962 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33964         [BZ #14719]
33965         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33966         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33967         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33968         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33969         (_nss_dns_gethostbyname4_r): Likewise.
33970         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33971         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33973 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33975         [BZ #13763]
33976         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33978 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33980         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33981         * elf/cache.c (print_entry): Print ",AArch64" for
33982         FLAG_AARCH64_LIB64
33984         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33985         * elf/cache.c (print_entry): Print ",hard-float" for
33986         FLAG_ARM_LIBHF.
33988 2012-11-18  David S. Miller  <davem@davemloft.net>
33990         With help from Joseph Myers.
33991         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33992         cutoff to 2**-13.
33993         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33994         cutoff to 2**-25.
33995         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33996         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33997         small.
33998         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33999         * math/libm-test.inc (y0_test): New tests.
34000         (y1_test): New tests.
34001         * sysdeps/i386/fpu/libm-test-ulps: Update.
34002         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34003         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34005 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34007         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34008         64-bit targets.
34009         * configure: Regenerated.
34011 2012-11-17  David S. Miller  <davem@davemloft.net>
34013         [BZ #14811]
34014         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34015         nonzero exponents with absolute value below 0x1p-128 to +/-
34016         0x1p-128.
34018 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34020         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34022         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34024         * posix/getconf-speclist.c: New file.
34025         * posix/posix-envs.def: Likewise.
34026         * posix/confstr.c (START_ENV_GROUP): New macro.
34027         (END_ENV_GROUP): Likewise.
34028         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34029         (KNOWN_PRESENT_ENV_STRING): Likewise.
34030         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34031         (UNKNOWN_ENVIRONMENT): Likewise.
34032         (confstr): Include posix-envs.def instead of handling
34033         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34034         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34035         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34036         (END_ENV_GROUP): Likewise.
34037         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34038         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34039         (UNKNOWN_ENVIRONMENT): Likewise.
34040         (__sysconf): Include posix-envs.def instead of handling associated
34041         cases directly here.
34042         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34043         preprocessing getconf-speclist.c rather than running getconf or
34044         generating empty file.
34046 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34048         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34050 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34052         [BZ #14672]
34053         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34055 2012-11-16  David S. Miller  <davem@davemloft.net>
34057         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34058         smaller than LDBL_EPSILON/2.0L, just return xm1.
34060 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34062         * elf/tst-array1.c (init): Set constructor priority to 1000.
34063         (fini): Set destructor priority to 1000.
34064         * elf/tst-array2dep.c: Likewise.
34066 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34068         [BZ #11741]
34069         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34070         (_IO_new_file_xsputn): Also return EOF if none of the input
34071         data was written when overflow failed.
34072         * libio/iopadn.c (_IO_padn): Likewise.
34073         * libio/iowpadn.c (_IO_wpadn): Likewise.
34074         * stdio-common/tst-put-error.c: Add copyright notice.
34075         (do_test): Add case for printing padded string.
34076         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34077         _IO_padn returned error.
34078         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34079         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34080         return EOF.
34082 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34084         * libio/libioP.h: Add comment note that the references to C++
34085         bits are now obsolete.
34087 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34089         * math/libm-test.inc (check_complex): Use asprintf.
34091 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34093         * debug/pcprofiledump.c (print_version): Update copyright year.
34094         * malloc/memusagestat.c (print_version): Likewise.
34096 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34098         [BZ #14831]
34099         * elf/Makefile (tests): Add tst-audit8.
34100         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34101         ($(objpfx)tst-audit8.out): New target.
34102         (tst-audit8-ENV): New variable.
34103         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34104         audit if l_reloc_result is NULL.
34105         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34106         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34107         * elf/tst-audit8.c: New file.
34109 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34111         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34112         * misc/Makefile (CFLAGS-select.c): Define.
34113         * posix/Makefile (CFLAGS-pause.c): Define.
34115 2012-11-13  David S. Miller  <davem@davemloft.net>
34117         * crypt/Makefile: Move test targets after toplevel Rules
34118         inclusion.  Grab any necessary sysdep routines when linking.
34119         * crypt/md5.c (md5_process_block): Remove define, we will always
34120         name it __md5_process_block.
34121         (md5_finish_ctx): Update md5_process_block call.
34122         (md5_stream): Likewise.
34123         (md5_process_bytes): Likewise.
34124         (md5_process_block): Rename to __md5_process_block and move to ...
34125         * crypt/md5-block.c: ... here.
34126         * crypt/sha256.c (sha256_process_block): Move to ...
34127         * crypt/sha256-block.c: ... here.
34128         * crypt/sha512.c (sha512_process_block): Move to ...
34129         * crypt/sha512-block.c: ... here.
34130         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34131         path.
34132         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34133         * sysdeps/sparc/sparc64/multiarch/Makefile
34134         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34135         crypt subdir.
34136         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34137         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34138         multiarch changes.
34139         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34140         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34141         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34142         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34143         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34144         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34145         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34146         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34147         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34148         file.
34149         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34150         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34151         file.
34152         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34154 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34156         * timezone/tzselect.ksh: Update from tzcode git revision
34157         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34158         * timezone/zdump.c: Likewise.
34159         * timezone/zic.c: Likewise.
34160         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34161         in TZVERSION setting, not $(PKGVERSION).
34162         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34163         REPORT_BUGS_TO settings.
34165         [BZ #14838]
34166         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34167         macro.
34169 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34171         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34172         detection to immediately after _FP_ROUND().
34173         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34174         bits are 0.
34176 2012-11-11  David S. Miller  <davem@davemloft.net>
34178         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34179         inttypes.h
34180         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34181         __close rather than their public counterparts.
34183 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34185         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34186         file.
34187         [UNIX98] (sem_timedwait): Do not expect.
34188         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34189         [XPG4 || UNIX98] (sockatmark): Do not expect.
34190         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34191         (clock_getcpuclockid): Do not expect.
34192         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34193         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34194         Do not expect.
34195         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34196         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34197         [UNIX98] (vwscanf): Likewise.
34198         [UNIX98] (vswscanf): Likewise.
34200 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34202         * timezone/version.h: Remove file.
34203         * timezone/README: Do not refer to version.h.
34204         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34205         $(objpfx)version.h.
34206         ($(objpfx)zdump.o): Likewise.
34207         ($(objpfx)version.h): New target.
34209         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34210         2012i.
34211         * timezone/README: Don't mention modification to tzselect.ksh.
34212         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34213         work on unmodified tzselect.ksh.  Substitute version numbers in
34214         tzselect.ksh.
34216         * Makefile (format-me): Remove.
34217         (INSTALL): Adjust indentation.  Use commands directly instead of
34218         using $(format-me).
34220         * aclocal.m4 (ACX_PKGVERSION): New macro.
34221         (ACX_BUGURL): Likewise.
34222         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34223         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34224         (REPORT_BUGS_TO): Likewise.
34225         * configure: Regenerated.
34226         * config.h.in (PKGVERSION): New macro.
34227         (REPORT_BUGS_TO): Likewise.
34228         * config.make.in (PKGVERSION): New variable.
34229         (PKGVERSION_TEXI): Likewise.
34230         (REPORT_BUGS_TO): Likewise.
34231         (REPORT_BUGS_TEXI): Likewise.
34232         * Makefile (format-me): Use -I$(common-objpfx)manual.
34233         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34234         ($(common-objpfx)manual/%): New target.
34235         (manual/%): Remove target.
34236         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34237         (print_version): Use PKGVERSION.
34238         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34239         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34240         and REPORT_BUGS_TO.
34241         ($(objpfx)xtrace): Likewise.
34242         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34243         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34244         (print_version): Use PKGVERSION.
34245         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34246         (do_version): Use PKGVERSION.
34247         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34248         REPORT_BUGS_TO.
34249         (common-ldd-rewrite): Likewise.
34250         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34251         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34252         (print_version): Use PKGVERSION.
34253         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34254         * elf/pldd.c (argp_program_bug_address): Remove variable.
34255         (more_help): New function.
34256         (argp): Use more_help.
34257         (print_version): Use PKGVERSION.
34258         * elf/sln.c (main): Use PKGVERSION.
34259         (usage): Use REPORT_BUGS_TO.
34260         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34261         (top level): Use PKGVERSION.
34262         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34263         (print_version): Use PKGVERSION.
34264         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34265         (print_version): Use PKGVERSION.
34266         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34267         (print_version): Use PKGVERSION.
34268         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34269         (print_version): Use PKGVERSION.
34270         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34271         (print_version): Use PKGVERSION.
34272         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34273         (print_version): Use PKGVERSION.
34274         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34275         and BUGURL.
34276         ($(objpfx)memusage): Likewise.
34277         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34278         (do_version): Use PKGVERSION.
34279         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34280         (print_version): Use PKGVERSION.
34281         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34282         ($PKGVERSION): New variable.
34283         ($REPORT_BUGS_TO): Likewise.
34284         (usage): Use $REPORT_BUGS_TO.
34285         (top level): Use $PKGVERSION.
34286         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34287         ($(objpfx)pkgvers.texi): New rule.
34288         ($(objpfx)stamp-pkgvers): Likewise.
34289         * manual/install.texi: Include pkgvers.texi.
34290         (--with-pkgversion): Document new configure option.
34291         (--with-bugurl): Likewise.
34292         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34293         than necessarily for this particular distribution.  Use
34294         REPORT_BUGS_TO for where to report bugs.
34295         * INSTALL: Regenerated.
34296         * manual/libc.texinfo: Include pkgvers.texi.
34297         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34298         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34299         (print_version): Use PKGVERSION.
34300         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34301         (print_version): Use PKGVERSION.
34302         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34303         (print_version): Use PKGVERSION.
34304         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34305         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34306         macro.
34307         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34308         (print_version): Use PKGVERSION.
34309         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34310         (print_version): Use PKGVERSION.
34311         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34312         and PKGVERSION.
34314         * timezone/checktab.awk: Update from tzcode 2012i.
34315         * timezone/ialloc.c: Likewise.
34316         * timezone/private.h: Likewise.
34317         * timezone/scheck.c: Likewise.
34318         * timezone/tzfile.h: Likewise.
34319         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34320         (TZVERSION): Hardcode tzcode version number.
34321         * timezone/zdump.c: Update from tzcode 2012i.
34322         * timezone/zic.c: Likewise.
34323         * timezone/version.h: New file.
34324         * timezone/README: Describe version.h.  Update upstream location.
34326         [BZ #14824]
34327         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34328         (mktemp): Enable declaration.
34329         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34330         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34331         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34332         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34333         Likewise.
34334         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34335         Likewise.
34336         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34337         Likewise.
34338         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34339         Likewise.
34340         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34341         Likewise.
34342         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34343         Likewise.
34345         [BZ #14821]
34346         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34347         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34348         for copies of such integer values.
34349         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34350         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34352 2012-11-09  Andreas Jaeger  <aj@suse.de>
34354         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34355         definitions and declarations that are provided by
34356         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34358 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34360         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34361         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34362         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34363         definition.
34365 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34367         * elf/elf.h: Update comment before AArch64 relocations.
34369 2012-11-07  David S. Miller  <davem@davemloft.net>
34371         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34372         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34373         (__start_context): Declare.
34374         (__makecontext_ret): Delete.
34375         (__makecontext): Hook up __start_context instead of
34376         __makecontext_ret.
34377         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34378         (sysdep_routines): Add __start_context when in stdlib.
34380 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34382         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34383         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34384         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34385         hardcoded "nm".
34386         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34387         (READELF): New variable.  Use it instead of hardcoded "readelf".
34389 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34391         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34392         * sysdeps/x86/Makefile: Here.
34393         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34394         * sysdeps/x86/tst-xmmymm.sh: This.
34396 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34398         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34399         expectations.
34400         [UNIX98] (pthread_barrier_t): Do not expect.
34401         [UNIX98] (pthread_barrierattr_t): Likewise.
34402         [UNIX98] (pthread_spinlock_t): Likewise.
34403         [UNIX98] (pthread_barrier_destroy): Likewise.
34404         [UNIX98] (pthread_barrier_init): Likewise.
34405         [UNIX98] (pthread_barrier_wait): Likewise.
34406         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34407         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34408         [UNIX98] (pthread_barrierattr_init): Likewise.
34409         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34410         [UNIX98] (pthread_getcpuclockid): Likewise.
34411         [UNIX98] (pthread_mutex_timedlock): Likewise.
34412         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34413         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34414         [UNIX98] (pthread_sigmask): Likewise.
34415         [UNIX98] (pthread_spin_destroy): Likewise.
34416         [UNIX98] (pthread_spin_init): Likewise.
34417         [UNIX98] (pthread_spin_lock): Likewise.
34418         [UNIX98] (pthread_spin_trylock): Likewise.
34419         [UNIX98] (pthread_spin_unlock): Likewise.
34420         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34421         Do not expect.
34422         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34423         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34424         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34425         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34426         [XPG3 || XPG4] (pthread_key_t): Likewise.
34427         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34428         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34429         [XPG3 || XPG4] (pthread_once_t): Likewise.
34430         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34431         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34432         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34433         [XPG3 || XPG4] (pthread_t): Likewise.
34435         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34436         not expect.
34437         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34439         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34440         Change function return type to int.
34442         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34443         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34444         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34445         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34446         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34447         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34448         [!POSIX] (posix_madvise): Likewise.
34449         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34450         && !UNIX98].
34451         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34452         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34453         (mode_t): Likewise.
34454         (posix_mem_offset): Likewise.
34455         (posix_typed_mem_get_info): Likewise.
34456         (posix_typed_mem_open): Likewise.
34458         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34459         Change condition to [XOPEN2K8].
34461         * conform/conformtest.pl: Preprocess allow-header data with -x c
34462         instead of from stdin.
34463         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34464         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34465         [C99-based standards] (cerfc): Likewise.
34466         [C99-based standards] (cexp2): Likewise.
34467         [C99-based standards] (cexpm1): Likewise.
34468         [C99-based standards] (clog10): Likewise.
34469         [C99-based standards] (clog1p): Likewise.
34470         [C99-based standards] (clog2): Likewise.
34471         [C99-based standards] (clgamma): Likewise.
34472         [C99-based standards] (ctgamma): Likewise.
34473         [C99-based standards] (cerff): Likewise.
34474         [C99-based standards] (cerfcf): Likewise.
34475         [C99-based standards] (cexp2f): Likewise.
34476         [C99-based standards] (cexpm1f): Likewise.
34477         [C99-based standards] (clog10f): Likewise.
34478         [C99-based standards] (clog1pf): Likewise.
34479         [C99-based standards] (clog2f): Likewise.
34480         [C99-based standards] (clgammaf): Likewise.
34481         [C99-based standards] (ctgammaf): Likewise.
34482         [C99-based standards] (cerfl): Likewise.
34483         [C99-based standards] (cerfcl): Likewise.
34484         [C99-based standards] (cexp2l): Likewise.
34485         [C99-based standards] (cexpm1l): Likewise.
34486         [C99-based standards] (clog10l): Likewise.
34487         [C99-based standards] (clog1pl): Likewise.
34488         [C99-based standards] (clog2l): Likewise.
34489         [C99-based standards] (clgammal): Likewise.
34490         [C99-based standards] (ctgammal): Likewise.
34491         * conform/data/inttypes.h-data [C99-based standards]: Include
34492         stdint.h-data.  Remove all expectations for stdint.h contents.
34493         [C99-based standards] (PRI*): Do not allow.
34494         [C99-based standards] (SCN*): Likewise.
34495         [C99-based standards] (*_t): Likewise.
34496         [C99-based-standards] (PRId8): Expect macro.
34497         [C99-based-standards] (PRIi8): Likewise.
34498         [C99-based-standards] (PRIo8): Likewise.
34499         [C99-based-standards] (PRIu8): Likewise.
34500         [C99-based-standards] (PRIx8): Likewise.
34501         [C99-based-standards] (PRIX8): Likewise.
34502         [C99-based-standards] (SCNd8): Likewise.
34503         [C99-based-standards] (SCNi8): Likewise.
34504         [C99-based-standards] (SCNo8): Likewise.
34505         [C99-based-standards] (SCNu8): Likewise.
34506         [C99-based-standards] (SCNx8): Likewise.
34507         [C99-based-standards] (PRIdLEAST8): Likewise.
34508         [C99-based-standards] (PRIiLEAST8): Likewise.
34509         [C99-based-standards] (PRIoLEAST8): Likewise.
34510         [C99-based-standards] (PRIuLEAST8): Likewise.
34511         [C99-based-standards] (PRIxLEAST8): Likewise.
34512         [C99-based-standards] (PRIXLEAST8): Likewise.
34513         [C99-based-standards] (SCNdLEAST8): Likewise.
34514         [C99-based-standards] (SCNiLEAST8): Likewise.
34515         [C99-based-standards] (SCNoLEAST8): Likewise.
34516         [C99-based-standards] (SCNuLEAST8): Likewise.
34517         [C99-based-standards] (SCNxLEAST8): Likewise.
34518         [C99-based-standards] (PRIdFAST8): Likewise.
34519         [C99-based-standards] (PRIiFAST8): Likewise.
34520         [C99-based-standards] (PRIoFAST8): Likewise.
34521         [C99-based-standards] (PRIuFAST8): Likewise.
34522         [C99-based-standards] (PRIxFAST8): Likewise.
34523         [C99-based-standards] (PRIXFAST8): Likewise.
34524         [C99-based-standards] (SCNdFAST8): Likewise.
34525         [C99-based-standards] (SCNiFAST8): Likewise.
34526         [C99-based-standards] (SCNoFAST8): Likewise.
34527         [C99-based-standards] (SCNuFAST8): Likewise.
34528         [C99-based-standards] (SCNxFAST8): Likewise.
34529         [C99-based-standards] (PRId16): Likewise.
34530         [C99-based-standards] (PRIi16): Likewise.
34531         [C99-based-standards] (PRIo16): Likewise.
34532         [C99-based-standards] (PRIu16): Likewise.
34533         [C99-based-standards] (PRIx16): Likewise.
34534         [C99-based-standards] (PRIX16): Likewise.
34535         [C99-based-standards] (SCNd16): Likewise.
34536         [C99-based-standards] (SCNi16): Likewise.
34537         [C99-based-standards] (SCNo16): Likewise.
34538         [C99-based-standards] (SCNu16): Likewise.
34539         [C99-based-standards] (SCNx16): Likewise.
34540         [C99-based-standards] (PRIdLEAST16): Likewise.
34541         [C99-based-standards] (PRIiLEAST16): Likewise.
34542         [C99-based-standards] (PRIoLEAST16): Likewise.
34543         [C99-based-standards] (PRIuLEAST16): Likewise.
34544         [C99-based-standards] (PRIxLEAST16): Likewise.
34545         [C99-based-standards] (PRIXLEAST16): Likewise.
34546         [C99-based-standards] (SCNdLEAST16): Likewise.
34547         [C99-based-standards] (SCNiLEAST16): Likewise.
34548         [C99-based-standards] (SCNoLEAST16): Likewise.
34549         [C99-based-standards] (SCNuLEAST16): Likewise.
34550         [C99-based-standards] (SCNxLEAST16): Likewise.
34551         [C99-based-standards] (PRIdFAST16): Likewise.
34552         [C99-based-standards] (PRIiFAST16): Likewise.
34553         [C99-based-standards] (PRIoFAST16): Likewise.
34554         [C99-based-standards] (PRIuFAST16): Likewise.
34555         [C99-based-standards] (PRIxFAST16): Likewise.
34556         [C99-based-standards] (PRIXFAST16): Likewise.
34557         [C99-based-standards] (SCNdFAST16): Likewise.
34558         [C99-based-standards] (SCNiFAST16): Likewise.
34559         [C99-based-standards] (SCNoFAST16): Likewise.
34560         [C99-based-standards] (SCNuFAST16): Likewise.
34561         [C99-based-standards] (SCNxFAST16): Likewise.
34562         [C99-based-standards] (PRId32): Likewise.
34563         [C99-based-standards] (PRIi32): Likewise.
34564         [C99-based-standards] (PRIo32): Likewise.
34565         [C99-based-standards] (PRIu32): Likewise.
34566         [C99-based-standards] (PRIx32): Likewise.
34567         [C99-based-standards] (PRIX32): Likewise.
34568         [C99-based-standards] (SCNd32): Likewise.
34569         [C99-based-standards] (SCNi32): Likewise.
34570         [C99-based-standards] (SCNo32): Likewise.
34571         [C99-based-standards] (SCNu32): Likewise.
34572         [C99-based-standards] (SCNx32): Likewise.
34573         [C99-based-standards] (PRIdLEAST32): Likewise.
34574         [C99-based-standards] (PRIiLEAST32): Likewise.
34575         [C99-based-standards] (PRIoLEAST32): Likewise.
34576         [C99-based-standards] (PRIuLEAST32): Likewise.
34577         [C99-based-standards] (PRIxLEAST32): Likewise.
34578         [C99-based-standards] (PRIXLEAST32): Likewise.
34579         [C99-based-standards] (SCNdLEAST32): Likewise.
34580         [C99-based-standards] (SCNiLEAST32): Likewise.
34581         [C99-based-standards] (SCNoLEAST32): Likewise.
34582         [C99-based-standards] (SCNuLEAST32): Likewise.
34583         [C99-based-standards] (SCNxLEAST32): Likewise.
34584         [C99-based-standards] (PRIdFAST32): Likewise.
34585         [C99-based-standards] (PRIiFAST32): Likewise.
34586         [C99-based-standards] (PRIoFAST32): Likewise.
34587         [C99-based-standards] (PRIuFAST32): Likewise.
34588         [C99-based-standards] (PRIxFAST32): Likewise.
34589         [C99-based-standards] (PRIXFAST32): Likewise.
34590         [C99-based-standards] (SCNdFAST32): Likewise.
34591         [C99-based-standards] (SCNiFAST32): Likewise.
34592         [C99-based-standards] (SCNoFAST32): Likewise.
34593         [C99-based-standards] (SCNuFAST32): Likewise.
34594         [C99-based-standards] (SCNxFAST32): Likewise.
34595         [C99-based-standards] (PRId64): Likewise.
34596         [C99-based-standards] (PRIi64): Likewise.
34597         [C99-based-standards] (PRIo64): Likewise.
34598         [C99-based-standards] (PRIu64): Likewise.
34599         [C99-based-standards] (PRIx64): Likewise.
34600         [C99-based-standards] (PRIX64): Likewise.
34601         [C99-based-standards] (SCNd64): Likewise.
34602         [C99-based-standards] (SCNi64): Likewise.
34603         [C99-based-standards] (SCNo64): Likewise.
34604         [C99-based-standards] (SCNu64): Likewise.
34605         [C99-based-standards] (SCNx64): Likewise.
34606         [C99-based-standards] (PRIdLEAST64): Likewise.
34607         [C99-based-standards] (PRIiLEAST64): Likewise.
34608         [C99-based-standards] (PRIoLEAST64): Likewise.
34609         [C99-based-standards] (PRIuLEAST64): Likewise.
34610         [C99-based-standards] (PRIxLEAST64): Likewise.
34611         [C99-based-standards] (PRIXLEAST64): Likewise.
34612         [C99-based-standards] (SCNdLEAST64): Likewise.
34613         [C99-based-standards] (SCNiLEAST64): Likewise.
34614         [C99-based-standards] (SCNoLEAST64): Likewise.
34615         [C99-based-standards] (SCNuLEAST64): Likewise.
34616         [C99-based-standards] (SCNxLEAST64): Likewise.
34617         [C99-based-standards] (PRIdFAST64): Likewise.
34618         [C99-based-standards] (PRIiFAST64): Likewise.
34619         [C99-based-standards] (PRIoFAST64): Likewise.
34620         [C99-based-standards] (PRIuFAST64): Likewise.
34621         [C99-based-standards] (PRIxFAST64): Likewise.
34622         [C99-based-standards] (PRIXFAST64): Likewise.
34623         [C99-based-standards] (SCNdFAST64): Likewise.
34624         [C99-based-standards] (SCNiFAST64): Likewise.
34625         [C99-based-standards] (SCNoFAST64): Likewise.
34626         [C99-based-standards] (SCNuFAST64): Likewise.
34627         [C99-based-standards] (SCNxFAST64): Likewise.
34628         [C99-based-standards] (PRIdMAX): Likewise.
34629         [C99-based-standards] (PRIiMAX): Likewise.
34630         [C99-based-standards] (PRIoMAX): Likewise.
34631         [C99-based-standards] (PRIuMAX): Likewise.
34632         [C99-based-standards] (PRIxMAX): Likewise.
34633         [C99-based-standards] (PRIXMAX): Likewise.
34634         [C99-based-standards] (SCNdMAX): Likewise.
34635         [C99-based-standards] (SCNiMAX): Likewise.
34636         [C99-based-standards] (SCNoMAX): Likewise.
34637         [C99-based-standards] (SCNuMAX): Likewise.
34638         [C99-based-standards] (SCNxMAX): Likewise.
34639         [C99-based-standards] (PRIdPTR): Likewise.
34640         [C99-based-standards] (PRIiPTR): Likewise.
34641         [C99-based-standards] (PRIoPTR): Likewise.
34642         [C99-based-standards] (PRIuPTR): Likewise.
34643         [C99-based-standards] (PRIxPTR): Likewise.
34644         [C99-based-standards] (PRIXPTR): Likewise.
34645         [C99-based-standards] (SCNdPTR): Likewise.
34646         [C99-based-standards] (SCNiPTR): Likewise.
34647         [C99-based-standards] (SCNoPTR): Likewise.
34648         [C99-based-standards] (SCNuPTR): Likewise.
34649         [C99-based-standards] (SCNxPTR): Likewise.
34650         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34651         allow.
34652         * conform/data/stdint.h-data: Update comments to clarify
34653         requirements.
34654         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34655         type.
34656         [C99-based standards] (INT8_MAX): Likewise.
34657         [C99-based standards] (INT16_MIN): Likewise.
34658         [C99-based standards] (INT16_MAX): Likewise.
34659         [C99-based standards] (INT32_MIN): Likewise.
34660         [C99-based standards] (INT32_MAX): Likewise.
34661         [C99-based standards] (INT64_MIN): Likewise.
34662         [C99-based standards] (INT64_MAX): Likewise.
34663         [C99-based standards] (UINT8_MAX): Likewise.
34664         [C99-based standards] (UINT16_MAX): Likewise.
34665         [C99-based standards] (UINT32_MAX): Likewise.
34666         [C99-based standards] (UINT64_MAX): Likewise.
34667         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34668         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34669         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34670         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34671         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34672         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34673         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34674         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34675         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34676         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34677         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34678         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34679         [C99-based standards] (INT_FAST8_MIN): Likewise.
34680         [C99-based standards] (INT_FAST8_MAX): Likewise.
34681         [C99-based standards] (INT_FAST16_MIN): Likewise.
34682         [C99-based standards] (INT_FAST16_MAX): Likewise.
34683         [C99-based standards] (INT_FAST32_MIN): Likewise.
34684         [C99-based standards] (INT_FAST32_MAX): Likewise.
34685         [C99-based standards] (INT_FAST64_MIN): Likewise.
34686         [C99-based standards] (INT_FAST64_MAX): Likewise.
34687         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34688         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34689         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34690         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34691         [C99-based standards] (INTPTR_MIN): Likewise.
34692         [C99-based standards] (INTPTR_MAX): Likewise.
34693         [C99-based standards] (UINTPTR_MAX): Likewise.
34694         [C99-based standards] (INTMAX_MIN): Likewise.
34695         [C99-based standards] (INTMAX_MAX): Likewise.
34696         [C99-based standards] (UINTMAX_MAX): Likewise.
34697         [C99-based standards] (PTRDIFF_MIN): Likewise.
34698         [C99-based standards] (PTRDIFF_MAX): Likewise.
34699         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34700         [C99-based standards] (SIZE_MAX): Likewise.
34701         [C99-based standards] (WCHAR_MAX): Likewise.
34702         [C99-based standards] (WINT_MAX): Likewise.
34703         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34704         constraint on value.
34705         [C99-based standards] (WCHAR_MIN): Likewise.
34706         [C99-based standards] (WINT_MIN): Likewise.
34707         [C99-based standards] (*_t): Allow.
34708         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34709         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34710         Include math.h-data and complex.h-data.  Remove all expectations
34711         of math.h and complex.h contents.
34712         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34713         at end of line.
34714         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34715         (struct tm): Expect tag.
34716         [C99-based-standards] (wcstof): Expect function.
34717         [C99-based-standards] (wcstold): Likewise.
34718         [C99-based-standards] (wcstoll): Likewise.
34719         [C99-based-standards] (wcstoull): Likewise.
34720         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34721         macro-int-constant.  Specify type.
34722         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34723         constraint on value.
34724         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34725         Specify type.
34726         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34727         Specify value.
34728         [ISO C standards]: Do not allow headers.
34729         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34730         wcs[abcdefghijklmnopqrstuvwxyz]*.
34731         [ISO C standards] (*_t): Do not allow.
34732         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34733         Expect function.
34734         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34735         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34736         Specify type.
34737         [ISO C standards]: Do not allow headers.
34738         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34739         is[abcdefghijklmnopqrstuvwxyz]*.
34740         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34741         to[abcdefghijklmnopqrstuvwxyz]*.
34742         [ISO C standards] (*_t): Do not allow.
34743         * conform/data/stdalign.h-data: New file.
34744         * conform/data/stdbool.h-data: Likewise.
34745         * conform/data/stdnoreturn.h-data: Likewise.
34747 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34749         [BZ #14815]
34750         * manual/filesys.texi (Directory Entries): Typo fix.
34751         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34753 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34755         * elf/elf.h (EM_AARCH64): New macro.
34756         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34757         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34758         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34759         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34760         (R_AARCH64_TLSDESC): Likewise.
34761         (NT_ARM_TLS): Likewise.
34762         (NT_ARM_HW_BREAK): Likewise.
34763         (NT_ARM_HW_WATCH): Likewise.
34765 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34767         [BZ #14811]
34768         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34769         (__ieee754_powl): Saturate nonzero exponents with absolute value
34770         below 0x1p-79 to +/- 0x1p-79.
34771         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34772         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34773         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34774         nonzero exponents with absolute value below 0x1p-32 to +/-
34775         0x1p-32.
34776         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34777         (__ieee754_powl): Saturate nonzero exponents with absolute value
34778         below 0x1p-79 to +/- 0x1p-79.
34779         * math/libm-test.inc (pow_test): Add more tests.
34781 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34783         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34784         _dl_s390_cap_flags with kernel. Increase string length.
34785         (_dl_s390_platforms): Add z196 and zEC12.
34787 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34789         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34790         Change XOPEN21K to XOPEN2K.
34792 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34794         * string/memmove.c: Use memcpy when possible.
34796 2012-11-06  Andreas Jaeger  <aj@suse.de>
34798         * po/eo.po: Update from translation team.
34800 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34802         [BZ #14793]
34803         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34804         exponent and small x and y exponents, scale x or y up.  Increase
34805         by 2 the exponent used in scaling up.
34806         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34807         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34808         * math/libm-test.inc (fma_test): Add more tests.
34809         (fma_test_towardzero): Likewise.
34810         (fma_test_downward): Likewise.
34811         (fma_test_upward): Likewise.
34813 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34815         [BZ #14805]
34816         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34817         fenv_t *.
34819         [BZ #14801]
34820         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34821         namespace for names of struct fields.
34822         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34823         fenv_t fields.
34824         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34825         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34827 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34829         [BZ #3665]
34830         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34832 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34834         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34835         PTR_DEMANGLE.
34837         [BZ #5246]
34838         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34839         PTR_DEMANGLE.
34841 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34843         [BZ #14797]
34844         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34845         definitely overflow as x * y not x * y + z.
34846         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34847         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34848         * math/libm-test.inc (fma_test): Add more tests.
34849         (fma_test_towardzero): Likewise.
34850         (fma_test_downward): Likewise.
34851         (fma_test_upward): Likewise.
34853 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34855         [BZ #157]
34857         * include/stub-tag.h: Remove file.
34858         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34859         '#include' of it.
34860         * manual/maint.texi (Porting): Don't reference it.
34861         * Makerules ($(objpfx)stubs): Likewise.
34862         * dirent/closedir.c: Don't include <stub-tag.h>.
34863         * dirent/dirfd.c: Likewise.
34864         * dirent/fdopendir.c: Likewise.
34865         * dirent/getdents.c: Likewise.
34866         * dirent/getdents64.c: Likewise.
34867         * dirent/opendir.c: Likewise.
34868         * dirent/readdir.c: Likewise.
34869         * dirent/readdir64.c: Likewise.
34870         * dirent/readdir64_r.c: Likewise.
34871         * dirent/readdir_r.c: Likewise.
34872         * dirent/rewinddir.c: Likewise.
34873         * dirent/seekdir.c: Likewise.
34874         * dirent/telldir.c: Likewise.
34875         * gmon/profil.c: Likewise.
34876         * grp/setgroups.c: Likewise.
34877         * inet/if_index.c: Likewise.
34878         * io/access.c: Likewise.
34879         * io/chdir.c: Likewise.
34880         * io/chmod.c: Likewise.
34881         * io/chown.c: Likewise.
34882         * io/close.c: Likewise.
34883         * io/dup.c: Likewise.
34884         * io/dup2.c: Likewise.
34885         * io/dup3.c: Likewise.
34886         * io/euidaccess.c: Likewise.
34887         * io/faccessat.c: Likewise.
34888         * io/fchdir.c: Likewise.
34889         * io/fchmod.c: Likewise.
34890         * io/fchmodat.c: Likewise.
34891         * io/fchown.c: Likewise.
34892         * io/fchownat.c: Likewise.
34893         * io/fcntl.c: Likewise.
34894         * io/flock.c: Likewise.
34895         * io/fstatfs.c: Likewise.
34896         * io/fstatfs64.c: Likewise.
34897         * io/fstatvfs.c: Likewise.
34898         * io/fstatvfs64.c: Likewise.
34899         * io/futimens.c: Likewise.
34900         * io/fxstat.c: Likewise.
34901         * io/fxstat64.c: Likewise.
34902         * io/fxstatat.c: Likewise.
34903         * io/fxstatat64.c: Likewise.
34904         * io/getcwd.c: Likewise.
34905         * io/isatty.c: Likewise.
34906         * io/lchmod.c: Likewise.
34907         * io/lchown.c: Likewise.
34908         * io/link.c: Likewise.
34909         * io/linkat.c: Likewise.
34910         * io/lseek.c: Likewise.
34911         * io/lseek64.c: Likewise.
34912         * io/lxstat64.c: Likewise.
34913         * io/mkdir.c: Likewise.
34914         * io/mkdirat.c: Likewise.
34915         * io/mkfifo.c: Likewise.
34916         * io/mkfifoat.c: Likewise.
34917         * io/open.c: Likewise.
34918         * io/open64.c: Likewise.
34919         * io/openat.c: Likewise.
34920         * io/openat64.c: Likewise.
34921         * io/pipe.c: Likewise.
34922         * io/pipe2.c: Likewise.
34923         * io/poll.c: Likewise.
34924         * io/posix_fadvise.c: Likewise.
34925         * io/posix_fadvise64.c: Likewise.
34926         * io/posix_fallocate.c: Likewise.
34927         * io/posix_fallocate64.c: Likewise.
34928         * io/read.c: Likewise.
34929         * io/readlink.c: Likewise.
34930         * io/readlinkat.c: Likewise.
34931         * io/rmdir.c: Likewise.
34932         * io/sendfile.c: Likewise.
34933         * io/sendfile64.c: Likewise.
34934         * io/statfs.c: Likewise.
34935         * io/statfs64.c: Likewise.
34936         * io/statvfs.c: Likewise.
34937         * io/statvfs64.c: Likewise.
34938         * io/symlink.c: Likewise.
34939         * io/symlinkat.c: Likewise.
34940         * io/ttyname.c: Likewise.
34941         * io/ttyname_r.c: Likewise.
34942         * io/umask.c: Likewise.
34943         * io/unlink.c: Likewise.
34944         * io/unlinkat.c: Likewise.
34945         * io/utime.c: Likewise.
34946         * io/utimensat.c: Likewise.
34947         * io/write.c: Likewise.
34948         * io/xmknod.c: Likewise.
34949         * io/xmknodat.c: Likewise.
34950         * io/xstat.c: Likewise.
34951         * io/xstat64.c: Likewise.
34952         * login/getpt.c: Likewise.
34953         * login/grantpt.c: Likewise.
34954         * login/unlockpt.c: Likewise.
34955         * math/e_acoshl.c: Likewise.
34956         * math/e_acosl.c: Likewise.
34957         * math/e_asinl.c: Likewise.
34958         * math/e_atan2l.c: Likewise.
34959         * math/e_atanhl.c: Likewise.
34960         * math/e_coshl.c: Likewise.
34961         * math/e_expl.c: Likewise.
34962         * math/e_fmodl.c: Likewise.
34963         * math/e_gammal_r.c: Likewise.
34964         * math/e_hypotl.c: Likewise.
34965         * math/e_j0l.c: Likewise.
34966         * math/e_j1l.c: Likewise.
34967         * math/e_jnl.c: Likewise.
34968         * math/e_lgammal_r.c: Likewise.
34969         * math/e_log10l.c: Likewise.
34970         * math/e_log2l.c: Likewise.
34971         * math/e_logl.c: Likewise.
34972         * math/e_powl.c: Likewise.
34973         * math/e_rem_pio2l.c: Likewise.
34974         * math/e_sinhl.c: Likewise.
34975         * math/e_sqrtl.c: Likewise.
34976         * math/fclrexcpt.c: Likewise.
34977         * math/fedisblxcpt.c: Likewise.
34978         * math/feenablxcpt.c: Likewise.
34979         * math/fegetenv.c: Likewise.
34980         * math/fegetexcept.c: Likewise.
34981         * math/fegetround.c: Likewise.
34982         * math/feholdexcpt.c: Likewise.
34983         * math/fesetenv.c: Likewise.
34984         * math/fesetround.c: Likewise.
34985         * math/feupdateenv.c: Likewise.
34986         * math/fgetexcptflg.c: Likewise.
34987         * math/fraiseexcpt.c: Likewise.
34988         * math/fsetexcptflg.c: Likewise.
34989         * math/ftestexcept.c: Likewise.
34990         * math/k_cosl.c: Likewise.
34991         * math/k_rem_pio2l.c: Likewise.
34992         * math/k_sinl.c: Likewise.
34993         * math/k_tanl.c: Likewise.
34994         * math/s_asinhl.c: Likewise.
34995         * math/s_atanl.c: Likewise.
34996         * math/s_cbrtl.c: Likewise.
34997         * math/s_erfl.c: Likewise.
34998         * math/s_expm1l.c: Likewise.
34999         * math/s_log1pl.c: Likewise.
35000         * math/s_tanhl.c: Likewise.
35001         * misc/acct.c: Likewise.
35002         * misc/brk.c: Likewise.
35003         * misc/chflags.c: Likewise.
35004         * misc/chroot.c: Likewise.
35005         * misc/fchflags.c: Likewise.
35006         * misc/fgetxattr.c: Likewise.
35007         * misc/flistxattr.c: Likewise.
35008         * misc/fremovexattr.c: Likewise.
35009         * misc/fsetxattr.c: Likewise.
35010         * misc/fsync.c: Likewise.
35011         * misc/ftruncate.c: Likewise.
35012         * misc/futimes.c: Likewise.
35013         * misc/futimesat.c: Likewise.
35014         * misc/getdomain.c: Likewise.
35015         * misc/getdtsz.c: Likewise.
35016         * misc/gethostid.c: Likewise.
35017         * misc/gethostname.c: Likewise.
35018         * misc/getloadavg.c: Likewise.
35019         * misc/getpagesize.c: Likewise.
35020         * misc/getsysstats.c: Likewise.
35021         * misc/getxattr.c: Likewise.
35022         * misc/gtty.c: Likewise.
35023         * misc/ioctl.c: Likewise.
35024         * misc/lgetxattr.c: Likewise.
35025         * misc/listxattr.c: Likewise.
35026         * misc/llistxattr.c: Likewise.
35027         * misc/lremovexattr.c: Likewise.
35028         * misc/lsetxattr.c: Likewise.
35029         * misc/lutimes.c: Likewise.
35030         * misc/madvise.c: Likewise.
35031         * misc/mincore.c: Likewise.
35032         * misc/mlock.c: Likewise.
35033         * misc/mlockall.c: Likewise.
35034         * misc/mmap.c: Likewise.
35035         * misc/mprotect.c: Likewise.
35036         * misc/msync.c: Likewise.
35037         * misc/munlock.c: Likewise.
35038         * misc/munlockall.c: Likewise.
35039         * misc/munmap.c: Likewise.
35040         * misc/preadv.c: Likewise.
35041         * misc/preadv64.c: Likewise.
35042         * misc/ptrace.c: Likewise.
35043         * misc/pwritev.c: Likewise.
35044         * misc/pwritev64.c: Likewise.
35045         * misc/readv.c: Likewise.
35046         * misc/reboot.c: Likewise.
35047         * misc/remap_file_pages.c: Likewise.
35048         * misc/removexattr.c: Likewise.
35049         * misc/revoke.c: Likewise.
35050         * misc/select.c: Likewise.
35051         * misc/setdomain.c: Likewise.
35052         * misc/setegid.c: Likewise.
35053         * misc/seteuid.c: Likewise.
35054         * misc/sethostid.c: Likewise.
35055         * misc/sethostname.c: Likewise.
35056         * misc/setregid.c: Likewise.
35057         * misc/setreuid.c: Likewise.
35058         * misc/setxattr.c: Likewise.
35059         * misc/sstk.c: Likewise.
35060         * misc/stty.c: Likewise.
35061         * misc/swapoff.c: Likewise.
35062         * misc/swapon.c: Likewise.
35063         * misc/sync.c: Likewise.
35064         * misc/syncfs.c: Likewise.
35065         * misc/syscall.c: Likewise.
35066         * misc/truncate.c: Likewise.
35067         * misc/ualarm.c: Likewise.
35068         * misc/usleep.c: Likewise.
35069         * misc/ustat.c: Likewise.
35070         * misc/utimes.c: Likewise.
35071         * misc/vhangup.c: Likewise.
35072         * misc/writev.c: Likewise.
35073         * posix/_exit.c: Likewise.
35074         * posix/alarm.c: Likewise.
35075         * posix/execve.c: Likewise.
35076         * posix/fexecve.c: Likewise.
35077         * posix/fork.c: Likewise.
35078         * posix/fpathconf.c: Likewise.
35079         * posix/getaddrinfo.c: Likewise.
35080         * posix/getegid.c: Likewise.
35081         * posix/geteuid.c: Likewise.
35082         * posix/getgid.c: Likewise.
35083         * posix/getgroups.c: Likewise.
35084         * posix/getlogin.c: Likewise.
35085         * posix/getlogin_r.c: Likewise.
35086         * posix/getpgid.c: Likewise.
35087         * posix/getpid.c: Likewise.
35088         * posix/getppid.c: Likewise.
35089         * posix/getresgid.c: Likewise.
35090         * posix/getresuid.c: Likewise.
35091         * posix/getsid.c: Likewise.
35092         * posix/getuid.c: Likewise.
35093         * posix/glob64.c: Likewise.
35094         * posix/nanosleep.c: Likewise.
35095         * posix/pathconf.c: Likewise.
35096         * posix/pause.c: Likewise.
35097         * posix/posix_madvise.c: Likewise.
35098         * posix/pread.c: Likewise.
35099         * posix/pread64.c: Likewise.
35100         * posix/pwrite.c: Likewise.
35101         * posix/pwrite64.c: Likewise.
35102         * posix/sched_getaffinity.c: Likewise.
35103         * posix/sched_getp.c: Likewise.
35104         * posix/sched_gets.c: Likewise.
35105         * posix/sched_primax.c: Likewise.
35106         * posix/sched_primin.c: Likewise.
35107         * posix/sched_rr_gi.c: Likewise.
35108         * posix/sched_setaffinity.c: Likewise.
35109         * posix/sched_setp.c: Likewise.
35110         * posix/sched_sets.c: Likewise.
35111         * posix/sched_yield.c: Likewise.
35112         * posix/setgid.c: Likewise.
35113         * posix/setlogin.c: Likewise.
35114         * posix/setpgid.c: Likewise.
35115         * posix/setresgid.c: Likewise.
35116         * posix/setresuid.c: Likewise.
35117         * posix/setsid.c: Likewise.
35118         * posix/setuid.c: Likewise.
35119         * posix/sleep.c: Likewise.
35120         * posix/spawni.c: Likewise.
35121         * posix/sysconf.c: Likewise.
35122         * posix/times.c: Likewise.
35123         * posix/wait.c: Likewise.
35124         * posix/wait3.c: Likewise.
35125         * posix/wait4.c: Likewise.
35126         * posix/waitpid.c: Likewise.
35127         * resolv/gai_sigqueue.c: Likewise.
35128         * resource/getpriority.c: Likewise.
35129         * resource/getrlimit.c: Likewise.
35130         * resource/getrusage.c: Likewise.
35131         * resource/nice.c: Likewise.
35132         * resource/setpriority.c: Likewise.
35133         * resource/setrlimit.c: Likewise.
35134         * resource/ulimit.c: Likewise.
35135         * rt/aio_cancel.c: Likewise.
35136         * rt/aio_fsync.c: Likewise.
35137         * rt/aio_read.c: Likewise.
35138         * rt/aio_sigqueue.c: Likewise.
35139         * rt/aio_suspend.c: Likewise.
35140         * rt/aio_write.c: Likewise.
35141         * rt/clock_getres.c: Likewise.
35142         * rt/clock_gettime.c: Likewise.
35143         * rt/clock_nanosleep.c: Likewise.
35144         * rt/clock_settime.c: Likewise.
35145         * rt/lio_listio.c: Likewise.
35146         * rt/mq_close.c: Likewise.
35147         * rt/mq_getattr.c: Likewise.
35148         * rt/mq_notify.c: Likewise.
35149         * rt/mq_open.c: Likewise.
35150         * rt/mq_receive.c: Likewise.
35151         * rt/mq_send.c: Likewise.
35152         * rt/mq_setattr.c: Likewise.
35153         * rt/mq_timedreceive.c: Likewise.
35154         * rt/mq_timedsend.c: Likewise.
35155         * rt/mq_unlink.c: Likewise.
35156         * rt/shm_open.c: Likewise.
35157         * rt/shm_unlink.c: Likewise.
35158         * rt/timer_create.c: Likewise.
35159         * rt/timer_delete.c: Likewise.
35160         * rt/timer_getoverr.c: Likewise.
35161         * rt/timer_gettime.c: Likewise.
35162         * rt/timer_settime.c: Likewise.
35163         * setjmp/__longjmp.c: Likewise.
35164         * setjmp/setjmp.c: Likewise.
35165         * signal/kill.c: Likewise.
35166         * signal/killpg.c: Likewise.
35167         * signal/raise.c: Likewise.
35168         * signal/sigaction.c: Likewise.
35169         * signal/sigaltstack.c: Likewise.
35170         * signal/sigblock.c: Likewise.
35171         * signal/sigignore.c: Likewise.
35172         * signal/sigintr.c: Likewise.
35173         * signal/signal.c: Likewise.
35174         * signal/sigpause.c: Likewise.
35175         * signal/sigpending.c: Likewise.
35176         * signal/sigqueue.c: Likewise.
35177         * signal/sigreturn.c: Likewise.
35178         * signal/sigset.c: Likewise.
35179         * signal/sigsetmask.c: Likewise.
35180         * signal/sigstack.c: Likewise.
35181         * signal/sigsuspend.c: Likewise.
35182         * signal/sigtimedwait.c: Likewise.
35183         * signal/sigvec.c: Likewise.
35184         * signal/sigwait.c: Likewise.
35185         * signal/sigwaitinfo.c: Likewise.
35186         * signal/sysv_signal.c: Likewise.
35187         * socket/accept.c: Likewise.
35188         * socket/accept4.c: Likewise.
35189         * socket/bind.c: Likewise.
35190         * socket/connect.c: Likewise.
35191         * socket/getpeername.c: Likewise.
35192         * socket/getsockname.c: Likewise.
35193         * socket/getsockopt.c: Likewise.
35194         * socket/isfdtype.c: Likewise.
35195         * socket/listen.c: Likewise.
35196         * socket/recv.c: Likewise.
35197         * socket/recvfrom.c: Likewise.
35198         * socket/recvmsg.c: Likewise.
35199         * socket/send.c: Likewise.
35200         * socket/sendmsg.c: Likewise.
35201         * socket/sendto.c: Likewise.
35202         * socket/setsockopt.c: Likewise.
35203         * socket/shutdown.c: Likewise.
35204         * socket/sockatmark.c: Likewise.
35205         * socket/socket.c: Likewise.
35206         * socket/socketpair.c: Likewise.
35207         * stdio-common/ctermid.c: Likewise.
35208         * stdio-common/cuserid.c: Likewise.
35209         * stdio-common/remove.c: Likewise.
35210         * stdio-common/rename.c: Likewise.
35211         * stdio-common/renameat.c: Likewise.
35212         * stdio-common/tempname.c: Likewise.
35213         * stdlib/getcontext.c: Likewise.
35214         * stdlib/makecontext.c: Likewise.
35215         * stdlib/setcontext.c: Likewise.
35216         * stdlib/swapcontext.c: Likewise.
35217         * stdlib/system.c: Likewise.
35218         * streams/fattach.c: Likewise.
35219         * streams/fdetach.c: Likewise.
35220         * streams/getmsg.c: Likewise.
35221         * streams/getpmsg.c: Likewise.
35222         * streams/putmsg.c: Likewise.
35223         * streams/putpmsg.c: Likewise.
35224         * sysdeps/unix/bsd/getpt.c: Likewise.
35225         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35226         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35227         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35229         Likewise.
35230         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35231         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35232         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35233         * sysvipc/msgctl.c: Likewise.
35234         * sysvipc/msgget.c: Likewise.
35235         * sysvipc/msgrcv.c: Likewise.
35236         * sysvipc/msgsnd.c: Likewise.
35237         * sysvipc/semctl.c: Likewise.
35238         * sysvipc/semget.c: Likewise.
35239         * sysvipc/semop.c: Likewise.
35240         * sysvipc/semtimedop.c: Likewise.
35241         * sysvipc/shmat.c: Likewise.
35242         * sysvipc/shmctl.c: Likewise.
35243         * sysvipc/shmdt.c: Likewise.
35244         * sysvipc/shmget.c: Likewise.
35245         * termios/tcdrain.c: Likewise.
35246         * termios/tcflow.c: Likewise.
35247         * termios/tcflush.c: Likewise.
35248         * termios/tcgetattr.c: Likewise.
35249         * termios/tcgetpgrp.c: Likewise.
35250         * termios/tcsendbrk.c: Likewise.
35251         * termios/tcsetattr.c: Likewise.
35252         * termios/tcsetpgrp.c: Likewise.
35253         * time/adjtime.c: Likewise.
35254         * time/clock.c: Likewise.
35255         * time/getitimer.c: Likewise.
35256         * time/gettimeofday.c: Likewise.
35257         * time/setitimer.c: Likewise.
35258         * time/settimeofday.c: Likewise.
35259         * time/stime.c: Likewise.
35260         * time/time.c: Likewise.
35262 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35264         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35265         /usr/old/bin.
35267         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35268         instead of spaces.
35269         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35271 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35273         [BZ #14796]
35274         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35275         FE_TONEAREST before applying Dekker multiplication and Knuth
35276         addition.  Clear inexact exceptions and check for exact zero
35277         results afterwards.
35278         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35279         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35280         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35281         * math/libm-test.inc (fma_test): Add more tests.
35282         (fma_test_towardzero): Likewise.
35283         (fma_test_downward): Likewise.
35284         (fma_test_upward): Likewise.
35285         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35286         function.
35287         (libc_fesetround): New macro.
35288         (libc_fesetroundf): Likewise.
35289         (libc_fesetroundl): Likewise.
35290         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35291         function.
35292         (libc_fesetround_387): Likewise.
35293         (libc_fesetroundf): New macro.
35294         (libc_fesetround): Likewise.
35295         (libc_fesetroundl): Likewise.
35296         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35297         function.
35298         (libc_fesetroundf): New macro.
35299         (libc_fesetround): Likewise.
35300         (libc_fesetroundl): Likewise.
35301         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35302         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35303         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35304         libm_hidden_ver.
35305         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35306         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35307         libm_hidden_def.
35308         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35309         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35310         libm_hidden_ver.
35311         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35312         libm_hidden_def.
35314         [BZ #3439]
35315         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35316         integer constant usable in #if and use that to give value to enum
35317         constant.
35318         (FE_DIVBYZERO): Likewise.
35319         (FE_UNDERFLOW): Likewise.
35320         (FE_OVERFLOW): Likewise.
35321         (FE_INVALID): Likewise.
35322         (FE_INVALID_SNAN): Likewise.
35323         (FE_INVALID_ISI): Likewise.
35324         (FE_INVALID_IDI): Likewise.
35325         (FE_INVALID_ZDZ): Likewise.
35326         (FE_INVALID_IMZ): Likewise.
35327         (FE_INVALID_COMPARE): Likewise.
35328         (FE_INVALID_SOFTWARE): Likewise.
35329         (FE_INVALID_SQRT): Likewise.
35330         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35331         (FE_TONEAREST): Likewise.
35332         (FE_TOWARDZERO): Likewise.
35333         (FE_UPWARD): Likewise.
35334         (FE_DOWNWARD): Likewise.
35335         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35336         (FE_DIVBYZERO): Likewise.
35337         (FE_OVERFLOW): Likewise.
35338         (FE_UNDERFLOW): Likewise.
35339         (FE_INEXACT): Likewise.
35340         (FE_TONEAREST): Likewise.
35341         (FE_DOWNWARD): Likewise.
35342         (FE_UPWARD): Likewise.
35343         (FE_TOWARDZERO): Likewise.
35344         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35345         (FE_UNDERFLOW): Likewise.
35346         (FE_OVERFLOW): Likewise.
35347         (FE_DIVBYZERO): Likewise.
35348         (FE_INVALID): Likewise.
35349         (FE_TONEAREST): Likewise.
35350         (FE_TOWARDZERO): Likewise.
35351         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35352         (FE_OVERFLOW): Likewise.
35353         (FE_UNDERFLOW): Likewise.
35354         (FE_DIVBYZERO): Likewise.
35355         (FE_INEXACT): Likewise.
35356         (FE_TONEAREST): Likewise.
35357         (FE_TOWARDZERO): Likewise.
35358         (FE_UPWARD): Likewise.
35359         (FE_DOWNWARD): Likewise.
35360         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35361         (FE_DIVBYZERO): Likewise.
35362         (FE_OVERFLOW): Likewise.
35363         (FE_UNDERFLOW): Likewise.
35364         (FE_INEXACT): Likewise.
35365         (FE_TONEAREST): Likewise.
35366         (FE_DOWNWARD): Likewise.
35367         (FE_UPWARD): Likewise.
35368         (FE_TOWARDZERO): Likewise.
35370 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35372         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35374 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35376         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35377         commands.  Quote $PWD.
35378         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35379         -x" by "export".
35380         (remove_newlines): Remove.
35382 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35384         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35385         * stdlib/stdlib.h (atof): Moved to ...
35386         * include/bits/stdlib-float.h: Here.  New file.
35387         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35388         * stdlib/bits/stdlib-float.h: New file.
35389         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35390         -mno-sse -mno-mmx.
35391         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35392         <xmmintrin.h>.
35394 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35396         * conform/conformtest.pl (@headers): Add fenv.h.
35397         * conform/data/fenv.h-data: New file.
35398         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35399         include of <math/fenv.h>.
35401         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35402         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35403         && !UNIX98].  Enables tests for XOPEN2K8.
35404         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35405         POSIX2008]: Likewise.
35407         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35408         (struct rusage): Do not expect type or its members.
35410         [BZ #3439]
35411         * math/math.h (FP_NAN): Define macro to integer constant usable in
35412         #if and use that to give value to enum constant.
35413         (FP_INFINITE): Likewise.
35414         (FP_ZERO): Likewise.
35415         (FP_SUBNORMAL): Likewise.
35416         (FP_NORMAL): Likewise.
35418 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35420         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35421         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35422         arguments.
35424 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35426         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35427         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35428         autoconf-time if not.
35429         * configure.in: Remove AC_PREREQ.
35431 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35433         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35434         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35435         of the internal implementation.
35437 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35439         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35440         except include of <misc/sys/syslog.h>.
35442 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35445         function returns with a NULL context exit with zero.
35447 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35449         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35451 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35453         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35454         (run_program_cmd): This.
35455         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35456         (tst_langinfo): New variable.  Use it.
35458 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35460         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35461         floating point opcodes.
35463 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35465         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35466         variable.
35468         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35470         * sysdeps/mach/hurd/powerpc: Remove directory.
35471         * sysdeps/mach/powerpc: Likewise.
35473 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35475         * scripts/check-local-headers.sh: Ignore c++ headers.
35477 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35479         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35480         __libc_cleanup_region_start argument.
35482 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35484         [BZ #14784]
35485         [BZ #14785]
35486         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35487         x * y using scaling, not as x * y + z.
35488         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35489         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35490         * math/libm-test.inc (fma_test): Add more tests.
35491         (fma_test_towardzero): Likewise.
35492         (fma_test_downward): Likewise.
35493         (fma_test_upward): Likewise.
35495 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35497         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35499 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35501         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35502         New variable.
35504 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35506         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35508 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35511         Fix sort order.
35512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35513         Likewise.
35515 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35518         Fix the order of the list for glibc 2.17.
35519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35520         Likewise.
35522 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35526 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35528         [BZ #14610]
35529         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35530         for low part of x being zero before using __atanl (y).
35531         * math/libm-test.inc (atan2_test): Add another test.
35533         * manual/install.texi (Configuring and compiling): Document
35534         general use of test-wrapper and test-wrapper-env.
35535         * INSTALL: Regenerated.
35537         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35538         (__fma): Do not extract and scale down low bits on after-rounding
35539         systems when result rounded to normal precision would have normal
35540         exponent.
35541         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35542         (__fmal): Do not extract and scale down low bits on after-rounding
35543         systems when result rounded to normal precision would have normal
35544         exponent.
35545         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35546         (__fmal): Do not extract and scale down low bits on after-rounding
35547         systems when result rounded to normal precision would have normal
35548         exponent.
35549         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35550         macro.
35551         (fma_test): Add more tests.
35552         (fma_test_towardzero): Likewise.
35553         (fma_test_downward): Likewise.
35554         (fma_test_upward): Likewise.
35556 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35558         * sysdeps/i386/tininess.h: Renamed to ...
35559         * sysdeps/x86/tininess.h: This.
35560         * sysdeps/x86_64/tininess.h: Removed.
35562 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35564         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35565         input.  Use $(build-program-cmd).
35566         ($(objpfx)tst-array1-static.out): Likewise.
35567         ($(objpfx)tst-array2.out): Likewise.
35568         ($(objpfx)tst-array3.out): Likewise.
35569         ($(objpfx)tst-array4.out): Likewise.
35570         ($(objpfx)tst-array5.out): Likewise.
35571         ($(objpfx)tst-array5-static.out): Likewise.
35573 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35575         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35576         if defined.
35578         * nss/nsswitch.h (nss_interface_function): Provide new
35579         macro for use with NSS functions.
35580         * grp/initgroups.c: Use new macro.
35581         * nss/getXXbyYY.c: Likewise.
35582         * nss/getXXbyYY_r.c: Likewise.
35583         * nss/getXXent.c: Likewise.
35584         * nss/getXXent_r.c: Likewise.
35585         * sysdeps/posix/getaddrinfo.c: Likewise.
35587 2012-10-30  Andreas Jaeger  <aj@suse.de>
35589         * po/ru.po: Update Russion translation from translation project.
35591 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35593         [BZ #14152]
35594         [BZ #14783]
35595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35596         result and shift together with sticky bit instead of replicating
35597         round-to-nearest rounding.
35598         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35599         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35600         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35601         missing underflow exceptions.
35602         (fma_test_towardzero): Add more tests.
35603         (fma_test_downward): Likewise.
35604         (fma_test_upward): Likewise.
35606         [BZ #14047]
35607         * sysdeps/generic/tininess.h: New file.
35608         * sysdeps/i386/tininess.h: Likewise.
35609         * sysdeps/sh/tininess.h: Likewise.
35610         * sysdeps/x86_64/tininess.h: Likewise.
35611         * stdlib/tst-strtod-underflow.c: Likewise.
35612         * stdlib/tst-tininess.c: Likewise.
35613         * stdlib/strtod_l.c: Include <tininess.h>.
35614         (round_and_return): Do not set errno for exact underflow cases.
35615         Force an underflow exception when setting errno for underflow.
35616         Determine underflow based on rounding to normal precision if
35617         TININESS_AFTER_ROUNDING.
35618         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35619         ERANGE for exact underflow cases.
35620         * stdlib/Makefile (tests): Add tst-tininess and
35621         tst-strtod-underflow.
35622         ($(objpfx)tst-tininess): Use $(link-libm).
35623         ($(objpfx)tst-strtod-underflow): Likewise.
35625 2012-10-30  Andreas Jaeger  <aj@suse.de>
35627         [BZ#14767]
35628         * elf/Makefile (tests): Remove conditional for have-initfini-array
35629         since this is now always required and the variable does not exist
35630         anymore.
35631         (tests-static): Likewise.
35632         (modules-names): Likewise.
35634         * po/eo.po: Add Esperanto translation from translation project.
35636         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35637         merged with constructor/destructor.
35638         (init_array): Likewise.
35639         * elf/tst-array2dep.c (fini_array): Likewise.
35640         (init_array): Likewise.
35642 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35644         * manual/message.texi: Delete @cartouche tags.
35646 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35648         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35649         EOPNOTSUPP.
35650         * sysdeps/mach/hurd/fsync.c: Likewise.
35652         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35653         [_POSIX_REALTIME_SIGNALS]: Change condition to
35654         [_POSIX_REALTIME_SIGNALS > 0].
35656 2012-10-27  Andreas Jaeger  <aj@suse.de>
35658         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35659         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35660         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35661         [__WORDSIZE != 64]: Likewise.
35663 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35665         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35666         *  iconvdata/tst-tables.sh: Likewise.
35668 2012-10-25  David S. Miller  <davem@davemloft.net>
35670         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35671         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35672         of strtoull.
35674         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35675         ifunc-impl-list.c
35676         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35677         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35678         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35679         file.
35681 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35683         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35684         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35685         __getdirentries.
35687 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35688             Jim Blandy  <jimb@codesourcery.com>
35690         * scripts/cross-test-ssh.sh: New file.
35691         * manual/install.texi (Configuring and compiling): Document use of
35692         cross-test-ssh.sh.
35693         * INSTALL: Regenerated.
35695 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35697         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35698         EOPNOTSUPP.
35700 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35702         * Makeconfig (run-program-prefix): Fix comment.
35704 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35705             Jim Blandy  <jimb@codesourcery.com>
35707         * Makeconfig (test-wrapper): New variable,
35708         (test-wrapper-env): Likewise.
35709         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35710         (run-built-tests): Define to yes.
35711         (run-program-prefix): Use $(test-wrapper).
35712         (built-program-cmd): Likewise.
35713         * Rules (make-test-out): Use $(test-wrapper-env) and
35714         $(host-built-program-cmd).
35715         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35716         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35717         tst-pathopt.sh.
35718         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35719         $(test-wrapper-env) to tst-rtld-load-self.sh.
35720         ($(objpfx)order2.out): Use $(test-wrapper).
35721         ($(objpfx)tst-initorder.out): Likewise.
35722         ($(objpfx)tst-initorder2.out): Likewise.
35723         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35724         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35725         (test_wrapper_env): New variable.  Use it to run ld.so.
35726         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35727         Use it to run ld.so.
35728         (test_wrapper_env): Likewise.
35729         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35730         $(test-wrapper) to run-iconv-test.sh.
35731         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35732         (ICONV): Use $test_wrapper.
35733         * posix/Makefile ($(objpfx)globtest.out): Pass
35734         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35735         globtest.sh, not $(run-program-prefix).
35736         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35737         (test_wrapper): Likewise.
35738         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35739         set together with run_via_rtld_prefix.
35740         (run_program_prefix): Define in terms of test_wrapper and
35741         run_via_rtld_prefix.
35743 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35745         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35746         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35747         Targets removed.
35749         [BZ #14743]
35750         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35751         Declare __clock_getres, __clock_gettime, __clock_settime,
35752         __clock_nanosleep, and __clock_getcpuclockid.
35753         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35754         Remove librt_hidden_def (clock_gettime).
35755         * sysdeps/unix/clock_gettime.c: Likewise.
35756         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35757         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35758         * rt/clock_getres.c: Define __clock_getres as an alias.
35759         * sysdeps/posix/clock_getres.c: Likewise.
35760         * rt/clock_settime.c: Define __clock_settime as an alias.
35761         * sysdeps/unix/clock_settime.c: Likewise.
35762         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35763         * sysdeps/unix/clock_nanosleep.c: Likewise.
35764         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35765         * rt/clock-compat.c: New file.
35766         * rt/Makefile (librt-routines): Add clock-compat and move
35767         $(clock-routines) to ...
35768         (routines): ... here, new variable.
35769         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35770         Don't add get_clockfreq here.
35771         * rt/Versions (libc: GLIBC_2.17): New version set.
35772         Add clock_* symbols here.
35773         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35774         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35775         (GLIBC_2.17): Add clock_* symbols.
35776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35777         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35778         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35780         Likewise.
35781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35782         Likewise.
35783         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35786         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35787         * NEWS: Mention the move.
35789         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35790         Use __open, __read, __close rather than their public counterparts.
35791         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35792         (__get_clockfreq_via_cpuinfo): Likewise.
35793         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35794         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35796         * config.h.in (HAVE_IFUNC): New #undef.
35797         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35798         was successful.
35799         * configure: Regenerated.
35801 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35803         * configure.in: Move READELF check to start of file.
35804         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35805         libc_cv_asm_gnu_indirect_function in the process.
35806         * configure: Regenerated.
35808 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35810         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35811         send the output to /dev/null.
35812         (libc_cv_cc_with_libunwind): Likewise.
35813         (libc_cv_as_noexecstack): Likewise.
35814         * configure: Regenerate.
35816 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35818         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35820         * posix/globtest.sh (TMPDIR): Do not set.
35821         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35822         (testout): Likewise.
35824 2012-10-24  Andreas Jaeger  <aj@suse.de>
35826         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35827         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35828         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35829         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35830         posix_fadvise64, posix_fallocate64.
35832         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35833         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35834         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35835         Likewise.
35836         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35837         Likewise.
35838         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35840         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35841         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35842         <bits/fcntl-linux.h>.
35843         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35845         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35846         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35847         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35848         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35849         [__WORDSIZE != 64]: Likewise.
35851 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35853         * Makeconfig (run-built-tests): New variable.
35854         * Rules [$(cross-compiling) = yes]: Change condition to
35855         [$(run-built-tests) = no].
35856         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35857         to [$(run-built-tests) = yes].
35858         * elf/Makefile [$(cross-compiling) = no]: Likewise
35859         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35860         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35861         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35862         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35863         * io/Makefile [$(cross-compiling) = no]: Likewise.
35864         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35865         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35866         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35867         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35868         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35869         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35870         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35871         * string/Makefile [$(cross-compiling) = no]: Likewise.
35873         * posix/Makefile ($(objpfx)globtest.out): Pass
35874         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35875         $(rtld-installed-name).
35876         * posix/globtest.sh (elf_objpfx): Remove variable.
35877         (rtld_installed_name): Likewise.
35878         (library_path): Likewise.
35879         (run_program_prefix): New variable.  Use for running globtest
35880         binary.
35882 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35883             Joseph Myers  <joseph@codesourcery.com>
35885         * Makeconfig (host-built-program-cmd): New variable.
35886         * elf/Makefile (tst-stackguard1-ARGS): Use
35887         $(host-built-program-cmd).
35888         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35889         (tst-spawn-ARGS): Likewise.
35890         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35892 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35893             Jim Blandy  <jimb@codesourcery.com>
35895         * Makeconfig (run-via-rtld-prefix): New variable.
35896         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35897         (built-program-cmd): Likewise.
35899 2012-10-22  Andreas Jaeger  <aj@suse.de>
35901         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35902         __O_RSYNC if it exists, otherwise to O_SYNC.
35904 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35905             Joseph Myers  <joseph@codesourcery.com>
35907         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35908         /dev/null.
35909         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35910         from /dev/null
35911         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35912         /dev/null.
35914 2012-10-22  Andreas Jaeger  <aj@suse.de>
35916         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35917         Define always.
35918         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35920         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35921         bits/fcntl-linux.h.
35923         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35924         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35926         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35927         to __O_LARGEFILE.
35928         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35929         to __O_LARGEFILE.
35931 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35932             Joseph Myers  <joseph@codesourcery.com>
35934         * config.make.in (NM): New variable.
35936 2012-10-21  Andreas Jaeger  <aj@suse.de>
35938         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35939         definitions and declarations that are provided by
35940         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35942 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35944         [BZ #14683]
35945         * elf/Makefile (tests-static): Add tst-leaks1-static.
35946         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35947         ($(objpfx)tst-leaks1-static): New rule.
35948         ($(objpfx)tst-leaks1-static-mem): Likewise.
35949         (tst-leaks1-static-ENV): New macro.
35950         * elf/dl-open.c (dl_open_worker): Check the main application
35951         only if SHARED is defined.
35952         * elf/tst-leaks1-static.c: New file.
35954 2012-10-20  Andreas Jaeger  <aj@suse.de>
35956         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35957         generic values for Linux.
35958         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35959         and declarations that are provided by <bits/fcntl-linux.h> and
35960         include <bits/fcntl-linux.h>.
35961         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35964 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35966         * io/fcntl.h: Move include of <bits/types.h> to the top and
35967         include it unconditionally.
35969 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35971         * wcsmbs/Makefile (tests-ifunc): New variable.
35972         (tests): Add $(tests-ifunc).
35973         * wcsmbs/test-wcschr-ifunc.c: New file.
35974         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35975         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35976         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35977         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35978         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35980         * string/Makefile (tests-ifunc): New variable.
35981         (tests): Add $(tests-ifunc).
35982         * string/test-memccpy.c (TEST_NAME): New macro.
35983         * string/test-memchr.c (TEST_NAME): Likewise.
35984         * string/test-memcmp.c (TEST_NAME): Likewise.
35985         * string/test-memcpy.c (TEST_NAME): Likewise.
35986         * string/test-memmem.c (TEST_NAME): Likewise.
35987         * string/test-memmove.c (TEST_NAME): Likewise.
35988         * string/test-memset.c (TEST_NAME): Likewise.
35989         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35990         * string/test-stpcpy.c (TEST_NAME): Likewise.
35991         * string/test-stpncpy.c (TEST_NAME): Likewise.
35992         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35993         * string/test-strcasestr.c (TEST_NAME): Likewise.
35994         * string/test-strcat.c (TEST_NAME): Likewise.
35995         * string/test-strchr.c (TEST_NAME): Likewise.
35996         * string/test-strcmp.c(TEST_NAME): Likewise.
35997         * string/test-strcpy.c (TEST_NAME): Likewise.
35998         * string/test-strcspn.c (TEST_NAME): Likewise.
35999         * string/test-strlen.c (TEST_NAME): Likewise.
36000         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36001         * string/test-strncmp.c (TEST_NAME): Likewise.
36002         * string/test-strncpy.c (TEST_NAME): Likewise.
36003         * string/test-strnlen.c (TEST_NAME): Likewise.
36004         * string/test-strpbrk.c (TEST_NAME): Likewise.
36005         * string/test-strrchr.c (TEST_NAME): Likewise.
36006         * string/test-strspn.c (TEST_NAME): Likewise.
36007         * string/test-strstr.c (TEST_NAME): Likewise.
36008         * string/test-bcopy-ifunc.c: New file.
36009         * string/test-bzero-ifunc.c: Likewise.
36010         * string/test-memccpy-ifunc.c: Likewise.
36011         * string/test-memchr-ifunc.c: Likewise.
36012         * string/test-memcmp-ifunc.c: Likewise.
36013         * string/test-memcpy-ifunc.c: Likewise.
36014         * string/test-memmem-ifunc.c: Likewise.
36015         * string/test-memmove-ifunc.c: Likewise.
36016         * string/test-mempcpy-ifunc.c: Likewise.
36017         * string/test-memset-ifunc.c: Likewise.
36018         * string/test-rawmemchr-ifunc.c: Likewise.
36019         * string/test-stpcpy-ifunc.c: Likewise.
36020         * string/test-stpncpy-ifunc.c: Likewise.
36021         * string/test-strcasecmp-ifunc.c: Likewise.
36022         * string/test-strcasestr-ifunc.c: Likewise.
36023         * string/test-strcat-ifunc.c: Likewise.
36024         * string/test-strchr-ifunc.c: Likewise.
36025         * string/test-strchrnul-ifunc.c: Likewise.
36026         * string/test-strcmp-ifunc.c: Likewise.
36027         * string/test-strcpy-ifunc.c: Likewise.
36028         * string/test-strcspn-ifunc.c: Likewise.
36029         * string/test-strlen-ifunc.c: Likewise.
36030         * string/test-strncasecmp-ifunc.c: Likewise.
36031         * string/test-strncat-ifunc.c: Likewise.
36032         * string/test-strncmp-ifunc.c: Likewise.
36033         * string/test-strncpy-ifunc.c: Likewise.
36034         * string/test-strnlen-ifunc.c: Likewise.
36035         * string/test-strpbrk-ifunc.c: Likewise.
36036         * string/test-strrchr-ifunc.c: Likewise.
36037         * string/test-strspn-ifunc.c: Likewise.
36038         * string/test-strstr-ifunc.c: Likewise.
36040         * debug/Makefile (tests-ifunc): New variable.
36041         (tests): Add $(tests-ifunc).
36042         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36043         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36044         * debug/test-stpcpy_chk-ifunc.c: New file.
36045         * debug/test-strcpy_chk-ifunc.c: Likewise.
36047 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36049         [BZ #13601]
36050         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36051         header is not read in.
36053 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36055         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36056         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36057         directly.  Pass built executable to script as
36058         $(built-program-cmd).
36059         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36060         $testprogram without using LD_LIBRARY_PATH and $ldso.
36062         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36063         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36064         $(rtld-installed-name).
36065         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36066         (rtld_installed_name): Likewise.
36067         (library_path): Likewise.
36068         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36069         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36070         $(run-program-prefix) to tst-tables.sh.
36071         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36072         it to run tst-table-from and tst-table-to.
36073         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36074         Pass it to tst-table.sh.
36075         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36076         $(run-program-prefix) to tst-gettext.sh.
36077         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36078         tst-translit.sh.
36079         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36080         tst-gettext2.sh.
36081         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36082         to run tst-gettext.
36083         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36084         to run tst-gettext2.
36085         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36086         to run tst-translit.
36087         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36088         $(run-program-prefix) to tst-mtrace.sh.
36089         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36090         to run tst-mtrace.
36091         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36092         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36093         $(rtld-installed-name).
36094         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36095         (rtld_installed_name): Likewise.
36096         (run_program_prefix): New variable.  Use it to run wordexp-test.
36098         * Makeconfig (ARCH): Remove all definitions.
36099         (machine): Likewise.
36100         [ARCH]: Remove conditional code.
36101         [!objdir]: Give error.
36102         [!objdir] (objpfx): Remove.
36103         [!objdir] (common-objpfx): Likewise.
36104         [!objdir] (common-objdir): Likewise.
36105         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36106         AC_CONFIG_FILES call.
36107         * configure: Regenerated.
36109         [BZ #13888]
36110         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36111         or TMPDIR.
36112         (testout): Likewise.
36114         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36115         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36116         $(rtld-installed-name).
36117         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36118         (rtld_installed_name): Likwise.
36119         (runit): Remove function.
36120         (run_getconf): New variable,  Use it for running getconf binary.
36122 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36124         [BZ #14716]
36125         * string/test-memmem.c (check_result): New function.
36126         (do_one_test): Use it.
36127         (check1): New function.
36128         (test_main): Use it.
36130 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36132         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36134 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36136         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36137         (_G_LSEEK64): Likewise.
36138         (_G_MMAP64): Likewise.
36139         (_G_FSTAT64): Likewise.
36140         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36141         (_G_LSEEK64): Likewise.
36142         (_G_MMAP64): Likewise.
36143         (_G_FSTAT64): Likewise.
36144         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36145         unconditional.  Call __mmap64 directly.
36146         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36147         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36148         __lseek64 directly.
36149         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36150         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36151         __mmap64 directly.
36152         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36153         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36154         __lseek64 directly.
36155         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36156         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36157         __lseek64 directly.
36158         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36159         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36160         __lseek64 directly.
36161         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36162         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36163         __fxstat64 directly.
36164         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36165         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36166         unconditional.
36167         (freopen64) [!_G_OPEN64]: Remove conditional code.
36168         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36169         unconditional.
36170         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36171         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36172         unconditional.
36173         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36174         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36175         unconditional.
36176         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36177         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36178         unconditional.
36179         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36180         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36181         unconditional.
36182         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36183         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36184         unconditional.
36185         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36186         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36187         unconditional.
36188         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36190 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36192         [BZ #12140]
36193         * manual/memory.texi (Malloc Tunable Parameters): Add note
36194         about free list pointers overwriting some perturb bytes.
36195         Wording suggested by Roland McGrath.
36197 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36199         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36200         (lgamma_test): Likewise.
36201         (tgamma_test): Likewise.
36203 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36205         [BZ #14700]
36206         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36207         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36209 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36211         * NEWS: Mention BZ #14716.
36212         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36213         when removing AVAILABLE1_USES_J macro.
36215 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36217         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36218         (__bswap_64): __uint64_t for unsigned 64-bit int.
36220 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36222         * include/string.h (memmem): Declare libc hidden alias.
36223         * string/memmem.c (memmem): Define libc hidden alias.
36224         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36225         __read, __close instead of open, read, close.
36227 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36229         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36230         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36231         global and hidden.
36232         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36233         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36234         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36235         Likewise.
36236         (__rawmemchr_sse2): Likewise.
36237         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36238         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36239         (__strchr_sse2): Likewise.
36240         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36241         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36242         (__strcasecmp_sse2): Likewise.
36243         (__strncasecmp_sse2): Likewise.
36244         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36245         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36246         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36247         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36248         (__strrchr_sse2): Likewise.
36249         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36250         ifunc-impl-list.c.
36251         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36252         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36253         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36254         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36255         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36256         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36257         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36258         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36259         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36260         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36261         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36262         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36263         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36264         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36265         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36266         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36267         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36268         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36269         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36270         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36271         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36272         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36273         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36274         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36275         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36276         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36277         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36278         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36279         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36280         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36282         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36283         global and hidden.
36284         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36285         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36286         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36287         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36288         Likewise.
36289         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36290         Likewise.
36291         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36292         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36293         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36294         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36295         ifunc-impl-list.c.
36296         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36297         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36298         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36299         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36300         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36301         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36302         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36303         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36304         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36305         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36306         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36307         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36308         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36309         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36310         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36311         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36312         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36313         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36314         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36315         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36316         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36317         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36318         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36319         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36320         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36321         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36322         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36323         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36324         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36325         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36326         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36327         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36328         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36329         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36330         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36331         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36332         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36333         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36334         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36335         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36336         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36338         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36339         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36340         * include/ifunc-impl-list.h: New file.
36341         * misc/ifunc-impl-list.c: Likewise.
36342         * misc/Makefile (routines): Add ifunc-impl-list.
36343         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36344         * string/test-string.h: Include <ifunc-impl-list.h>.
36345         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36346         TEST_NAME]: New variables.
36347         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36348         are defined.
36349         (test_init): Call __libc_ifunc_impl_list to initialize
36350         func_list if TEST_IFUNC and TEST_NAME are defined.
36352         * string/Makefile (strop-tests): Add bcopy and bzero.
36353         * string/test-bcopy.c: New file.
36354         * string/test-bzero.c: Likewise.
36355         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36356         defined.
36357         * string/test-memset.c: Support bzero test if TEST_BZERO is
36358         defined.
36359         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36360         __libc_memmove.
36361         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36362         __libc_memset.
36363         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36364         of memset.
36366 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36368         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36369         * configure: Regenerated.
36371         * Makeconfig (+link-static-before-libc): Don't include
36372         $(link-static-libc).
36374         * libio/libio.h (_IO_pos_t): Remove.
36376 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36378         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36379         McGrath.
36381 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36383         * crypt/crypt-entry.c: Include fips-private.h.
36384         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36385         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36386         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36387         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36389 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36391         * crypt/crypt-private.h: Include stdbool.h.
36392         (_ufc_setup_salt_r): Return bool.
36393         * crypt/crypt-entry.c: Include errno.h.
36394         (__crypt_r): Return NULL with EINVAL for bad salt.
36395         * crypt/crypt_util.c (bad_for_salt): New.
36396         (_ufc_setup_salt_r): Check that salt is long enough and within
36397         the specified alphabet.
36398         * crypt/badsalttest.c: New file.
36399         * crypt/Makefile (tests): Add it.
36400         ($(objpfx)badsalttest): New.
36402 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36404         * NEWS: Add entry for BZ #14602.
36406 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36408         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36409         type-generic.
36410         * math/libm-test.inc: Update comment listing what functions and
36411         macros are tested.
36412         (isgreater_test): New function.
36413         (isgreaterequal_test): Likewise.
36414         (isless_test): Likewise.
36415         (islessequal_test): Likewise.
36416         (islessgreater_test): Likewise.
36417         (isunordered_test): Likewise.
36418         (main): Call the new functions.
36420 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36422         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36423         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36424         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36425         * sysdeps/i386/configure: Regenerated.
36426         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36427         * sysdeps/mach/configure: Regenerated.
36428         * sysdeps/mach/hurd/configure: Regenerated.
36429         * sysdeps/powerpc/configure: Regenerated.
36430         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36431         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36432         * sysdeps/s390/s390-32/configure: Regenerated.
36433         * sysdeps/s390/s390-64/configure: Regenerated.
36434         * sysdeps/sh/configure: Regenerated.
36435         * sysdeps/sparc/configure: Regenerated.
36436         * sysdeps/unix/sysv/linux/configure: Regenerated.
36437         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36438         * sysdeps/x86_64/configure: Regenerated.
36440         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36441         defined.  Don't check if MAP is NULL.
36443 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36445         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36446         (_G_stat64): Likewise.
36447         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36448         (_G_stat64): Likewise.
36449         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36450         instead of struct _G_stat64.
36451         * libio/fileops.c (mmap_remap_check): Likewise.
36452         (decide_maybe_mmap): Likewise.
36453         (_IO_new_file_seekoff): Likewise.
36454         (_IO_file_stat): Likewise.
36455         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36456         _G_off64_t.
36457         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36458         instead of struct _G_stat64.
36459         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36461 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36463         [BZ #14602]
36464         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36465         Replace with ...
36466         (CHECK_EOL): New macro.
36467         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36468         CHECK_EOL.
36469         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36470         Replace with CHECK_EOL.
36471         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36472         Replace with CHECK_EOL.
36474 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36476         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36477         type-generic.
36478         * math/libm-test.inc: Update comment listing what functions and
36479         macros are tested.
36480         (finite_test): New function.
36481         (isinf_test): Likewise.
36482         (isnan_test): Likewise.
36483         (fpclassify_test): Test subnormal input.
36484         (isfinite_test): Likewise.
36485         (isnormal_test): Likewise.
36486         (main): Call the new functions.
36488 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36490         [BZ #14660]
36491         * Makerules (%.dynsym): Force C locale when running
36492         $(OBJDUMP) --dynamic-syms.
36494 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36496         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36497         <stdint.h>.
36499 2012-10-06  David S. Miller  <davem@davemloft.net>
36501         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36502         upper 32-bits of the length value in %o2 since we use branch-on-register
36503         tests which consider the entire 64-bit register.
36505 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36507         * string/test-strstr.c (check2): Add a test for page boundary.
36509 2012-10-05  David S. Miller  <davem@davemloft.net>
36511         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36512         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36513         file.
36514         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36515         sysdep_routines.
36516         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36517         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36518         and bzero when HWCAP_SPARC_CRYPTO is present.
36520 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36522         [BZ #14602]
36523         * string/test-strstr.c (check2): New function.
36524         (test_main): Call check2.
36526         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36527         and bug-strchr1.
36528         * string/bug-strcasestr1.c (do_test): Moved to ...
36529         * string/test-strcasestr.c (check1): Here.  New function.
36530         (do_one_test): Break out result checking code into ...
36531         (check_result): This.  New function.
36532         (do_one_test): Call check_result.
36533         (test_main): Call check1.
36534         * string/bug-strchr1.c (do_test): Moved to ...
36535         * string/test-strchr.c (check1): Here.  New function.
36536         (do_one_test): Break out result checking code into ...
36537         (check_result): This.  New function.
36538         (do_one_test): Call check_result.
36539         (test_main): Call check1.
36540         * string/bug-strstr1.c (main): Moved to ...
36541         * string/test-strstr.c (check1): Here.  New function.
36542         (do_one_test): Break out result checking code into ...
36543         (check_result): This.  New function.
36544         (do_one_test): Call check_result.
36545         (test_main): Call check1.
36546         * string/bug-strcasestr1.c: Removed.
36547         * string/bug-strchr1.c: Likewise.
36548         * string/bug-strstr1.c: Likewise.
36550         * elf/Makefile (dl-routines): Add hwcaps.
36551         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36552         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36553         (_dl_important_hwcaps): Moved to ...
36554         * elf/dl-hwcaps.c: Here.  New file.
36555         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36557         [BZ #14557]
36558         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36559         if IS_IN_rtld isn't defined.
36561         * elf/dl-support.c (_dl_sysinfo_map): New.
36562         Include "get-dynamic-info.h" and "setup-vdso.h".
36563         (_dl_non_dynamic_init): Call setup_vdso.
36564         * elf/dynamic-link.h: Don't include <assert.h>.
36565         (elf_get_dynamic_info): Moved to ...
36566         * elf/get-dynamic-info.h: Here.  New file.
36567         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36568         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36569         * elf/setup-vdso.h: Here.  New file.
36570         * elf/rtld.c: Include "setup-vdso.h".
36571         (dl_main): Call setup_vdso.
36573 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36575         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36576         creal in comment listing functions tested.  List finite, isinf,
36577         isnan, isless, islessequal, isgreater, isgreaterequal,
36578         islessgreater, isunordered, lgamma_r and pow10 as functions and
36579         macros not tested.  Mention which functions not tested are aliases
36580         for other functions.  Fix typo.  Note that signs of NaNs are not
36581         tested.
36583         * scripts/config.guess: Update from config.git.
36584         * scripts/config.sub: Likewise.
36586 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36588         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36589         * misc/madvise.c (madvise): Renamed to __madvise.
36590         Make madvise a weak alias.
36591         * include/sys/mman.h: Declare __madvise.
36592         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36593         * sysdeps/unix/syscalls.list
36594         (madvise): Make __madvise the strong name, and madvise a weak alias.
36595         * sysdeps/unix/sysv/linux/syscalls.list
36596         (madvise, mmap): Remove redundant entries.
36597         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36598         * malloc/malloc.c (mtrim): Likewise.
36599         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36601 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36603         * sysdeps/mach/hurd/dl-cache.c: File removed.
36604         * config.h.in (USE_LDCONFIG): New #undef.
36605         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36606         * configure: Regenerated.
36607         * elf/Makefile (dl-routines): Add dl-cache only under
36608         [$(use-ldconfig) = yes].
36609         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36610         cache on [USE_LDCONFIG].
36611         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36612         [USE_LDCONFIG].
36613         * elf/rtld.c (dl_main): Likewise.
36615 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36617         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36618         _SC_LEVEL4_CACHE_LINESIZE.
36620 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36622         * sysdeps/unix/bsd/confstr.h: File removed.
36624 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36626         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36627         sys/sdt-config.h.
36629 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36631         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36632         Make 'mapoff' field ElfW(Off) rather than off_t.
36634 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36636         * nscd/Makefile: Remove nscd-cflags and all its users.
36637         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36638         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36640         [BZ #10631]
36641         * malloc.c (malloc_printerr): Clarify error message.
36643 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36645         [BZ #14648]
36646         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36647         Set bit_FMA_Usable if FMA is supported.
36648         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36649         macro.
36650         (bit_FMA4_Usable): Updated.
36651         (index_FMA_Usable): New macro.
36652         (CPUID_FMA): Likewise
36653         (HAS_FMA): Defined with bit_FMA_Usable.
36655 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36657         * bits/types.h (__swblk_t): Type removed.
36658         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36659         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36660         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36661         (__SWBLK_T_TYPE): Likewise.
36662         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36663         (__SWBLK_T_TYPE): Likewise.
36664         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36665         (__SWBLK_T_TYPE): Likewise.
36666         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36667         (__SWBLK_T_TYPE): Likewise.
36669 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36670             Honza Horak <hhorak@redhat.com>
36672         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36673         (xdr_mapname): Use YPMAXMAP as maxsize.
36674         (xdr_peername): Use YPMAXPEER as maxsize.
36675         (xdr_keydat): Use YPAXRECORD as maxsize.
36676         (xdr_valdat): Use YPMAXRECORD as maxsize.
36678 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36680         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36682         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36683         * csu/init-first.c: ... here.
36684         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36685         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36686         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36687         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36688         * sysdeps/i386/init-first.c: File removed.
36689         * sysdeps/sh/init-first.c: File removed.
36691 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36693         [BZ #14645]
36694         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36695         if x * y might underflow to zero and z is zero.
36696         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36697         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36698         * math/libm-test.inc (min_subnorm_value): New variable.
36699         (fma_test): Add more tests.
36700         (fma_test_towardzero): Likewise.
36701         (fma_test_downward): Likewise
36702         (fma_test_upward): Likewise.
36703         (initialize): Set min_subnorm_value.
36705 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36707         [BZ #14638]
36708         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36709         0 + 0.
36710         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36711         mode for addition resulting in exact zero.
36712         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36713         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36714         exact 0 + 0.
36715         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36716         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36717         * math/libm-test.inc (fma_test): Add more tests.
36718         (fma_test_towardzero): New function.
36719         (fma_test_downward): Likewise.
36720         (fma_test_upward): Likewise.
36721         (main): Call the new functions.
36723 2012-09-28  David S. Miller  <davem@davemloft.net>
36725         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36727 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36729         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36730         instead of SIGALRM.
36732         * sysdeps/gnu/_G_config.h: Moved to ...
36733         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36734         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36735         * sysdeps/generic/_G_config.h: ... here.
36737         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36739         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36741         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36742         Conditionalize target on [libnss_test1.so-version].
36744         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36746         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36747         (elfobjdir): Move out of conditionals.
36749         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36750         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36751         (__nss_lookup_function): Conditionalize label remove_from_tree on
36752         [!DO_STATIC_NSS || SHARED], matching its only use.
36754 2012-09-28  David S. Miller  <davem@davemloft.net>
36756         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36757         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36758         file.
36759         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36760         sysdep_routines.
36761         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36762         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36763         when HWCAP_SPARC_CRYPTO is present.
36765 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36767         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36769 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36771         [BZ #6530]
36772         * stdio-common/vfprintf.c (process_string_arg): Revert
36773         2000-07-22 change.
36775 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36777         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36778         for testcase.
36779         * stdio-common/tst-sprintf.c: Include <locale.h>
36780         (main): Test sprintf's handling of incomplete multibyte
36781         characters.
36783 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36785         * elf/dl-runtime.c (VERSYMIDX): Removed.
36786         * elf/dl-version.c (VERSYMIDX): Likewise.
36787         * elf/do-rel.h (VERSYMIDX): Likewise.
36788         (VALIDX): Likewise.
36789         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36790         * elf/rtld.c (VALIDX): Likewise.
36791         (ADDRIDX): Likewise.
36792         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36793         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36794         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36795         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36796         (VALIDX): Likewise.
36797         (ADDRIDX): Likewise.
36799 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36801         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36803 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36805         [BZ #11438]
36806         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36807         to global scope.
36808         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36809         addresses are in the same scope as 192.0.2/24.
36810         * posix/gai.conf: Document new scope table defaults.
36812 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36814         [BZ #5298]
36815         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36816         for ftell.  Compute offsets from write pointers instead.
36817         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36819 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36821         [BZ #14543]
36822         * libio/Makefile (tests): New test case tst-fseek.
36823         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36824         combination works in wide mode.
36825         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36826         state when the external buffer state changes.
36828 2012-09-27  David S. Miller  <davem@davemloft.net>
36830         [BZ #14376]
36831         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36832         pass reloc->r_addend in as the 'high' argument to
36833         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36837 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36839         * rt/tst-aio2.c: Include <pthread.h>.
36840         * rt/tst-aio3.c: Likewise.
36842 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36844         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36846 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36848         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36849         contents on [SHARED].
36851 2012-09-26  Marek Polacek  <polacek@redhat.com>
36853         [BZ #14530]
36854         [BZ #13741]
36855         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36856         for C++ and GCC <4.3 as well as for non GCC compilers.
36858 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36860         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36862 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36864         * Makefile.in (all, install): Declare with .PHONY.
36865         Reported by Michael Hope <michael.hope@linaro.org>.
36867 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36869         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36870         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36871         system header.
36872         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36873         Likewise.
36874         (sydep_routines): Add the new and the internal functions.
36875         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36876         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36878         (GLIBC_2.17): Add the new function.
36879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36880         (GLIBC_2.17): Likewise.
36881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36882         (GLIBC_2.17): Likewise.
36883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36884         (GLIBC_2.17): Likewise.
36885         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36887 2012-09-25  Alan Modra  <amodra@gmail.com>
36889         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36890         Add release barrier before setting once_control to say
36891         initialisation is done.  Add hints on lwarx.  Use macro in
36892         place of isync.
36893         (clear_once_control): Add release barrier.
36895 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36897         [BZ #13629]
36898         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36899         specially.
36900         * math/s_clog10.c (__clog10): Likewise.
36901         * math/s_clog10f.c (__clog10f): Likewise.
36902         * math/s_clog10l.c (__clog10l): Likewise.
36903         * math/s_clogf.c (__clogf): Likewise.
36904         * math/s_clogl.c (__clogl): Likewise.
36905         * math/Makefile (libm-calls): Add x2y2m1.
36906         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36907         (__x2y2m1): Likewise.
36908         (__x2y2m1l): Likewise.
36909         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36910         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36911         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36912         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36913         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36914         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36915         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36916         * sysdeps/i386/fpu/libm-test-ulps: Update.
36917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36919         [BZ #14621]
36920         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36921         int as type of variable DEPTH.
36922         (glob): Use size_t instead of int as type of variables NEWCOUNT
36923         and OLD_PATHC.
36925 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36927         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36928         Add s_sincosf-sse2.
36929         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36930         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36931         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36932         macros for using routine as __sincosf_ia32.
36933         Use macro for function declaration and weak_alias.
36934         * sysdeps/i386/fpu/libm-test-ulps: Update.
36936         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36937         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36939         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36940         subnormal argument.
36941         * math/s_cexpf.c (__cexpf): Likewise.
36942         * math/s_csinf.c (__csinf): Likewise.
36943         * math/s_csinhf.c (__csinhf): Likewise.
36944         * math/s_ctanf.c (__ctanf): Likewise.
36945         * math/s_ctanhf.c (__ctanhf): Likewise.
36946         * math/s_ccosh.c (__ccoshf): Likewise.
36947         * math/s_cexp.c (__cexpl): Likewise.
36948         * math/s_csin.c (__csin): Likewise.
36949         * math/s_csinh.c (__csinh): Likewise.
36950         * math/s_ctan.c (__ctan): Likewise.
36951         * math/s_ctanh.c (ctanh): Likewise.
36952         * math/s_ccoshl.c (__ccoshl): Likewise.
36953         * math/s_cexpl.c (__cexpl): Likewise.
36954         * math/s_csinl.c (__csinl): Likewise.
36955         * math/s_csinhl.c (__csinhl): Likewise.
36956         * math/s_ctanl.c (__ctanl): Likewise.
36957         * math/s_ctanhl.c (__ctanhl): Likewise.
36959 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36961         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36962         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36963         (_IO_off_t): Define to __off_t, not _G_off_t.
36964         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36965         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36966         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36967         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36968         type of __dummy and __dummy2 fields.
36969         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36970         (_G_ssize_t): Likewise.
36971         (_G_off_t): Likewise.
36972         (_G_pid_t): Likewise.
36973         (_G_uid_t): Likewise.
36974         (_G_wchar_t): Likewise.
36975         (_G_wint_t): Likewise.
36976         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36977         (_G_ssize_t): Likewise.
36978         (_G_off_t): Likewise.
36979         (_G_pid_t): Likewise.
36980         (_G_uid_t): Likewise.
36981         (_G_wchar_t): Likewise.
36982         (_G_wint_t): Likewise.
36983         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36984         (_G_ssize_t): Likewise.
36985         (_G_off_t): Likewise.
36986         (_G_pid_t): Likewise.
36987         (_G_uid_t): Likewise.
36988         (_G_wchar_t): Likewise.
36989         (_G_wint_t): Likewise.
36991 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36993         * malloc/arena.c: Include malloc-sysdep.h.
36994         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36995         is sufficient to shrink the heap or an unmap is needed.
36996         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36997         new function check_may_shrink_heap.
36998         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36999         new function check_may_shrink_heap.
37001 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37003         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37004         comments.
37006 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37008         * catgets/test-gencat.sh: Add "set -e".
37009         * elf/tst-pathopt.sh: Likewise.
37010         * grp/tst_fgetgrent.sh: Likewise.
37011         * iconvdata/run-iconv-test.sh: Likewise.
37012         * intl/tst-gettext.sh: Likewise.
37013         * intl/tst-gettext2.sh: Likewise.
37014         * intl/tst-gettext4.sh: Likewise.
37015         * intl/tst-gettext6.sh: Likewise.
37016         * intl/tst-translit.sh: Likewise.
37017         * io/ftwtest-sh: Likewise.
37018         * libio/test-freopen.sh: Likewise.
37019         * malloc/tst-mtrace.sh: Likewise.
37020         * posix/globtest.sh: Likewise.
37021         * posix/tst-getconf.sh: Likewise.
37022         * posix/wordexp-tst.sh: Likewise.
37023         * stdio-common/tst-printf.sh: Likewise.
37024         * stdio-common/tst-unbputc.sh: Likewise.
37025         * stdlib/tst-fmtmsg.sh: Likewise.
37026         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37027         * catgets/Makefile: Do not specify -e option when running
37028         testsuite shell scripts.
37029         * elf/Makefile: Likewise.
37030         * grp/Makefile: Likewise.
37031         * iconvdata/Makefile: Likewise.
37032         * intl/Makefile: Likewise.
37033         * io/Makefile: Likewise.
37034         * libio/Makefile: Likewise.
37035         * malloc/Makefile: Likewise.
37036         * posix/Makefile: Likewise.
37037         * stdio-common/Makefile: Likewise.
37038         * stdlib/Makefile: Likewise.
37039         * sysdeps/x86_64/Makefile: Likewise.
37041         * io/ftwtest-sh: Add copyright header.
37042         * posix/globtest.sh: Likewise.
37043         * posix/tst-getconf.sh: Likewise.
37044         * posix/wordexp-tst.sh: Likewise.
37045         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37047 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37049         [BZ #13679]
37050         * Makeconfig (+link): Defined as $(+link-static) if
37051         $(build-shared) isn't yes.
37052         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37053         isn't yes.
37054         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37056         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37058         [BZ #14562]
37059         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37060         new chunk size with MALLOC_ALIGN_MASK.
37062 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37064         [BZ #5044]
37065         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37066         <rounding-mode.h>.
37067         (__printf_fphex): Determine rounding using get_rounding_mode and
37068         round_away.
37069         * stdio-common/tst-printf-round.c (struct hex_test): New
37070         structure.
37071         (hex_tests): New variable.
37072         (test_hex_in_one_mode): New function.
37073         (do_test): Also run tests for hex float output.
37075 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37077         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37078         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37079         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37080         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37081         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37082         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37083         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37084         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37086 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37088         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37089         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37090         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37091         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37093 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37095         [BZ #14579]
37096         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37097         mode only.
37098         * elf/tst-rtld-load-self.sh: New test.
37099         * elf/Makefile: Run it.
37101 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37103         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37104         (tst-writev-ENV): Remove.
37105         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37107 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37109         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37111 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37113         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37114         unconditional.
37115         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37116         Likewise.
37117         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37118         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37119         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37120         Likewise.
37122 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37124         [BZ #14587]
37125         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37126         * config.make.in (have-cpp-asm-debuginfo): Removed.
37127         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37128         * configure: Regenerated.
37130 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37132         [BZ #5044]
37133         * stdio-common/printf_fp.c: Include <stdbool.h> and
37134         <rounding-mode.h>.
37135         (___printf_fp): Determine rounding using get_rounding_mode and
37136         round_away.
37137         * stdio-common/tst-printf-round.c: New file.
37138         * stdio-common/Makefile (tests): Add tst-printf-round.
37139         (link-libm): New variable.
37140         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37142 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37144         [BZ #14576]
37145         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37146         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37147         Likewise.
37148         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37149         Likewise.
37151 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37153         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37154         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37155         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37156         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37158 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37160         [BZ #14518]
37161         * include/rounding-mode.h: New file.
37162         * sysdeps/generic/get-rounding-mode.h: Likewise.
37163         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37164         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37165         (MAX_VALUE): New macro.
37166         (MIN_VALUE): Likewise.
37167         (overflow_value): New function.
37168         (underflow_value): Likewise.
37169         (round_and_return): Use overflow_value and underflow_value to
37170         determine return values in overflow and underflow cases.  Use
37171         round_away to determine rounding depending on rounding mode.
37172         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37173         determine return values in overflow and underflow cases.
37174         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37175         (struct test_results): New structure.
37176         (struct test): Use struct test_results to store expected results
37177         for all rounding modes.
37178         (TEST): Include expected results for all rounding modes.
37179         (test_in_one_mode): New function.
37180         (do_test): Use test_in_one_mode to compute and check results.
37181         Check results for all rounding modes.
37182         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37183         $(link-libm).
37185 2012-12-09  Allan McRae  <allan@archlinux.org>
37187         * sysdeps/i386/fpu/libm-test-ulps: Update
37189 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37191         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37192         (_G_int32_t): Likewise.
37193         (_G_uint16_t): Likewise.
37194         (_G_uint32_t): Likewise.
37195         (_G_HAVE_BOOL): Likewise.
37196         (_G_HAVE_ATEXIT): Likewise.
37197         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37198         (_G_HAVE_IO_FILE_OPEN): Likewise.
37199         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37200         (_G_int32_t): Likewise.
37201         (_G_uint16_t): Likewise.
37202         (_G_uint32_t): Likewise.
37203         (_G_HAVE_BOOL): Likewise.
37204         (_G_HAVE_ATEXIT): Likewise.
37205         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37206         (_G_HAVE_IO_FILE_OPEN): Likewise.
37207         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37208         (_G_int32_t): Likewise.
37209         (_G_uint16_t): Likewise.
37210         (_G_uint32_t): Likewise.
37211         (_G_HAVE_BOOL): Likewise.
37212         (_G_HAVE_ATEXIT): Likewise.
37213         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37214         (_G_HAVE_IO_FILE_OPEN): Likewise.
37216 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37218         * csu/libc-tls.c: Update copyright years.
37220 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37222         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37223         [!_G_USING_THUNKS]: Remove conditional code.
37224         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37225         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37227         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37228         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37229         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37230         (_G_VTABLE_LABEL_PREFIX): Likewise.
37231         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37232         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37233         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37234         (_G_VTABLE_LABEL_PREFIX): Likewise.
37235         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37236         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37237         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37238         (_G_VTABLE_LABEL_PREFIX): Likewise.
37239         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37241 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37243         * libio/Makefile: Include ../Makeconfig before tests.
37244         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37245         only if $(build-shared) is yes.
37247         * iconv/gconv_db.c: Update copyright years.
37249 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37251         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37252         unwind info if defined PIC. Fix special cases description.
37253         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37255         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37256         DP_HI_MASK entry.
37257         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37259 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37261         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37263         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37264         is NULL.
37266         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37267         (LDLIBS-tst-chk4): This.
37268         (LDFLAGS-tst-chk5): Renamed to ...
37269         (LDLIBS-tst-chk5): This.
37270         (LDFLAGS-tst-chk6): Renamed to ...
37271         (LDLIBS-tst-chk6): This.
37272         (LDFLAGS-tst-lfschk4): Renamed to ...
37273         (LDLIBS-tst-lfschk4): This.
37274         (LDFLAGS-tst-lfschk5): Renamed to ...
37275         (LDLIBS-tst-lfschk5): This.
37276         (LDFLAGS-tst-lfschk6): Renamed to ...
37277         (LDLIBS-tst-lfschk6): This.
37279         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37280         on $(common-objpfx)soversions.mk.
37282 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37284         [BZ #10014]
37285         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37286         example host name.
37288 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37290         * malloc/arena.c (arena_get_retry): New function that gets
37291         another arena for the caller to try its request on.
37292         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37293         current arena cannot fulfill the request.
37294         (__libc_memalign): Likewise.
37295         (__libc_memalign): Likewise.
37296         (__libc_pvalloc): Likewise.
37297         (__libc_calloc): Likewise.
37299 2012-09-05  John Tobey  <john.tobey@gmail.com>
37301         [BZ #13542]
37302         * manual/arith.texi (Operations on Complex): Fix description
37303         of carg branch cut.
37305 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37307         [BZ #10014]
37308         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37309         host name.
37311         [BZ #10038]
37312         * manual/memory.texi (Memory): Make order of menu items match
37313         order of sections.
37315 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37317         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37318         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37319         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37321 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37323         * csu/libc-tls.c (static_dtv): Renamed to ...
37324         (_dl_static_dtv): This.  Make it global.
37325         (_dl_initial_dtv): Removed.
37326         (__libc_setup_tls): Updated.
37327         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37328         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37329         DL_INITIAL_DTV.
37331 2012-09-06  Petr Machata  <pmachata@redhat.com>
37333         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37334         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37335         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37336         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37338 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37340         [BZ #14545]
37341         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37342         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37343         freeing dtv[-1].
37345 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37347         [BZ #14544]
37348         * Makeconfig (link-static-before-libc): Replace $(+prector)
37349         with $(+prectorT).
37350         (link-static-after-libc): Replace $(+postctor) with
37351         $(+postctorT).
37352         (link-bounded): Replace $(+prector)/$(+postctor) with
37353         $(+prectorT)/$(+postctorT).
37354         (+prectorT): New macro.
37355         (+postctorT): Likewise.
37357 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37359         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37360         (round_str): Handle values above the maximum for IBM long double
37361         as inexact.
37362         * stdlib/tst-strtod-round.c (tests): Regenerated.
37364 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37366         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37367         assembler flag.
37368         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37369         zarch_nohighgprs around the zarch optimized routines.
37370         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37371         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37372         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37373         for zarch.
37375 2012-09-05  David S. Miller  <davem@davemloft.net>
37377         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37379         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37380         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37381         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37382         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37383         entries.
37385 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37387         * malloc/arena.c: Fold copyright years.
37388         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37390 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37392         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37394 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37396         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37398 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37400         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37401         change internal state upon failure.
37403 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37405         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37406         * malloc/memusage.c (mmap): Likewise.
37407         (mmap64, mremap): Likewise.  Adjust name in comment.
37409 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37411         * libio/fileops.c: Fix typos in comments.
37412         * libio/oldfileops.c: Likewise.
37413         * libio/wfileops.c: Likewise.
37415 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37417         [BZ #1349]
37418         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37419         (tst-malloc-usable-ENV): Set environment for test case.
37420         * malloc/hooks.c (malloc_check_get_size): New function to get
37421         requested size.
37422         * malloc/malloc.c (musable): Use malloc_check_get_size.
37423         * malloc/tst-malloc-usable.c: New test case.
37425 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37427         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37429 2012-09-05  Allan McRae  <allan@archlinux.org>
37431         [BZ #13966]
37432         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37433         determine header location.
37434         * configure: Regenerated.
37436 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37438         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37439         float format.
37440         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37441         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37442         format.
37443         (test): Regenerate.
37445 2012-09-04  David S. Miller  <davem@davemloft.net>
37447         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37448         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37449         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37451 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37453         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37454         failures.
37456         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37458 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37460         [BZ #9914]
37461         * libio/iogetdelim.c: Include <limits.h>.
37462         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37463         + len + 1 would overflow.
37465 2012-09-03  Andreas Jaeger  <aj@suse.de>
37467         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37468         * sysdeps/i386/fpu/libm-test-ulps: Update.
37470 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37472         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37473         Add s_sinf-sse2, s_conf-sse2.
37475         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37476         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37477         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37478         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37480         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37481         for using routine as __sinf_ia32.
37482         Use macro for function declaration and weak_alias.
37483         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37484         for using routine as __cosf_ia32.
37485         Use macro for function declaration and weak_alias.
37487         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37488         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37490         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37491         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37492         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37494         * math/libm-test.inc (cos_test): Add more test cases.
37495         (sin_test): Likewise.
37496         (sincos_test): Likewise.
37498 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37500         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37501         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37502         hidden.
37503         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37505 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37507         [BZ #14538]
37508         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37509         first element of the GOT.
37510         (elf_machine_load_address): Return the difference between
37511         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37513 2012-09-01  Allan McRae  <allan@archlinux.org>
37515         [BZ #13412]
37516         * configure.in (AWK): Require gawk version 3.0 or later.
37517         * configure: Regenerated.
37519 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37521         * sysdeps/unix/sysv/linux/kernel-features.h
37522         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37523         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37524         [__NR_clock_getres]: Make code unconditional.
37525         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37526         (clock_getcpuclockid): Remove code left unreachable by removal of
37527         conditionals.
37528         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37529         code unconditional.
37530         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37531         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37532         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37533         Make code unconditional.
37534         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37535         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37536         * sysdeps/unix/sysv/linux/clock_settime.c
37537         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37538         conditional code.
37539         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37540         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37542 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37544         [BZ #14476]
37545         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37546         scripts/test-installation.pl.
37548         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37549         and $ld_so_version if it is set.
37551 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37553         [BZ #14516]
37554         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37555         failure if reading from procfs failed.
37556         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37558 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37560         * sysdeps/unix/sysv/linux/kernel-features.h
37561         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37562         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37563         Remove conditional code.
37564         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37565         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37566         Remove conditional code.
37567         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37568         * sysdeps/unix/sysv/linux/i386/fxstat.c
37569         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37570         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37571         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37572         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37573         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37574         * sysdeps/unix/sysv/linux/i386/lxstat.c
37575         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37576         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37577         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37578         Remove conditional code.
37579         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37580         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37581         Remove conditional code.
37582         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37583         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37584         <kernel-features.h>.
37585         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37586         Remove.
37587         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37588         Remove conditional code.
37589         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37590         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37591         Remove conditional.
37593 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37595         [BZ #5400]
37596         * NEWS: Add fixed bug number.
37598 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37600         [BZ #14519]
37601         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37602         underflowing exponent in case of negative sign.
37603         * stdlib/tst-strtod-round-data: Add more tests.
37604         * stdlib/tst-strtod-round.c (tests): Regenerated.
37606         [BZ #3479]
37607         * stdlib/strtod_l.c (NDIG): Remove.
37608         (HEXNDIG): Likewise.
37609         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37610         smallest representable value.
37611         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37612         lie within an exact representation of 1/2 ulp of the result.
37613         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37614         unconditionally.
37615         (TENS_P9_IDX): Define unconditionally.
37616         (TENS_P9_SIZE): Likewise.
37617         (TENS_P10_IDX): Likewise.
37618         (TENS_P10_SIZE): Likewise.
37619         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37620         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37621         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37622         entries for 10^2^13 and 10^2^14.
37623         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37624         (TENS_P13_IDX): Define.
37625         (TENS_P13_SIZE): Likewise.
37626         (TENS_P14_IDX): Likewise.
37627         (TENS_P14_SIZE): Likewise.
37628         (_fpioconst_pow10): Change array size to
37629         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37630         unconditional.
37631         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37632         1024]: Add entries for 10^2^13 and 10^2^14.
37633         [LAST_POW10 > _LAST_POW10]: Remove #error.
37634         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37635         (_fpioconst_pow10): Change array size to
37636         FPIOCONST_POW10_ARRAY_SIZE.
37637         * stdlib/gen-fpioconst.c: New file.
37638         * stdlib/gen-tst-strtod-round.c: Likewise.
37639         * stdlib/tst-strtod-round-data: Likewise.
37640         * stdlib/tst-strtod-round.c: Likewise.
37641         * stdlib/Makefile (tests): Add tst-strtod-round.
37643         [BZ #14459]
37644         * stdlib/strtod_l.c: Include <stdint.h>.
37645         (NDEBUG): Do not define.
37646         (round_and_return): Change EXPONENT parameter to type intmax_t.
37647         Rearrange calculations to avoid internal overflow possibilities.
37648         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37649         Rearrange calculations to avoid internal overflow possibilities.
37650         Assert that number fits inside MPNSIZE limbs.
37651         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37652         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37653         calculations and add assertions to avoid internal overflow
37654         possibilities.  Add casts to avoid signed/unsigned operations.
37655         * stdlib/tst-strtod-overflow.c: New file.
37656         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37658 2012-08-25  Marek Polacek  <polacek@redhat.com>
37660         * time/time.h: Fix some typos in comments.
37662 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37664         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37665         * posix/tst-rfc3484-2.c: Likewise.
37666         * posix/tst-rfc3484-3.c: Likewise.
37668 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37670         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37671         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37673 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37675         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37676         #include of fxstatat64.c.
37678 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37680         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37681         * shadow/getspent_r.c: Likewise.
37682         * shadow/getspnam.c: Likewise.
37683         * shadow/getspnam_r.c: Likewise.
37684         * gshadow/getsgent.c: Likewise.
37685         * gshadow/getsgent_r.c: Likewise.
37686         * gshadow/getsgnam.c: Likewise.
37687         * gshadow/getsgnam_r.c: Likewise.
37688         * inet/getnetbyad.c: Likewise.
37689         * inet/getnetbyad_r.c: Likewise.
37690         * inet/getnetbynm.c: Likewise.
37691         * inet/getnetbynm_r.c: Likewise.
37692         * inet/getnetent.c: Likewise.
37693         * inet/getnetent_r.c: Likewise.
37694         * inet/getproto.c: Likewise.
37695         * inet/getproto_r.c: Likewise.
37696         * inet/getprtent.c: Likewise.
37697         * inet/getprtent_r.c: Likewise.
37698         * inet/getprtname.c: Likewise.
37699         * inet/getprtname_r.c: Likewise.
37700         * inet/getrpcbyname.c: Likewise.
37701         * inet/getrpcbyname_r.c: Likewise.
37702         * inet/getrpcbynumber.c: Likewise.
37703         * inet/getrpcbynumber_r.c: Likewise.
37704         * inet/getrpcent.c: Likewise.
37705         * inet/getrpcent_r.c: Likewise.
37706         * inet/getaliasent.c: Likewise.
37707         * inet/getaliasent_r.c: Likewise.
37708         * inet/getaliasname.c: Likewise.
37709         * inet/getaliasname_r.c: Likewise.
37710         * nscd/getgrgid_r.c: Likewise.
37711         * nscd/getgrnam_r.c: Likewise.
37712         * nscd/gethstbyad_r.c: Likewise.
37713         * nscd/gethstbynm3_r.c: Likewise.
37714         * nscd/getpwnam_r.c: Likewise.
37715         * nscd/getpwuid_r.c: Likewise.
37716         * nscd/getsrvbynm_r.c: Likewise.
37717         * nscd/getsrvbypt_r.c: Likewise.
37718         * nscd/gai.c: Likewise.
37720         * configure.in (build_nscd): New substituted variable, set
37721         by --disable-build-nscd and defaults to $use_nscd.
37722         * configure: Regenerated.
37723         * config.make.in (build-nscd): New substituted variable.
37724         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37725         Change conditional to require [$(build-nscd) = yes] as well.
37726         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37728         [BZ# 13696]
37729         * configure.in (use_nscd): New substituted variable, set by
37730         --disable-nscd.  If enabled, define USE_NSCD.
37731         * configure: Regenerated.
37732         * config.h.in: Add USE_NSCD.
37733         * config.make.in (use-nscd): New substituted variable.
37734         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37735         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37736         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37737         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37738         (CFLAGS-getgrnam_r.c): Likewise.
37739         (CFLAGS-initgroups.c): Likewise.
37740         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37741         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37742         Variables removed.
37743         * inet/getnetgrent_r.c
37744         (nscd_setnetgrent): New function, broken out of ...
37745         (setnetgrent): ... here.  Call it.
37746         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37747         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37748         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37749         * nscd/Makefile (routines, aux): Move definitions after include of
37750         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37751         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37752         Conditionalize on [USE_NSCD].
37753         (is_nscd, nscd_init_cb): Likewise.
37754         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37755         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37756         * nss/nss_db/db-init.c: Likewise.
37757         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37758         [USE_NSCD].
37759         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37760         (make_request): Use it.
37761         (cache_valid_p): New function.
37762         (__check_pf): Use it.
37763         * NEWS: Add item for --disable-nscd.
37765 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37767         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37768         to support sed >= 4.2.1-20-ga9bf076.
37769         * configure: Regenerated.
37771 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37773         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37774         Conditionalize whole body on [IREL].
37776 2012-08-22  Jeff Law <law@redhat.com>
37778         [BZ #14505]
37779         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37780         if the family is PF_UNSPEC.
37782 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37784         * Makerules (lib-version): Rename from V.
37785         (install-lib-nosubdir): Change V to lib-version.
37787 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37789         [BZ #14252]
37790         * powerpc32/power6/wcschr.c: New file.
37791         * powerpc32/power6/wcscpy.c: New file.
37792         * powerpc32/power6/wcsrchr.c: New file.
37793         * powerpc64/power6/wcschr.c: New file.
37794         * powerpc64/power6/wcscpy.c: New file.
37795         * powerpc64/power6/wcsrchr.c: New file.
37797 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37799         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37800         (two_way_short_needle): Use it.
37801         * string/strstr.c (AVAILABLE1_USES_J): Define.
37802         * string/strcasestr.c: Likewise.
37804         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37805         array references.
37806         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37808         [BZ #11607]
37809         * NEWS: Add an entry.
37810         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37811         define their defaults.
37812         (two_way_short_needle): Detect end-of-string on-the-fly.
37813         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37814         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37815         * string/bug-strcasestr1.c: New test.
37816         * string/Makefile: Run it.
37818 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37820         [BZ #11607]
37821         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37822         the first character.
37824 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37826         * csu/elf-init.c (__libc_csu_irel): Function removed.
37827         * csu/libc-start.c (apply_irel): New function.
37828         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37830 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37832         * sysdeps/unix/sysv/linux/kernel-features.h
37833         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37834         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37835         <kernel-features.h>.
37836         [__NR_fadvise64_64]: Make code unconditional.
37837         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37838         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37839         !__NR_fadvise64_64)]: Likewise.
37840         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37841         !__NR_fadvise64_64))]: Likewise.
37842         [__NR_fadvise64]: Make code unconditional.
37843         [!__NR_fadvise64]: Remove conditional code.
37844         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37845         <kernel-features.h>.
37846         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37847         unconditional.
37848         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37849         conditional code.
37850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37851         not include <kernel-features.h>.
37852         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37853         unconditional.
37854         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37855         conditional code.
37856         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37857         include <kernel-features.h>.
37858         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37859         unconditional.
37860         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37861         conditional code.
37863 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37865         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37866         slight instruction rearrangements per scrollpipe analysis.
37867         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37869 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37871         * manual/syslog.texi (syslog; vsyslog, closelog):
37872         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37873         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37875         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37876         DSOCAPS to match condition on defining it.
37878 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37880         * sysdeps/unix/sysv/linux/kernel-features.h
37881         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37883         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37884         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37886         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37887         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37889         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37890         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37892         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37893         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37895         * sysdeps/unix/sysv/linux/kernel-features.h
37896         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37897         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37898         unconditional.
37899         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37900         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37901         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37902         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37903         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37904         Make code unconditional.
37905         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37906         (__mmap64) [!__NR_mmap2]: Likewise.
37907         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37908         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37909         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37910         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37911         [__NR_mmap2]: Make code unconditional.
37912         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37913         (__mmap64) [!__NR_mmap2]: Likewise.
37915 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37917         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37919 2012-08-18  Andreas Jaeger  <aj@suse.de>
37921         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37923 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37925         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37926         * include/unistd.h (__have_sock_cloexec): Likewise.
37927         (__have_pipe2): Likewise.
37928         (__have_dup3): Likewise.
37930 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37932         [BZ #9685]
37933         * include/unistd.h (__have_pipe2): Change define into an extern int.
37934         (__have_dup3): Likewise.
37935         * socket/have_sock_cloexec.c: Include fcntl.h.
37936         (__have_pipe2): New variable.
37937         (__have_dup3): Likewise.
37939 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37941         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37943 2012-08-17  Marek Polacek  <polacek@redhat.com>
37945         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37946         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37948 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37950         * configure.in: Add AC_SUBST for sysheaders.
37951         * configure: Regenerated.
37952         * config.make.in (sysheaders): New substituted variable.
37954         * sysdeps/unix/mkfifo.c: Moved ...
37955         * sysdeps/posix/mkfifo.c: ... here.
37956         * sysdeps/unix/mkfifoat.c: Moved ...
37957         * sysdeps/posix/mkfifoat.c: ... here.
37959         * sysdeps/unix/utime.c: Moved ...
37960         * sysdeps/posix/utime.c: ... here.
37962         * sysdeps/unix/time.c: Moved ...
37963         * sysdeps/posix/time.c: ... here.
37964         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37965         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37967         * sysdeps/unix/nice.c: Moved ...
37968         * sysdeps/posix/nice.c: ... here.
37970         * sysdeps/unix/alarm.c: Moved ...
37971         * sysdeps/posix/alarm.c: ... here.
37973         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37975 2012-08-17  Jeff Law <law@redhat.com>
37977         * intl/Makefile (codeset_mo): New variable.
37978         ($(codeset_mo)): New target.
37979         (tst-codeset.out): Depend on that.  Remove explicit rule.
37980         (tst-gettext3.out, tst-gettext5.out): Likewise.
37981         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37982         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37983         * intl/tst-codeset.sh: Remove.
37984         * intl/tst-gettext3.sh: Likewise.
37985         * intl/tst-gettext5.sh: Likewise.
37987 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37989         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37990         * sysdeps/unix/syscalls.list: ... here.
37992         * sysdeps/posix/getaddrinfo.c
37993         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37994         (gaiconf_init, gaiconf_reload): Use them.
37995         [!_STATBUF_ST_NSEC]
37996         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37997         Define using time_t rather than struct timespec.
37999         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38000         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38001         Macros removed.
38002         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38003         [!NO_THREADS].
38004         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38005         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38006         Likewise.
38008         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38009         __libc_cleanup_push argument.
38011         * bits/param.h: New file.
38012         * misc/sys/param.h: New file.
38013         * include/sys/param.h: New file.
38014         * misc/Makefile (headers): Add bits/param.h.
38015         * sysdeps/generic/sys/param.h: File removed.
38016         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38017         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38018         * sysdeps/mach/hurd/bits/param.h: New file.
38019         * sysdeps/mach/hurd/sys/param.h: File removed.
38021         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38022         last change.
38024         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38025         [_IO_MTSAFE_IO].
38026         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38027         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38028         New macros.
38030         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38031         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38032         rather than -D_IO_MTSAFE_IO conditionally.
38033         * stdio-common/Makefile (CPPFLAGS): Likewise.
38034         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38035         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38036         Use $(libio-mtsafe).
38037         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38038         of -D_IO_MTSAFE_IO.
38039         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38040         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38041         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38042         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38043         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38044         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38045         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38046         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38047         (CFLAGS-fread_u_chk.c): Likewise.
38048         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38049         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38050         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38051         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38052         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38053         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38054         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38055         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38056         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38058         * libio/Makefile: Test [$(libc-reentrant) = yes]
38059         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38061         * Makeconfig
38062         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38063         * sysdeps/pthread/configure: File removed.
38064         * sysdeps/pthread/Makeconfig: New file.
38065         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38066         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38068 2012-08-16  Gary Benson  <gbenson@redhat.com>
38070         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38071         unmapping the first object in a namespace.
38073 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38075         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38076         (__internal_setnetgrent): ... this.  Add internal_function to
38077         definition.  Add libc_hidden_def.
38078         (setnetgrent): Update caller.
38079         (internal_endnetgrent): Renamed to ...
38080         (__internal_endnetgrent): ... this.  Add internal_function to
38081         definition.  Add libc_hidden_def.
38082         (endnetgrent): Update caller.
38083         (internal_getnetgrent_r): Renamed to ...
38084         (__internal_getnetgrent_r): ... this.  Add internal_function to
38085         definition.  Add libc_hidden_def.
38086         (__getnetgrent_r): Update caller.
38087         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38089 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38091         * stdlib/longlong.h: Update from GCC.
38093 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38095         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38096         on _QL, which is set by umul_ppmm but never used.
38097         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38098         variables, which are set by GMP macros but never used.
38099         * stdio-common/_itowa.c (_itowa): Likewise.
38100         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38101         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38103 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38105         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38106         struct La_sh_regs is not constant.
38107         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38108         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38109         and struct La_sparc64_regs are not constant.
38111 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38113         * sysdeps/unix/sysv/linux/kernel-features.h
38114         (__ASSUME_POSIX_TIMERS): Remove.
38115         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38116         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38117         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38118         Make code unconditional.
38119         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38120         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38121         Make code unconditional.
38122         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38123         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38124         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38125         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38126         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38127         Make code unconditional.
38128         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38129         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38130         (__libc_missing_posix_timers): Remove.
38132 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38134         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38135         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38137         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38139         * elf/dl-sym.c: Include <stdlib.h>.
38141         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38142         constants, which avoids warnings in 32-bit builds.
38144         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38145         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38147         * misc/lseek.c: File moved to ...
38148         * io/lseek.c: ... here.
38150         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38152         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38153         shifting LEN more than 31 bits at once.
38155 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38157         [BZ #14195]
38158         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38159         segmentation fault for a case of two empty input strings.
38160         * string/test-strncasecmp.c (check1): Renamed to...
38161         (bz12205): ...this.
38162         (bz14195): Add new testcase for two empty input strings and N > 0.
38163         (test_main): Call new testcase, adapt for renamed function.
38165 2012-08-15  Andreas Jaeger  <aj@suse.de>
38167         [BZ #14090]
38168         * crypt/md5test2.c: New test, based on test supplied by Serge
38169         Belyshev <belyshev@depni.sinp.msu.ru>.
38170         * crypt/Makefile (xtests): Add md5test-giant..
38171         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38173 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38175         [BZ #14090]
38176         * crypt/md5.c (md5_process_block): Don't assume the buffer
38177         length is less than 2**32.
38178         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38179         length is less than 2**64.
38181 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38183         * string/str-two-way.h: Include <sys/param.h>.
38184         (MAX): Macro removed.
38186         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38187         Move #define and #undef of memmove to just before and after
38188         including <string.h>.
38190         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38191         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38192         and after including <string.h>.  Move declarations of
38193         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38194         to before #include "string/memmove.c".
38196         * include/dirent.h: Declare __getdirentries.
38198         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38199         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38201 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38203         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38204         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38205         * sysdeps/i386/configure: Regenerated.
38206         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38207         STABS_CURRENT_FILE, and STABS_FUN.
38208         (END): Remove call to STABS_FUN_END.
38209         (STABS_CURRENT_FILE1): Delete.
38210         (STABS_CURRENT_FILE): Likewise.
38211         (STABS_FUN): Likewise.
38212         (STABS_FUN_END): Likewise.
38213         (STABS_FUN2): Likewise.
38214         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38215         * sysdeps/x86_64/configure: Regenerated.
38217 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38219         * elf/dl-open.c: Include <atomic.h>.
38220         * elf/dl-lookup.c: Likewise.
38222 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38224         * sysdeps/unix/sysv/linux/kernel-features.h
38225         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38226         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38227         unconditionally.
38228         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38229         unconditionally.
38230         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38231         condition on __ASSUME_CLONE_THREAD_FLAGS.
38233 2012-08-14  Andreas Jaeger  <aj@suse.de>
38235         * sysdeps/i386/fpu/libm-test-ulps: Update.
38237 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38239         * include/atomic.h (atomic_exchange_and_add): Split into ...
38240         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38241         New atomic macros.
38243 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38245         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38247 2012-08-13  Jeff Law <law@redhat.com>
38249         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38250         null byte in the output string.
38252 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38254         * sysdeps/unix/sysv/linux/kernel-features.h
38255         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38256         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38257         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38258         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38259         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38260         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38261         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38263 2012-08-09  Jeff Law <law@redhat.com>
38265         [BZ #13939]
38266         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38267         When avoid_arena is set, don't retry in the that arena.  Pick the
38268         next one, whatever it might be.
38269         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38270         (arena_lock): Pass in new parameter to arena_get2.
38271         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38272         arena_get2.
38273         (__libc_malloc): Unify retrying after main arena failure with
38274         __libc_memalign version.
38275         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38277 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38279         [BZ #14166]
38280         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38281         to __redirect_strstr.
38282         (__strstr_sse42): Use typeof __redirect_strstr.
38283         (__strstr_ia32): Likewise.
38284         (__libc_strstr): New prototype.
38285         (strstr): Renamed to ...
38286         (__libc_strstr): This.
38287         (strstr): New strong alias of __libc_strstr.
38288         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38289         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38290         __redirect_time.
38291         Include <time.h>.
38292         (__libc_time): New prototype.
38293         (time_ifunc): Replace time with __libc_time.
38294         (time): New strong alias and hidden definition of __libc_time.
38295         (__GI_time): Remove strong alias.
38296         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38297         Include <stddef.h>.
38298         (memmove): Redefined to __redirect_memmove.
38299         (__memmove_sse2): Use typeof __redirect_memmove.
38300         (__memmove_ssse3): Likewise.
38301         (__memmove_ssse3_back): Likewise.
38302         (__libc_memmove): New prototype.
38303         (memmove): Renamed to ...
38304         (__libc_memmove): This.
38305         (memmove): New strong alias of __libc_memmove.
38307 2012-08-08  Mark Salter  <msalter@redhat.com>
38309         * elf/elf.h
38310         (R_MN10300_TLS_GD): Define.
38311         (R_MN10300_TLS_LD): Likewise.
38312         (R_MN10300_TLS_LDO): Likewise.
38313         (R_MN10300_TLS_GOTIE): Likewise.
38314         (R_MN10300_TLS_IE): Likewise.
38315         (R_MN10300_TLS_LE): Likewise.
38316         (R_MN10300_TLS_DTPMOD): Likewise.
38317         (R_MN10300_TLS_DTPOFF): Likewise.
38318         (R_MN10300_TLS_TPOFF): Likewise.
38319         (R_MN10300_SYM_DIFF): Likewise.
38320         (R_MN10300_ALIGN): Likewise.
38321         (R_MN10300_NUM): Update.
38323 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38325         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38326         Remove.
38328 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38330         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38332         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38333         sysdeps/unix -> sysdeps/posix move.
38334         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38336 2012-08-07      Allan McRae     <allan@archlinux.org>
38338         [BZ #14303]
38339         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38340         (SUNOS_CPP): Likewise.
38341         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38342         not found.
38343         (open_input): Call CPP using execvp.
38345 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38347         * sysdeps/unix/sysv/linux/kernel-features.h
38348         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38349         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38350         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38351         (__ASSUME_WAITID_SYSCALL): Likewise.
38352         * sysdeps/unix/sysv/linux/dl-execstack.c
38353         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38354         code unconditional.
38355         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38356         conditional code.
38357         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38358         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38359         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38360         code.
38361         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38362         unconditional.
38363         [__ASSUME_WAITID_SYSCALL]: Likewise.
38364         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38366 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38368         * sysdeps/unix/closedir.c: Renamed to ...
38369         * sysdeps/posix/closedir.c: ... here.
38370         * sysdeps/unix/dirfd.c: Renamed to ...
38371         * sysdeps/posix/dirfd.c: ... here.
38372         * sysdeps/unix/dirstream.h: Renamed to ...
38373         * sysdeps/posix/dirstream.h: ... here.
38374         * sysdeps/unix/fdopendir.c: Renamed to ...
38375         * sysdeps/posix/fdopendir.c: ... here.
38376         * sysdeps/unix/opendir.c: Renamed to ...
38377         * sysdeps/posix/opendir.c: ... here.
38378         * sysdeps/unix/readdir.c: Renamed to ...
38379         * sysdeps/posix/readdir.c: ... here.
38380         * sysdeps/unix/readdir_r.c: Renamed to ...
38381         * sysdeps/posix/readdir_r.c: ... here.
38382         * sysdeps/unix/rewinddir.c: Renamed to ...
38383         * sysdeps/posix/rewinddir.c: ... here.
38384         * sysdeps/unix/seekdir.c: Renamed to ...
38385         * sysdeps/posix/seekdir.c: ... here.
38386         * sysdeps/unix/telldir.c: Renamed to ...
38387         * sysdeps/posix/telldir.c: ... here.
38388         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38389         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38390         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38391         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38393         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38394         * bits/fcntl.h: ... here.
38396         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38397         not 0.
38398         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38399         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38400         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38401         (struct flock): Move l_start, l_len to the beginning.
38402         Use __pid_t for l_pid.
38403         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38404         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38405         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38406         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38407         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38408         [__USE_LARGEFILE64] (struct flock64): New type.
38409         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38411         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38412         * bits/dirent.h: ... here.
38414         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38415         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38417 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38419         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38420         Change from 2.6.0 to 2.6.16.
38421         * sysdeps/unix/sysv/linux/configure: Regenerated.
38422         * sysdeps/unix/sysv/linux/kernel-features.h
38423         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38424         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38425         version.
38426         (__ASSUME_UTIMES): Likewise.
38427         (__ASSUME_CLONE_STOPPED): Remove.
38428         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38429         architectures, not kernel version.
38430         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38431         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38432         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38433         (__ASSUME_WAITID_SYSCALL): Likewise.
38434         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38435         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38436         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38437         refer to older versions.
38439 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38441         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38442         Define alphasort64 as an alias.
38443         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38444         Define versionsort64 as an alias.
38445         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38446         Define scandir64 as an alias.
38447         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38448         Define scandirat64 as an alias.
38449         * dirent/alphasort64.c (alphasort64):
38450         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38451         * dirent/versionsort64.c: Likewise.
38452         * dirent/scandir64.c: Likewise.
38453         * dirent/scandirat64.c: Likewise.
38454         * sysdeps/wordsize-64/alphasort.c: File removed.
38455         * sysdeps/wordsize-64/alphasort64.c: File removed.
38456         * sysdeps/wordsize-64/scandir.c: File removed.
38457         * sysdeps/wordsize-64/scandir64.c: File removed.
38458         * sysdeps/wordsize-64/scandirat.c: File removed.
38459         * sysdeps/wordsize-64/scandirat64.c: File removed.
38460         * sysdeps/wordsize-64/versionsort.c: File removed.
38461         * sysdeps/wordsize-64/versionsort64.c: File removed.
38462         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38463         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38464         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38465         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38466         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38467         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38468         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38469         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38471         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38472         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38473         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38474         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38475         [defined __arch64__ || defined __sparcv9]
38476         (__INO_T_MATCHES_INO64_T): New macro.
38477         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38478         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38479         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38480         * sysdeps/unix/sysv/linux/bits/dirent.h
38481         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38482         (_DIRENT_MATCHES_DIRENT64): New macro.
38484         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38485         Define lockf64 as an alias.
38486         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38487         Define fseeko64 as an alias.
38488         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38489         Define ftello64 as an alias.
38490         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38491         Define _IO_fgetpos64 and fgetpos64 as aliases.
38492         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38493         Define _IO_fsetpos64 and fsetpos64 as aliases.
38494         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38495         Conditionalize body on this.
38496         * libio/fseeko64.c: Likewise.
38497         * libio/ftello64.c: Likewise.
38498         * libio/iofgetpos64.c: Likewise.
38499         * libio/iofsetpos64.c: Likewise.
38500         * sysdeps/wordsize-64/lockf.c: File removed.
38501         * sysdeps/wordsize-64/lockf64.c: File removed.
38502         * sysdeps/wordsize-64/fseeko.c: File removed.
38503         * sysdeps/wordsize-64/fseeko64.c: File removed.
38504         * sysdeps/wordsize-64/ftello.c: File removed.
38505         * sysdeps/wordsize-64/ftello64.c: File removed.
38506         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38507         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38508         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38509         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38510         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38511         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38512         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38513         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38514         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38515         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38516         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38517         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38518         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38519         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38521         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38522         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38523         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38524         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38525         [defined __arch64__ || defined __sparcv9]
38526         (__OFF_T_MATCHES_OFF64_T): New macro.
38527         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38528         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38529         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38530         (__OFF_T_MATCHES_OFF64_T): New macro.
38532 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38534         * stdlib/secure-getenv.c (__secure_getenv): Replace
38535         GLIBC_2_16 with GLIBC_2_17.
38537 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38539         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38540         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38542 2012-08-03  David S. Miller  <davem@davemloft.net>
38544         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38546 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38548         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38549         Remove.
38550         (__ASSUME_CORRECT_SI_PID): Likewise.
38551         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38552         (__ASSUME_TMPFS_NAME): Likewise.
38553         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38554         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38555         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38556         (HAVE_AUX_SECURE): Make definition unconditional.
38557         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38558         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38560 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38562         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38563         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38564         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38565         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38566         __eloop_threshold instead of SYMLOOP_MAX.
38568         * sysdeps/generic/eloop-threshold.h: New file.
38569         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38570         of MAXSYMLINKS.
38571         * elf/chroot_canon.c (chroot_canon): Likewise.
38573 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38575         [BZ #13717]
38576         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38577         Change to 2.6.0 everywhere.
38578         * sysdeps/unix/sysv/linux/configure: Regenerated.
38579         * sysdeps/unix/sysv/linux/kernel-features.h
38580         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38581         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38582         kernel versions.
38583         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38584         (__ASSUME_FUTEX_REQUEUE): Remove.
38585         (__ASSUME_STATFS64): Define unconditionally.
38586         (__ASSUME_AT_SECURE): Likewise.
38587         (__ASSUME_CORRECT_SI_PID): Likewise.
38588         (__ASSUME_TGKILL): Define without depending on kernel version for
38589         i386.
38590         (__ASSUME_UTIMES): Likewise.
38591         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38592         kernel version.
38593         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38594         (__ASSUME_TMPFS_NAME): Likewise.
38595         * README: Update reference to Linux kernel versions.
38597 2012-08-02  Marek Polacek  <polacek@redhat.com>
38599         [BZ# 14150]
38600         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38601         libc_cv_asm_type_prefix with %.
38602         * configure: Regenerated.
38603         * include/libc-symbols.h: Remove comment about
38604         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38605         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38606         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38607         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38608         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38609         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38610         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38611         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38612         * elf/tst-unique2mod1.c: Likewise.
38613         * elf/tst-unique1mod2.c: Likewise.
38614         * elf/tst-unique1mod1.c: Likewise.
38615         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38616         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38617         Replace ASM_TYPE_DIRECTIVE with .type.
38618         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38619         * sysdeps/i386/sysdep.h: Likewise.
38620         * sysdeps/x86_64/sysdep.h: Likewise.
38621         * sysdeps/sh/sysdep.h: Likewise.
38622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38623         Do not define ASM_TYPE_DIRECTIVE.
38624         * sysdeps/powerpc/sysdep.h: Likewise.
38625         * sysdeps/powerpc/powerpc32/sysdep.h:
38626         Replace ASM_TYPE_DIRECTIVE with .type.
38627         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38628         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38629         * sysdeps/i386/fpu/e_powf.S: Likewise.
38630         * sysdeps/i386/fpu/e_expl.S: Likewise.
38631         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38632         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38633         * sysdeps/i386/fpu/e_pow.S: Likewise.
38634         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38635         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38636         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38637         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38638         * sysdeps/i386/fpu/e_log2.S: Likewise.
38639         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38640         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38641         * sysdeps/i386/fpu/e_powl.S: Likewise.
38642         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38643         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38644         * sysdeps/i386/fpu/e_logl.S: Likewise.
38645         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38646         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38647         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38648         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38649         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38650         * sysdeps/i386/fpu/e_log.S: Likewise.
38651         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38652         * sysdeps/i386/fpu/e_logf.S: Likewise.
38653         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38654         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38655         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38656         * sysdeps/i386/fpu/e_log10.S: Likewise.
38657         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38658         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38659         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38660         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38661         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38662         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38663         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38664         * sysdeps/i386/i686/strtok.S: Likewise.
38665         * sysdeps/i386/i386-mcount.S: Likewise.
38666         * sysdeps/i386/strtok.S: Likewise.
38667         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38668         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38669         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38670         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38671         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38672         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38673         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38674         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38675         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38676         * sysdeps/x86_64/_mcount.S: Likewise.
38677         * sysdeps/x86_64/strtok.S: Likewise.
38678         * sysdeps/sh/_mcount.S: Likewise.
38680 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38682         * libio/iofopen.c: Include <fcntl.h>.
38683         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38684         (_IO_fopen64, fopen64): Define as aliases.
38685         * libio/iofopen64.c: Include <fcntl.h>.
38686         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38687         Conditionalize body on this.
38688         * sysdeps/wordsize-64/iofopen.c: File removed.
38689         * sysdeps/wordsize-64/iofopen64.c: File removed.
38691 2012-08-01  Marek Polacek  <polacek@redhat.com>
38693         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38694         Use dlfcn directly instead of a variable.
38695         (binfmt-subdir): Do not define.
38696         (dlfcn): Likewise.
38698 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38700         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38701         Remove all definitions.
38702         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38703         <kernel-features.h>.
38704         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38705         (miss_F_GETOWN_EX): Remove all definitions.
38706         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38707         macro definition.
38708         [!__ASSUME_FCNTL64]: Remove conditional code.
38709         [__ASSUME_FCNTL64]: Make code unconditional.
38710         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38711         <kernel-features.h>.
38712         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38713         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38714         (lockf64) [__NR_fcntl64]: Make code unconditional.
38715         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38717         * sysdeps/unix/sysv/linux/kernel-features.h
38718         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38719         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38720         Make code unconditional.
38721         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38722         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38724         [__NR_vfork]: Make code unconditional.
38725         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38726         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38728         [__NR_vfork]: Make code unconditional.
38729         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38730         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38732 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38734         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38735         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38737         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38738         Define mkstemp64 as an alias.
38739         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38740         Define mkstemps64 as an alias.
38741         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38742         Define mkostemp64 as an alias.
38743         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38744         Define mkostemps64 as an alias.
38745         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38746         Conditionalize body on this.
38747         * misc/mkostemp64.c: Likewise.
38748         * misc/mkostemps64.c: Likewise.
38749         * misc/mkstemps64.c: Likewise.
38750         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38751         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38752         * sysdeps/wordsize-64/mkostemp.c: File removed.
38753         * sysdeps/wordsize-64/mkstemp.c: File removed.
38754         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38755         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38756         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38757         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38759         [BZ #14138]
38760         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38761         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38762         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38763         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38765         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38766         compat_symbol macros from <shlib-compat.h> rather than the underlying
38767         default_symbol_version and symbol_version macros, so that DEFAULT
38768         lines in shlib-versions are respected.
38769         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38771 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38773         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38774         Declare with warn_unused_result.
38775         (setgid, setregid, setegid, setresgid): Likewise.
38776         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38777         Likewise.
38778         * WUR-REPORT: Remove set*id functions.
38780 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38782         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38784 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38786         [BZ #10191]
38787         * include/sys/socket.h (__libc_accept, __libc_accept4):
38788         Add attribute_hidden.
38789         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38791         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38792         use of PTR_MANGLE.
38793         * inet/getnetgrent_r.c (setup): Likewise.
38795         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38797 2012-07-31  David S. Miller  <davem@davemloft.net>
38799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38801 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38803         [BZ #13629]
38804         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38805         value between 1.0 and 2.0 and smaller part has absolute value less
38806         than 1.0.
38807         * math/s_clog10.c (__clog10): Likewise.
38808         * math/s_clog10f.c (__clog10f): Likewise.
38809         * math/s_clog10l.c (__clog10l): Likewise.
38810         * math/s_clogf.c (__clogf): Likewise.
38811         * math/s_clogl.c (__clogl): Likewise.
38812         * math/libm-test.inc (clog_test): Add more tests.
38813         (clog10_test): Likewise.
38814         * sysdeps/i386/fpu/libm-test-ulps: Update.
38815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38817 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38819         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38820         Exit with zero in case no suitable GID is found, and write a
38821         message to standard error.
38823 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38825         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38826         rather than to 1.
38827         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38828         (MAXPATHLEN): Removed.
38829         (NOGROUP, NODEV): New macros.
38830         (setbit, clrbit, isset, isclr): New macros.
38831         (howmany, roundup, powerof2): New macros.
38832         (DEV_BSIZE): New macro.
38834         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38835         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38837         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38838         definition on [!__NO_LONG_DOUBLE_MATH].
38840         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38841         PTR_MANGLE and PTR_DEMANGLE.
38843         * socket/accept4.c (accept4): Rename to __libc_accept4.
38844         Define accept4 as a weak alias.
38846         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38847         on [_DIRENT_HAVE_D_TYPE].
38848         * io/ftw.c (ftw_dir): Likewise.
38850         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38852         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38854         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38855         Use the BSD numbers rather than the arbitrary ones we had.
38856         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38857         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38858         (SIGXCPU, SIGXFSZ): New macros.
38859         (_NSIG): Now 32.
38861         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38862         initializer on [_LIBC_REENTRANT].
38864         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38865         definitions inside [_POSIX_MAPPED_FILES].
38867         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38869         * dirent/opendir.c: Include <fcntl.h>.
38871         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38872         (__libc_getspecific): Likewise.
38873         (__libc_key_create): Likewise.
38875         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38876         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38877         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38878         (tmpfile64): Define as alias.
38879         * sysdeps/wordsize-64/tmpfile.c: File removed.
38880         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38881         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38882         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38884         * stdio-common/vfscanf.c: Include <stdbool.h>.
38885         * nss/makedb.c: Likewise.
38886         * stdio-common/_i18n_number.h: Likewise.
38887         * argp/argp-help.c: Likewise.
38888         * posix/wordexp.c: Likewise.
38889         * sysdeps/posix/spawni.c: Likewise.
38890         * nss/nss_files/files-initgroups.c: Likewise.
38891         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38892         * nss/nss_files/files-initgroups.c: Likewise.
38893         * nss/nss_db/db-netgrp.c: Likewise.
38894         * nss/nss_db/db-initgroups.c: Likewise.
38895         * io/fchmodat.c: Include <sys/stat.h>.
38897         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38898         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38900         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38901         [HAVE_MMAP].
38903         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38904         Add multiple inclusion protection.
38906 2012-07-27  David S. Miller  <davem@davemloft.net>
38908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38910 2012-07-27  Gary Benson  <gbenson@redhat.com>
38912         [BZ #14298]
38913         * elf/rtld.c: Include <stap-probe.h>.
38914         (dl_main): Added static probes "init_start" and "init_complete".
38915         * elf/dl-load.c: Include <stap-probe.h>.
38916         (lose): Take new parameter "nsid".
38917         Added static probe "map_failed".
38918         (_dl_map_object_from_fd): Pass namespace id to lose.
38919         Added static probe "map_start".
38920         (open_verify): Pass namespace id to lose.
38921         * elf/dl-open.c: Include <stap-probe.h>.
38922         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38923         and "reloc_complete".
38924         * elf/dl-close.c: Include <stap-probe.h>.
38925         (_dl_close_worker): Added static probes "unmap_start" and
38926         "unmap_complete".
38927         * elf/rtld-debugger-interface.txt: New file documenting the above.
38929 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38931         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38932         rather than a string variable.
38933         * sunrpc/rpc_main.c (h_output): Likewise.
38934         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38936 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38938         * inet/check_native.c: New file.
38940 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38942         [BZ #13629]
38943         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38944         if larger part has absolute value 1.0.
38945         * math/s_clog10.c (__clog10): Likewise.
38946         * math/s_clog10f.c (__clog10f): Likewise.
38947         * math/s_clog10l.c (__clog10l): Likewise.
38948         * math/s_clogf.c (__clogf): Likewise.
38949         * math/s_clogl.c (__clogl): Likewise.
38950         * math/libm-test.inc (clog_test): Add more tests.
38951         (clog10_test): Likewise.
38952         * sysdeps/i386/fpu/libm-test-ulps: Update.
38953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38955         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38956         (pltexit): Likewise.
38957         (La_regs): Likewise.
38958         (La_retval): Likewise.
38959         (int_retval): Likewise.
38960         Update #error for removed macros to refer only to definitions in
38961         tst-audit.h.
38962         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38963         macro.
38964         (pltexit): Likewise.
38965         (La_regs): Likewise.
38966         (La_retval): Likewise.
38967         (int_retval): Likewise.
38968         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38969         macro.
38970         (pltexit): Likewise.
38971         (La_regs): Likewise.
38972         (La_retval): Likewise.
38973         (int_retval): Likewise.
38974         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38975         macro.
38976         (pltexit): Likewise.
38977         (La_regs): Likewise.
38978         (La_retval): Likewise.
38979         (int_retval): Likewise.
38980         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38981         macro.
38982         (pltexit): Likewise.
38983         (La_regs): Likewise.
38984         (La_retval): Likewise.
38985         (int_retval): Likewise.
38986         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38987         macro.
38988         (pltexit): Likewise.
38989         (La_regs): Likewise.
38990         (La_retval): Likewise.
38991         (int_retval): Likewise.
38992         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38993         macro.
38994         (pltexit): Likewise.
38995         (La_regs): Likewise.
38996         (La_retval): Likewise.
38997         (int_retval): Likewise.
38998         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38999         macro definitions in tst-audit.h.
39000         * sysdeps/i386/tst-audit.h: New file.
39001         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39002         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39003         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39004         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39005         * sysdeps/sh/tst-audit.h: Likewise.
39006         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39007         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39008         * sysdeps/x86_64/tst-audit.h: Likewise.
39010 2012-07-26  Andreas Jaeger  <aj@suse.de>
39012         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39013         ptrace.
39015         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39016         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39017         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39018         PTRACE_O_MASK.
39019         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39020         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39021         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39023         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39024         value.
39026         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39027         _sigsys.
39028         (si_call_addr, si_syscall, si_arch): Define new macro.
39029         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39030         _sigsys.
39031         (si_call_addr, si_syscall, si_arch): Define new marcro.
39032         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39033         _sigsys.
39034         (si_call_addr, si_syscall, si_arch): Define new macro.
39035         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39036         _sigsys.
39037         (si_call_addr, si_syscall, si_arch): Define new macro.
39039 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39041         [BZ #13717]
39042         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39043         Change to 2.4.21 where previously 2.4.1.
39044         * sysdeps/unix/sysv/linux/configure: Regenerated.
39045         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39046         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39047         Linux kernel version.
39048         (__ASSUME_STD_AUXV): Remove.
39049         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39050         kernel version.
39051         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39052         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39053         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39054         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39055         (__ASSUME_NETLINK_SUPPORT): Likewise.
39056         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39057         (__no_netlink_support): Remove conditional definition.
39058         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39059         Remove.
39060         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39061         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39062         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39063         (if_nameindex_ioctl): Remove.
39064         (if_nameindex_netlink): Do not handle __no_netlink_support.
39065         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39066         code.
39067         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39068         Remove conditional code.
39069         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39070         code.
39071         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39072         unconditional.
39073         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39074         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39075         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39076         Remove.
39077         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39078         [!__ASSUME_STD_AUXV]: Remove conditional code.
39079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39080         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39081         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39083         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39084         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39085         code.
39086         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39088         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39089         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39090         conditional code.
39091         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39093         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39094         code.
39095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39096         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39097         conditional code.
39098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39099         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39100         code unconditional.
39101         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39102         conditional code.
39103         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39104         unconditional.
39105         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39106         conditional code.
39107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39108         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39109         unconditional.
39110         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39111         conditional code.
39112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39113         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39114         code unconditional.
39115         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39116         conditional code.
39117         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39118         unconditional.
39119         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39120         conditional code.
39121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39122         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39123         code unconditional.
39124         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39125         conditional code.
39126         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39127         unconditional.
39128         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39129         conditional code.
39131 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39133         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39134         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39135         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39136         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39137         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39138         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39139         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39140         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39141         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39142         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39143         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39144         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39145         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39146         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39147         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39148         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39149         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39150         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39151         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39152         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39153         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39154         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39155         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39157 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39159         * Versions.def: Add GLIBC_2.17.
39160         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39161         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39162         Introduce __libc_secure_getenv.
39163         * stdlib/Versions (2.17): Add secure_getenv
39164         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39165         * stdlib/secure-getenv.c: Rename __secure_getenv to
39166         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39167         symbol __secure_getenv for GLIBC_2.0.
39168         * stdlib/tst-secure-getenv.c: New.
39169         * stdlib/Makefile (tests): Add testcase.
39170         * manual/startup.texi (Environment Access): Document
39171         secure_getenv.
39172         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39173         __libc_secure_getenv.
39174         * inet/ruserpass.c (ruserpass): Likewise.
39175         * malloc/mtrace.c (mtrace): Likewise.
39176         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39177         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39178         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39179         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39180         HAVE_SECURE_GETENV.
39181         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39182         __secure_getenv to __libc_secure_getenv.
39183         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39185         Likewise.
39186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39187         Likewise.
39188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39190         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39191         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39196 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39198         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39199         (struct La_i86_retval): Likewise.
39200         (struct La_x86_64_regs): Likewise.
39201         (struct La_x86_64_retval): Likewise.
39202         (struct La_x32_regs): Likewise.
39203         (struct La_x32_retval): Likewise.
39204         (struct La_ppc32_regs): Likewise.
39205         (struct La_ppc32_retval): Likewise.
39206         (struct La_ppc64_regs): Likewise.
39207         (struct La_ppc64_retval): Likewise.
39208         (struct La_sh_regs): Likewise.
39209         (struct La_sh_retval): Likewise.
39210         (struct La_s390_32_regs): Likewise.
39211         (struct La_s390_32_retval): Likewise.
39212         (struct La_s390_64_regs): Likewise.
39213         (struct La_s390_64_retval): Likewise.
39214         (struct La_sparc32_regs): Likewise.
39215         (struct La_sparc32_retval): Likewise.
39216         (struct La_sparc64_regs): Likewise.
39217         (struct La_sparc64_retval): Likewise.
39218         (struct audit_ifaces): Remove architecture-specific pltenter and
39219         pltexit members.
39220         * sysdeps/i386/ldsodefs.h: New file.
39221         * sysdeps/powerpc/ldsodefs.h: Likewise.
39222         * sysdeps/s390/ldsodefs.h: Likewise.
39223         * sysdeps/sh/ldsodefs.h: Likewise.
39224         * sysdeps/sparc/ldsodefs.h: Likewise.
39225         * sysdeps/x86_64/ldsodefs.h: Likewise.
39227 2012-07-25  Marek Polacek  <polacek@redhat.com>
39229         [BZ #6808]
39230         * math/libm-test.inc (yn_test): Add another test.
39231         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39232         to ERANGE when the result is +-Inf.
39233         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39234         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39235         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39236         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39238 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39240         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39241         equal to 0.
39242         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39243         clock_t.
39244         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39246 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39248         * configure.in <sysdeps resolving>: Correct printing
39249         Implies_before.
39250         * configure: Regenerate.
39252 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39254         * math/w_ilogb.c: Include <limits.h>.
39255         * math/w_ilogbl.c: Likewise.
39257 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39259         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39260         va_copy.  Document allowing for unavailable va_copy only as
39261         pre-C99 compatibility.
39262         * manual/string.texi (Copying and Concatenation): Use va_copy
39263         instead of __va_copy in concat example.
39265 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39267         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39268         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39269         it if not null.
39271         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39272         with O_NOLINK passed to __file_name_lookup.
39274         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39275         with O_NOLINK passed to __file_name_lookup.
39277         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39278         negative N or less than NGIDS.
39280         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39281         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39282         enough.  Use memcpy instead of strncpy.
39284 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39286         * elf/Makefile (check-data): Remove.
39287         (localplt.data): New vpath directive.
39288         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39289         instead of $(check-data).
39290         * scripts/data/localplt-generic.data: Move to ...
39291         * sysdeps/generic/localplt.data: ... here.
39292         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39293         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39294         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39296         ... here.
39297         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39299         ... here.
39300         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39301         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39302         ... here.
39303         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39305         ... here.
39306         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39308         ... here.
39309         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39310         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39311         ... here.
39313 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39315         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39316         PPC32 and PPC64 files.
39317         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39318         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39320 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39322         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39323         __makecontext_ret to ...
39324         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39325         ... here and call exit if uc_link is NULL.  New file.
39326         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39327         __makecontext_ret.S.
39328         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39329         __makecontext_ret to ...
39330         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39331         ... here and call exit if uc_link is NULL.  New file.
39332         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39333         __makecontext_ret.S.
39335 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39337         * elf/elf.h (R_390_IRELATIVE): New definition.
39338         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39339         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39340         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39341         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39342         (elf_machine_lazy_rel): Likewise.
39343         * sysdeps/s390/dl-irel.h: New file.
39344         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39345         * sysdeps/s390/s390-64/memset.S: New asm code.
39346         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39347         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39348         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39349         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39350         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39351         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39352         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39353         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39354         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39355         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39356         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39357         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39358         * sysdeps/s390/s390-32/memset.S: New asm code.
39359         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39361 2012-07-17  Marek Polacek  <polacek@redhat.com>
39363         [BZ #14349]
39364         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39365         * sysdeps/s390/s390-64/configure.in: Likewise.
39366         * sysdeps/sparc/configure.in: Likewise.
39367         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39368         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39369         * sysdeps/i386/configure.in: Likewise.
39370         * sysdeps/x86_64/configure.in: Likewise.
39371         * sysdeps/sh/configure.in: Likewise.
39372         * sysdeps/s390/s390-32/configure: Regenerated.
39373         * sysdeps/s390/s390-64/configure: Likewise.
39374         * sysdeps/x86_64/configure: Likewise.
39375         * sysdeps/sh/configure: Likewise.
39376         * sysdeps/powerpc/powerpc64/configure: Likewise.
39377         * sysdeps/powerpc/powerpc32/configure: Likewise.
39378         * sysdeps/sparc/configure: Likwise.
39379         * sysdeps/i386/configure: Likewise.
39381         * elf/dl-open.c: Comment fixes.
39383 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39385         * Makefile [CXX] (check-data): Remove.
39386         [CXX] (c++-types.data): New vpath directive.
39387         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39388         vpath.  Do not allow for C++ type data being missing.
39389         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39390         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39391         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39392         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39393         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39394         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39395         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39397         ... here.
39398         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39400         ... here.
39401         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39403         ... here.
39404         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39406         ... here.
39407         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39408         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39409         ... here.
39410         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39411         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39412         ... here.
39413         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39414         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39415         ... here.
39416         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39419         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39420         definitions to architecture-specific files.
39421         (TLS_IE): Likewise.
39422         (TLS_LD): Likewise.
39423         (TLS_GD): Likewise.
39424         * sysdeps/i386/tls-macros.h: New file.
39425         * sysdeps/powerpc/tls-macros.h: Likewise.
39426         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39427         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39428         * sysdeps/sh/tls-macros.h: Likewise.
39429         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39430         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39431         * sysdeps/x86_64/tls-macros.h: Likewise.
39433 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39435         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39436         zero value for regular exit case.
39438         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39439         (__start_context): Preserve zero value for regular exit case.
39441 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39442             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39444         * manual/setjmp.texi (setcontext): Clarify normal process
39445         termination when uc_link is the null pointer.
39446         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39447         exit call.
39449 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39451         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39452         preprocessor.  Test for each exception mask separately.
39454 2012-07-16  Andreas Jaeger  <aj@suse.de>
39456         * po/ru.po: Update from translation team.
39458 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39460         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39461         equal to 0.
39462         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39463         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39464         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39465         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39466         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39468 2012-07-13  Andreas Jaeger  <aj@suse.de>
39470         * po/fr.po: Update from translation team.
39472 2012-07-12  Marek Polacek  <polacek@redhat.com>
39474         [BZ #14173]
39475         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39476         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39477         loop condition.
39479 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39481         [BZ #13717]
39482         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39483         Change to 2.4.1 where previously 2.4.0.
39484         * sysdeps/unix/sysv/linux/configure: Regenerated.
39485         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39486         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39487         version.
39488         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39489         (__ASSUME_AT_CLKTCK): Remove.
39490         (__ASSUME_AT_PAGESIZE): Likewise.
39491         (__ASSUME_AT_XID): Likewise.
39492         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39493         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39494         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39495         unconditionally.
39496         (HAVE_AUX_PAGESIZE): Likewise.
39497         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39498         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39499         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39501 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39503         [BZ #14307]
39504         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39505         the temporary buffer used to invoke __gethostbyname2_r,
39506         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39507         host_data / struct gaih_addrtuple.
39508         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39509         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39510         header file nss/nsswitch.h.
39511         * nss/nsswitch.h (global scope): Add definition of implementation
39512         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39513         resolv/nss_dns/dns-host.c).
39515 2012-07-11  Andreas Jaeger  <aj@suse.de>
39517         * po/fr.po: Update from translation team.
39519         * po/sv.po: Update from translation team
39520         * po/fr.po: Another update from translation team.
39522 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39524         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39525         for subnormals or multiply small sinh result by itself.
39526         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39529 2012-07-11  David S. Miller  <davem@davemloft.net>
39531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39533 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39535         [BZ #14347]
39536         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39537         (INTERNAL_MARK): Shift it here.
39539 2012-07-10  Marek Polacek  <polacek@redhat.com>
39541         [BZ #14151]
39542         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39543         libc_cv_asm_global_directive with .globl.
39544         * configure: Regenerated.
39545         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39546         with .globl.
39547         * sysdeps/i386/configure: Regenerated.
39548         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39549         with .globl.
39550         * sysdeps/x86_64/configure: Regenerated.
39551         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39552         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39553         * elf/tst-unique2mod2.c: Likewise.
39554         * elf/tst-unique2mod1.c: Likewise.
39555         * elf/tst-unique1mod2.c: Likewise.
39556         * elf/tst-unique1mod1.c: Likewise.
39557         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39558         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39559         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39560         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39561         * sysdeps/mach/sysdep.h: Likewise.
39562         * sysdeps/i386/sysdep.h: Likewise.
39563         * sysdeps/i386/i386-mcount.S: Likewise.
39564         * sysdeps/x86_64/_mcount.S: Likewise.
39565         * sysdeps/x86_64/sysdep.h: Likewise.
39566         * sysdeps/sh/_mcount.S: Likewise.
39567         * sysdeps/sh/sysdep.h: Likewise.
39568         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39569         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39570         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39571         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39572         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39573         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39574         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39575         * locale/localeinfo.h: Likewise.
39576         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39577         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39579 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39581         [BZ #14336]
39582         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39583         system".
39584         * manual/message.texi (The Uniforum approach): Likewise.
39585         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39586         (glibc iconv Implementation): Likewise.
39588 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39590         [BZ #14337]
39591         * math/s_clog.c (__clog): Avoid scaling a value down where that
39592         could result in underflow.
39593         * math/s_clog10.c (__clog10): Likewise.
39594         * math/s_clog10f.c (__clog10f): Likewise.
39595         * math/s_clog10l.c (__clog10l): Likewise.
39596         * math/s_clogf.c (__clogf): Likewise.
39597         * math/s_clogl.c (__clogl): Likewise.
39598         * math/libm-test.inc (clog_test): Add more tests.
39599         (clog10_test): Likewise.
39600         * sysdeps/i386/fpu/libm-test-ulps: Update.
39601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39603 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39605         [BZ #14283]
39606         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39607         by 7 not 8 to examine high bit of fractional part.
39609         [BZ #14042]
39610         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39611         for call to __mcount_internal.
39612         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39613         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39614         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39616 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39618         [BZ #14154]
39619         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39620         approximation for values within 0x1p-13f of an odd multiple of
39621         pi/4.
39622         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39623         exception.  Add more tests.
39624         * sysdeps/i386/fpu/libm-test-ulps: Update.
39626         [BZ #6778]
39627         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39628         inputs and return -1 for them.  Do not check for +Inf in case not
39629         reachable for +Inf.
39630         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39631         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39632         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39633         and return -1 for them.  Do not check for +Inf in case not
39634         reachable for +Inf.
39635         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39636         define.
39637         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39638         and return -1 for them.  Do not check for +Inf in case not
39639         reachable for +Inf.
39640         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39641         spurious underflow.
39642         * sysdeps/i386/fpu/libm-test-ulps: Update.
39643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39645 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39647         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39649 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39651         [BZ #14157]
39652         [BZ #14331]
39653         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39654         could result in spurious underflow.  Scale down values above
39655         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39656         * math/s_csqrtf.c (__csqrtf): Likewise.
39657         * math/s_csqrtl.c (__csqrtl): Likewise.
39658         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39659         spurious underflow.
39660         * sysdeps/i386/fpu/libm-test-ulps: Update.
39661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39663 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39665         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39666         xopen-msg.sed.
39667         * catgets/xopen-msg.awk: New file.
39668         * catgets/xopen-msg.sed: Removed.
39670         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39671         po2text.sed.
39672         * intl/po2test.awk: New file.
39673         * intl/po2test.sed: Removed.
39675 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39677         [BZ #14328]
39678         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39679         or multiply small sinh result by itself.
39680         * math/s_ctanf.c (__ctanf): Likewise.
39681         * math/s_ctanh.c (__ctanh): Likewise.
39682         * math/s_ctanhf.c (__ctanhf): Likewise.
39683         * math/s_ctanhl.c (__ctanhl): Likewise.
39684         * math/s_ctanl.c (__ctanl): Likewise.
39685         * math/libm-test.inc (ctan_test_tonearest): New function.
39686         (ctan_test_towardzero): Likewise.
39687         (ctan_test_downward): Likewise.
39688         (ctan_test_upward): Likewise.
39689         (ctanh_test_tonearest): Likewise.
39690         (ctanh_test_towardzero): Likewise.
39691         (ctanh_test_downward): Likewise.
39692         (ctanh_test_upward): Likewise.
39693         (main): Call these new functions.
39694         * sysdeps/i386/fpu/libm-test-ulps: Update.
39695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39697 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39699         * .gitignore: Delete /ports entry.
39701 2012-07-03  Andreas Jaeger  <aj@suse.de>
39703         * po/bg.po: Update from translation team.
39704         * po/cs.po: Likewise.
39705         * po/de.po: Likewise.
39706         * po/hr.po: Likewise.
39707         * po/nl.pl: Likewise.
39708         * po/pl.po: Likewise.
39709         * po/vi.po: Likewise.
39711 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39713         * Makeconfig [!+link] (+link-before-libc): New variable.
39714         [!+link] (+link-after-libc): Likewise.
39715         [!+link] (+link-tests): Likewise.
39716         [!+link] (+link): Define in terms of $(+link-before-libc) and
39717         $(+link-after-libc).
39718         [!+link-static] (+link-static-before-libc): New variable.
39719         [!+link-static] (+link-static-after-libc): Likewise.
39720         [!+link-static] (+link-static-tests): Likewise.
39721         [!+link-static] (+link-static): Define in terms of
39722         $(+link-static-before-libc) and $(+link-static-after-libc).
39723         [build-shared] (link-libc-before-gnulib): New variable.
39724         [build-shared] (link-libc-tests): Likewise.
39725         [build-shared] (link-libc): Define in terms of
39726         $(link-libc-before-gnulib).
39727         [!build-shared] (link-libc-tests): New variable.
39728         (link-libc-static-tests): New variable.
39729         [!gnulib] (gnulib-arch): New variable.
39730         [!gnulib] (gnulib-tests): Likewise.
39731         [!gnulib] (static-gnulib-arch): Likewise.
39732         [!gnulib] (static-gnulib-tests): Likewise.
39733         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39734         Define with "=" instead of ":=".
39735         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39736         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39737         * Rules (binaries-all-notests): New variable.
39738         (binaries-all-tests): Likewise.
39739         (binaries-static-notests): Likewise.
39740         (binaries-static-tests): Likewise.
39741         (binaries-all): Define using $(binaries-all-notests) and
39742         $(binaries-all-tests).
39743         (binaries-static): Define using $(binaries-static-notests) and
39744         $(binaries-static-tests).
39745         (binaries-shared-tests): New variable.
39746         (binaries-shared-notests): Likewise.
39747         (binaries-shared): Remove variable.
39748         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39749         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39750         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39751         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39752         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39753         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39754         * elf/Makefile (sln-modules): New variable.
39755         (extra-objs): Add $(sln-modules:=.o).
39756         (ldconfig-modules): Add static-stubs.
39757         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39758         * elf/static-stubs.c: New file.
39760         [BZ #14283]
39761         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39762         by 7 not 8 to examine high bit of fractional part.  Use volatile
39763         variables when splitting into final array of floats if
39764         __FLT_EVAL_METHOD__ != 0.
39765         * math/libm-test.inc (cos_test): Add another test.
39766         (sin_test): Likewise.
39767         * sysdeps/i386/fpu/libm-test-ulps: Update.
39769         [BZ #14273]
39770         * math/libm-test.inc (cosh_test): Add more tests.
39772         * version.h (RELEASE): Set to "development".
39773         (VERSION): Set to "2.16.90".
39775 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39777         * NEWS: Update copyright. Remove last-updated date.
39778         Mention math library bug fixes and timezone data changes.
39779         * README: Mention GNU/Hurd, x32, and HPPA support status.
39781 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39783         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39785 2012-06-27  Andreas Jaeger  <aj@suse.de>
39787         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39789 2012-06-25  Andreas Jaeger  <aj@suse.de>
39791         * sysdeps/s390/fpu/libm-test-ulps: Update.
39793 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39794             Thomas Schwinge  <thomas@codesourcery.com>
39796         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39797         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39798         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39799         fanotify_mark.
39801 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39803         * sysdeps/mach/start.c: Remove file.
39804         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39805         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39806         * sysdeps/sh/init-first.c: Likewise.
39808         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39809         registers for frame unwinding purposes, add CFI directives.
39810         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39811         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39812         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39813         Likewise.
39815         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39816         __fortify_fail returning.
39817         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39819         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39820         sysdeps/sh/____longjmp_chk.S.
39821         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39822         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39823         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39824         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39826         * sysdeps/sh/abort-instr.h: New file.
39827         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39828         process in case exit returns.
39830         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39831         initialize the GOT register before use.
39833         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39834         calculation of ARGC > 4.
39836         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39837         meaningful names to some local labels.
39839 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39840             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39842         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39843         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39844         (__arch_compare_and_exchange_val_16_acq): Likewise.
39845         (__arch_compare_and_exchange_val_32_acq): Likewise.
39846         (atomic_exchange_and_add): Fix gUSA sequence.
39847         (atomic_add): Likewise.
39848         (atomic_add_negative): Likewise.
39849         (atomic_add_zero): Likewise.
39850         (atomic_bit_test_set): Likewise.
39852 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39854         [BZ #13579]
39855         * include/link.h (struct link_map): Add l_free_initfini.
39856         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39857         l_initfini.
39858         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39859         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39860         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39861         set.
39863 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39865         * configure.in: Use AC_LANG_SOURCE.
39866         * configure: Regenerate.
39868 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39870         * configure.in (libc_cv_localstatedir): New substituted variable.
39871         * configure: Regenerated.
39872         * config.make.in (localstatedir): New variable, substituted from
39873         libc_cv_localstatedir.
39874         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39875         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39876         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39877         * sysdeps/gnu/configure: Regenerated.
39879 2012-06-21  Jeff Law  <law@redhat.com>
39881         [BZ #14277]
39882         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39883         free.  Simplify list management for _LIBC case.
39885 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39887         [BZ #14273]
39888         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39889         Clear sign bit of 64-bit integer value before comparing against
39890         overflow value.
39892         * sysdeps/mach/configure: Regenerated.
39894 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39896         [BZ #14278]
39897         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39899 2012-06-21  Jeff Law  <law@redhat.com>
39901         [BZ #13882]
39902         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39903         uint16_t for elements in the "seen" array to avoid char overflows.
39904         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39905         * elf/dl-open.c (dl_open_worker): Likewise.
39907 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39909         * scripts/list-sources.sh: Scan PORTS for translations.
39910         * po/libc.pot: Regenerated.
39912 2012-06-21  Andreas Jaeger  <aj@suse.de>
39914         [BZ #12194]
39915         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39916         warning.
39917         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39918         * bits/byteswap-16.h (__bswap_16): Likewise.
39919         * bits/byteswap.h (__bswap_constant_16): Likewise.
39921 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39923         [BZ #14117]
39924         * sysdeps/i386/fpu_control.h: Removed.
39925         * sysdeps/x86_64/fpu_control.h: Moved to ...
39926         * sysdeps/x86/fpu_control.h: Here.
39928         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39929         (_FPU_SETCW): Likewise.
39931 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39933         [BZ #14117]
39934         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39935         * sysdeps/x86/fpu/bits/mathinline.h: This.
39936         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39938         [BZ #14050]
39939         [BZ #14117]
39940         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39941         functions if __x86_64__ is defined.
39943 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39945         * string/endian.h: Add !__ASSEMBLER__ condition for including
39946         conversion interfaces.
39948 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39950         [BZ #14241]
39951         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39952         of ABS(x) in calculating zero to negative powers other than odd
39953         integers.
39954         * math/libm-test.inc (pow_test): Add more tests.
39956 2012-06-15  Andreas Jaeger  <aj@suse.de>
39958         * manual/contrib.texi (Contributors): Update entry of Liubov
39959         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39960         Machado Filho.
39962 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39964         * string/string.h: Add __wur to GNU version of strerror_r.
39966 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39968         [BZ #14229]
39969         * string/Makefile (tests): Add tst-strtok_r.
39970         * string/tst-strtok_r.c: New file.
39971         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39972         RAX_LP/RDX_LP on SAVE_PTR.
39974 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39976         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39978 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39980         * libm_test.inc (csqrt_test): Allow more spurious underflow
39981         exceptions.
39982         (j0_test): Likewise.
39983         (j1_test): Likewise.
39984         (y0_test): Likewise.
39985         (y1_test): Likewise.
39987 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39989         * po/Makefile (libc.pot): Use UTF-8 charset.
39991 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39993         [BZ #14210]
39994         Suppress sign-conversion warning from FD_SET.
39995         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39996         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39997         not unsigned long int.
39998         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40000 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40002         [BZ #14050]
40003         [BZ #14117]
40004         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40005         __extern_always_inline instead of __extern_inline.
40006         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40007         (__signbit): Likewise.
40008         (__signbitl): Support C++ namespace.
40009         (lrintf): New inline function.
40010         (lrint): Likewise.
40011         (llrintf): Likewise.
40012         (llrint): Likewise.
40013         (fmaxf): Likewise.
40014         (fmax): Likewise.
40015         (fminf): Likewise.
40016         (fmin): Likewise.
40017         (rint): Likewise.
40018         (rintf): Likewise.
40019         (ceil): Likewise.
40020         (ceilf): Likewise.
40021         (floor): Likewise.
40022         (floorf): Likewise.
40023         (nearbyint): Likewise.
40024         (nearbyintf): Likewise.
40026 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40028         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40029         non-default versions.
40031 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40033         [BZ #14218]
40034         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40036 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40038         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40039         (FE_UPWARD, FE_DOWNWARD): Don't define.
40040         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40041         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40043         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40044         reading it.
40045         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40046         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40048 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40050         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40051         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40052         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40053         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40055 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40057         [BZ #14117]
40058         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40059         * sysdeps/i386/fpu/Implies: New file.
40060         * sysdeps/x86_64/fpu/Implies: Likewise.
40061         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40062         * sysdeps/x86/fpu/bits/fenv.h: This.
40064         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40065         __SSE_MATH__.
40067 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40069         [BZ #14134]
40070         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40071         character 0xffff that matches the last element of the
40072         conversion table.
40074 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40076         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40077         fmodl commit.
40079 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40081         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40082         values higher than 25.6283.
40084 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40086         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40087         subnormal exponent extraction and add some __builtin_expect.
40088         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40089         Fix for subnormal mantissa calculation.
40091 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40093         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40094         cpu2 is -1 and errno is not ENOSYS.
40096 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40098         [BZ #14117]
40099         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40100         * sysdeps/x86/bits/string.h: This.
40101         * sysdeps/x86_64/bits/string.h: Removed.
40103         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40104         if not compiling for x86-64, but compiling for >= i486.
40106         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40107         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40109         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40110         New macro from Linux kernel 3.4.0.
40111         (FP_XSTATE_MAGIC2): Likewise.
40112         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40113         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40114         (struct _fpx_sw_bytes): New struct.
40115         (struct _xsave_hdr): Likewise.
40116         (struct _ymmh_state): Likewise.
40117         (struct _xstate): Likewise.
40119         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40120         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40121         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40122         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40123         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40124         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40126         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40127         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40128         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40129         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40130         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40131         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40133 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40135         [BZ #13743]
40136         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40137         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40138         (sysdep_headers): Include sys/platform/ppc.h.
40139         * sysdeps/powerpc/test-gettimebase.c: Test for
40140         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40141         * manual/Makefile (appendices): Include platform.texi.
40142         * manual/contrib.texi (Contributors): Update @node pointers.
40143         * manual/maint.texi (Maintenance): Likewise.
40144         (Platform): New node.
40145         * manual/platform.texi: New file.  Document the new features.
40147 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40148             Jakub Jelinek  <jakub@redhat.com>
40150         [BZ #14188]
40151         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40152         where __builtin_expect is unavailable.
40154 2012-06-03  David S. Miller  <davem@davemloft.net>
40156         * stdlib/longlong.h: Updated from GCC.
40158 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40160         [BZ #14042]
40161         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40162         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40163         __mcount_internal.
40164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40165         (GLIBC_2.16): Likewise.
40167 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40169         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40171 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40174         (default-abi): New variable.
40175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40176         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40177         variable.
40178         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40179         Likewise.
40180         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40181         Likewise.
40182         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40183         Likewise.
40185         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40186         definition.  Document in comment.
40188 2012-06-01  David S. Miller  <davem@davemloft.net>
40190         * stdlib/longlong.h: Updated from GCC.
40192 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40194         [BZ #14117]
40195         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40196         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40197         sys/debugreg.h sys/io.h here.
40198         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40199         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40200         sys/io.h.
40201         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40202         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40203         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40204         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40205         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40206         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40208         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40209         Define only if __x86_64__ is defined.
40211 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40213         [BZ #14048]
40214         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40215         Use int64_t for variable i.
40216         * math/libm-test.inc (fmod_test): Add more tests.
40218         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40219         z computation is not scheduled after fetestexcept.
40220         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40221         Use math_force_eval instead of asm to ensure calculation scheduled
40222         before exception test.
40223         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40224         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40226 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40228         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40229         computation is not scheduled after fetestexcept.
40231 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40233         [BZ #14117]
40234         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40235         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40237 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40239         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40240         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40242 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40244         [BZ #14117]
40245         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40246         <bits/wordsize.h>.
40247         (__WCHAR_MIN): Support __WORDSIZE == 64.
40248         (__WCHAR_MAX): Likewise.
40250         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40251         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40253         [BZ #14183]
40254         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40255         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40257         [BZ #14117]
40258         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40259         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40261         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40262         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40264         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40265         Defined to 1 if __x86_64__ isn't defined.
40266         (_STAT_VER_LINUX_OLD): New.
40267         (st_atime): Remove duplicate.
40268         (st_mtime): Likewise.
40269         (st_ctime): Likewise.
40271 2012-05-31  David S. Miller  <davem@davemloft.net>
40273         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40274         entries.
40276 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40278         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40279         gen-libm-test.pl.
40281         [BZ #14132]
40282         * elf/dl-reloc.c: Include <_itoa.h>.
40283         (_dl_reloc_bad_type): Remove use of INTUSE.
40284         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40285         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40286         * stdio-common/psiginfo.c (psiginfo): Likewise.
40287         * stdio-common/psignal.c (psignal): Likewise.
40288         * string/strsignal.c (strsignal): Likewise.
40289         * include/signal.h (_sys_siglist): Declare hidden proto.
40290         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40291         INTVARDEF with libc_hidden_data_def.
40292         * stdio-common/itoa-udigits.c: Likewise.
40293         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40294         (_itoa_lower_digits_internal): Remove declaration.
40295         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40296         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40297         (_sys_sigabbrev_internal): Remove aliases.
40298         (_sys_siglist): Define hidden alias.
40300 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40302         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40303         bits/sysctl.h.
40305 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40307         [BZ #14117]
40308         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40309         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40311         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40312         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40313         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40314         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40315         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40316         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40318         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40319         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40320         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40322         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40323         with __addr.
40324         (insw): Likewise.
40325         (insl): Likewise.
40326         (outsb): Likewise.
40327         (outsw): Likewise.
40328         (outsl): Likewise.
40330         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40331         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40332         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40334         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40335         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40336         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40337         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40338         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40339         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40341         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40342         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40344         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40345         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40347         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40348         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40349         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40351         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40352         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40353         to ...
40354         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40356         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40357         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40358         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40360         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40361         for x86-64.
40362         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40364 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40366         * math/math.h (M_El): Use two more decimal places.
40367         (M_LOG2El): Likewise.
40368         (M_LOG10El): Likewise.
40369         (M_LN2l): Likewise.
40370         (M_LN10l): Likewise.
40371         (M_PIl): Likewise.
40372         (M_PI_2l): Likewise.
40373         (M_PI_4l): Likewise.
40374         (M_1_PIl): Likewise.
40375         (M_2_PIl): Likewise.
40376         (M_2_SQRTPIl): Likewise.
40377         (M_SQRT2l): Likewise.
40378         (M_SQRT1_2l): Likewise.
40380 2012-05-31  David S. Miller  <davem@davemloft.net>
40382         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40383         values between float registers.
40384         * sysdeps/sparc/sparc64/memset.S: Likewise.
40385         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40387 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40389         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40390         -D_FORTIFY_SOURCE=1.
40391         (CPPFLAGS-tst-longjmp_chk.c): Define.
40392         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40393         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40394         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40395         CFLAGS-tst-wchar-h.c.
40397 2012-05-31  Marek Polacek  <polacek@redhat.com>
40399         [BZ #14132]
40400         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40401         __endmntent_internal): Remove declaration.
40402         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40403         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40404         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40406 2012-05-30  David S. Miller  <davem@davemloft.net>
40408         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40409         (___Q_simulate_exceptions): Use real FP ops rather than writing
40410         into the %fsr.
40411         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40412         Likewise.
40414 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40416         [BZ #14117]
40417         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40418         * sysdeps/x86/bits/xtitypes.h: This.
40420         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40421         * sysdeps/x86/bits/wordsize.h: This.
40423         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40424         * sysdeps/x86/bits/huge_vall.h: This.
40426         * sysdeps/i386/bits/select.h: Removed.
40427         * sysdeps/x86_64/bits/select.h: Renamed to ...
40428         * sysdeps/x86/bits/select.h: This.
40430         * sysdeps/i386/bits/setjmp.h: Removed.
40431         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40432         * sysdeps/x86/bits/setjmp.h: This.
40434         * sysdeps/i386/bits/mathdef.h: Removed.
40435         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40436         * sysdeps/x86/bits/mathdef.h: This.
40438 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40440         [BZ #14132]
40441         * include/sys/socket.h (__connect_internal)
40442         (__libc_sa_len_internal): Remove declaration.
40443         (__connect, __libc_sa_len): Declare hidden_proto.
40444         (SA_LEN): Remove use of INTUSE.
40445         * socket/connect.c: Add libc_hidden_def.
40446         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40447         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40448         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40449         alias.
40450         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40451         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40452         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40453         of adding _internal alias.
40455 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40457         [BZ #14117]
40458         * sysdeps/i386/bits/link.h: Removed.
40459         * sysdeps/i386/bits/linkmap.h: Likewise.
40460         * sysdeps/x86_64/bits/link.h: Renamed to ...
40461         * sysdeps/x86/bits/link.h: This.
40462         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40463         * sysdeps/x86/bits/linkmap.h: This.
40465         * sysdeps/i386/bits/endian.h: Removed.
40466         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40467         * sysdeps/x86/bits/endian.h: This.
40469         * sysdeps/i386/bits/byteswap.h: Removed.
40470         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40471         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40472         * sysdeps/x86/bits/byteswap.h: This.
40473         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40474         * sysdeps/x86/bits/byteswap-16.h: This.
40475         * sysdeps/i386/Implies: Add x86.
40476         * sysdeps/x86_64/Implies: Likewise.
40478 2012-05-30  David S. Miller  <davem@davemloft.net>
40480         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40481         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40482         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40483         (FP_TRAPPING_EXCEPTIONS): Define.
40484         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40485         (FP_TRAPPING_EXCEPTIONS): Define.
40486         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40487         subnormals only when inexact has been signalled or underflow
40488         exceptions are enabled.
40489         (_FP_PACK_CANONICAL): Likewise.
40491 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40493         [BZ #14183]
40494         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40495         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40497 2012-05-30  Richard Henderson  <rth@twiddle.net>
40499         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40500         with #ifndef NOT_IN_libc.
40502         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40503         marked to avoid plt entry.
40505 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40507         [BZ #14112]
40508         * Makeconfig (default-abi): New macro.
40509         (abi-includes): Likewise.
40510         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40511         $(abi-$(default-abi)-lib-soname) for soname if defined.
40512         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40513         abi-variants.
40514         * Makefile (installed-stubs): Likewise.
40515         * include/stubs-biarch.h: Removed.
40516         * scripts/lib-names.awk: Only handle one library at a time.
40517         * scripts/soversions.awk: Remove WORDSIZE support.
40518         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40519         entries.
40520         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40521         Removed.
40522         (syscall-list-default-condition): Likewise.
40523         (syscall-list-default-condition): Likewise.
40524         (syscall-list-includes): Likewise.
40525         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40526         syscall-list-* with abi-*.  Handle undefined abi-variants.
40527         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40528         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40529         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40530         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40531         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40532         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40533         Removed.
40534         (syscall-list-32-options): Likewise.
40535         (syscall-list-32-condition): Likewise.
40536         (syscall-list-64-options): Likewise.
40537         (syscall-list-64-condition): Likewise.
40538         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40539         macro.
40540         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40541         Renamed to ...
40542         (abi-*): This.
40543         (abi-64-ld-soname): New macro.
40544         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40545         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40546         Renamed to ...
40547         (abi-*): This.
40548         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40549         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40551 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40553         * sysdeps/unix/sysv/linux/kernel-features.h
40554         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40555         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40556         include <kernel-features.h>.
40557         [!__NR_ftruncate64]: Remove conditional code.
40558         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40559         [__NR_ftruncate64]: Make code unconditional.
40560         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40561         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40562         include <kernel-features.h>.
40563         [!__NR_ftruncate64]: Remove conditional code.
40564         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40565         [__NR_ftruncate64]: Make code unconditional.
40566         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40568         include <kernel-features.h>.
40569         [!__NR_ftruncate64]: Remove conditional code.
40570         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40571         [__NR_ftruncate64]: Make code unconditional.
40572         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40574         include <kernel-features.h>.
40575         [!__NR_ftruncate64]: Remove conditional code.
40576         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40577         [__NR_ftruncate64]: Make code unconditional.
40578         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40580         * configure.in (libc_cv_fpie): Weaken to a compile test using
40581         LIBC_TRY_CC_OPTION.
40582         * configure: Regenerated.
40584 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40588         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40590         Refreshed.
40591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40597         Refreshed.
40599 2012-05-27  David S. Miller  <davem@davemloft.net>
40601         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40602         (___Q_zero): New.
40603         (__Q_simulate_exceptions): Return void.  Change to simulate
40604         exceptions by writing into the %fsr.
40605         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40606         (__Qp_handle_exceptions): Likewise.
40607         (numbers): Delete.
40608         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40609         __Qp_handle_exceptions.
40610         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40611         __Qp_handle_exceptions.
40612         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40613         as unused and give dummy FP_RND_NEAREST initializer.
40614         (FP_INHIBIT_RESULTS): Define.
40615         (___Q_simulate_exceptions): Update declaration.
40616         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40617         formatting.
40618         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40619         as unused and give dummy FP_RND_NEAREST initializer.
40620         (__Qp_handle_exceptions): Update declaration.
40621         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40622         formatting.
40624 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40626         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40627         the temporary FPU control word.
40628         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40629         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40630         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40631         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40632         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40633         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40634         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40635         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40636         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40637         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40638         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40640 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40642         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40643         fields.
40645 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40647         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40648         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40649         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40650         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40651         Likewise.
40652         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40653         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40654         Likewise.
40656 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40658         * po/h.po: Update from translation team.
40660 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40662         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40664         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40665         handling of denormals.
40666         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40667         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40668         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40669         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40670         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40671         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40672         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40673         Likewise.
40675 2012-05-26  Marek Polacek  <polacek@redhat.com>
40677         [BZ #14152]
40678         * math/libm-test.inc (fma_test): Don't always expect underflow
40679         exception.
40681 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40683         [BZ #12416]
40684         * elf/tst-execstack.c: Include stackinfo.h.
40685         (do_test): Adjust test case to ensure that pthread_getattr_np
40686         behaviour remains the same after marking stack executable.
40688 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40690         * sysdeps/unix/sysv/linux/kernel-features.h
40691         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40692         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40693         kernel-features.h.
40694         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40695         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40696         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40697         kernel-features.h.
40698         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40699         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40701 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40703         * configure.in: Define the default includes to being none.
40704         * configure: Regenerated.
40706 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40708         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40709         * sysdeps/x86_64/setjmp.S: Likewise.
40710         * sysdeps/i386/bsd-setjmp.S: Likewise.
40711         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40712         * sysdeps/i386/setjmp.S: Likewise.
40713         * sysdeps/i386/__longjmp.S: Likewise.
40714         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40715         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40717         * include/stap-probe.h: New file.
40718         * configure.in: Handle --enable-systemtap.
40719         * configure: Regenerated.
40720         * config.h.in (USE_STAP_PROBE): New #undef.
40721         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40722         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40723         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40725 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40727         [BZ #13717]
40728         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40729         to 2.4.0 where earlier.
40730         * sysdeps/unix/sysv/linux/configure: Regenerated.
40731         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40732         <kernel-features.h>.
40733         [__ASSUME_32BITUIDS]: Make code unconditional.
40734         [!__ASSUME_32BITUIDS]: Remove conditional code.
40735         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40736         <kernel-features.h>.
40737         [__ASSUME_32BITUIDS]: Make code unconditional.
40738         [!__ASSUME_32BITUIDS]: Remove conditional code.
40739         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40740         [__ASSUME_32BITUIDS]: Make code unconditional.
40741         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40742         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40743         <kernel-features.h>.
40744         [__ASSUME_32BITUIDS]: Make code unconditional.
40745         [!__ASSUME_32BITUIDS]: Remove conditional code.
40746         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40747         <kernel-features.h>.
40748         [__ASSUME_32BITUIDS]: Make code unconditional.
40749         [!__ASSUME_32BITUIDS]: Remove conditional code.
40750         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40751         <kernel-features.h>.
40752         [__ASSUME_32BITUIDS]: Make code unconditional.
40753         [!__ASSUME_32BITUIDS]: Remove conditional code.
40754         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40755         <kernel-features.h>.
40756         [__ASSUME_32BITUIDS]: Make code unconditional.
40757         [!__ASSUME_32BITUIDS]: Remove conditional code.
40758         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40759         <kernel-features.h>.
40760         [__ASSUME_32BITUIDS]: Make code unconditional.
40761         [!__ASSUME_32BITUIDS]: Remove conditional code.
40762         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40763         <kernel-features.h>.
40764         [__ASSUME_32BITUIDS]: Make code unconditional.
40765         [!__ASSUME_32BITUIDS]: Remove conditional code.
40766         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40767         <kernel-features.h>.
40768         [__ASSUME_32BITUIDS]: Make code unconditional.
40769         [!__ASSUME_32BITUIDS]: Remove conditional code.
40770         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40771         <kernel-features.h>.
40772         [__ASSUME_32BITUIDS]: Make code unconditional.
40773         [!__ASSUME_32BITUIDS]: Remove conditional code.
40774         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40775         <kernel-features.h>.
40776         [__ASSUME_32BITUIDS]: Make code unconditional.
40777         [!__ASSUME_32BITUIDS]: Remove conditional code.
40778         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40779         <kernel-features.h>.
40780         [__ASSUME_32BITUIDS]: Make code unconditional.
40781         [!__ASSUME_32BITUIDS]: Remove conditional code.
40782         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40783         <kernel-features.h>.
40784         [__NR_setresgid] (__setresgid): Do not declare.
40785         [__ASSUME_32BITUIDS]: Make code unconditional.
40786         [!__ASSUME_32BITUIDS]: Remove conditional code.
40787         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40788         <kernel-features.h>.
40789         [__NR_setresuid] (__setresuid): Do not declare.
40790         [__ASSUME_32BITUIDS]: Make code unconditional.
40791         [!__ASSUME_32BITUIDS]: Remove conditional code.
40792         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40793         <kernel-features.h>.
40794         [__ASSUME_32BITUIDS]: Make code unconditional.
40795         [!__ASSUME_32BITUIDS]: Remove conditional code.
40796         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40797         <kernel-features.h>.
40798         [__ASSUME_32BITUIDS]: Make code unconditional.
40799         [!__ASSUME_32BITUIDS]: Remove conditional code.
40800         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40801         <kernel-features.h>.
40802         [__ASSUME_32BITUIDS]: Make code unconditional.
40803         [!__ASSUME_32BITUIDS]: Remove conditional code.
40804         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40805         <kernel-features.h>.
40806         [__ASSUME_32BITUIDS]: Make code unconditional.
40807         [!__ASSUME_32BITUIDS]: Remove conditional code.
40808         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40809         <kernel-features.h>.
40810         [__ASSUME_32BITUIDS]: Make code unconditional.
40811         [!__ASSUME_32BITUIDS]: Remove conditional code.
40812         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40813         <kernel-features.h>.
40814         [__ASSUME_32BITUIDS]: Make code unconditional.
40815         [!__ASSUME_32BITUIDS]: Remove conditional code.
40816         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40817         <kernel-features.h>.
40818         [__ASSUME_32BITUIDS]: Make code unconditional.
40819         [!__ASSUME_32BITUIDS]: Remove conditional code.
40820         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40821         <kernel-features.h>.
40822         [__ASSUME_32BITUIDS]: Make code unconditional.
40823         [!__ASSUME_32BITUIDS]: Remove conditional code.
40824         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40825         <kernel-features.h>.
40826         [__ASSUME_32BITUIDS]: Make code unconditional.
40827         [!__ASSUME_32BITUIDS]: Remove conditional code.
40828         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40829         <kernel-features.h>.
40830         [__ASSUME_32BITUIDS]: Make code unconditional.
40831         [!__ASSUME_32BITUIDS]: Remove conditional code.
40832         * sysdeps/unix/sysv/linux/kernel-features.h
40833         (__ASSUME_SETRESUID_SYSCALL): Remove.
40834         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40835         (__ASSUME_32BITUIDS): Likewise.
40836         (__ASSUME_LDT_WORKS): Likewise.
40837         (__ASSUME_O_DIRECTORY): Likewise.
40838         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40839         architecture but not kernel version.
40840         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40841         (__ASSUME_MMAP2_SYSCALL): Likewise.
40842         (__ASSUME_STAT64_SYSCALL): Likewise.
40843         (__ASSUME_IPC64): Likewise.
40844         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40845         <kernel-features.h>.
40846         [__ASSUME_32BITUIDS]: Make code unconditional.
40847         [!__ASSUME_32BITUIDS]: Remove conditional code.
40848         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40849         <kernel-features.h>.
40850         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40851         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40852         132096]: Remove conditional code.
40853         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40854         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40855         <kernel-features.h>.
40856         [__ASSUME_32BITUIDS]: Make code unconditional.
40857         [!__ASSUME_32BITUIDS]: Remove conditional code.
40858         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40859         <kernel-features.h>.
40860         [__ASSUME_32BITUIDS]: Make code unconditional.
40861         [!__ASSUME_32BITUIDS]: Remove conditional code.
40862         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40863         <kernel-features.h>.
40864         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40865         unconditional.
40866         (__setresgid): Do not declare.
40867         [__ASSUME_32BITUIDS]: Make code unconditional.
40868         [!__ASSUME_32BITUIDS]: Remove conditional code.
40869         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40870         <kernel-features.h>.
40871         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40872         unconditional.
40873         (__setresuid): Do not declare.
40874         [__ASSUME_32BITUIDS]: Make code unconditional.
40875         [!__ASSUME_32BITUIDS]: Remove conditional code.
40876         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40877         <kernel-features.h>.
40878         [__ASSUME_32BITUIDS]: Make code unconditional.
40879         [!__ASSUME_32BITUIDS]: Remove conditional code.
40880         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40881         <kernel-features.h>.
40882         [__ASSUME_32BITUIDS]: Make code unconditional.
40883         [!__ASSUME_32BITUIDS]: Remove conditional code.
40885 2012-05-25  Richard Henderson  <rth@twiddle.net>
40887         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40888         dl_hwcap to ifunc resolver.
40889         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40890         elf_ifunc_invoke.
40891         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40892         dl_hwcap to ifunc resolver.
40893         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40895 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40897         [BZ #14153]
40898         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40899         for |x| <= 2**-26, not 2**-57.
40900         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40901         exception.
40903 2012-05-24  Jeff Law  <law@redhat.com>
40905         * stdio-common/Makefile (tests): Add bug25.
40906         * stdio-common/bug25.c: New test.
40908 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40910         [BZ #13576]
40911         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40912         multiple of MALLOC_ALIGNMENT in size.
40913         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40915 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40917         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40918         Require >= 256.
40919         (FILENAME_MAX): Use macro-int-constant.
40920         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40921         (_IOFBF): Use macro-int-constant.
40922         (_IOLBF): Likewise.
40923         (_IONBF): Likewise.
40924         (SEEK_CUR): Likewise.
40925         (SEEK_END): Likewise.
40926         (SEEK_SET): Likewise.
40927         (TMP_MAX): Likewise.
40928         (EOF): Use macro-int-constant.  Require < 0.
40929         (NULL): Use macro-constant.  Require == 0.
40930         (stdin): Require type to be FILE *.
40931         (stdout): Likewise.
40932         (stderr): Likewise.
40933         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40934         macro-int-constant.
40935         (EXIT_SUCCESS): Likewise.
40936         (NULL): Use macro-constant.  Require == 0.
40937         (RAND_MAX): Use macro-int-constant.
40938         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40939         [C99-based standards] (strtof): Require function.
40940         [C99-based standards] (strtold): Likewise.
40941         [C99-based standards] (strtoll): Likewise.
40942         [C99-based standards] (strtoull): Likewise.
40943         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40944         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40945         [ISO || ISO99 || ISO11] (math.h): Likewise.
40946         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40947         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40948         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40950 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40952         [BZ #14132]
40953         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40954         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40955         * intl/dgettext.c (DCGETTEXT): Likewise.
40956         * intl/gettext.c (DCGETTEXT): Likewise.
40957         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40958         * posix/regex_internal.h (gettext): Likewise.
40959         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40960         Remove declaration.
40961         * include/argz.h (__argz_count_internal)
40962         (__argz_stringify_internal): Remove declaration.
40963         (__argz_count, __argz_stringify): Declare hidden proto.
40964         * intl/dcgettext.c: Remove use of INTDEF.
40965         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40966         * string/argz-stringify.c: Likewise.
40967         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40968         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40969         Declare hidden proto.
40970         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40971         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40972         Declare hidden proto.
40973         * include/stdio.h (__asprintf_internal): Don't declare.
40974         (__asprintf): Don't define as macro.  Declare hidden proto.
40975         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40976         (__fsetlocking): Declare hidden proto.
40977         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40978         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40979         hidden proto.
40980         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40981         (_IO_setlinebuf): Remove use of INTUSE.
40982         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40983         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40984         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40985         Remove declaration.
40986         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40987         (_IO_do_flush): Remove use of INTUSE.
40988         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40989         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40990         (_IO_adjust_column, _IO_least_wmarker)
40991         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40992         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40993         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40994         (_IO_default_doallocate, _IO_wdefault_doallocate)
40995         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40996         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40997         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40998         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40999         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41000         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41001         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41002         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41003         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41004         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41005         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41006         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41007         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41008         proto.
41009         (_IO_flush_all_internal, _IO_adjust_column_internal)
41010         (_IO_default_uflow_internal, _IO_default_finish_internal)
41011         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41012         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41013         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41014         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41015         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41016         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41017         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41018         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41019         (_IO_file_close_internal, _IO_file_close_it_internal)
41020         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41021         (_IO_file_init_internal, _IO_file_attach_internal)
41022         (_IO_file_fopen_internal, _IO_file_read_internal)
41023         (_IO_file_sync_internal, _IO_file_seek_internal)
41024         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41025         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41026         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41027         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41028         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41029         (_IO_list_all_internal, _IO_link_in_internal)
41030         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41031         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41032         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41033         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41034         (_IO_do_write_internal, _IO_padn_internal)
41035         (_IO_getline_info_internal, _IO_getline_internal)
41036         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41037         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41038         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41039         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41040         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41041         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41042         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41043         with libc_hidden_ver, remove use of INTUSE.
41044         * libio/genops.c: Likewise.
41045         * libio/freopen.c: Likewise.
41046         * libio/freopen64.c: Likewise.
41047         * libio/iofclose.c: Likewise.
41048         * libio/iofdopen.c: Likewise.
41049         * libio/iofflush.c: Likewise.
41050         * libio/iofflush_u.c: Likewise.
41051         * libio/iofgets.c: Likewise.
41052         * libio/iofgets_u.c: Likewise.
41053         * libio/iofopen.c: Likewise.
41054         * libio/iofopncook.c: Likewise.
41055         * libio/iofread.c: Likewise.
41056         * libio/iofread_u.c: Likewise.
41057         * libio/ioftell.c: Likewise.
41058         * libio/iofwrite.c: Likewise.
41059         * libio/iogetline.c: Likewise.
41060         * libio/iogets.c: Likewise.
41061         * libio/iogetwline.c: Likewise.
41062         * libio/iopadn.c: Likewise.
41063         * libio/iopopen.c: Likewise.
41064         * libio/ioseekoff.c: Likewise.
41065         * libio/ioseekpos.c: Likewise.
41066         * libio/iosetbuffer.c: Likewise.
41067         * libio/iosetvbuf.c: Likewise.
41068         * libio/ioungetc.c: Likewise.
41069         * libio/ioungetwc.c: Likewise.
41070         * libio/iovdprintf.c: Likewise.
41071         * libio/iovsprintf.c: Likewise.
41072         * libio/iovsscanf.c: Likewise.
41073         * libio/memstream.c: Likewise.
41074         * libio/obprintf.c: Likewise.
41075         * libio/oldfileops.c: Likewise.
41076         * libio/oldiofclose.c: Likewise.
41077         * libio/oldiofdopen.c: Likewise.
41078         * libio/oldiofopen.c: Likewise.
41079         * libio/oldiopopen.c: Likewise.
41080         * libio/oldstdfiles.c: Likewise.
41081         * libio/putc.c: Likewise.
41082         * libio/setbuf.c: Likewise.
41083         * libio/setlinebuf.c: Likewise.
41084         * libio/stdfiles.c: Likewise.
41085         * libio/strops.c: Likewise.
41086         * libio/vasprintf.c: Likewise.
41087         * libio/vscanf.c: Likewise.
41088         * libio/vsnprintf.c: Likewise.
41089         * libio/vswprintf.c: Likewise.
41090         * libio/wfiledoalloc.c: Likewise.
41091         * libio/wfileops.c: Likewise.
41092         * libio/wgenops.c: Likewise.
41093         * libio/wmemstream.c: Likewise.
41094         * libio/wstrops.c: Likewise.
41095         * libio/__fpurge.c: Likewise.
41096         * libio/__fsetlocking.c: Likewise.
41097         * assert/assert.c: Likewise.
41098         * debug/fgets_chk.c: Likewise.
41099         * debug/fgets_u_chk.c: Likewise.
41100         * debug/fread_chk.c: Likewise.
41101         * debug/fread_u_chk.c: Likewise.
41102         * debug/gets_chk.c: Likewise.
41103         * debug/obprintf_chk.c: Likewise.
41104         * debug/vasprintf_chk.c: Likewise.
41105         * debug/vdprintf_chk.c: Likewise.
41106         * debug/vsnprintf_chk.c: Likewise.
41107         * debug/vsprintf_chk.c: Likewise.
41108         * malloc/mtrace.c: Likewise.
41109         * misc/error.c: Likewise.
41110         * misc/syslog.c: Likewise.
41111         * stdio-common/asprintf.c: Likewise.
41112         * stdio-common/fxprintf.c: Likewise.
41113         * stdio-common/getw.c: Likewise.
41114         * stdio-common/isoc99_fscanf.c: Likewise.
41115         * stdio-common/isoc99_scanf.c: Likewise.
41116         * stdio-common/isoc99_vfscanf.c: Likewise.
41117         * stdio-common/isoc99_vscanf.c: Likewise.
41118         * stdio-common/isoc99_vsscanf.c: Likewise.
41119         * stdio-common/printf-prs.c: Likewise.
41120         * stdio-common/printf_fp.c: Likewise.
41121         * stdio-common/printf_fphex.c: Likewise.
41122         * stdio-common/printf_size.c: Likewise.
41123         * stdio-common/putw.c: Likewise.
41124         * stdio-common/scanf.c: Likewise.
41125         * stdio-common/sprintf.c: Likewise.
41126         * stdio-common/tmpfile.c: Likewise.
41127         * stdio-common/vfprintf.c: Likewise.
41128         * stdio-common/vfscanf.c: Likewise.
41129         * stdlib/strfmon_l.c: Likewise.
41130         * sunrpc/openchild.c: Likewise.
41131         * sunrpc/xdr_stdio.c: Likewise.
41132         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41133         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41135 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41137         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41139         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41140         in the third column, to generate for the shared library an IFUNC
41141         that uses _dl_vdso_vsym.
41142         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41143         * Makeconfig (object-suffixes-noshared): New variable.
41145         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41146         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41147         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41148         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41150         [BZ #14132]
41151         * include/sys/time.h (__gettimeofday): Remove macro.
41152         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41153         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41154         Remove INTDEF.
41155         (__gettimeofday): Add libc_hidden_def.
41156         (gettimeofday): Add libc_hidden_weak.
41157         * sysdeps/mach/gettimeofday.c: Likewise.
41158         * sysdeps/posix/gettimeofday.c: Likewise.
41159         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41160         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41161         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41162         (__gettimeofday_internal): Remove strong_alias.
41163         (__gettimeofday): Add libc_hidden_def.
41164         (gettimeofday): Add libc_hidden_weak.
41165         * sysdeps/unix/syscalls.list (gettimeofday):
41166         Remove __gettimeofday_internal alias.
41168 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41169             H.J. Lu  <hongjiu.lu@intel.com>
41171         [BZ #12495]
41172         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41173         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41174         (largebin_index_32_big): New.
41175         (largebin_index): Use it for 16-byte alignment.
41176         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41177         correction with front_misalign.
41179 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41182         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41183         Likewise.
41184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41185         Likewise.
41186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41187         Likewise.
41188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41189         Likewise.
41190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41191         Likewise.
41192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41193         Likewise.
41194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41195         Likewise.
41196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41197         Likewise.
41198         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41199         Likewise.
41200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41201         Likewise.
41202         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41203         Likewise.
41204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41205         Likewise.
41207         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41208         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41210 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41212         [BZ #10846]
41213         [BZ #14036]
41214         * math/libm-test.inc (exp_test): Add test from bug 14036.
41215         (pow_test): Add test from bug 10846.
41217         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41218         and other flags.
41219         (special_function): Do not include flags in test name.
41220         (parse_args): Likewise.
41221         * sysdeps/i386/fpu/libm-test-ulps: Update.
41222         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41223         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41224         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41227         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41228         exceptions.
41229         * math/libm-test.inc ("Philosophy"): Update comment about
41230         exception testing.
41231         (UNDERFLOW_EXCEPTION): New macro.
41232         (UNDERFLOW_EXCEPTION_OK): Likewise.
41233         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41234         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41235         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41236         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41237         (INVALID_EXCEPTION_OK): Update value.
41238         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41239         (OVERFLOW_EXCEPTION_OK): Likewise.
41240         (IGNORE_ZERO_INF_SIGN): Likewise.
41241         (test_exceptions): Handle underflow exceptions.
41242         (acos_test): Update for underflow exception expectations.
41243         (cexp_test): Likewise.
41244         (clog_test): Likewise.
41245         (clog10_test): Likewise.
41246         (csqrt_test): Likewise.
41247         (ctan_test): Likewise.
41248         (ctanh_test): Likewise.
41249         (exp_test): Likewise.
41250         (exp10_test): Likewise.
41251         (exp2_test): Likewise.
41252         (expm1_test): Likewise.
41253         (fma_test): Likewise.
41254         (j0_test): Likewise.
41255         (jn_test): Likewise.
41256         (nexttoward_test): Likewise.
41257         (pow_test): Likewise.
41258         (scalbn_test): Likewise.
41259         (scalbln_test): Likewise.
41260         (tan_test): Likewise.
41261         (y1_test): Likewise.
41262         * sysdeps/i386/fpu/libm-test-ulps: Update.
41263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41265 2012-05-23  David S. Miller  <davem@davemloft.net>
41267         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41268         (__libc_sigaction): Remove unused local variables.
41270 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41272         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41274 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41276         mktime: avoid signed integer overflow
41277         * time/mktime.c (__mktime_internal): Do not mishandle the case
41278         where diff == INT_MIN.
41280         mktime: simplify computation of average
41281         * time/mktime.c (ranged_convert): Use new time_t_avg function
41282         instead of rolling our own (probably-slower) code.
41284         mktime: do not assume signed right shift propagates sign bit
41285         * time/mktime.c (isdst_differ): New static function.
41286         (__mktime_internal): No need to normalize tm_isdst now.
41287         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41288         tm_isdst values.
41290         mktime: merge another wrapv change from gnulib
41291         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41292         from some compilers.
41294         mktime: remove incorrect attempt at unusual arithmetics
41295         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41296         The code didn't really work on such machines anyway.
41297         (TYPE_MINIMUM): Assume two's complement.
41298         (twos_complement_arithmetic): Verify that long_int and time_t
41299         are two's complement (or unsigned, in the latter case).
41301         mktime: check signed shifts on long_int and time_t, too
41302         * time/mktime.c (SHR): Check that shifts work as desired
41303         on the types long_int and time_t too, as SHR is used on
41304         such types.
41306         mktime: do not assume 'long' is wide enough
41307         * time/mktime.c (verify): Move decl up.
41308         (long_int): New type.
41309         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41310         to remove assumption in the code that 'long' is wide enough to
41311         store year values.  This assumption is not true on x32 and on
41312         some non-glibc platforms.
41314         mktime: merge wrapv change from gnulib
41315         * time/mktime.c (WRAPV): New macro.
41316         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41317         (guess_time_tm, __mktime_internal): Do not assume that signed
41318         integer overflow wraps around; modern compilers generate code
41319         where this assumption is no longer valid.
41321 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41323         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41324         Replace "jmp L(pseudo_end)" with "ret".
41325         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41326         Likewise.
41328 2012-05-23  Andreas Jaeger  <aj@suse.de>
41330         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41331         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41333 2012-05-23  Andreas Jaeger  <aj@suse.de>
41334             Maximilian Attems  <max@stro.at>
41336         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41337         New macros.
41339 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41341         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41342         code so that pseudo_end is just ret and the stack pointer is
41343         correct also for static library in error case.
41345 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41347         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41348         move to syscalls.list.
41349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41354         * manual/install.texi (Running make install): Do not mention Linux
41355         kernel version for which pt_chown is not needed.
41356         (Linux): Do not mention problems with nscd with 2.0 kernels.
41357         * INSTALL: Regenerated.
41359 2012-05-23  Andreas Jaeger  <aj@suse.de>
41361         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41362         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41363         macro.
41364         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41365         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41366         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41367         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41368         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41369         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41370         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41371         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41372         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41373         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41374         * sysdeps/unix/sysv/linux/bits/in.h
41375         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41377 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41379         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41380         (PREPARE_VERSION): Just use assert instead, it will be elided
41381         under [NDEBUG] anyway.
41383 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41385         * sysdeps/unix/sysv/linux/Makefile: Include
41386         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41387         (sysdep_routines): Remove sysctl.
41388         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41389         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41390         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41391         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41392         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41394 2012-05-22  Andreas Jaeger  <aj@suse.de>
41396         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41397         that pseudo_end is just ret and the stack pointer is correct also
41398         for static library in error case.
41400 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41402         [BZ #14122]
41403         * nss/nsswitch.c (defconfig_entries): New variable.
41404         (__nss_database_lookup): Don't leak defconfig entries.
41405         (nss_parse_service_list): Don't leak on error paths.
41406         (free_database_entries): New function.
41407         (free_defconfig): New function.
41408         (free_mem): Move common code to free_database_entries.
41410 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41412         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41413         Add arch_prctl.
41414         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41416         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41417         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41418         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41419         New macro.
41420         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41421         (INTERNAL_SYSCALL_TYPES): Likewise.
41422         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41423         (LOAD_REGS_TYPES_[1-6]): Likewise.
41424         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41425         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41427 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41429         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41430         copysignl for GLIBC_2_0.
41431         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41432         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41433         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41434         logbl for GLIBC_2_0.
41435         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41436         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41438 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41440         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41441         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41443         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41444         Use "neg %eax".
41446         * time/mktime.c: Update copyright years.
41448 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41450         mktime: merge comment-quoting-style change from gnulib
41451         * time/mktime.c: Quote 'like this' in comments.
41452         The GNU coding standards suggest that we no longer quote `like this',
41453         as "`" and "'" are typically rendered asymmetrically nowadays.
41454         The typical gnulib style is to quote 'like this' when quoting
41455         code, and "like this" when quoting English.
41457         * time/mktime.c (compile-command): Add "-I.".
41459         mktime: merge mktime-internal.h change from gnulib
41460         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41462         mktime: merge time_r change from gnulib
41463         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41465         mktime: merge DEBUG change from gnulib
41466         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41467         case system <time.h> has a #define.
41469         mktime: merge <sys/types.h> change from gnulib
41470         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41471         since <time.t> is now guaranteed to define time_t.
41473         mktime: merge HAVE_CONFIG_H change from gnulib
41474         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41476 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41478         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41479         Use "neg %eax".
41481         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41482         __rlim_t cast.
41483         (struct rusage): Use anonymous union to pad each field to
41484         __syscall_slong_t.
41486 2012-05-21  David S. Miller  <davem@davemloft.net>
41488         * Makefules (o-iterator): Remove .s cases.
41489         (compile-command.s): Delete.
41490         (COMPILE.s): Delete.
41491         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41493 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41495         * configure.in (libc_cv_predef_stack_protector): Only consider
41496         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41497         * configure: Regenerated.
41499 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41501         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41502         New macro.  Use R*LP on int and pointer.
41503         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41504         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41505         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41506         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41508         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41509         [__WORDSIZE_TIME64_COMPAT32] instead of
41510         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41511         (struct utmp): Likewise.
41512         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41513         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41514         Renamed to ...
41515         (__WORDSIZE_TIME64_COMPAT32): This.
41516         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41517         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41518         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41519         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41520         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41521         (__WORDSIZE_TIME64_COMPAT32): New macro.
41523 2012-05-21  Andreas Jaeger  <aj@suse.de>
41525         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41526         only if [SHARED]. Add prototype for __wcschr_ia32.
41528 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41530         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41531         of %rbp unmolested in the jmp_buf while mangling the low bits.
41532         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41533         unmolested high bits of %rbp while demangling the low bits.
41534         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41536 2012-05-21  Andreas Jaeger  <aj@suse.de>
41538         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41539         * sunrpc/svc_simple.c: Use it for registerrpc.
41540         * sunrpc/xcrypt.c: Use it for passwd2des.
41542         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41544 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41546         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41547         Don't define if [__SYSCALL_WORDSIZE != 32].
41548         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41549         New macro.
41551 2012-05-21  Bruno Haible  <bruno@clisp.org>
41552             Andreas Jaeger  <aj@suse.de>
41554         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41555         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41556         inptr and inend for must_buffer_ch.
41557         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41558         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41559         * stdio-common/Makefile (tests): Remove bug15.
41560         (bug15-ENV): Remove macro.
41561         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41562         anymore.
41564 2012-05-19  Andreas Jaeger  <aj@suse.de>
41565             Roland McGrath  <roland@hack.frob.com>
41567         * manual/contrib.texi: Completely rewritten. It contains now an
41568         alphabetical list of contributors and their contributions.
41570 2012-05-21  Richard Henderson  <rth@twiddle.net>
41572         * misc/getauxval.c (__getauxval): Use unsigned long int.
41573         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41574         (getauxval): Use unsigned long int.
41576 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41578         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41580 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41582         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41583         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41584         __alignof__ (long double).
41586 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41590 2012-05-20  Richard Henderson  <rth@twiddle.net>
41592         * misc/getauxval.c: New file.
41593         * misc/sys/auxv.h: New file.
41594         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41595         (routines): Add getauxval.
41596         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41597         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41598         * elf/dl-sysdep.c (_dl_auxv): Remove.
41599         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41600         * elf/dl-support.c (_dl_auxv): New variable.
41601         (_dl_aux_init): Initialize it.
41602         * manual/startup.texi (Auxiliary Vector): New node.
41603         * sysdeps/generic/bits/hwcap.h: New file.
41604         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41605         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41606         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41607         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41608         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41609         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41611         Update.
41612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41613         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41615         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41616         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41617         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41618         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41619         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41621 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41625 2012-05-19  David S. Miller  <davem@davemloft.net>
41627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41629 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41631         [BZ #14123]
41632         * math/s_ccosh.c: Include <float.h>
41633         (__ccosh): Avoid internal overflow calculating sinh and cosh
41634         values before multiplying by sin and cos values.
41635         * math/s_ccoshf.c: Likewise.
41636         * math/s_ccoshl.c: Likewise.
41637         * math/s_csin.c: Likewise.
41638         * math/s_csinf.c: Likewise.
41639         * math/s_csinl.c: Likewise.
41640         * math/s_csinh.c: Likewise.
41641         * math/s_csinhf.c: Likewise.
41642         * math/s_csinhl.c: Likewise.
41643         * math/libm-test.inc (ccos_test): Add more tests.
41644         (ccosh_test): Likewise.
41645         (csin_test): Likewise.
41646         (csinh_test): Likewise.
41647         * sysdeps/i386/fpu/libm-test-ulps: Update.
41648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41650 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41652         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41653         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41655         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41657 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41659         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41660         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41661         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41662         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41663         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41664         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41665         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41666         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41667         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41668         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41669         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41670         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41671         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41672         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41673         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41674         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41675         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41676         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41677         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41678         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41679         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41680         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41681         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41682         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41683         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41684         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41685         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41686         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41687         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41688         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41689         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41691 2012-05-18  Andreas Jaeger  <aj@suse.de>
41693         * csu/.gitignore: Delete.
41695 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41697         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41698         (timex): Use __syscall_slong_t.
41700 2012-05-18  Andreas Jaeger  <aj@suse.de>
41701             Carlos O'Donell  <carlos_odonell@mentor.com>
41703         * manual/install.texi (Configuring and compiling): Update
41704         description about files modified in the source directory.
41705         * INSTALL: Regenerated.
41707 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41709         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41710         value.  Use "or" to set return value to -1.
41711         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41712         negate return value.
41714 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41716         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41717         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41718         failure if the compiler has Graphite support disabled.
41719         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41720         Likewise.
41721         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41722         (CFLAGS-memmove.c): Likewise.
41723         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41724         Likewise.
41726 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41728         * sysdeps/x86_64/x32/_itoa.h: New file.
41730         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41731         getdents system call only if kernel and user dirents have the
41732         same d_ino and d_off.
41734         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41735         LLONG_MAX != LONG_MAX.
41736         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41737         (_fitoa_word): Likewise.
41739         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41740         years.
41741         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41742         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41743         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41745         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41746         include <bits/wordsize.h>.  Check __x86_64__ instead of
41747         __WORDSIZE.
41748         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41749         if __x86_64__ is defined.  Use anonymous union on fpstate.
41751         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41752         anonymous union.
41754 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41756         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41757         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41758         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41759         Refer to _rtld_local_ro instead of _rtld_global_ro.
41760         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41761         Likewise.
41762         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41763         Likewise.
41764         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41765         Likewise.
41766         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41767         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41768         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41770         * sysdeps/powerpc/powerpc32/dl-machine.c
41771         (__elf_machine_runtime_setup) [PROF]: Don't reference
41772         _dl_prof_resolve.
41774 2012-05-18  Andreas Jaeger  <aj@suse.de>
41776         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41777         function only available for GCCs before 3.4 since GCC 3.4
41778         introduced a builtin.
41779         (lrint): Likewise.
41780         (llrintf): Likewise.
41781         (llrint): Likewise.
41782         (fmaxf): Likewise.
41783         (fmax): Likewise.
41784         (fminf): Likewise.
41785         (fmin): Likewise.
41786         (rint): Likewise.
41787         (rintf): Likewise.
41788         (nearbyint): Likewise.
41789         (nearbyintf): Likewise.
41790         (ceil): Likewise.
41791         (ceilf): Likewise.
41792         (floor): Likewise.
41793         (floorf): Likewise.
41795 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41797         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41798         on both fields and cast pointer to __syscall_ulong_t.
41800         * bits/types.h (__fsword_t): New type.
41801         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41802         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41803         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41804         (__FSWORD_T_TYPE): Likewise.
41805         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41806         (__FSWORD_T_TYPE): Likewise.
41807         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41808         (__FSWORD_T_TYPE): Likewise.
41809         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41810         (__FSWORD_T_TYPE): Likewise.
41811         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41812         __SWORD_TYPE with __fsword_t.
41813         (statfs64): Likewise.
41815 2012-05-17  David S. Miller  <davem@davemloft.net>
41817         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41819 2012-05-17  Andreas Jaeger  <aj@suse.de>
41821         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41822         warning.
41824 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41826         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41828 2012-05-17  Andreas Jaeger  <aj@suse.de>
41830         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41831         when it is used.
41833 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41835         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41837 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41839         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41840         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41842 2012-05-17  Andreas Jaeger  <aj@suse.de>
41843             Carlos O'Donell  <carlos_odonell@mentor.com>
41845         [BZ #14059]
41846         * sysdeps/x86_64/multiarch/init-arch.h
41847         (bit_YMM_Usable): Rename to...
41848         (bit_AVX_Usable): ... this.
41849         (bit_FMA4_Usable): New macro.
41850         (bit_XMM_state): New macro.
41851         (bit_YMM_state): New macro.
41852         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41853         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41854         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41855         (CPUID_OSXSAVE): New macro.
41856         (CPUID_AVX): New macro.
41857         (CPUID_FMA4): New macro.
41858         (index_YMM_Usable): Rename to...
41859         (index_AVX_Usable): ... this.
41860         (HAS_AVX): Use HAS_ARCH_FEATURE.
41861         (HAS_FMA4): Likewise.
41862         (HAS_YMM_USABLE): Remove.
41863         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41864         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41865         are present.
41866         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41867         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41868         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41869         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41870         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41872 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41874         * math/libm-test.c: Support platforms without multiple rounding modes.
41875         * math/bug-nextafter.c: Support platforms without FP exceptions.
41876         * math/bug-nexttoward.c: Likewise.
41877         * math/test-fenv.c: Likewise.
41878         * math/test-misc.c: Likewise.
41879         * stdlib/bug-getcontext.c: Likewise.
41881 2012-05-17  Andreas Jaeger  <aj@suse.de>
41883         * manual/examples/search.c (critter_cmp): Change signature to
41884         avoid warnings.
41885         * manual/string.texi (Collation Functions): Likewise.
41887 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41889         * bits/types.h: Fold copyright years.
41890         * bits/typesizes.h: Likewise.
41891         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41892         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41893         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41894         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41895         * time/time.h: Likewise.
41897 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41899         [BZ #208]
41900         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41901         in instead of returning them.  Return void.
41902         (__libc_mallinfo): Accumulate over all arenas.
41903         (__malloc_stats): Adjust for change in int_mallinfo interface.
41905 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41907         [BZ #10375]
41908         * configure.in (NM): Add AC_CHECK_TOOL for it.
41909         (libc_extra_cflags): New substituted variable.
41910         Check for -fstack-protector being used implicitly.
41911         * configure: Regenerated.
41912         * config.make.in (config-extra-cflags): New variable,
41913         gets @libc_extra_cflags@.
41914         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41916         [BZ #10375]
41917         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41918         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41919         * configure: Regenerated.
41920         * config.make.in (CPPUNDEFS): New substituted variable.
41921         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41922         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41923         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41925 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41927         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41928         (mq_attr): Use __syscall_slong_t.
41930 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41932         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41933         Check __x86_64__ instead of __WORDSIZE.
41934         (_STAT_VER_LINUX): Likewise.
41935         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41936         __syscall_ulong_t and __syscall_slong_t.
41937         (stat64): Likewise.
41939 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41941         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41943 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41945         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41947 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41949         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41950         __syscall_ulong_t.
41952         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41953         include <bits/wordsize.h>.  Check __x86_64__ instead of
41954         __WORDSIZE.
41955         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41956         defined.
41957         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41959         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41960         include <bits/wordsize.h>.  Check __x86_64__ instead of
41961         __WORDSIZE.
41962         (user_regs_struct): Use "__extension__ unsigned long long"
41963         instead of "unsigned long" if __x86_64__ is defined.
41964         (user): Likewise.  Pad after pointer field if __ILP32__ is
41965         defined.
41967 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41969         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41970         versions 5 to 9.
41971         * configure: Regenerated.
41972         * manual/install.texi (texinfo): Increase version requirement to
41973         4.5 or later.
41974         * INSTALL: Regenerated.
41976         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41978 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41980         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41982         * sysdeps/x86_64/x32/ffs.c: New file.
41984         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41985         __syscall_ulong_t.
41986         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41987         defined.  Use __syscall_ulong_t.
41988         (shminfo): Use __syscall_ulong_t.
41989         (shm_info): Likewise.
41991         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41992         __syscall_ulong_t.
41994         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41995         <bits/wordsize.h>.
41996         (msgqnum_t): Use __syscall_ulong_t.
41997         (msglen_t): Likewise.
41998         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41999         __syscall_ulong_t.
42001         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42002         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42004         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42006         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42007         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42009         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42010         __syscall_slong_t.
42012         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42013         include <bits/wordsize.h>.  Check __x86_64__ instead of
42014         __WORDSIZE.
42016         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42017         "unsigned long long int" if __x86_64__ is defined.
42018         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42020         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42021         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42022         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42024         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42025         <stdint.h>.
42026         (GET_PC): Cast to uintptr_t first.
42027         (GET_FRAME): Likewise.
42028         (GET_STACK): Likewise.
42030         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42031         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42032         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42033         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42034         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42035         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42036         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42037         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42038         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42039         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42040         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42041         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42042         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42043         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42044         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42045         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42046         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42047         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42048         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42049         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42050         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42051         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42052         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42053         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42054         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42055         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42056         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42057         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42058         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42060 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42062         * Makerules (+depfiles): Also collect depfiles from .oS in
42063         $(extra-objs).
42064         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42065         .oS, $(libnldbl-routines)).
42067         * Makerules (native-compile-mkdep-flags): Define.
42068         * sunrpc/Makefile (extra-objs): Add $(addprefix
42069         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42070         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42071         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42072         calling $(make-target-directory).
42074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42076         * bits/types.h (__snseconds_t): Removed.
42077         * time/time.h (struct timespec): Replace __snseconds_t with
42078         __syscall_slong_t.
42079         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42080         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42081         Likewise.
42082         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42083         (__SNSECONDS_T_TYPE): Likewise.
42084         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42085         (__SNSECONDS_T_TYPE): Likewise.
42086         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42087         (__SNSECONDS_T_TYPE): Likewise.
42089 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42091         * sysdeps/mach/hurd/bits/typesizes.h
42092         (__SYSCALL_SLONG_TYPE): New macro.
42093         (__SYSCALL_ULONG_TYPE): Likewise.
42095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42097         * bits/types.h (__syscall_slong_t): New type.
42098         (__syscall_ulong_t): Likewise.
42100         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42101         (__SYSCALL_ULONG_TYPE): Likewise.
42102         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42103         (__SYSCALL_SLONG_TYPE): Likewise.
42104         (__SYSCALL_ULONG_TYPE): Likewise.
42105         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42106         (__SYSCALL_SLONG_TYPE): Likewise.
42107         (__SYSCALL_ULONG_TYPE): Likewise.
42108         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42109         (__SYSCALL_SLONG_TYPE): Likewise.
42110         (__SYSCALL_ULONG_TYPE): Likewise.
42112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42114         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42115         Add sigaltstack-offsets.sym.
42116         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42117         <sigaltstack-offsets.h>.
42118         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42119         longjmp_msg pointer.
42120         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42121         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42122         signal stack.
42123         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42125 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42127         * elf/stackguard-macros.h: Remove file.
42128         * sysdeps/generic/stackguard-macros.h: New file.
42129         * sysdeps/i386/stackguard-macros.h: Likewise.
42130         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42131         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42132         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42133         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42134         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42135         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42136         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42137         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42138         <elf/stackguard-macros.h>.
42140         [BZ #14109]
42141         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42142         __aligned__ in attribute.
42143         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42144         (gregset_t): Likewise.
42146 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42148         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42149         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42150         * sysdeps/x86_64/x32/Implies-after: New file.
42152 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42154         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42155         and access return value for _dl_profile_fixup.  Use R10_LP to
42156         load frame size.
42158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42160         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42162 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42164         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42165         * sysdeps/x86_64/x32/sysdep.h: New file.
42167 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42169         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42170         * sysdeps/x86_64/setjmp.S: Likewise.
42172 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42174         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42175         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42176         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42177         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42178         remove unused global constant.
42180 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42182         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42183         include of <not-cancel.h>.
42185 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42187         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42189 2012-05-15  Jeff Law  <law@redhat.com>
42190             Andreas Jaeger  <aj@suse.de>
42192         [BZ #13594]
42193         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42194         out from...
42195         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42196         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42197         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42198         code changing __hst_map_handle.map.
42200 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42202         * configure.in (sysnames): Look for Implies-before and Implies-after
42203         files.
42204         * configure: Regenerated.
42206 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42208         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42209         8-byte data alignment with LP_SIZE alignment.
42211 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42213         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42214         into R10_LP.
42216 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42218         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42222         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42223         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42224         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42225         Likewise.
42226         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42228 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42230         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42231         (stackinfo_sub_sp): Likewise.
42233 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42235         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42236         RAX_LP.
42238 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42240         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42241         into R*_LP.
42243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42245         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42246         sizes into R*_LP.
42248 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42250         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42254         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42255         into R11_LP and load __x86_64_shared_cache_size_half into
42256         R8_LP.
42258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42260         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42261         R8_LP.
42263 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42265         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42266         logb for POWER7.
42267         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42268         logbf for POWER7.
42269         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42270         logbl for POWER7.
42271         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42272         powerpc32/power7/fpu/s_logb.c via #include.
42273         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42274         powerpc32/power7/fpu/s_logbf.c via #include.
42275         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42276         powerpc32/power7/fpu/s_logbl.c via #include.
42278 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42280         * README.libm: Remove file.
42282 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42284         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42285         count for x32.  Use R*_LP and omit operand-size suffix.
42287 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42289         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42290         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42291         * sysdeps/x86_64/x32/shlib-versions: New file.
42293 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42295         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42296         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42297         Use _dl_fatal_printf instead.
42299 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42301         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42302         set if not set by the user.  Do not allow for being unset.
42303         * sysdeps/unix/sysv/linux/configure: Regenerated.
42305 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42307         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42308         the `q' suffix from lea and replace .quad with ASM_ADDR.
42310 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42312         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42313         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42314         instead of $17.
42315         (PTR_DEMANGLE): Likewise.
42317 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42319         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42320         (LP_OP): Likewise.
42321         (ASM_ADDR): Likewise.
42322         (RAX_LP): Likewise.
42323         (RBP_LP): Likewise.
42324         (RBX_LP): Likewise.
42325         (RCX_LP): Likewise.
42326         (RDI_LP): Likewise.
42327         (RSI_LP): Likewise.
42328         (RSP_LP): Likewise.
42329         (R8_LP): Likewise.
42330         (R9_LP): Likewise.
42331         (R10_LP): Likewise.
42332         (R10_LP): Likewise.
42333         (R11_LP): Likewise.
42334         (R12_LP): Likewise.
42335         (R13_LP): Likewise.
42336         (R14_LP): Likewise.
42337         (R15_LP): Likewise.
42339 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42341         * sysdeps/x86_64/x32/dl-machine.h: New file.
42343 2012-05-14  Andreas Jaeger  <aj@suse.de>
42345         * manual/Makefile (subdir): Remove export of subdir.
42346         (all): Remove target.
42347         (.PHONY): Remove all from list.
42348         (mkinstalldirs): Remove.
42349         (.PHONY): Remove installdirs from list.
42350         ($(inst_infodir)/libc.info): Use make-target-directory.
42351         (installdirs): Remove.
42352         (subdir_%): Remove.
42353         (glibc-targets): Remove.
42354         (lib): Remove.
42355         (stubs): Remove.
42356         ($(objpfx)stubs ../po/manual.pot): Remove.
42357         ($(objpfx)stamp%): Remove.
42358         (make-target-directory): Remove.
42359         (subdir_install): Remove.
42360         (routines): Remove.
42361         (aux): Remove.
42362         (sources): Remove.
42363         (objects): Remove.
42364         (headers): Remove.
42366         [BZ #13750]
42367         * manual/.gitignore: Remove, it's not needed anymore.
42368         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42369         all files in it.
42370         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42371         directory.
42372         (texis): Renamed to $(objpfx)texis.
42373         (texis-path): New, contains path to generated files.
42374         (chapters.%): Use texis-path for complete path, add extra argument
42375         libc-texinfo.sh.
42376         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42377         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42378         (summary,texi, stamp-summary): Use complete path of
42379         files. Generate files in build dir.
42380         (dir-add.texi): Build in build dir.
42381         (libm-err.texi,stamp-libm-err): Likewise.
42382         (version.texi, stamp-version): Likewise.
42383         (.%c.texi): Likewise.
42384         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42385         (mostlyclean): Remove target.
42386         (realclean): Remove target.
42387         (generated): Add new variable with contents from mostlyclean and
42388         realclean, remove entries duplicated in common-mostlyclean, add
42389         stamp-libm-err and stamp-version.
42390         (generated-dirs): Add libc directory.
42391         ($(inst_infodir)/libc.info): Install files from build dir.
42393         * manual/install.texi (Configuring and compiling): Adjust since
42394         the info files are not part of the tar ball anymore.
42396 2012-05-14  Andreas Jaeger  <aj@suse.de>
42398         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42399         variable.
42401 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42403         [BZ #13717]
42404         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42405         to 2.2.0 where earlier.
42406         * sysdeps/unix/sysv/linux/configure: Regenerated.
42407         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42408         Remove conditional code.
42409         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42410         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42411         Remove conditional code.
42412         [!__NR_lchown]: Likewise.
42413         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42414         [__NR_lchown]: Likewise.
42415         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42416         comment referencing __ASSUME_LCHOWN_SYSCALL.
42417         * sysdeps/unix/sysv/linux/i386/sigaction.c
42418         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42419         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42420         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42421         Remove conditional code.
42422         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42423         (__protocol_available): Remove #if 0 code.
42424         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42425         conditional code.
42426         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42427         * sysdeps/unix/sysv/linux/kernel-features.h
42428         (__ASSUME_GETCWD_SYSCALL): Don't define.
42429         (__ASSUME_REALTIME_SIGNALS): Likewise.
42430         (__ASSUME_PREAD_SYSCALL): Likewise.
42431         (__ASSUME_PWRITE_SYSCALL): Likewise.
42432         (__ASSUME_POLL_SYSCALL): Likewise.
42433         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42434         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42435         non-SPARC.
42436         (__ASSUME_SIOCGIFNAME): Don't define.
42437         (__ASSUME_MSG_NOSIGNAL): Likewise.
42438         (__ASSUME_SENDFILE): Define unconditionally.
42439         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42440         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42441         conditional code.
42442         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42443         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42444         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42445         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42446         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42447         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42448         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42450         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42451         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42453         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42454         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42456         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42457         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42459         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42460         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42462         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42463         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42465         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42466         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42468         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42469         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42471         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42472         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42473         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42474         Remove conditional code.
42475         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42476         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42477         Remove conditional code.
42478         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42479         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42480         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42481         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42482         Remove conditional code.
42483         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42484         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42485         Remove conditional code.
42486         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42487         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42488         Remove conditional code.
42489         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42490         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42491         Remove conditional code.
42492         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42493         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42494         Remove conditional code.
42495         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42496         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42497         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42498         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42499         * sysdeps/unix/sysv/linux/sigaction.c
42500         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42501         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42502         * sysdeps/unix/sysv/linux/sigpending.c
42503         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42504         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42505         * sysdeps/unix/sysv/linux/sigprocmask.c
42506         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42507         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42508         * sysdeps/unix/sysv/linux/sigsuspend.c
42509         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42510         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42511         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42512         (__libc_missing_rt_sigs): Remove.
42513         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42514         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42515         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42516         Remove conditional code.
42517         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42518         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42519         return 1.
42520         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42521         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42522         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42523         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42525 2012-05-14  Andreas Jaeger  <aj@suse.de>
42527         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42528         it's not used in glibc.
42529         (__coshm1): Likewise.
42530         (__acosh1p): Likewise.
42531         (__sgn): Likewise.
42533         * manual/string.texi (Copying and Concatenation): Add missing
42534         variable in concat example.
42535         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42537 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42539         [BZ #14103]
42540         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42541         __builtin_clzl with __builtin_clzll.
42543 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42545         [BZ #14104]
42546         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42547         libc_freeres_ptr.
42549 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42551         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42552         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42553         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42554         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42556 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42558         * NEWS: Update ia64 info.
42560 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42562         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42563         used as bcopy.
42565 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42567         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42568         * sysdeps/unix/syscalls.list (dup3): Likewise.
42569         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42570         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42572 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42574         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42575         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42577 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42579         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42580         thread pointer.
42581         (TLS_IE): Use mov/add instead of movq/addq to load thread
42582         pointer.
42583         (TLS_GD_PREFIX): New.
42584         (TLS_GD): Use it.
42586 2012-05-11  David S. Miller  <davem@davemloft.net>
42588         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42589         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42590         (_FPU_SETCW): Likewise.
42592 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42594         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42595         is 32-byte aligned.
42597 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42599         [BZ #11837]
42600         * iconvdata/gb18030.c: Update tables.
42601         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42602         characters specially.
42603         (BODY for TO_LOOP): Add encoding of missing ranges.
42605 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42607         [BZ #13673]
42608         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42609         * sysdeps/mach/hurd/dup3.c: Likewise.
42610         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42611         * sysdeps/powerpc/memmove.c:: Likewise.
42613 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42615         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42616         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42618 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42620         * elf/elf.h (R_X86_64_RELATIVE64): New.
42621         (R_X86_64_NUM): Updated.
42622         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42623         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42624         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42625         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42626         tst-quad1pie tst-quad2pie
42627         (modules-names): Add tst-quadmod1 tst-quadmod2.
42628         ($(objpfx)tst-quad1): New dependency.
42629         ($(objpfx)tst-quad2): Likewise.
42630         ($(objpfx)tst-quad1pie): Likewise.
42631         ($(objpfx)tst-quad2pie): Likewise.
42632         * sysdeps/x86_64/tst-quad1.c: New file.
42633         * sysdeps/x86_64/tst-quad1pie.c: New file.
42634         * sysdeps/x86_64/tst-quad2.c: Likewise.
42635         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42636         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42637         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42638         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42639         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42641 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42643         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42644         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42645         * streams/stropts.h (t_scalar_t): Define type.
42647         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42648         (_PATH_PRESERVE): Set to "/var/lib".
42649         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42651         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42652         instead of int.
42654         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42655         if __dir_mkfile succeeded.
42657         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42658         checking for _hurd_dtablesize.  Unlock it right after having
42659         finished _hurd_dtable allocation.
42661 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42663         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42664         * sysdeps/mach/hurd/configure: Regenerated.
42665         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42666         special-casing to...
42667         * sysdeps/gnu/configure.in: ... this new file.
42668         * sysdeps/unix/sysv/linux/configure: Regenerated.
42669         * sysdeps/gnu/configure: New generated file.
42671         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42672         for Linux: use nsec instead of usec, as well as:
42673         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42674         members of type struct timespec.
42675         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42676         New macros.
42677         (struct stat64): Likewise.
42678         (_STATBUF_ST_NSEC): New macro.
42679         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42681         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42682         __strtoul_internal rather than strtoul.
42684 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42686         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42687         and reject them.
42689 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42691         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42692         which preserves existing values.
42693         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42695 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42697         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42698         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42699         greater than FD_SETSIZE.
42701 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42703         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42704         allocated, call __vm_protect to finish enabling the existing space, and
42705         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42706         allocate the remainder.
42708 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42710         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42711         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42713 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42715         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42716         sysdeps/mach/hurd/readlink.c.
42718         * posix/tst-sysconf.c (posix_options): Only use
42719         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42720         _POSIX_SYNCHRONIZED_IO when they are defined
42721         * sysdeps/mach/hurd/bits/posix_opt.h:
42722         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42723         (_XOPEN_REALTIME): Undefine macro.
42724         (_XOPEN_REALTIME_THREADS): Undefine macro.
42725         (_XOPEN_SHM): Undefine macro.
42726         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42727         macro to -1.
42728         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42729         macro to -1.
42730         (_POSIX_ASYNC_IO): Undefine macro.
42731         (_POSIX_PRIORITIZED_IO): Undefine macro.
42732         (_POSIX_SPIN_LOCKS): Define macro to -1.
42734         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42735         SA_NODEFER, SA_RESETHAND.
42736         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42737         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42738         F_DUPFD_CLOEXEC.
42740 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42742         * elf/Makefile (pldd-modules): Define unconditionally.
42744 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42746         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42748 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42750         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42751         Return ENOENT when name is empty.
42752         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42754 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42756         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42758         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42760 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42762         Fix mlock in all cases except non-readable pages.
42763         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42764         instead of VM_PROT_ALL as parameter to __vm_wire function.
42766         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42767         (__mkdir): When path is `/', just fail with EEXIST.
42768         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42770 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42772         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42773         <sys/uio.h> (for writev).
42774         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42775         and <sys/param.h> (for MIN).
42777 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42779         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42780         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42781         if interrupted.
42783 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42785         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42786         Depend on against $(link-rpcuserlibs).
42788 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42790         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42791         (__libc_stack_end): Do not use attribute_relro.
42792         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42793         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42794         to libthread-provided value.
42795         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42796         attribute_relro.
42798 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42800         [BZ #3748]
42801         * bits/libc-lock.h (__libc_once_get): New macro.
42802         * sysdeps/mach/bits/libc-lock.h: Likewise.
42803         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42804         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42805         instead of using implementation details.
42807         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42808         * libio/freopen.c: Likewise.
42809         * libio/freopen64.c: Likewise.
42810         * misc/syslog.c: Likewise.
42811         * nscd/connections.c: Likewise.
42812         * nscd/netgroupcache.c: Likewise.
42813         * sysdeps/posix/getcwd.c: Likewise.
42815 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42817         * math/w_ilogbf.c: Add #include <limits.h>.
42819 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42821         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42822         path instead of returning without unlocking.
42824         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42825         immediate-write ioctls.
42826         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42828 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42830         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42831         __builtin_frame_address instead of making assumptions about the
42832         location of the return address relative to DATA.  Force early load of
42833         the return address.
42834         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42835         __builtin_frame_address.
42837         dup3 for GNU Hurd.
42838         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42839         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42840         implement dup3 and do some further code clean-ups.
42841         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42842         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42844 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42846         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42848         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42849         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42850         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42851         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42852         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42853         d->port.lock.
42855         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42856         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42857         when handler == SIG_ERR, not when handler != SIG_ERR.
42859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42861         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42862         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42863         definitions.
42865         accept4 for GNU Hurd.
42866         * include/sys/socket.h (__libc_accept4): New prototype.
42867         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42868         to implement __libc_accept4.
42869         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42870         __libc_accept4.
42871         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42873         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42874         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42875         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42876         signal-defines.sym.
42878 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42880         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42882 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42884         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42885         assertion on O_CLOEXEC flag.
42886         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42887         * hurd/intern-fd.c: Likewise.
42888         * hurd/port2fd.c: Likewise.
42890 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42892         [BZ #3906]
42893         * bits/in.h (IPV6_PKTINFO): Define new macro.
42894         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42896 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42898         [BZ #13954]
42899         [BZ #13955]
42900         [BZ #13956]
42901         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42902         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42903         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42904         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42905         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42906         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42907         * math/libm-test.inc (logb_test) : Additional logb tests.
42909 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42910             Andreas Jaeger  <aj@suse.de>
42912         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42913         * configure: Regenerated.
42914         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42915         * config.make.in (link-obsolete-rpc): New substituted variable.
42916         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42917         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42918         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42919         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42920         so that libc.a contains the symbols.
42921         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42922         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42923         * sunrpc/auth_none.c: Likewise.
42924         * sunrpc/auth_unix.c: Likewise.
42925         * sunrpc/authdes_prot.c: Likewise.
42926         * sunrpc/authuxprot.c: Likewise.
42927         * sunrpc/clnt_gen.c: Likewise.
42928         * sunrpc/clnt_perr.c: Likewise.
42929         * sunrpc/clnt_raw.c: Likewise.
42930         * sunrpc/clnt_simp.c: Likewise.
42931         * sunrpc/clnt_tcp.c: Likewise.
42932         * sunrpc/clnt_udp.c: Likewise.
42933         * sunrpc/clnt_unix.c: Likewise.
42934         * sunrpc/des_crypt.c: Likewise.
42935         * sunrpc/des_soft.c: Likewise.
42936         * sunrpc/get_myaddr.c: Likewise.
42937         * sunrpc/key_call.c: Likewise.
42938         * sunrpc/key_prot.c: Likewise.
42939         * sunrpc/netname.c: Likewise.
42940         * sunrpc/pm_getmaps.c: Likewise.
42941         * sunrpc/pm_getport.c: Likewise.
42942         * sunrpc/pmap_clnt.c: Likewise.
42943         * sunrpc/pmap_prot.c: Likewise.
42944         * sunrpc/pmap_prot2.c: Likewise.
42945         * sunrpc/pmap_rmt.c: Likewise.
42946         * sunrpc/publickey.c: Likewise.
42947         * sunrpc/rpc_cmsg.c: Likewise.
42948         * sunrpc/rpc_common.c: Likewise.
42949         * sunrpc/rpc_dtable.c: Likewise.
42950         * sunrpc/rpc_prot.c: Likewise.
42951         * sunrpc/rpc_thread.c: Likewise.
42952         * sunrpc/rtime.c: Likewise.
42953         * sunrpc/svc.c: Likewise.
42954         * sunrpc/svc_auth.c: Likewise.
42955         * sunrpc/svc_raw.c: Likewise.
42956         * sunrpc/svc_run.c: Likewise.
42957         * sunrpc/svc_tcp.c: Likewise.
42958         * sunrpc/svc_udp.c: Likewise.
42959         * sunrpc/svc_unix.c: Likewise.
42960         * sunrpc/svcauth_des.c: Likewise.
42961         * sunrpc/xcrypt.c: Likewise.
42962         * sunrpc/xdr.c: Likewise.
42963         * sunrpc/xdr_array.c: Likewise.
42964         * sunrpc/xdr_float.c: Likewise.
42965         * sunrpc/xdr_intXX_t.c: Likewise.
42966         * sunrpc/xdr_mem.c: Likewise.
42967         * sunrpc/xdr_rec.c: Likewise.
42968         * sunrpc/xdr_ref.c: Likewise.
42969         * sunrpc/xdr_sizeof.c: Likewise.
42970         * sunrpc/xdr_stdio.c: Likewise.
42972 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42974         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42975         change.  Update copyright years.
42977 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42979         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42981 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42982             Joseph Myers  <joseph@codesourcery.com>
42983             Paul Pluzhnikov  <ppluzhnikov@google.com>
42985         [BZ #14012]
42986         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42987         requiring rpcgen.
42988         [cross-compiling] (extra-libs): Likewise.
42989         [cross-compiling] (extra-libs-others): Likewise.
42990         [cross-compiling] (librpcsvc-routines): Likewise.
42991         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42992         [cross-compiling] (omit-deps): Likewise.
42993         (sunrpc-CPPFLAGS): New variable.
42994         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42995         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42996         (cross-rpcgen-objs): New variable.
42997         (extra-objs): Append $(cross-rpcgen-objs).
42998         ($(cross-rpcgen-objs)): New rule.
42999         ($(objpfx)cross-rpcgen): Likewise.
43000         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43001         comment.
43002         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43003         ($(objpfx)x%.stmp): Likewise.
43004         * sunrpc/proto.h [IS_IN_build] (_): Define.
43005         [IS_IN_build] (_libc_intl_domainname): Likewise.
43007 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43009         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43010         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43011         and R_X86_64_TPOFF64.
43013 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43015         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43016         sysdeps/unix/sysv/syscalls.list.
43017         (stime): Likewise.
43018         (utime): Likewise.
43019         * sysdeps/unix/sysv/syscalls.list: Remove file.
43021 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43023         [BZ #3440]
43024         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43025         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43026         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43027         (__LC_IDENTIFICATION): Make these macros useful in #if
43028         expressions, as required by C99.
43030 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43032         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43033         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43034         after this.
43036 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43038         * stdlib/longlong.h: Updated from GCC.
43040 2012-05-09  Andreas Jaeger  <aj@suse.de>
43042         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43043         default is first entry.
43044         (run_mode): Set type.
43045         (main): Remove informal message about syslog.
43046         (options): Fix typo.
43048         [BZ #14053]
43049         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43050         to asm.
43051         (lrint): Likewise.
43052         (llrintf): Likewise.
43053         (llrint): Likewise.
43054         (rint): Likewise.
43055         (rintf): Likewise.
43056         (nearbyint): Likewise.
43057         (nearbyintf): Likewise.
43059 2012-05-09  Andreas Jaeger  <aj@suse.de>
43060             Pedro Alves  <palves@redhat.com>
43062         * nscd/nscd.c (run_mode): Use enum.
43063         (main): Cleanup coding style issue.
43065 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43066             Andreas Jaeger  <aj@suse.de>
43068         * nscd/nscd.c (go_background): Replaced with...
43069         (run_mode): ... this.
43070         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43071         (options): Add -F --foreground.
43072         (main): Implement it.
43073         (parse_opt): Parse it.
43075 2012-05-09  Andreas Jaeger  <aj@suse.de>
43077         [BZ #14083]
43078         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43079         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43080         -Wconversion warning.
43081         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43082         Likewise.
43084 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43086         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43087         == 0.
43088         (LC_ALL): Use macro-int-constant.
43089         (LC_COLLATE): Likewise.
43090         (LC_CTYPE): Likewise.
43091         (LC_MESSAGES): Likewise.
43092         (LC_MONETARY): Likewise.
43093         (LC_NUMERIC): Likewise.
43094         (LC_TIME): Likewise.
43095         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43096         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43097         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43098         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43099         Specify type.
43100         [C99-based standards] (float_t): Expect type.
43101         [C99-based standards] (double_t): Expect type.
43102         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43103         type.
43104         [C99-based standards] (HUGE_VALL): Likewise.
43105         [C99-based standards] (INFINITY): Likewise.
43106         [C99-based standards] (NAN): Likewise.
43107         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43108         [C99-based standards] (FP_NAN): Likewise.
43109         [C99-based standards] (FP_NORMAL): Likewise.
43110         [C99-based standards] (FP_SUBNORMAL): Likewise.
43111         [C99-based standards] (FP_ZERO): Likewise.
43112         [C99-based standards] (FP_FAST_FMA): Use
43113         optional-macro-int-constant.  Specify type.  Require == 1.
43114         [C99-based standards] (FP_FAST_FMAF): Likewise.
43115         [C99-based standards] (FP_FAST_FMAL): Likewise.
43116         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43117         [C99-based standards] (FP_ILOGBNAN): Likewise.
43118         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43119         Specify type.
43120         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43121         [C99-based standards] (math_errhandling): Specify type.
43122         [ISO99 || ISO11] (signgam): Do not allow.
43123         [non-C99-based standards] (copysignf): Do not allow.
43124         [non-C99-based standards] (exp2f): Likewise.
43125         [non-C99-based standards] (log2f): Likewise.
43126         [non-C99-based standards] (modff): Allow.
43127         [non-C99-based standards] (erff): Do not allow.
43128         [non-C99-based standards] (erfcf): Likewise.
43129         [non-C99-based standards] (gammaf): Likewise.
43130         [non-C99-based standards] (hypotf): Likewise.
43131         [non-C99-based standards] (j0f): Likewise.
43132         [non-C99-based standards] (j1f): Likewise.
43133         [non-C99-based standards] (jnf): Likewise.
43134         [non-C99-based standards] (lgammaf): Likewise.
43135         [non-C99-based standards] (tgammaf): Likewise.
43136         [non-C99-based standards] (y0f): Likewise.
43137         [non-C99-based standards] (y1f): Likewise.
43138         [non-C99-based standards] (ynf): Likewise.
43139         [non-C99-based standards] (isnanf): Likewise.
43140         [non-C99-based standards] (acoshf): Likewise.
43141         [non-C99-based standards] (asinhf): Likewise.
43142         [non-C99-based standards] (atanhf): Likewise.
43143         [non-C99-based standards] (cbrtf): Likewise.
43144         [non-C99-based standards] (expm1f): Likewise.
43145         [non-C99-based standards] (ilogbf): Likewise.
43146         [non-C99-based standards] (log1pf): Likewise.
43147         [non-C99-based standards] (logbf): Likewise.
43148         [non-C99-based standards] (nextafterf): Likewise.
43149         [non-C99-based standards] (remainderf): Likewise.
43150         [non-C99-based standards] (rintf): Likewise.
43151         [non-C99-based standards] (scalbf): Likewise.
43152         [non-C99-based standards] (copysignl): Likewise.
43153         [non-C99-based standards] (exp2l): Likewise.
43154         [non-C99-based standards] (log2l): Likewise.
43155         [non-C99-based standards] (modfl): Allow.
43156         [non-C99-based standards] (erfl): Do not allow.
43157         [non-C99-based standards] (erfcl): Likewise.
43158         [non-C99-based standards] (gammal): Likewise.
43159         [non-C99-based standards] (hypotl): Likewise.
43160         [non-C99-based standards] (j0l): Likewise.
43161         [non-C99-based standards] (j1l): Likewise.
43162         [non-C99-based standards] (jnl): Likewise.
43163         [non-C99-based standards] (lgammal): Likewise.
43164         [non-C99-based standards] (tgammal): Likewise.
43165         [non-C99-based standards] (y0l): Likewise.
43166         [non-C99-based standards] (y1l): Likewise.
43167         [non-C99-based standards] (ynl): Likewise.
43168         [non-C99-based standards] (isnanl): Likewise.
43169         [non-C99-based standards] (acoshl): Likewise.
43170         [non-C99-based standards] (asinhl): Likewise.
43171         [non-C99-based standards] (atanhl): Likewise.
43172         [non-C99-based standards] (cbrtl): Likewise.
43173         [non-C99-based standards] (expm1l): Likewise.
43174         [non-C99-based standards] (ilogbl): Likewise.
43175         [non-C99-based standards] (log1pl): Likewise.
43176         [non-C99-based standards] (logbl): Likewise.
43177         [non-C99-based standards] (nextafterl): Likewise.
43178         [non-C99-based standards] (remainderl): Likewise.
43179         [non-C99-based standards] (rintl): Likewise.
43180         [non-C99-based standards] (scalbl): Likewise.
43181         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43182         [non-C99-based standards] (FP_*): Do not allow.
43183         [C99-based standards] (FP_*): Change to
43184         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43185         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43186         allow.
43187         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43188         (SIG_ERR): Likewise.
43189         [X/Open-based standards] (SIG_HOLD): Likewise.
43190         (SIG_IGN): Likewise.
43191         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43192         positive value.
43193         (SIGFPE): Likewise.
43194         (SIGILL): Likewise.
43195         (SIGINT): Likewise.
43196         (SIGSEGV): Likewise.
43197         (SIGTER): Likewise.
43198         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43199         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43200         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43201         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43202         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43203         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43204         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43205         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43206         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43207         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43208         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43209         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43210         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43211         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43212         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43213         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43214         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43215         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43216         [X/Open-based standards] (SIGTRAP): Likewise.
43217         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43218         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43219         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43220         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43221         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43222         allow.
43224 2012-05-08  Ian Wienand  <ianw@vmware.com>
43226         [BZ #14080]
43227         * time/tzset.c (__tzset_parse_tz): Update default rules for
43228         daylight time changes in the Energy Policy Act of 2005.
43230 2012-05-09  Andreas Jaeger  <aj@suse.de>
43232         [BZ #13983]
43233         * elf/ldconfig.c (parse_conf): Change string to make clear that
43234         ldconfig only issued a warning if ld.so.conf does not exist.
43236 2012-05-08  David S. Miller  <davem@davemloft.net>
43238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43239         movxtod instead of popping the value on the stack.
43241         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43243 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43245         * config.h.in: Add HAVE_ARM_PCS_VFP.
43247 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43249         [BZ #13979]
43250         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43251         checking but the checks are disabled for any reason.
43253 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43255         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43256         and ELF64_R_TYPE with ELFW(R_TYPE).
43258 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43260         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43261         (ulimit): Likewise.
43263         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43264         (settimeofday): Likewise.
43266 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43268         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43269         a struct th_u2 inside the union, and move tu_block/tu_code into
43270         a new th_u3 union of tu_block/tu_code inside of that.  Move
43271         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43272         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43273         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43274         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43275         (th_stuff): Change to th_u1.tu_stuff.
43276         (th_data): Define.
43277         (th_msg): Change to th_u1.th_u2.tu_data.
43279 2012-05-07  David S. Miller  <davem@davemloft.net>
43281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43283         [BZ #14074]
43284         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43285         (SETUP_PIC_REG): Use it.
43286         (SETUP_PIC_REG_LEAF): Use it.
43288 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43290         [BZ #13885]
43291         [BZ #13923]
43292         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43293         USE_AS_EXPM1L.
43294         (EXPL_FINITE): Likewise.
43295         (FLDLOG): Likewise.
43296         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43297         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43298         e_expl.S.
43299         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43300         USE_AS_EXPM1L.
43301         (EXPL_FINITE): Likewise.
43302         (FLDLOG): Likewise.
43303         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43304         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43305         e_expl.S.
43306         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43307         test of -max_value argument for long double.
43308         * sysdeps/i386/fpu/libm-test-ulps: Update.
43309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43311 2012-05-06  David S. Miller  <davem@davemloft.net>
43313         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43314         quad soft-float symbols whose references which are compiler
43315         generated.
43316         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43318 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43320         [BZ #13884]
43321         [BZ #13914]
43322         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43323         USE_AS_EXP10L.
43324         (EXPL_FINITE): Likewise.
43325         (FLDLOG): Likewise.
43326         (c0): Likewise.
43327         (c1): Likewise.
43328         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43329         Adjust comments for base varying.
43330         (__expl_finite): Change alias to EXPL_FINITE.
43331         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43332         e_expl.S.
43333         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43334         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43335         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43336         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43337         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43338         USE_AS_EXP10L.
43339         (EXPL_FINITE): Likewise.
43340         (FLDLOG): Likewise.
43341         (c0): Likewise.
43342         (c1): Likewise.
43343         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43344         Adjust comments for base varying.
43345         (__expl_finite): Change alias to EXPL_FINITE.
43346         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43347         tests for bugs.
43348         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43350         [BZ #14064]
43351         * math/libm-test.inc (check_float_internal): Correct ulp
43352         calculation for subnormal expected results.
43354 2012-05-06  Andreas Jaeger  <aj@suse.de>
43356         * Makeconfig (+math-flags): New, set to -frounding-math.
43357         (+cflags): Add +math-flags so that all of glibc gets compiled with
43358         it.
43360         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43362 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43364         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43365         Disable one test.
43367         [BZ #13787]
43368         [BZ #13922]
43369         [BZ #14036]
43370         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43371         (__ieee754_expl): Allow for and saturate large arguments.
43372         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43373         (u_threshold): Likewise.
43374         (__exp): Call __ieee754_exp before checking for overflow and
43375         underflow.
43376         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43377         (u_threshold): Likewise.
43378         (__expf): Call __ieee754_expf before checking for overflow and
43379         underflow.
43380         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43381         (u_threshold): Likewise.
43382         (__expl): Call __ieee754_expl before checking for overflow and
43383         underflow.
43384         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43385         (__ieee754_expl): Allow for and saturate large arguments.
43386         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43387         missing overflow exception on overflow.
43388         (expm1_test): Do not allow missing overflow exception on overflow.
43390         * sysdeps/i386/fpu/e_expl.c: Move to ...
43391         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43392         rather than using inline asm.
43393         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43394         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43395         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43397         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43398         (nice): Likewise.
43399         (poll): Likewise.
43400         (signal): Likewise.
43401         (time): Likewise.
43402         (times): Likewise.
43404 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43406         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43407         sysdeps/unix/common/syscalls.list.
43408         (fchmod): Likewise.
43409         (fchown): Likewise.
43410         (ftruncate): Likewise.
43411         (getrusage): Likewise.
43412         (gettimeofday): Likewise.
43413         (setpgid): Likewise.
43414         (setregid): Likewise.
43415         (setreuid): Likewise.
43416         (sigaction): Likewise.
43417         (truncate): Likewise.
43418         (vhangup): Likewise.
43419         * sysdeps/unix/common/syscalls.list: Remove file.
43420         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43421         * sysdeps/unix/sysv/linux/Implies: Likewise.
43423 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43425         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43426         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43427         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43428         Moved to ...
43429         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43430         Here.
43431         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43432         to ...
43433         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43434         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43435         to ...
43436         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43437         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43438         to ...
43439         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43440         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43441         to ...
43442         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43443         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43444         to ...
43445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43446         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43447         to ...
43448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43449         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43450         to ...
43451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43452         Here.
43453         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43454         to ...
43455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43456         Here.
43457         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43458         to ...
43459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43460         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43461         Moved to ...
43462         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43463         Here.
43464         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43465         to ...
43466         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43468 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43470         * sysdeps/unix/common/bits/dirent.h: Remove file.
43471         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43473         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43474         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43475         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43476         * sysdeps/unix/bsd/isatty.c: Likewise.
43477         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43478         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43479         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43481 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43483         [BZ #13563]
43484         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43485         long double comparison inaccuracies.
43486         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43489 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43491         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43492         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43494 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43496         [BZ #14049]
43497         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43498         nonzero digits before rounding a hex value.
43499         * stdlib/tst-strtod.c (tests): Add another test.
43501 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43503         * sysdeps/s390/fpu/libm-test-ulps: Update.
43505 2012-05-03  Andreas Jaeger  <aj@suse.de>
43507         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43508         does not get optimized out.
43509         (malloc_opt_barrier): New.
43511 2012-05-03  Andreas Jaeger  <aj@suse.de>
43512             Roland McGrath  <roland@hack.frob.com>
43514         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43515         intermediate file deletion.
43516         (generated): Add .symlist files.
43518 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43520         [BZ #13775]
43521         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43522         Redirect under this condition.
43523         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43524         [__USE_GNU] (__dprintf_chk): Not under this condition.
43525         [__USE_GNU] (__vdprintf_chk): Likewise.
43526         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43527         under this condition.
43528         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43529         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43530         [__USE_XOPEN2K8] (vdprintf): Likewise.
43531         [__USE_GNU] (__dprintf_chk): Not under this condition.
43532         [__USE_GNU] (__vdprintf_chk): Likewise.
43533         [__USE_GNU] (dprintf): Likewise.
43534         [__USE_GNU] (vdprintf): Likewise.
43536 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43538         * elf/Makefile (common-generated): Set this instead of generated for
43539         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43540         $(all-built-dso)-derived lists.
43542 2012-05-03  Andreas Jaeger  <aj@suse.de>
43544         * sysdeps/i386/fpu/libm-test-ulps: Update.
43546         * FAQ: Removed.
43547         * FAQ.in: Likewise.
43548         * scripts/gen-FAQ.pl: Likewise.
43549         * manual/install.texi (Installation): Point to online location of
43550         FAQ.
43551         * Makefile (files-for-dist): Remove FAQ.
43552         (FAQ): Remove.
43554 2012-05-02  Allan McRae  <allan@archlinux.org>
43556         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43557         (LDFLAGS-reldepmod5.so): Likewise.
43558         (LDFLAGS-reldep6mod1.so): Likewise.
43559         (LDFLAGS-reldep6mod4.so): Likewise.
43560         (LDFLAGS-reldep8mod3.so): Likewise.
43561         (LDFLAGS-unload4mod1.so): Likewise.
43562         (LDFLAGS-unload4mod2.so): Likewise.
43563         (LDFLAGS-tst-initorder): Likewise.
43564         (LDFLAGS-tst-initordera2.so): Likewise.
43565         (LDFLAGS-tst-initordera3.so): Likewise.
43566         (LDFLAGS-tst-initordera4.so): Likewise.
43567         (LDFLAGS-tst-initorderb2.so): Likewise.
43568         (LDFLAGS-noload): Likewise.
43569         (LDFLAGS-next): Likewise.
43570         (LDFLAGS-order2mod1.so): Likewise.
43571         (LDFLAGS-order2mod2.so): Likewise.
43572         (LDFLAGS-tst-initorder2): Likewise.
43573         (LDFLAGS-tst-initorder2a.so): Likewise.
43574         (LDFLAGS-tst-initorder2b.so): Likewise.
43575         (LDFLAGS-tst-initorder2c.so): Likewise.
43576         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43578 2012-05-02  David S. Miller  <davem@davemloft.net>
43580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43582 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43584         [BZ #14055]
43585         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43587 2012-05-02  Andreas Jaeger  <aj@suse.de>
43589         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43590         since we manipulate rounding mode.
43591         (CPPFLAGS-test-idouble.c): Likewise.
43592         (CPPFLAGS-test-ifloat.c): Likewise.
43593         (CFLAGS-test-ldouble.c): Likewise.
43594         (CFLAGS-test-double.c): Likewise.
43595         (CFLAGS-test-float.c): Likewise.
43596         (CFLAGS-test-misc.c): Likewise.
43597         (CFLAGS-test-test-fenv.c): Likewise.
43599 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43601         [BZ #2550]
43602         [BZ #2570]
43603         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43604         comparisons to determine direction to adjust input.
43606 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43608         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43609         output to the target.
43611         * scripts/localplt.awk: New file.
43612         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43613         (check-localplt-CFLAGS): Variable removed.
43614         ($(all-built-dso:=.jmprel)): New static pattern rule.
43615         (generated): Add those targets.
43616         (localplt-built-dso): New variable.
43617         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43619         * elf/check-localplt.c: File removed.
43621         * scripts/check-execstack.awk: New file.
43622         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43623         (check-execstack-CFLAGS): Variable removed.
43624         ($(objpfx)check-execstack.h): Target removed.
43625         ($(objpfx)execstack-default): New target.
43626         (generated): Add that instead of check-execstack.h.
43627         ($(all-built-dso:=.phdr)): New static pattern rule.
43628         (generated): Add those targets.
43629         * elf/check-execstack.c: File removed.
43631         * scripts/check-textrel.awk: New file.
43632         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43633         (check-textrel-CFLAGS): Variable removed.
43634         (all-built-dso): Use := to define.o
43635         ($(all-built-dso:=.dyn)): New static pattern rule.
43636         (generated): Add those targets.
43637         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43638         * config.make.in (READELF): New substituted variable.
43639         * elf/check-textrel.c: File removed.
43641 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43643         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43644         allow.
43645         * conform/data/ctype.h-data [C99-based standards] (isblank):
43646         Expect function.
43647         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43648         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43649         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43650         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43651         Specify type.  Require positive value.
43652         (EILSEQ): Likewise.
43653         (ERANGE): Likewise.
43654         [ISO || POSIX] (EILSEQ): Do not expect.
43655         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43656         Specify type.  Require positive value.
43657         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43658         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43659         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43660         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43661         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43662         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43663         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43664         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43665         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43666         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43667         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43668         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43669         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43670         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43671         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43672         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43673         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43674         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43675         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43676         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43677         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43678         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43679         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43680         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43681         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43682         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43683         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43684         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43685         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43686         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43687         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43688         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43689         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43690         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43691         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43692         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43693         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43694         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43695         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43696         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43697         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43698         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43699         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43700         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43701         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43702         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43703         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43704         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43705         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43706         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43707         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43708         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43709         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43710         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43711         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43712         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43713         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43714         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43715         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43716         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43717         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43718         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43719         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43720         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43721         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43722         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43723         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43724         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43725         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43726         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43727         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43728         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43729         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43730         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43731         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43732         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43733         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43734         Require >= 2.
43735         (FLT_ROUNDS): Expect as macro, not constant.
43736         (FLT_MANT_DIG): Use macro-int-constant.
43737         (DBL_MANT_DIG): Likewise.
43738         (LDBL_MANT_DIG): Likewise.
43739         (FLT_DIG): Likewise.
43740         (DBL_DIG): Likewise.
43741         (LDBL_DIG): Likewise.
43742         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43743         (DBL_MIN_EXP): Likewise.
43744         (LDBL_MIN_EXP): Likewise.
43745         (FLT_MAX_EXP): Use macro-int-constant.
43746         (DBL_MAX_EXP): Likewise.
43747         (LDBL_MAX_EXP): Likewise.
43748         (FLT_MAX_10_EXP): Likewise.
43749         (DBL_MAX_10_EXP): Likewise.
43750         (LDBL_MAX_10_EXP): Likewise.
43751         (FLT_MAX): Use macro-constant.
43752         (DBL_MAX): Likewise.
43753         (LDBL_MAX): Likewise.
43754         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43755         (DBL_EPSILON): Likewise.
43756         (LDBL_EPSILON): Likewise.
43757         (FLT_MIN): Likewise.
43758         (DBL_MIN): Likewise.
43759         (LDBL_MIN): Likewise.
43760         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43761         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43762         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43763         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43764         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43765         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43766         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43767         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43768         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43769         [ISO11] (FLT_TRUE_MIN): Likewise.
43770         [ISO11] (LDBL_TRUE_MIN): Likewise.
43771         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43772         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43773         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43774         (SCHAR_MAX): Likewise.
43775         (UCHAR_MAX): Likewise.
43776         (CHAR_MIN): Likewise.
43777         (CHAR_MAX): Likewise.
43778         (MB_LEN_MAX): Use macro-int-constant.
43779         (SHRT_MIN): Use macro-int-constant.  Specify type.
43780         (SHRT_MAX): Likewise.
43781         (USHRT_MAX): Likewise.
43782         (INT_MAX): Likewise.
43783         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43784         bound negative.
43785         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43786         bound with "U".
43787         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43788         bound with "L".
43789         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43790         bound negative.  Suffix upper bound with "L".
43791         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43792         bound with "UL".
43793         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43794         Specify type.
43795         [C99-based standards] (LLONG_MAX): Likewise.
43796         [C99-based standards] (ULLONG_MAX): Likewise.
43797         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43798         == 0.
43799         [ISO11] (max_align_t): Require type.
43800         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43802         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43803         from $CFLAGS, without defining away __attribute__ calls.
43804         (checknamespace): Use $CFLAGS_namespace.
43806         * conform/conformtest.pl (@keywords): Only include C99 keywords
43807         for standards based on C99 or C11.
43809         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43810         Disable tests.
43811         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43812         UNIX98]: Likewise.
43814         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43815         usability of symbols in #if.
43817         * conform/conformtest.pl: If macro or constant types start
43818         "promoted:", expect the symbol to be of the following type
43819         promoted by the integer promotions.
43821         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43822         in one place.  Also handle "macro-constant".
43824         * conform/conformtest.pl: Only accept expected macro values with
43825         "==".  Parse all "macro" lines in one place.
43826         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43828         * conform/conformtest.pl: Handle braced types on "constant" lines
43829         instead of handling "typed-constant".
43830         * conform/data/signal.h-data: Use "constant" instead of
43831         "typed-constant".
43833         * conform/conformtest.pl: Handle "optional-" at start of lines in
43834         one place rather than duplicating several cases.  Handle each
43835         format of "macro" line with initial "optional-".
43837         * conform/conformtest.pl: Only accept expected constant or
43838         optional-constant values with "==".  Parse all "constant" lines in
43839         one place.  Parse all "optional-constant" lines in one place.
43840         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43841         * conform/data/fmtmsg.h-data: Likewise.
43842         * conform/data/netinet/in.h-data: Likewise.
43843         * conform/data/tar.h-data: Likewise.
43844         * conform/data/limits.h-data: Use "==" form on "constant" and
43845         "optional-constant" lines.
43847         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43848         Use -std=c99 for XOPEN2K.
43849         (@knownproblems): Remove.
43850         (newtoken): Don't check %isknown.
43852         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43853         Do not expect macro.
43854         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43855         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43856         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43857         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43858         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43859         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43860         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43863         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43864         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43865         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43866         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43867         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43868         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43869         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43870         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43871         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43872         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43873         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43874         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43875         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43883         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43884         [XPG3] (acosh): Likewise.
43885         [XPG3] (asinh): Likewise.
43886         [XPG3] (atanh): Likewise.
43887         [XPG3] (cbrt): Likewise.
43888         [XPG3] (expm1): Likewise.
43889         [XPG3] (ilogb): Likewise.
43890         [XPG3] (log1p): Likewise.
43891         [XPG3] (logb): Likewise.
43892         [XPG3] (nextafter): Likewise.
43893         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43894         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43895         [XPG3] (remainder): Likewise.
43896         [XPG3] (rint): Likewise.
43897         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43898         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43901         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43902         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43903         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43904         [UNIX98 || XOPEN2K] (scalb): Expect.
43905         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43906         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43910         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43911         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43912         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43957         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43958         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43959         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43960         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43961         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43962         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43963         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43964         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43965         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43966         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43967         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43968         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43969         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43970         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43971         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43972         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43973         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43974         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43975         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43976         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43977         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43978         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43979         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43980         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43981         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43982         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43983         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43984         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43985         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43986         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43987         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43988         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43989         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43990         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43991         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43992         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43993         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43994         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43995         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43996         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43997         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43998         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43999         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44000         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44001         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44002         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44003         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44004         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44005         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44006         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44007         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44008         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44009         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44010         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44011         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44012         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44013         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44014         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44015         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44016         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44017         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44018         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44019         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44020         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44021         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44022         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44023         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44024         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44025         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44026         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44027         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44028         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44029         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44030         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44031         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44032         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44033         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44034         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44035         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44036         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44037         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44038         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44039         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44040         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44041         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44043         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44044         _XOPEN_SOURCE_EXTENDED for XPG4.
44046         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44048         * Makeconfig (localtime): Remove variable.
44049         (inst_localtime-file): Likewise.
44051 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44054         Update.
44055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44056         Update.
44057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44058         Update.
44059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44060         Update.
44061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44062         Update.
44063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44064         Update.
44065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44066         Update.
44067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44068         Update.
44069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44070         Update.
44072 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44074         [BZ #2550]
44075         [BZ #2570]
44076         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44077         comparisons to determine direction to adjust input.
44078         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44079         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44080         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44081         Likewise.
44082         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44083         Likewise.
44084         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44085         Likewise.
44086         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44087         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44088         Likewise.
44089         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44090         Likewise.
44091         * math/libm-test.inc (nexttoward_test): Add more tests.
44093 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44095         [BZ #14040]
44096         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44097         in version GLIBC_2.1, not GLIBC_2.0.
44098         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44099         Likewise.
44101 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44103         [BZ #13942]
44104         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44105         (1 - x) * (1 + x).
44106         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44107         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44108         * math/libm-test.inc (acos_test): Add more tests.
44109         (asin_test): Likewise.
44110         * sysdeps/i386/fpu/libm-test-ulps: Update.
44111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44113         [BZ #14034]
44114         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44115         of square root.
44116         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44117         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44118         * math/libm-test.inc (acos_test_tonearest): New function.
44119         (acos_test_towardzero): Likewise.
44120         (acos_test_downward): Likewise.
44121         (acos_test_upward): Likewise.
44122         (asin_test_tonearest): Likewise.
44123         (asin_test_towardzero): Likewise.
44124         (asin_test_downward): Likewise.
44125         (asin_test_upward): Likewise.
44126         (main): Call the new functions.
44127         * sysdeps/i386/fpu/libm-test-ulps: Update.
44128         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44130         [BZ #13884]
44131         [BZ #13924]
44132         * math/e_exp10.c: Include <float.h>.
44133         (__ieee754_exp10): Handle underflow here rather than multiplying
44134         large negative argument by M_LN10.
44135         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44136         of __ieee754_expf.
44137         * math/e_exp10l.c: Include <float.h>.
44138         (__ieee754_exp10l): Handle underflow here rather than multiplying
44139         large negative argument by M_LN10l.
44140         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44141         spurious overflow exception on underflow.
44143 2012-04-29  Marek Polacek  <polacek@redhat.com>
44145         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44146         (__fortify_function): New macro.
44147         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44148         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44149         __extern_always_inline.
44150         * libio/bits/stdio2.h: Likewise.
44151         * libio/bits/stdio.h: Likewise.
44152         * string/string.h: Likewise.
44153         * string/bits/string3.h: Likewise.
44154         * include/stdio.h: Likewise.
44155         * stdlib/bits/stdlib.h: Likewise.
44156         * stdlib/stdlib.h: Likewise.
44157         * rt/bits/mqueue2.h: Likewise.
44158         * rt/mqueue.h: Likewise.
44159         * posix/bits/unistd.h: Likewise.
44160         * posix/unistd.h: Likewise.
44161         * io/bits/poll2.h: Likewise.
44162         * io/bits/fcntl2.h: Likewise.
44163         * io/fcntl.h: Likewise.
44164         * io/sys/poll.h: Likewise.
44165         * misc/bits/syslog.h: Likewise.
44166         * misc/bits/syslog-ldbl.h: Likewise.
44167         * misc/sys/syslog.h: Likewise.
44168         * socket/bits/socket2.h: Likewise.
44169         * socket/sys/socket.h: Likewise.
44170         * debug/tst-chk1.c: Likewise.
44171         * wcsmbs/bits/wchar2.h: Likewise.
44172         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44173         * wcsmbs/wchar.h: Likewise.
44175 2012-04-29  Andreas Jaeger  <aj@suse.de>
44177         * Makerules (tests): Remove enable-check-abi protection.
44178         (check-abi-warn): Remove.
44179         (check-abi-%): Remove check-abi-warn usage.
44181         * configure.in: Remove check-abi configure option.
44182         * configure: Regenerated.
44183         * config.make.in (enable-check-abi): Remove.
44185 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44187         [BZ #14033]
44188         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44189         double functions to double *_finite functions.
44191         [BZ #13941]
44192         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44193         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44194         LDBL_MIN_EXP.
44195         * stdio-common/Makefile (tests): Add tst-sprintf3.
44196         * stdio-common/tst-sprintf3.c: New file.
44198         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44199         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44201 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44203         * conform/conformtest.pl: Remove duplicate typed-constant
44204         handling.
44206 2012-04-28  David S. Miller  <davem@davemloft.net>
44208         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44209         (check-abi-%): Remove AWK script prerequisite and explicit
44210         abilist directory.
44211         (check-abi): Rewrite to just diff the symlist with the abilist.
44212         (config-tls, config-abi-config): Delete, no longer used.
44213         (update-abi-%): Remove AWK script and explicit abilist directory.
44214         (update-abi): Rewrite to simply compare and conditionally copy the
44215         symlist and the sysdep abilist file.  Remove update-abi-config
44216         checks.
44217         * abilist/ld.abilist: Remove.
44218         * abilist/libBrokenLocale.abilist: Remove.
44219         * abilist/libanl.abilist: Remove.
44220         * abilist/libcrypt.abilist: Remove.
44221         * abilist/libdl.abilist: Remove.
44222         * abilist/librt.abilist: Remove.
44223         * abilist/libthread_db.abilist: Remove.
44224         * abilist/libutil.abilist: Remove.
44225         * scripts/extract-abilist.awk: Remove.
44226         * scripts/merge-abilist.awk: Remove.
44227         * sysdeps/generic/libcidn.abilist: New file.
44228         * sysdeps/generic/libnss_compat.abilist: New file.
44229         * sysdeps/generic/libnss_db.abilist: New file.
44230         * sysdeps/generic/libnss_dns.abilist: New file.
44231         * sysdeps/generic/libnss_files.abilist: New file.
44232         * sysdeps/generic/libnss_hesiod.abilist: New file.
44233         * sysdeps/generic/libnss_nis.abilist: New file.
44234         * sysdeps/generic/libnss_nisplus.abilist: New file.
44235         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44236         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44237         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44238         file.
44239         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44240         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44241         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44242         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44243         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44244         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44245         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44246         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44247         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44248         file.
44249         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44250         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44251         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44252         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44253         file.
44254         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44255         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44256         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44257         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44258         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44259         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44260         file.
44261         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44262         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44263         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44264         file.
44265         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44266         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44267         New file.
44268         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44269         New file.
44270         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44271         New file.
44272         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44273         New file.
44274         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44275         New file.
44276         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44277         New file.
44278         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44279         New file.
44280         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44281         New file.
44282         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44283         New file.
44284         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44285         New file.
44286         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44287         New file.
44288         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44289         New file.
44290         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44291         New file.
44292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44293         file.
44294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44295         New file.
44296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44297         New file.
44298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44299         file.
44300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44301         New file.
44302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44303         New file.
44304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44305         file.
44306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44307         New file.
44308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44309         New file.
44310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44311         New file.
44312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44313         New file.
44314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44315         New file.
44316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44317         New file.
44318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44320         file.
44321         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44322         New file.
44323         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44324         file.
44325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44326         file.
44327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44328         file.
44329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44330         file.
44331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44332         file.
44333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44334         New file.
44335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44336         file.
44337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44338         file.
44339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44340         New file.
44341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44342         file.
44343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44345         file.
44346         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44347         New file.
44348         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44349         file.
44350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44351         file.
44352         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44353         file.
44354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44355         file.
44356         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44357         file.
44358         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44359         New file.
44360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44361         file.
44362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44363         file.
44364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44365         New file.
44366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44367         file.
44368         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44369         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44370         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44371         file.
44372         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44373         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44374         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44375         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44376         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44377         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44378         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44379         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44380         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44381         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44384         file.
44385         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44386         New file.
44387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44388         file.
44389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44390         file.
44391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44392         file.
44393         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44394         file.
44395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44396         file.
44397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44398         New file.
44399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44400         New file.
44401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44402         file.
44403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44404         New file.
44405         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44406         file.
44407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44408         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44409         file.
44410         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44411         New file.
44412         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44413         file.
44414         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44415         file.
44416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44417         file.
44418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44419         file.
44420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44421         file.
44422         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44423         New file.
44424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44425         New file.
44426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44427         file.
44428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44429         New file.
44430         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44431         file.
44433 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44435         * conform/conformtest.pl: Fix typo in handling typed-constant from
44436         allow-header.
44438 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44440         * README: Cut down references to pre-2.6 Linux kernels and
44441         Linuxthreads.  Update lists of configurations in libc and ports
44442         and sort alphabetically.  Say "or newer" with Linux kernel version
44443         requirements.
44445         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44447 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44449         [BZ #887]
44450         * math/libm-test.inc (logb_test_downward): New test to expose
44451         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44452         rounding mode.
44454 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44456         [BZ #14027]
44457         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44458         to be done.
44459         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44460         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44462 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44464         * sysdeps/unix/i386/brk.S: Remove file.
44465         * sysdeps/unix/i386/dl-brk.S: Likewise.
44466         * sysdeps/unix/i386/pipe.S: Likewise.
44467         * sysdeps/unix/i386/sigreturn.S: Likewise.
44468         * sysdeps/unix/i386/syscall.S: Likewise.
44469         * sysdeps/unix/i386/vfork.S: Likewise.
44470         * sysdeps/unix/i386/wait.S: Likewise.
44472         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44473         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44475         * configure.in (arm*-none*): Do not allow without
44476         --enable-hacker-mode.
44477         (netbsd*): Remove case setting base_os.
44478         (386bsd*): Likewise.
44479         (freebsd*): Likewise.
44480         (bsdi*): Likewise.
44481         (osf*): Likewise.
44482         (sunos*): Likewise.
44483         (ultrix*): Likewise.
44484         (newsos*): Likewise.
44485         (dynix*): Likewise.
44486         (*bsd*): Likewise.
44487         (sysv*): Likewise.
44488         (isc*): Likewise.
44489         (esix*): Likewise.
44490         (sco*): Likewise.
44491         (minix*): Likewise.
44492         (irix4*): Likewise.
44493         (irix6*): Likewise.
44494         (solaris[2-9]*): Likewise.
44495         (none): Likewise.
44496         * configure: Regenerated.
44498 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44500         [BZ #11521]
44501         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44502         overflow or cancellation in calculating denominator.
44503         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44504         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44505         down expression to avoid unexpected rounding in newer GCCs.
44506         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44508 2012-04-26  David S. Miller  <davem@davemloft.net>
44510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44511         long-double compat symbols.
44512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44517         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44520         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44521         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44522         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44526 2012-04-25  David S. Miller  <davem@davemloft.net>
44528         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44529         HWCAP_* values only after the memory barriers have been defined.
44530         (atomic_full_barrier): Define.
44531         (atomic_read_barrier): Define.
44532         (atomic_write_barrier): Define.
44534 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44536         * shlib-versions: Add libgcc_s version information.
44537         * sysdeps/generic/libgcc_s.h: Remove.
44538         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44539         libgcc_s.h.
44540         * sysdeps/gnu/unwind-resume.c: Likewise.
44541         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44543 2012-04-25  David S. Miller  <davem@davemloft.net>
44545         * sysdeps/unix/sparc/brk.S: Delete.
44546         * sysdeps/unix/sparc/dl-brk.S: Delete.
44547         * sysdeps/unix/sparc/pipe.S: Delete.
44548         * sysdeps/unix/sparc/sysdep.S: Delete.
44549         * sysdeps/unix/sparc/sysdep.h: Delete.
44550         * sysdeps/unix/sparc/vfork.S: Delete.
44551         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44552         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44553         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44554         (ret_ERRVAL, r0, r1, MOVE): Define.
44555         (JUMPTARGET): Remove.
44556         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44557         sysdeps/unix/sparc/sysdep.h
44558         (ENTRY, END): Remove.
44559         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44561 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44563         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44564         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44565         -DIS_IN_build.
44567         * timezone/README: Update upstream location and email address for
44568         tzcode and tzdata.
44569         * timezone/zdump.c: Update from tzcode 2012b.
44570         * timezone/zic.c: Likewise.
44572         * configure.in (libc_cv_as_needed): Remove test.
44573         * configure: Regenerated.
44574         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44575         conditional definition.
44576         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44577         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44578         * config.make.in (have-as-needed): Remove variable.
44580 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44581             Paul Pluzhnikov  <ppluzhnikov@google.com>
44583         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44584         strings correctly.
44586 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44588         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44589         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44590         * sysdeps/sh/strlen.S: Likewise.
44592 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44594         * sysdeps/unix/fork.S: Remove file.
44595         * sysdeps/unix/i386/fork.S: Likewise.
44596         * sysdeps/unix/sparc/fork.S: Likewise.
44598         * sysdeps/unix/system.c: Remove file.
44599         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44601         * sysdeps/unix/getegid.S: Remove file.
44602         * sysdeps/unix/geteuid.S: Likewise.
44604 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44606         * scripts/check-localplt.awk: New file.
44607         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44608         of diff.
44609         * scripts/data/localplt-generic.data: Add a comment.
44611         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44612         NODE when __dir_mkfile failed.
44613         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44614         Reported by Ludovic Courtès <ludo@gnu.org>.
44616 2012-04-24  Andreas Jaeger  <aj@suse.de>
44618         * Makerules (common-clean): Also remove gen-as-const-headers
44619         files.
44621 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44623         * Makerules (native-compile): Do not change working directory for
44624         build.  Use $(OUTPUT_OPTION) in command.
44625         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44627 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44629         [BZ #13886]
44630         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44631         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44632         * math/libm-test.inc (floor_test): Add more tests.
44633         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44635 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44637         * sysdeps/unix/getdents.c: Remove file.
44638         * sysdeps/unix/sysv/getdents.c: Likewise.
44639         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44641         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44642         sysdeps/unix/mman/syscalls.list.
44643         (mmap): Likewise.
44644         (mprotect): Likewise.
44645         (msync): Likewise.
44646         (munmap): Likewise.
44647         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44648         * sysdeps/unix/mman/syscalls.list: Remove.
44649         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44651         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44652         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44653         * configure: Regenerated.
44654         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44655         $(libgcc_s_suffix).
44656         * config.make.in (libgcc_s_suffix): Remove variable.
44658 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44660         * sysdeps/unix/sysv/gethostname.c: Move to ...
44661         * sysdeps/posix/gethostname.c: ... here.
44663         * sysdeps/unix/execve.S: Remove file.
44665         * sysdeps/unix/_exit.S: Remove file.
44667 2012-04-23  Andreas Jaeger  <aj@suse.de>
44669         [BZ #13739]
44670         * manual/Makefile: Remove make dist support, there's no
44671         need for a stand-alone documentation tar ball.
44672         (TEXI2DVI): Define always, it's not in Makeconfig.
44673         (dist): Removed.
44674         (tar-it): Removed.
44675         (edition): Removed.
44676         (glibc-doc-$(edition).tar): Removed
44677         (%.Z): Removed.
44678         (%.gz): Removed.
44679         (%.uu): Removed.
44680         (ETAGS): Remove, it's in Makeconfig.
44681         (move-if-change): Remove, it's in Makeconfig.
44683 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44685         [BZ #13970]
44686         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44687         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44688         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44689         (strtod_l, strtof_l, strtold_l): Remove __wur.
44690         It is not necessarily an error to ignore strtol's return value.
44691         One can reliably look at the stored endptr to decide whether
44692         the number had valid syntax.
44694 2012-04-21  Andreas Jaeger  <aj@suse.de>
44696         [BZ #13739]
44697         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44699 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44701         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44702         * sysdeps/unix/sysv/Versions: Remove file.
44704 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44706         [BZ #13927]
44707         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44709 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44711         [BZ #7064]
44712         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44713         version from __vm86.
44715 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44717         * sysdeps/unix/common/lxstat.c: Remove file.
44718         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44720         * sysdeps/unix/sysv/Makefile: Remove file.
44722         * sysdeps/unix/sysv/direct.h: Remove file.
44724         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44725         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44726         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44727         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44728         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44729         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44730         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44732         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44734         * sysdeps/unix/xmknod.c: Remove file.
44735         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44737         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44739         * sysdeps/unix/sysv/i386/time.S: Remove file.
44741         * sysdeps/unix/fxstat.c: Remove file.
44742         * sysdeps/unix/xstat.c: Likewise.
44743         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44745         * sysdeps/unix/sysv/sigaction.c: Remove file.
44747         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44748         (sysdep_headers): Remove variable.
44749         [termio.h not in sysdep_headers] (generated): Likewise.
44750         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44751         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44752         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44753         * sysdeps/unix/sysv/tcflow.c: Likewise.
44754         * sysdeps/unix/sysv/tcflush.c: Likewise.
44755         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44756         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44757         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44758         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44759         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44761         * sysdeps/unix/siglist.c: Remove file.
44763         * sysdeps/unix/getppid.S: Remove file.
44765         * sysdeps/unix/mkdir.c: Remove file.
44766         * sysdeps/unix/rmdir.c: Likewise.
44768 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44770         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44771         ERR_MAX value.
44772         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44773         errlist-compat value.
44775 2012-04-18  David S. Miller  <davem@davemloft.net>
44777         * sysdeps/generic/memcopy.h (reg_char): Delete.
44778         * debug/strcat_chk.c: Use char, not reg_char.
44779         * debug/strcpy_chk.c: Likewise.
44780         * debug/strncat_chk.c: Likewise.
44781         * debug/strncpy_chk.c: Likewise.
44782         * string/memchr.c: Likewise.
44783         * string/memrchr.c: Likewise.
44784         * string/rawmemchr.c: Likewise.
44785         * string/strcat.c: Likewise.
44786         * string/strchr.c: Likewise.
44787         * string/strchrnul.c: Likewise.
44788         * string/strcmp.c: Likewise.
44789         * string/strcpy.c: Likewise.
44790         * string/strncat.c: Likewise.
44791         * string/strncmp.c: Likewise.
44792         * string/strncpy.c: Likewise.
44794 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44796         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44797         __builtin_memcopy is called when src and dest ranges are known to not
44798         overlap.
44800 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44802         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44803         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44804         fwd_align_merge macro call.
44805         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44806         bwd_align_merge macro call.
44807         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44809 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44811         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44812         bwd_align_merge macros.
44813         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44814         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44815         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44817 2012-04-18  David S. Miller  <davem@davemloft.net>
44819         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44821 2012-04-18  Andreas Jaeger  <aj@suse.de>
44823         [BZ# 6794]
44824         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44825         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44826         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44828         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44829         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44830         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44832         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44833         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44834         Adjust for changed ldbl-128 files.
44836         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44837         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44838         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44840 2012-04-17  David S. Miller  <davem@davemloft.net>
44842         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44844 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44846         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44847         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44848         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44849         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44850         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44851         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44853 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44855         [BZ #6794]
44856         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44857         * math/libm-test.inc: Add ilogb errno and exception tests.
44858         * math/w_ilogb.c: New file: ilogb wrapper.
44859         * math/w_ilogbf.c: New file: ilogbf wrapper.
44860         * math/w_ilogbl.c: New file: ilogbl wrapper.
44861         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44862         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44863         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44864         exception being thrown with 0.0 as argument.
44865         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44866         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44867         exception being thrown with 0.0 as argument.
44868         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44869         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44870         exception being thrown with 0.0 as argument.
44871         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44872         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44873         exception being thrown with 0.0 as argument.
44874         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44875         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44876         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44877         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44878         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44879         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44880         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44881         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44882         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44884 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44886         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44887         with altivec.
44889 2012-04-16  Marek Polacek  <polacek@redhat.com>
44891         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44893 2012-04-16  Marek Polacek  <polacek@redhat.com>
44895         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44896         operands of fdivp instruction.
44898 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44900         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44901         * elf/tst-auditmod3b.c: Likewise.
44902         * elf/tst-auditmod4b.c: Likewise.
44903         * elf/tst-auditmod5b.c: Likewise.
44904         * elf/tst-auditmod6b.c: Likewise.
44905         * elf/tst-auditmod6c.c: Likewise.
44906         * elf/tst-auditmod7b.c: Likewise.
44907         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44908         * sysdeps/x86_64/preconfigure.in: Likewise.
44909         * sysdeps/x86_64/preconfigure: Regenerated.
44911 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44913         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44914         __ILP32__.
44916 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44918         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44919         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44921 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44923         [BZ #13973]
44924         * locale/iso-639.def: Fix gl language name. Spotted by
44925         Yaron Shahrabani.
44927 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44929         [BZ #2074]
44930         * libio/libio.h (__io_write_fn): Update comment.
44932 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44934         [BZ #2074]
44935         * stdio.texi (Hook Functions): The user provided writer function
44936         is not allowed to return -1.
44938 2012-04-11  David S. Miller  <davem@davemloft.net>
44940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44942 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44944         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44945         Add a leading slash to rtkaio.
44947 2012-04-11  Jim Meyering  <meyering@redhat.com>
44949         [BZ #11959]
44950         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44951         It is not necessarily an error to ignore fwrite's return
44952         value.  One can reliably use ferror to test for errors after
44953         the fact.
44955 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44957         * bits/types.h (__snseconds_t): New type.
44958         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44960         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44961         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44962         (__SNSECONDS_T_TYPE): Likewise.
44963         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44964         (__SNSECONDS_T_TYPE): Likewise.
44965         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44966         (__SNSECONDS_T_TYPE): Likewise.
44968 2012-04-10  Andreas Jaeger  <aj@suse.de>
44970         [BZ #2636]
44971         * manual/time.texi (Processor Time): Return type of times is
44972         elapsed real time since an arbitrary point in the past.
44973         (CPU Time): Move CLK_TCK from here...
44974         (Processor Time): ...to here.  Correct description.
44975         * manual/conf.texi (Constants for Sysconf): Correct description of
44976         _SC_CLK_TCK.
44978 2012-04-10  David S. Miller  <davem@davemloft.net>
44980         [BZ #13967]
44981         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44982         where the is a gap between DT_REL(A) and DT_JMPREL.
44984 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44986         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44987         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44988         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44990 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44992         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44993         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44994         (dl_main): Handle --inhibit-cache.
44995         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44996         _dl_inhibit_cache.
44997         * elf/dl-load.c (_dl_map_object): Use it.
44998         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45000 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45002         [BZ #13872]
45003         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45004         (__ieee754_powl): Saturate large exponents rather than testing for
45005         overflow of y*log2(x).
45006         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45007         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45008         exceptions.
45010         [BZ #11521]
45011         * math/s_ctan.c: Include <float.h>.
45012         (__ctan): Avoid internal overflow or cancellation in calculating
45013         denominator.
45014         * math/s_ctanf.c: Likewise.
45015         * math/s_ctanl.c: Likewise.
45016         * math/s_ctanh.c: Likewise.
45017         * math/s_ctanhf.c: Likewise.
45018         * math/s_ctanhl.c: Likewise.
45019         * math/libm-test.inc (ctan_test): Add more tests.
45020         (ctanh_test): Likewise.
45021         * sysdeps/i386/fpu/libm-test-ulps: Update.
45022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45024 2012-04-09  Andreas Jaeger  <aj@suse.de>
45026         [BZ #6894]
45027         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45028         is an optional BSD extension.
45030         [BZ #10254]
45031         * manual/stdio.texi (Opening Streams): Document additional fopen
45032         parameters.
45034 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45036         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45037         %eax without telling the compiler.
45039 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45041         [BZ # 13963]
45042         * manual/install.texi: Use sourceware.org.
45044 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45046         [BZ #13873]
45047         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45048         (__ieee754_pow): Generate overflow and underflow using huge*huge
45049         and tiny*tiny rather than just returning constant infinity or zero
45050         for large exponents.
45051         * math/libm-test.inc (pow_test): Require overflow exceptions for
45052         applicable cases of large exponents.
45054         [BZ #706]
45055         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45056         (__ieee754_pow): Use iterative multiplication algorithm only for
45057         integer exponents with absolute value below 1024.  Check for odd
45058         integer exponents when using algorithm for real exponents.
45059         * math/libm-test.inc (pow_test): Add more tests.
45060         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45062 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45064         [BZ #13705]
45065         * math/libm-test.inc (exp_test): Do not allow overflow exception
45066         on underflow test.
45068 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45070         [BZ #13705]
45071         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45072         instead of __kernel_standard_f.
45074 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45076         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45077         * sysdeps/x86_64/memset_chk.S: Likewise.
45079 2012-04-08  Andreas Jaeger  <aj@suse.de>
45081         [BZ #10153]
45082         * manual/startup.texi (Environment Access): Describe return value
45083         for putenv and setenv.
45085         [BZ #6895]
45086         * manual/filesys.texi (Directory Entries): Add description for
45087         DT_LNK.
45089         [BZ #6890]
45090         * manual/filesys.texi (Directory Entries): Clarify that it's file
45091         system not operating system in the description of DT_UNKNOWN.
45093         [BZ #6578]
45094         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45096 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45098         [BZ #6649]
45099         * manual/llio.texi (Opening and Closing Files): Add cross
45100         reference to explain mode argument.
45102 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45104         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45105         * sysdeps/x86_64/memset_chk.S: Likewise.
45107 2012-04-07  David S. Miller  <davem@davemloft.net>
45109         * elf/elf.h (R_SPARC_WDISP10): Define.
45110         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45111         R_SPARC_SIZE32.
45112         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45113         R_SPARC_SIZE64 and R_SPARC_H34.
45115 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45117         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45118         conditions and remove no longer applicable assertion.
45120 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45122         * bits/byteswap.h: Include <features.h>.
45123         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45124         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45126 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45128         * bits/byteswap.h (__bswap_16): Removed.
45129         Include <bits/byteswap-16.h> to get __bswap_16.
45130         * sysdeps/i386/bits/byteswap.h: Likewise.
45131         * sysdeps/s390/bits/byteswap.h: Likewise.
45132         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45133         * bits/byteswap-16.h: New file.
45134         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45135         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45136         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45137         * string/Makefile (headers): Add bits/byteswap-16.h.
45139 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45141         [BZ #13895]
45142         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45143         extra indirection.
45144         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45145         * nss/tst-nss-static.c: New.
45147 2012-04-06  Robert Millan  <rmh@gnu.org>
45149         [BZ #6486]
45150         * manual/llio.texi (File Position Primitive): lseek
45151         refers to WHENCE when it really means OFFSET.
45153 2012-04-06  Andreas Jaeger  <aj@suse.de>
45155         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45156         strncmp declarations.
45158         * abilist/libc.abilist: Add __poll and __ppoll.
45160 2012-04-05  David S. Miller  <davem@davemloft.net>
45162         * scripts/check-local-headers.sh: Accept a host triplet in the
45163         path matched by the exclude regexp.
45165         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45166         definition.
45167         * sysdeps/powerpc/powerpc32/dl-machine.h
45168         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45169         * sysdeps/s390/s390-32/dl-machine.h
45170         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45171         * sysdeps/sparc/sparc32/dl-machine.h
45172         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45173         * sysdeps/sparc/sparc64/dl-machine.h
45174         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45176         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45177         lazy binding.
45178         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45179         undefined symbol errors.
45181         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45182         DT_NEEDED entries.
45184 2012-04-05  Michael Matz  <matz@suse.de>
45186         [BZ #13592]
45187         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45189 2012-04-05  Andreas Jaeger  <aj@suse.de>
45191         [BZ #13908]
45192         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45193         comment.
45195 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45197         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45198         which ROUND is no valid rounding mode.
45200 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45202         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45203         read again.
45204         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45206 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45208         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45209         an exception using FPU order intentionally.
45211 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45213         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45214         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45215         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45216         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45218 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45220         [BZ #12340]
45221         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45222         EINVAL when BUFLEN is too smal.
45224 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45226         [BZ #13553]
45227         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45228         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45230 2012-04-03  Andreas Jaeger  <aj@suse.de>
45232         [BZ #13938]
45233         * manual/setjmp.texi (System V contexts): Fix sentence.
45235         [BZ #13926]
45236         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45237         New macro for this case.
45238         [!__GNUC__] (__bswap_64): New inline function for this case.
45239         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45240         * bits/byteswap.h: Likewise.
45241         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45242         ull, guard with __GLIBC_HAVE_LONG_LONG.
45244         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45245         __GLIBC_HAVE_LONG_LONG.
45247         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45248         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45250 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45252         [BZ #13691]
45253         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45254         inptr and inend, rather than using last_ch.
45256 2012-04-02  David S. Miller  <davem@davemloft.net>
45258         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45259         * stdio-common/printf-parse.h (read_int): Change return type to
45260         'int', return -1 on INT_MAX overflow.
45261         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45262         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45263         overflows INT_MAX.  Check for overflow of in-format-string precision
45264         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45265         SIZE_MAX not INT_MAX for integer overflow test.
45266         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45267         skip the construct in the format string but do not record anything.
45268         * stdio-common/bug22.c: Adjust to test both width/prevision
45269         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45270         explicitly for proper errno values.
45272 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45274         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45275         CHAR_MAX.
45276         * string/test-strcmp.c [! WIDE]: Likewise.
45277         * time/tst-mktime2.c: Likewise for INT_MAX.
45278         * string/test-string.h: #include <sys/param.h> for MIN.
45280         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45281         * sysdeps/i386/init-first.c (init): Likewise.
45282         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45283         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45284         * sysdeps/sh/init-first.c (init): Likewise.
45286 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45288         * po/ru.po: Update from translation team.
45289         * po/vi.po: Likewise.
45291 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45293         * resolv/nss_dns/dns-host.c: Merge copyright years.
45295 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45297         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45298         Optimize memcpy with prefetch if
45299         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45300         src, dst pointers have unequal 16 byte alignments.
45302 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45304         [BZ #13928]
45305         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45306         from a CNAME entry and return the minimum ttl for the query.
45307         (gaih_getanswer_slice): Likewise.
45309 2012-03-30  Jeff Law  <law@redhat.com>
45311         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45312         due to long keys.
45313         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45314         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45316         * resolv/nss_dns/dns-host.c: Update copyright year.
45318 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45320         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45321         requests to save a system call.  Fix check that all bytes are sent.
45323         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45324         comments for sendmmsg.
45326 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45328         [BZ #13691]
45329         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45330         with only 1 character between 0x0041 and 0x01b0.
45331         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45332         * wcsmbs/tst-mbsnrtowcs.c: New file.
45334 2012-03-29  David S. Miller  <davem@davemloft.net>
45336         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45337         small copies by hand.
45339 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45341         [BZ #13761]
45342         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45343         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45344         group memberships.
45346 2012-03-28  David S. Miller  <davem@davemloft.net>
45348         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45349         that branches into memcpy.
45350         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45351         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45352         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45353         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45354         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45355         bits.
45356         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45357         implementation too.
45358         * sysdeps/sparc/mempcpy.S: New file.
45360         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45361         the IFUNC routine in the libc case.
45362         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45364         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45365         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45366         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45367         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45368         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45369         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45370         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45371         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45373         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45374         loop to 256 bytes instead of 64 bytes and fix test signedness.
45376         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45377         * sysdeps/sparc/sparc32/Makefile: rather than here...
45378         * sysdeps/sparc/sparc64/Makefile: and here.
45380 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45382         * malloc/mallocbug.c: Avoid warnings about unused variables.
45384 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45386         [BZ #13760]
45387         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45388         in the right place. Discard and retry query if response is
45389         larger than input buffer size.
45391 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45393         [BZ #369]
45394         [BZ #2678]
45395         [BZ #3866]
45396         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45397         x for large integer exponent.
45398         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45399         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45400         sign of result as needed afterwards.
45401         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45402         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45403         result for underflowing pow the same as for overflow.
45404         (__kernel_standard_l): Handle powl overflow and underflow here
45405         rather than calling __kernel_standard.
45406         * math/libm-test.inc (pow_test): Add more tests.
45408         [BZ #3868]
45409         [BZ #13879]
45410         [BZ #13910]
45411         [BZ #13911]
45412         [BZ #13912]
45413         [BZ #13913]
45414         [BZ #13915]
45415         [BZ #13916]
45416         [BZ #13917]
45417         [BZ #13918]
45418         [BZ #13919]
45419         [BZ #13920]
45420         [BZ #13921]
45421         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45422         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45423         (__kernel_standard_l): New function.
45424         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45425         __kernel_standard.
45426         * math/w_acosl.c (__acosl): Likewise.
45427         * math/w_asinl.c (__asinl): Likewise.
45428         * math/w_atan2l.c (__atan2l): Likewise.
45429         * math/w_atanhl.c (__atanhl): Likewise.
45430         * math/w_coshl.c (__coshl): Likewise.
45431         * math/w_exp10l.c (__exp10l): Likewise.
45432         * math/w_exp2l.c (__exp2l): Likewise.
45433         * math/w_fmodl.c (__fmodl): Likewise.
45434         * math/w_hypotl.c (__hypotl): Likewise.
45435         * math/w_j0l.c (__j0l, __y0l): Likewise.
45436         * math/w_j1l.c (__j1l, __y1l): Likewise.
45437         * math/w_jnl.c (__jnl, __ynl): Likewise.
45438         * math/w_lgammal.c (__lgammal): Likewise.
45439         * math/w_log10l.c (__log10l): Likewise.
45440         * math/w_log2l.c (__log2l): Likewise.
45441         * math/w_logl.c (__logl): Likewise.
45442         * math/w_powl.c (__powl): Likewise.
45443         * math/w_remainderl.c (__remainderl): Likewise.
45444         * math/w_scalbl.c (sysv_scalbl): Likewise.
45445         * math/w_sinhl.c (__sinhl): Likewise.
45446         * math/w_sqrtl.c (__sqrtl): Likewise.
45447         * math/w_tgammal.c (__tgammal): Likewise.
45448         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45449         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45450         * math/libm-test.inc (acos_test): Add more tests.
45451         (acosh_test): Likewise.
45452         (asin_test): Likewise.
45453         (atanh_test): Likewise.
45454         (exp_test): Likewise.
45455         (exp10_test): Likewise.
45456         (exp2_test): Likewise.
45457         (expm1_test): Likewise.
45458         (lgamma_test): Likewise.
45459         (log_test): Likewise.
45460         (log10_test): Likewise.
45461         (log1p_test): Likewise.
45462         (log2_test): Likewise.
45463         (pow_test): Do not allow some spurious overflow exceptions.
45464         (sqrt_test): Add more tests.
45465         (tgamma_test): Likewise.
45466         (y0_test): Likewise.
45467         (y1_test): Likewise.
45468         (yn_test): Likewise.
45470 2012-03-27  Anton Blanchard  <anton@samba.org>
45472         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45473         MAP_HUGETLB.
45474         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45475         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45476         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45478 2012-03-27  David S. Miller  <davem@davemloft.net>
45480         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45482         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45483         have-as-vis3 check.
45485 2012-03-27  Andreas Jaeger  <aj@suse.de>
45487         * sysdeps/x86_64/elf/configure.in: Moved to ...
45488         * sysdeps/x86_64/configure.in: ... here.
45489         * sysdeps/x86_64/elf/start.S: Moved to ...
45490         * sysdeps/x86_64/start.S: ... here.
45491         * sysdeps/x86_64/elf/configure: Delete.
45493         * sysdeps/x86_64/configure.in: Merge contents from
45494         sysdeps/i386/configure.in (without i686 check).
45496         * sysdeps/i386/elf/Versions: Merge into ...
45497         * sysdeps/i386/Versions: ... this.
45498         * sysdeps/i386/elf/Versions: Delete file.
45499         * sysdeps/i386/elf/start.S: Moved to ...
45500         * sysdeps/i386/start.S: ...here.
45501         * sysdeps/i386/elf/configure.in: Merge into...
45502         * sysdeps/i386/configure.in: ...here.
45503         * sysdeps/i386/elf/configure.in: Delete file.
45504         * sysdeps/i386/elf/configure: Delete file.
45506         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45507         * debug/backtracesyms.c: ... here.
45508         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45509         * debug/backtracesymsfd.c: ... here.
45510         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45511         * sysdeps/generic/ifunc-sel.h: ... here.
45513         * sysdeps/unix/i386/start.c: Delete file.
45514         * sysdeps/unix/sparc/start.c: Delete file.
45515         * sysdeps/unix/start.c: Delete file.
45517         * sysdeps/sh/elf/configure.in: Moved to ...
45518         * sysdeps/sh/configure.in: ... here.
45519         * sysdeps/sh/elf/start.S: Moved to ...
45520         * sysdeps/sh/start.S: ... here.
45521         * sysdeps/sh/elf/configure: Delete file.
45523         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45524         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45525         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45526         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45527         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45528         * sysdeps/powerpc/powerpc64/start.S: here.
45529         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45530         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45531         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45532         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45533         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45535         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45536         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45537         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45538         * sysdeps/powerpc/powerpc32/start.S: ... here.
45539         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45540         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45541         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45543         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45544         * sysdeps/powerpc/ifunc-sel.h: ... here.
45545         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45546         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45548         * sysdeps/sparc/elf/configure.in: Moved to ...
45549         * sysdeps/sparc/configure.in: ... here.
45550         * sysdeps/sparc/elf/configure: Delete file.
45551         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45552         * sysdeps/sparc/sparc32/start.S: ... here.
45553         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45554         * sysdeps/sparc/sparc64/start.S: ... here.
45555         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45556         * sysdeps/sparc/sparc32/Makefile: ... this.
45557         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45558         * sysdeps/sparc/sparc64/Makefile: ... this.
45560         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45561         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45562         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45563         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45564         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45565         * sysdeps/s390/s390-32/setjmp.S: ... here.
45566         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45567         * sysdeps/s390/s390-32/configure.in: ... here.
45568         * sysdeps/s390/s390-32/elf/configure: Delete file.
45569         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45570         * sysdeps/s390/s390-32/start.S: ... here.
45572         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45573         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45574         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45575         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45576         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45577         * sysdeps/s390/s390-64/setjmp.S: ... here.
45578         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45579         * sysdeps/s390/s390-64/configure.in: ... here
45580         * sysdeps/s390/s390-64/elf/configure: Delete file.
45581         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45582         * sysdeps/s390/s390-64/start.S: ... here.
45583         * sysdeps/s390/s390-64/elf/configure: Delete.
45585         * configure.in: Remove support for elf directories in sysdeps.
45587         * configure: Regenerated.
45588         * sysdeps/i386/configure: Regenerated.
45589         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45590         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45591         * sysdeps/s390/s390-32/configure: Regenerated.
45592         * sysdeps/s390/s390-64/configure: Regenerated.
45593         * sysdeps/sh/configure: Regenerated.
45594         * sysdeps/sparc/configure: Regenerated.
45595         * sysdeps/x86_64/configure: Regenerated.
45597 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45599         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45601         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45602         denormal result into account.
45604 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45606         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45607         Reported by Allan McRae <allan@archlinux.org>.
45609 2012-03-23  Jeff Law  <law@redhat.com>
45611         * nss/getnssent.c (__nss_getent): Fix typo.
45613 2012-03-23  David S. Miller  <davem@davemloft.net>
45615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45617 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45619         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45620         to pad to uint64_t for each field.
45621         (dl_tls_index): Replace unsigned long with uint64_t.
45623 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45624         Paul Pluzhnikov  <ppluzhnikov@google.com>
45626         [BZ #6528]
45627         * grp/Makefile (otherlibs): Don't set it.
45628         * inet/Makefile (otherlibs): Likewise.
45629         * login/Makefile (otherlibs): Likewise.
45630         * nscd/Makefile (otherlibs): Likewise.
45631         * posix/Makefile (otherlibs): Likewise.
45632         * pwd/Makefile (otherlibs): Likewise.
45633         * rt/Makefile (otherlibs): Likewise.
45634         * sunrpc/Makefile (otherlibs): Likewise.
45635         * nss/Makefile (otherlibs): Likewise.
45636         Add libnss_files to routines and static-only-routines.
45637         ($(objpfx)getent): Remove rule.
45638         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45639         static-only-routines.
45641 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45643         [BZ #13892]
45644         * math/s_cexp.c: Include <float.h>.
45645         (__cexp): Handle exp result overflowing not necessarily
45646         overflowing both real and imaginary parts of result.
45647         * math/s_cexpf.c: Likewise.
45648         * math/s_cexpl.c: Likewise.
45649         * math/libm-test.inc (cexp_test): Add more tests.
45650         * sysdeps/i386/fpu/libm-test-ulps: Update.
45651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45653 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45655         * include/link.h (ELFW): New macro.
45656         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45657         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45659 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45661         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45662         with uint64_t.
45664 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45666         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45667         declaration.
45668         (struct La_x32_retval): Likewise.
45670 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45672         * sysdeps/x86_64/preconfigure.in: New file.
45673         * sysdeps/x86_64/preconfigure: New generated file.
45675 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45677         [BZ #13824]
45678         * math/e_exp2l.c: Include <float.h>.
45679         (__ieee754_exp2l): Handle overflow and underflow cases
45680         separately.  Only pass fractional part of argument to
45681         __ieee754_expl.
45682         * math/libm-test.inc (exp2_test): Add more tests.
45684         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45685         negating x to take absolute value.
45686         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45687         Likewise.
45688         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45689         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45690         Likewise.
45691         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45692         computing low part if x was negated.
45693         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45695 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45697         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45698         la_x32_gnu_pltexit.
45699         (pltexit): Cast int_retval to ptrdiff_t.
45700         * elf/tst-auditmod3b.c: Likewise.
45701         * elf/tst-auditmod4b.c: Likewise.
45702         * elf/tst-auditmod5b.c: Likewise.
45703         * elf/tst-auditmod6b.c: Likewise.
45704         * elf/tst-auditmod6c.c: Likewise.
45705         * elf/tst-auditmod7b.c: Likewise.
45707         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45708         and x32_gnu_pltexit.
45710         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45711         __ELF_NATIVE_CLASS.
45712         (La_x32_regs): New macro.
45713         (La_x32_retval): Likewise.
45714         (la_x32_gnu_pltenter): New function prototype.
45715         (la_x32_gnu_pltexit): Likewise.
45717 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45719         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45720         exponent.
45722         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45724         * configure.in (libc_cv_cc_nofma): Check for option to disable
45725         generation of FMA instructions.
45726         * configure: Regenerate.
45727         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45728         * sysdeps/ieee754/dbl-64/Makefile: New file.
45729         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45730         Remove brandred-fma4.
45731         (CFLAGS-brandred-fma4.c): Remove.
45732         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45733         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45734         define.
45735         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45736         define.
45738 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45740         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45741         LLONG_MAX != LONG_MAX.
45742         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45743         (_fitoa_word): Likewise.
45744         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45745         LLONG_MAX != LONG_MAX.
45746         * stdio-common/_itowa.h: Include <_itoa.h>.
45747         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45748         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45749         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45750         only if not defined.
45751         (_ITOA_WORD_TYPE): Likewise.
45752         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45753         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45755 2012-03-21  David S. Miller  <davem@davemloft.net>
45757         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45759 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45761         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45762         of x86_64 when setting libc_cv_slibdir, libdir and
45763         libc_cv_localedir.
45764         * sysdeps/unix/sysv/linux/configure: Regenerated.
45766 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45768         * manual/lang.texi (Old Varargs): Remove section.
45769         (How Variadic): Update menu.
45770         (va_start): Do not mention varargs.h.
45772 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45773             Joseph Myers  <joseph@codesourcery.com>
45775         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45776         link test.
45777         * configure: Regenerated.
45779 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45781         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45782         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45783         conformtest.pl
45785 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45787         * NOTES: Remove.
45788         * Makefile (files-for-dist): Remove NOTES.
45789         (NOTES): Remove rule.
45790         * README: Don't refer to NOTES.
45791         * manual/creature.texi: Don't include macros.texi.
45792         * manual/intro.texi (creature.texi): Remove comment referring to
45793         NOTES.
45795         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45796         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45797         * configure: Regenerated.
45798         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45799         LIBC_TRY_CC_OPTION.
45800         (libc_cv_as_i686): Likewise.
45801         (libc_cv_cc_avx): Likewise.
45802         (libc_cv_cc_sse2avx): Likewise.
45803         (libc_cv_cc_fma4): Likewise.
45804         (libc_cv_cc_novzeroupper): Likewise.
45805         * sysdeps/i386/configure: Regenerated.
45807         [BZ #13883]
45808         * sysdeps/i386/fpu/s_cexp.S: Remove.
45809         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45810         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45811         * math/libm-test.inc (cexp_test): Add more tests.
45812         * sysdeps/i386/fpu/libm-test-ulps: Update.
45813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45815 2012-03-21  Allan McRae  <allan@archlinux.org>
45817         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45819 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45821         [BZ #13871]
45822         * math/w_exp2.c: Do not include <float.h>.
45823         (o_threshold, u_threshold): Remove.
45824         (__exp2): Calculate result before checking finiteness and calling
45825         __kernel_standard.
45826         * math/w_exp2f.c: Likewise.
45827         * math/w_exp2l.c: Likewise.
45828         * math/libm-test.inc (exp2_test): Require overflow exception for
45829         1e6 input.
45831         [BZ #3866]
45832         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45833         range of signed 64-bit integers before using fistpll.  Remove
45834         checks for whether integers fit in mantissa bits.
45835         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45836         the range of signed 32-bit integers before using fistpl.  Remove
45837         checks for whether integers fit in mantissa bits.
45838         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45839         (__ieee754_powl): Test for y outside the range of signed 64-bit
45840         integers before using fistpll.  Reduce 64-bit values to 63-bit
45841         ones as needed.
45842         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45843         divide-by-zero is raised for zero to large negative powers.
45844         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45845         (__ieee754_powl): Test for y outside the range of signed 64-bit
45846         integers before using fistpll.  Reduce 64-bit values to 63-bit
45847         ones as needed.
45848         * math/libm-test.inc (pow_test): Add more tests.
45850 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45852         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45853         <stdio-common/_itoa.h>.
45854         * debug/segfault.c: Likewise.
45855         * elf/dl-cache.c: Likewise.
45856         * elf/dl-minimal.c: Likewise.
45857         * elf/dl-misc.c: Likewise.
45858         * elf/dl-sysdep.c: Likewise.
45859         * elf/dl-version.c: Likewise.
45860         * elf/rtld.c: Likewise.
45861         * hurd/hurdsock.c: Likewise.
45862         * hurd/lookup-retry.c: Likewise.
45863         * malloc/malloc.c: Likewise.
45864         * malloc/mtrace.c: Likewise.
45865         * nscd/nscd_getgr_r.c: Likewise.
45866         * nscd/nscd_getpw_r.c: Likewise.
45867         * nscd/nscd_getserv_r.c: Likewise.
45868         * posix/getopt_init.c: Likewise.
45869         * posix/wordexp.c: Likewise.
45870         * stdio-common/_itoa.c: Likewise.
45871         * stdio-common/printf_fphex.c: Likewise.
45872         * stdio-common/vfprintf.c: Likewise.
45873         * string/_strerror.c: Likewise.
45874         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45875         * sysdeps/i386/i686/hp-timing.h: Likewise.
45876         * sysdeps/mach/_strerror.c: Likewise.
45877         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45878         * sysdeps/mach/hurd/sethostid.c: Likewise.
45879         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45880         * sysdeps/mach/xpg-strerror.c: Likewise.
45881         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45882         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45883         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45884         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45885         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45886         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45887         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45888         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45889         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45890         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45891         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45892         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45893         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45894         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45895         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45896         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45897         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45898         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45899         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45900         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45901         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45903         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45905         * stdio-common/_itoa.h: Moved to ...
45906         * sysdeps/generic/_itoa.h: Here.
45908         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45910         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45911         instead of "_itoa.h" and "_itowa.h".
45912         * stdio-common/vfprintf.: Likewise.
45914 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45916         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45917         <bits/wordsize.h>.
45918         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45919         (__signbit): Likwise.
45920         (llrintf): Likwise.
45921         (llrint): Likwise.
45923 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45925         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45926         __WORDSIZE != 64.
45928 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45930         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45931         OVERFLOW_EXCEPTION_OK.
45932         * math/libm-test.inc ("Philosophy"): Update comment about
45933         exception testing.
45934         (OVERFLOW_EXCEPTION): Define.
45935         (OVERFLOW_EXCEPTION_OK): Likewise.
45936         (INVALID_EXCEPTION_OK): Renumber.
45937         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45938         (IGNORE_ZERO_INF_SIGN): Likewise.
45939         (test_exceptions): Handle FE_OVERFLOW.
45940         (exp10_test): Expect overflow exceptions.
45941         (exp2_test): Likewise.
45942         (expm1_test): Likewise.
45943         (nextafter_test): Likewise.
45944         (pow_test): Likewise.
45945         (scalbn_test): Likewise.
45946         (scalbln_test): Likewise.
45948 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45950         * sysdeps/x86_64/bits/atomic.h
45951         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45952         64bit integer.
45953         (atomic_exchange_acq): Likewise.
45954         (__arch_exchange_and_add_body): Likewise.
45955         (__arch_add_body): Likewise.
45956         (atomic_add_negative): Likewise.
45957         (atomic_add_zero): Likewise.
45959 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45961         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45962         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45964 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45966         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45967         Check __x86_64__ instead of __WORDSIZE.
45969 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45971         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45973 2012-03-19  David S. Miller  <davem@davemloft.net>
45975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45977         * sysdeps/sparc/fpu/fenv_private.h: New file.
45978         * sysdeps/sparc/fpu/math_private.h: Use it.
45979         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45980         Remove.
45981         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45982         (libc_feholdexcept_setroundl): Remove.
45983         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45984         Remove.
45985         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45986         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45988 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45990         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45991         int64_t instead of long int.
45992         (INSERT_WORDS64): Likwise.
45994 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45996         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45997         _Unwind_GetCFA return to _Unwind_Ptr first.
45999 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46001         [BZ #13629]
46002         * math/s_clog.c: Include <float.h>.
46003         (__clog): Scale large or subnormal inputs.
46004         * math/s_clogf.c: Likewise.
46005         * math/s_clogl.c: Likewise.
46006         * math/s_clog10.c: Include <float.h>.
46007         (M_LOG10_2): Define.
46008         (__clog10): Scale large or subnormal inputs.
46009         * math/s_clog10f.c: Likewise.
46010         * math/s_clog10l.c: Likewise.
46011         * math/libm-test.inc (clog_test): Add more tests.
46012         (clog10_test): Likewise.
46013         * sysdeps/i386/fpu/libm-test-ulps: Update.
46014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46016         [BZ #11451]
46017         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46018         x and y.
46019         * math/libm-test.inc (atan2_test): Add another test.
46021         * Makerules (common-objdir-compile): Remove.
46022         * sysdeps/unix/Makefile (config-generated): Do not add
46023         $(unix-generated) to variable.
46024         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46025         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46026         Remove rule.
46027         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46028         Likewise.
46029         [generic bits/local_lim.h] (before-compile): Do not append to
46030         variable.
46031         [generic bits/local_lim.h] (common-generated): Likewise.
46032         [generic sys/param.h] (before-compile): Do not append to variable.
46033         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46034         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46035         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46036         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46037         include.
46038         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46039         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46040         [generic sys/param.h] ($(addprefix
46041         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46042         [generic sys/param.h] (common-generated): Do not append to
46043         variable.
46044         [generic sys/param.h] (sysdep_headers): Likewise.
46045         [generic bits/errno.h] (before-compile): Do not append to
46046         variable.
46047         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46048         rule.
46049         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46050         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46051         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46052         [generic bits/errno.h] (common-generated): Do not append to
46053         variable.
46054         [generic bits/ioctls.h] (before-compile): Do not append to
46055         variable.
46056         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46057         rule.
46058         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46059         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46060         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46061         rule.
46062         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46063         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46064         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46065         [generic bits/ioctls.h] (common-generated): Do not append to
46066         variable.
46067         [generic sys/syscall.h] (syscall.h): Remove variable.
46068         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46069         rule.
46070         [generic sys/syscall.h] (before-compile): Do not append to
46071         variable.
46072         [generic sys/syscall.h] (common-generated): Likewise.
46073         * sysdeps/unix/errnos-tmpl.c: Remove file.
46074         * sysdeps/unix/errnos.awk: Likewise.
46075         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46076         * sysdeps/unix/ioctls.awk: Likewise.
46077         * sysdeps/unix/mk-local_lim.c: Likewise.
46078         * sysdeps/unix/snarf-ioctls: Likewise.
46080 2012-03-19  Richard Henderson  <rth@twiddle.net>
46082         * sysdeps/i386/fpu/fenv_private.h: New file.
46083         * sysdeps/i386/fpu/math_private.h: Use it.
46084         (math_opt_barrier, math_force_eval): Remove.
46085         (libc_feholdexcept_setround_53bit): Remove.
46086         (libc_feupdateenv_53bit): Remove.
46087         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46088         (math_opt_barrier, math_force_eval): Remove.
46089         (libc_feholdexcept): Remove.
46090         (libc_feholdexcept_setround): Remove.
46091         (libc_fetestexcept, libc_fesetenv): Remove.
46092         (libc_feupdateenv_test): Remove.
46093         (libc_feupdateenv, libc_feholdsetround): Remove.
46094         (libc_feresetround): Remove.
46096         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46097         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46099         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46100         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46101         (libc_feupdateenv_testl): New.
46102         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46103         (libc_feupdateenv_testf): New.
46104         (libc_feupdateenv): Use libc_feupdateenv_test.
46105         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46106         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46108         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46109         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46110         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46111         (libc_feresetround_noex): New.
46112         (libc_feresetround_noexf): New.
46113         (libc_feresetround_noexl): New.
46114         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46115         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46116         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46117         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46118         SET_RESTORE_ROUND.
46119         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46120         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46121         (__cos): Likewise.
46122         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46123         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46124         SET_RESTORE_ROUND_NOEX.
46125         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46126         SET_RESTORE_ROUND_NOEXF.
46127         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46128         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46129         (libc_feholdsetroundf): New.
46130         (libc_feresetround, libc_feresetroundf): New.
46132         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46133         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46134         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46136         * sysdeps/generic/math_private.h: Include <fenv.h>.
46137         (default_libc_feholdexcept): New.
46138         (default_libc_feholdexcept_setround): New.
46139         (default_libc_fesetenv, default_libc_feupdateenv): New.
46140         (libc_feholdexcept): Only define if undefined.
46141         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46142         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46143         (libc_feholdexcept_setroundl): Likewise.
46144         (libc_feholdexcept_setround_53bit): Likewise.
46145         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46146         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46147         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46148         (libc_feupdateenv_53bit): Likewise.
46149         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46150         (libc_feholdexcept): Convert from macro to inline function.
46151         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46152         (libc_fesetenv, libc_feupdateenv): Likewise.
46154         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46155         not previously defined.
46156         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46157         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46158         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46159         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46160         * sysdeps/ieee754/flt-32/math_private.h: New file.
46161         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46162         math_private.h below SET_FLOAT_WORD.
46163         (__isnan, __isinf_ns, __finite): Remove.
46164         (__isnanf, __isinf_nsf, __finitef): Remove.
46166 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46170 2012-03-17  David S. Miller  <davem@davemloft.net>
46172         [BZ #6471]
46173         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46174         for 2.16.
46176 2012-03-16  David S. Miller  <davem@davemloft.net>
46178         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46179         warnings.
46181         [BZ #6471]
46182         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46183         properly.
46184         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46185         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46186         sysdep_routines when subdir is sysvipc.
46187         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46188         __getshmlba helper.
46190         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46192 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46194         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46195         [__LP64__].
46197 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46199         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46200         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46201         (__lround): Renamed to ...
46202         (__llround): This.  Replace long int with long long int.
46203         Define lround functions as aliases of llround functions.
46204         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46206 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46208         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46209         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46210         adresses to uintptr_t.  Replace "long int" and "unsigned long
46211         int" with "greg_t" on va_arg.
46213 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46215         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46216         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46218         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46219         Move e_machine check before EI_CLASS check.  Handle x32
46220         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46221         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46222         SKIP_EM_IA_64 and include
46223         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46225         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46226         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46227         (add_system_dir): New macro.
46229         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46230         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46232 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46234         [BZ #2551]
46235         [BZ #2552]
46236         [BZ #2553]
46237         [BZ #2554]
46238         [BZ #2562]
46239         [BZ #2563]
46240         [BZ #2565]
46241         [BZ #2566]
46242         [BZ #2576]
46243         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46244         (y0): Likewise.
46245         * math/w_j0f.c (j0f): Likewise.
46246         (y0f): Likewise.
46247         * math/w_j0l.c (__j0l): Likewise.
46248         (__y0l): Likewise.
46249         * math/w_j1.c (j1): Likewise.
46250         (y1): Likewise.
46251         * math/w_j1f.c (j1f): Likewise.
46252         (y1f): Likewise.
46253         * math/w_j1l.c (__j1l): Likewise.
46254         (__y1l): Likewise.
46255         * math/w_jn.c (jn): Likewise.
46256         (yn): Likewise.
46257         * math/w_jnf.c (jnf): Likewise.
46258         (ynf): Likewise.
46259         * math/w_jnl.c (__jnl): Likewise.
46260         (__ynl): Likewise.
46261         * math/libm-test.inc (j0_test): Add more tests.
46262         (j1_test): Likewise.
46263         (jn_test): Likewise.  Add trailing semicolon to existing test.
46264         (y0_test): Likewise.
46265         (y1_test): Likewise.
46266         * sysdeps/i386/fpu/libm-test-ulps: Update.
46267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46269         [BZ #13851]
46270         [BZ #13854]
46271         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46272         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46273         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46274         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46275         (__tanl): Set errno for infinite argument.
46276         * sysdeps/i386/fpu/mptan.c: Remove.
46277         * sysdeps/i386/fpu/s_tan.S: Likewise.
46278         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46279         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46280         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46281         * math/libm-test.inc (tan_test): Add more tests and enable more
46282         tests for double and long double.
46283         * sysdeps/i386/fpu/libm-test-ulps: Update.
46284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46286 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46288         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46289         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46291 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46293         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46294         * configure.in: Use it for both main tree and add-ons.
46295         * configure: Regenerated.
46297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46299         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46301 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46303         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46304         in comment.
46306         [BZ #13851]
46307         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46308         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46309         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46310         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46311         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46312         infinite argument.
46313         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46314         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46315         != 0 for prec == 2.
46316         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46317         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46318         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46319         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46320         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46321         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46322         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46323         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46324         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46325         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46326         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46327         * math/libm-test.inc (cos_test): Add more tests and enable more
46328         tests for long double.
46329         (sin_test): Likewise.
46330         (sincos_test): Likewise.
46331         * sysdeps/i386/fpu/libm-test-ulps: Update.
46332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46334 2012-03-16  David S. Miller  <davem@davemloft.net>
46336         * sysdeps/sparc/fpu/math_private.h: New file.
46338 2012-03-15  David S. Miller  <davem@davemloft.net>
46340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46341         file.
46342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46344         file.
46345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46347         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46348         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46349         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46350         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46351         sysdep routines.
46352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46354         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46355         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46357         * sysdeps/sparc/sparc-ifunc.h: New file.
46358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46359         sparc-ifunc.h
46360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46362         Likewise.
46363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46364         Likewise.
46365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46369         Likewise.
46370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46375         Likewise.
46376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46377         Likewise.
46378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46382         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46383         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46384         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46385         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46386         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46387         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46388         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46389         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46390         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46391         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46392         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46393         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46394         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46395         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46396         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46397         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46398         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46399         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46400         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46401         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46403 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46405         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46406         scaling.
46407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46409 2012-03-15  Andreas Jaeger  <aj@suse.de>
46411         [BZ #13852]
46412         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46413         ieee754/flt-32 implementation for sin, cos and sincos.
46414         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46415         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46416         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46417         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46418         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46419         ieee754/flt-32 implementation for tan.
46421         * math/libm-test.inc (cos_test): Enable some large input tests for
46422         float as well
46423         (sin_test): Likewise.
46424         (sincos_test): Likewise.
46425         (tan_test): Add tests for large input.
46427         * sysdeps/i386/fpu/libm-test-ulps: Update.
46429 2012-03-15  Andreas Jaeger  <aj@suse.de>
46431         [BZ #13658]
46432         * math/libm-test.inc (cos_test): Add more test cases.
46433         (sin_test): Likewise.
46434         (sincos_test): Likewise.
46436 2012-03-15  Andreas Jaeger  <aj@suse.de>
46438         [BZ #13837]
46439         * math/libm-test.inc (cos_test): Add a test case for large input
46440         value.
46441         (sin_test): Likewise.
46442         (sincos_test): Likewise.
46444 2012-03-15  Andreas Jaeger  <aj@suse.de>
46445             Joseph Myers  <joseph@codesourcery.com>
46447         [BZ #13658]
46448         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46449         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46450         * sysdeps/i386/fpu/branred.c: Likewise.
46451         * sysdeps/i386/fpu/dosincos.c: Likewise.
46452         * sysdeps/i386/fpu/mpa.c: Likewise.
46453         * sysdeps/i386/fpu/s_cos.S: Likewise.
46454         * sysdeps/i386/fpu/s_sin.S: Likewise.
46455         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46456         * sysdeps/i386/fpu/sincos32.c: Likewise.
46458         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46459         Define.
46460         (libc_feupdateenv_53bit): Define.
46461         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46462         Define.
46463         (libc_feupdateenv_53bit): Define.
46465         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46466         53 bit (without extend i386 double precision).
46468         * math/libm-test.inc (sincos_test): Add tests for large input.
46469         (sin): Likewise.
46470         (cos): Likewise.
46472         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46474 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46478 2012-03-15  David S. Miller  <davem@davemloft.net>
46480         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46481         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46482         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46483         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46484         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46485         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46488         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46489         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46490         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46491         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46492         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46493         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46496         file.
46497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46499         file.
46500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46502         file.
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46505         file.
46506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46507         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46508         fmin/fmax sysdep routines.
46509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46511 2012-03-14  David S. Miller  <davem@davemloft.net>
46513         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46514         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46515         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46516         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46517         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46518         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46519         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46520         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46521         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46522         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46523         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46524         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46525         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46526         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46527         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46528         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46529         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46530         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46531         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46532         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46533         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46534         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46535         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46536         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46537         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46538         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46539         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46540         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46541         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46542         routines.
46543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46544         file.
46545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46547         file.
46548         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46550         file.
46551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46553         file.
46554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46556         file.
46557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46559         file.
46560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46561         file.
46562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46563         file.
46564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46565         file.
46566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46567         New file.
46568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46569         file.
46570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46571         file.
46572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46574         file.
46575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46577         file.
46578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46580         file.
46581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46583         VIS3 routines.
46585         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46586         New file.
46588         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46590         * sysdeps/sparc/configure.in: New file.
46591         * sysdeps/sparc/configure: Generate.
46592         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46593         * configure: Regenerate.
46594         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46595         * config.make.in (have-as-vis3): New.
46596         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46597         available use -Av9d instead of -Av9a.
46598         * sysdeps/sparc/sparc64/Makefile: Likewise.
46599         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46601         New file.
46602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46603         file.
46604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46605         New file.
46606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46607         file.
46608         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46609         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46610         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46611         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46612         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46614         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46615         fzeros/fnegs to load 0x80000000 into a float register instead of
46616         using the stack.
46617         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46619 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46621         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46622         bits/syscall.h.
46623         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46624         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46625         ($(inst_includedir)/bits/syscall.h): Remove rule.
46626         ($(objpfx)bits/syscall.d): Include instead of
46627         $(objpfx)syscall-list.d.
46628         (generated): Change syscall-list.h and syscall-list.d to
46629         bits/syscall.h and bits/syscall.d.
46631 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46633         [BZ #13846]
46634         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46636 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46638         [BZ #13841]
46639         * math/s_csqrt.c: Include <float.h>.
46640         (__csqrt): Scale large or subnormal inputs.
46641         * math/s_csqrtf.c: Likewise.
46642         * math/s_csqrtl.c: Likewise.
46643         * math/libm-test.inc (csqrt_test): Add more tests.
46644         * sysdeps/i386/fpu/libm-test-ulps: Update.
46645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46647         [BZ #13840]
46648         * math/libm-test.inc (hypot_test): Add more tests.
46650 2012-03-13  David S. Miller  <davem@davemloft.net>
46652         [BZ #13840]
46653         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46654         double-precision for the calculation instead of scaling.
46656 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46658         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46659         manipulate bits before adding and subtracting TWO52[sx].
46660         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46661         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46662         Likewise.
46663         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46665 2012-03-13  David S. Miller  <davem@davemloft.net>
46667         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46668         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46669         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46670         rtld-global-offsets.h
46671         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46673         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46674         large parameters.
46676         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46678         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46679         'err' in the ifdef scope in which it is actually used.
46681         * nss/nss_db/db-init.c: Include string.h
46683 2012-03-12  David S. Miller  <davem@davemloft.net>
46685         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46686         masking out of the most significant byte of random value used.
46687         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46688         Fix coding style in previous change.
46690         * sysdeps/unix/sysv/linux/kernel-features.h
46691         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46692         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46693         expression.
46694         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46695         later.
46697 2012-03-11  David S. Miller  <davem@davemloft.net>
46699         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46700         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46701         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46702         for 'resultvar' otherwise things get truncated on 64-bit.
46704         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46705         Fix masking out of the most significant byte of random value used.
46707         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46709 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46711         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46713 2012-03-09  David S. Miller  <davem@davemloft.net>
46715         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46716         variables with appropriate CPP guards.
46717         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46718         from the frame pointer, not the stack pointer.  Correct layout
46719         comments.  Fix test on resulting framesize and the management of
46720         the outregs buffer for pltexit.  Preserve floating point return
46721         values across _dl_call_pltexit call.
46722         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46723         framesize and the management of the outregs buffer for pltexit.
46724         Preserve floating point return values across _dl_call_pltexit
46725         call.
46726         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46727         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46728         (la_sparc64_gnu_pltexit): New functions.
46729         (print_exit): Fix format string for return register value.
46731 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46733         * sunrpc/Makefile (others): Add rpcgen.
46734         ($(objpfx)rpcgen): Remove special build rule and dependency on
46735         libc.
46736         * sunrpc/rpcgen.c: New file.
46738 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46740         [BZ #13673]
46741         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46742         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46743         * sysdeps/i386/crti.S: Likewise.
46744         * sysdeps/i386/crtn.S: Likewise.
46745         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46746         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46747         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46748         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46749         * sysdeps/sh/crti.S: Likewise.
46750         * sysdeps/sh/crtn.S: Likewise.
46751         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46753         [BZ #13673]
46754         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46755         with URL.
46756         * locale/programs/locfile-kw.gperf: Likewise.
46757         * locale/programs/charmap-kw.h: Regenerated.
46758         * locale/programs/locfile-kw.h: Likewise.
46760         [BZ #13673]
46761         * intl/plural.y: Replace FSF snail mail address with URL.
46762         * intl/plural.c: Regenerated.
46764 2012-03-09  Richard Henderson  <rth@twiddle.net>
46766         * include/math_private.h: Remove file.
46767         * math/math_private.h: Move file ...
46768         * sysdeps/generic/math_private.h: ... here.
46770         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46771         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46772         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46774         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46775         and <math_private.h>.
46776         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46777         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46778         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46779         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46780         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46781         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46782         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46783         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46784         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46785         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46786         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46787         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46788         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46789         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46790         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46791         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46792         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46793         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46794         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46795         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46796         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46811         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46812         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46813         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46814         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46815         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46816         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46817         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46818         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46819         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46820         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46821         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46822         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46823         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46824         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46825         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46826         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46827         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46828         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46829         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46830         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46831         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46832         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46833         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46834         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46835         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46836         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46837         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46838         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46839         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46840         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46841         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46842         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46843         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46844         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46845         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46846         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46847         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46848         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46849         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46850         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46851         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46852         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46853         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46854         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46855         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46856         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46857         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46858         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46859         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46860         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46861         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46862         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46863         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46864         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46865         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46866         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46867         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46868         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46869         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46870         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46871         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46872         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46873         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46874         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46875         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46876         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46877         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46878         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46879         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46880         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46881         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46882         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46883         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46884         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46885         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46886         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46887         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46888         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46889         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46890         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46891         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46892         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46893         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46894         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46895         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46896         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46897         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46898         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46899         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46900         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46901         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46902         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46903         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46904         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46905         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46906         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46907         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46908         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46909         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46910         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46911         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46912         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46913         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46914         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46915         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46916         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46917         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46918         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46919         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46920         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46921         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46922         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46923         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46924         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46925         * sysdeps/ieee754/k_standard.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47017         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47019         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47028         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47029         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47030         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47031         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47041         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47044         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47045         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47046         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47048         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47050         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47051         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47053         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47055         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47058         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47064         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47074         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47075         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47076         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47080         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47081         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47086         * sysdeps/ieee754/s_lib_version.c: Likewise.
47087         * sysdeps/ieee754/s_matherr.c: Likewise.
47088         * sysdeps/ieee754/s_signgam.c: Likewise.
47089         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47090         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47091         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47092         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47093         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47094         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47095         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47096         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47097         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47098         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47099         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47100         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47101         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47102         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47103         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47104         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47105         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47106         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47107         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47108         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47109         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47111 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47113         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47114         * sunrpc/rpc_main.c: Likewise.
47115         * sunrpc/rpc_svcout.c: Likewise.
47117 2012-03-09  David S. Miller  <davem@davemloft.net>
47119         * include/math_private.h: New file.
47121 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47123         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47124         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47125         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47126         from <bits/socket_type.h>.
47127         (enum __socket_type): Don't define here.
47128         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47129         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47130         bits/socket_type.h.
47132         [BZ #13566]
47133         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47134         checking __USE_GNU.
47136         * Makerules ($(inst_includedir)/%.h): New rule.
47137         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47138         (install-others): Remove variable setting.
47139         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47141 2012-03-08  Richard Henderson  <rth@twiddle.net>
47143         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47144         from macro to inline function; merge with the
47145         !__LIBC_INTERNAL_MATH_INLINES version.
47146         (__ieee754_sqrtf): Likewise.
47148         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47149         to inline function.
47150         (__rintf, __floor, __floorf): Likewise.
47152         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47153         macro to inline function.
47154         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47156         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47157         not <math/math_private.h>.
47159 2012-03-08  David S. Miller  <davem@davemloft.net>
47161         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47162         copyright year.
47163         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47165 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47167         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47168         normalization.
47169         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47170         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47172 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47174         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47175         be defined individually, they must be defined as a block.  Define
47176         S for printing a string instead of hidint the different by using a
47177         macro for adding the 'l'.
47178         * stdio-common/tst-fphex-wide.c: Adjust.
47180 2012-03-07  Marek Polacek  <polacek@redhat.com>
47182         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47184 2012-03-08  Marek Polacek  <polacek@redhat.com>
47186         [BZ #13806]
47187         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47188         * stdio-common/tst-fphex.c: Define a few macros to make the
47189         test reusable.  Use them.
47190         * stdio-common/tst-fphex-wide.c: New file.
47192 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47194         [BZ #6911]
47195         * manual/macros.texi (gnusystems): New macro.
47196         (nongnusystems): Likewise.
47197         (gnulinuxhurdsystems): Likewise.
47198         (gnuhurdsystems): Likewise..
47199         (gnulinuxsystems): Likewise.
47200         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47201         variants of the GNU system, not "GNU system".
47202         * manual/conf.texi: Likewise.
47203         * manual/errno.texi: Likewise.  Update example of errno macro
47204         expansion.
47205         * manual/filesys.texi: Likewise.
47206         (getumask): Document as specific to GNU/Hurd.
47207         * manual/install.texi: Likewise.  Reword some references to
47208         GNU/Linux.
47209         * manual/intro.texi: Likewise.
47210         * manual/io.texi: Likewise.
47211         (File Name Portability): Detail which constraints are inapplicable
47212         to all GNU systems and which are only inapplicable to GNU/Hurd.
47213         * manual/job.texi: Likewise.
47214         * manual/llio.texi: Likewise.
47215         (O_NOCTTY): Document as present on GNU/Linux.
47216         * manual/maint.texi: Likewise.
47217         * manual/memory.texi: Likewise.
47218         * manual/pattern.texi: Likewise.
47219         * manual/pipe.texi: Likewise.
47220         * manual/process.texi: Likewise.
47221         * manual/resource.texi: Likewise.
47222         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47223         child on GNU/Hurd.
47224         * manual/setjmp.texi: Likewise.
47225         * manual/signal.texi: Likewise.
47226         * manual/startup.texi: Likewise.
47227         * manual/stdio.texi: Likewise.
47228         * manual/terminal.texi: Likewise.
47229         (ONLCR): Document as POSIX.
47230         (OXTABS): Document availability on GNU/Linux as XTABS.
47231         (ONOEOT): Document availability separately from other bits.
47232         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47233         * manual/time.texi: Likewise.
47234         * manual/users.texi: Likewise.
47235         * INSTALL: Regenerated.
47236         * sysdeps/gnu/errlist.c: Regenerated.
47238         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47239         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47240         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47241         puts.
47242         * configure: Regenerated.
47244 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47246         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47247         default includes instead of AC_HEADER_CHECK.
47248         * sysdeps/i386/configure: Regenerated.
47250         [BZ #10716]
47251         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47252         * math/s_cacoshf.c (__cacoshf): Likewise.
47253         * math/s_cacoshl.c (__cacoshl): Likewise.
47254         * math/s_casinh.c (__casinh): Set signs of result from argument.
47255         * math/s_casinhf.c (__casinhf): Likewise.
47256         * math/s_casinhl.c (__casinhl): Likewise.
47257         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47258         (casinh_test): Add more tests.
47259         * sysdeps/i386/fpu/libm-test-ulps: Update.
47260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47262 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47264         * po/zh_TW.po: Update from translation team.
47266         * login/Makefile (distribute): Remove variable.
47267         * catgets/Makefile: Likewise.
47268         * mach/Makefile: Likewise.
47269         * malloc/Makefile: Likewise.
47270         * misc/Makefile: Likewise.
47271         * iconv/Makefile: Likewise.
47272         * nscd/Makefile: Likewise.
47273         * hurd/Makefile: Likewise.
47274         * manual/Makefile: Likewise.
47275         * locale/Makefile: Likewise.
47276         * intl/Makefile: Likewise.
47277         * conform/Makefile: Likewise.
47278         * nss/Makefile: Likewise.
47279         * time/Makefile: Likewise.
47280         * soft-fp/Makefile: Likewise.
47281         * dirent/Makefile: Likewise.
47282         * gmon/Makefile: Likewise.
47283         * po/Makefile: Likewise.
47284         * rt/Makefile: Likewise.
47285         * socket/Makefile: Likewise.
47286         * math/Makefile: Likewise.
47287         * signal/Makefile: Likewise.
47288         * debug/Makefile: Likewise.
47289         * elf/Makefile: Likewise.
47290         * timezone/Makefile: Likewise.
47291         * stdlib/Makefile: Likewise.
47292         * iconvdata/Makefile: Likewise.
47293         * sunrpc/Makefile: Likewise.
47294         * io/Makefile: Likewise.
47295         * argp/Makefile: Likewise.
47296         * inet/Makefile: Likewise.
47297         * hesiod/Makefile: Likewise.
47298         * grp/Makefile: Likewise.
47299         * csu/Makefile: Likewise.
47300         * wctype/Makefile: Likewise.
47301         * crypt/Makefile: Likewise.
47302         * libio/Makefile: Likewise.
47303         * string/Makefile: Likewise.
47304         * nis/Makefile: Likewise.
47305         * resolv/Makefile: Likewise.
47306         * stdio-common/Makefile: Likewise.
47307         * wcsmbs/Makefile: Likewise.
47308         * dlfcn/Makefile: Likewise.
47309         * posix/Makefile: Likewise.
47311         [BZ #6959]
47312         * timezone/Makefile: Don't install timezone files, just the programs
47313         and scripts.
47315 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47317         * nss/databases.def: Add missing gshadow entry.
47319         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47321 2012-03-06  Marek Polacek  <polacek@redhat.com>
47323         [BZ #13726]
47324         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47325         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47326         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47327         * stdio-common/tst-long-dbl-fphex.c: New file.
47329 2012-03-06  David S. Miller  <davem@davemloft.net>
47331         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47332         (set_obp_int): New function.
47333         (get_obp_int): New function.
47334         (__get_clockfreq_via_dev_openprom): Likewise.
47335         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47336         Avoid unused variable warnings on 'val' and use builtin_expect.
47337         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47338         __builtin_expect.
47339         (INLINE_CLONE_SYSCALL): Likewise.
47341 2012-03-05  David S. Miller  <davem@davemloft.net>
47343         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47345 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47349         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47350         only for |x| >= 40.
47351         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47353 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47355         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47356         Replace gettimeofday with __vdso_gettimeofday.
47358         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47359         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47360         __vdso_clock_gettime and __vdso_getcpu.
47362         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47363         time with __vdso_time.
47365 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47367         * manual/lang.texi (size_t): Note types to which size_t may be
47368         equivalent with the GNU C Library, but do not describe when
47369         differences between them are significant.
47371 2012-03-05  Andreas Jaeger  <aj@suse.de>
47373         * sysdeps/i386/fpu/libm-test-ulps: Update.
47375 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47377         [BZ #3976]
47378         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47379         (__ieee754_pow): Save and restore rounding mode and use
47380         round-to-nearest for main computations.
47381         * math/libm-test.inc (pow_test_tonearest): New function.
47382         (pow_test_towardzero): Likewise.
47383         (pow_test_downward): Likewise.
47384         (pow_test_upward): Likewise.
47385         (main): Call the new functions.
47386         * sysdeps/i386/fpu/libm-test-ulps: Update.
47387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47389         [BZ #3976]
47390         * math/libm-test.inc (cosh_test_tonearest): New function.
47391         (cosh_test_towardzero): Likewise.
47392         (cosh_test_downward): Likewise.
47393         (cosh_test_upward): Likewise.
47394         (sinh_test_tonearest): Likewise.
47395         (sinh_test_towardzero): Likewise.
47396         (sinh_test_downward): Likewise.
47397         (sinh_test_upward): Likewise.
47398         (main): Call the new functions.
47399         * sysdeps/i386/fpu/libm-test-ulps: Update.
47400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47402 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47404         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47405         default stack guard is set in last bytes.
47406         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47408 2012-03-05  Kees Cook  <keescook@chromium.org>
47410         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47412         [BZ #13656]
47413         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47414         possibly allocate from heap instead of stack.
47415         * stdio-common/bug-vfprintf-nargs.c: New file.
47416         * stdio-common/Makefile (tests): Add nargs overflow test.
47418 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47422 2012-03-03  Marek Polacek  <polacek@redhat.com>
47424         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47425         * math/math_private.h: Likewise.
47426         * stdlib/tst-strtod.c: Likewise.
47427         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47428         * sysdeps/x86_64/bits/atomic.h: Likewise.
47430 2012-03-02  David S. Miller  <davem@davemloft.net>
47432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47436         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47437         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47438         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47439         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47441 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47443         [BZ #13792]
47444         * manual/examples/README: New file, says the example source files
47445         can be used under GPL>=2.
47446         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47447         line containing just "*/".
47448         * manual/examples/add.c: Add copyright header (GPL>=2).
47449         * manual/examples/argp-ex1.c: Likewise.
47450         * manual/examples/argp-ex2.c: Likewise.
47451         * manual/examples/argp-ex3.c: Likewise.
47452         * manual/examples/argp-ex4.c: Likewise.
47453         * manual/examples/atexit.c: Likewise.
47454         * manual/examples/db.c: Likewise.
47455         * manual/examples/dir.c: Likewise.
47456         * manual/examples/dir2.c: Likewise.
47457         * manual/examples/execinfo.c: Likewise.
47458         * manual/examples/filecli.c: Likewise.
47459         * manual/examples/filesrv.c: Likewise.
47460         * manual/examples/fmtmsgexpl.c: Likewise.
47461         * manual/examples/genpass.c: Likewise.
47462         * manual/examples/inetcli.c: Likewise.
47463         * manual/examples/inetsrv.c: Likewise.
47464         * manual/examples/isockad.c: Likewise.
47465         * manual/examples/longopt.c: Likewise.
47466         * manual/examples/memopen.c: Likewise.
47467         * manual/examples/memstrm.c: Likewise.
47468         * manual/examples/mkfsock.c: Likewise.
47469         * manual/examples/mkisock.c: Likewise.
47470         * manual/examples/mygetpass.c: Likewise.
47471         * manual/examples/pipe.c: Likewise.
47472         * manual/examples/popen.c: Likewise.
47473         * manual/examples/rprintf.c: Likewise.
47474         * manual/examples/search.c: Likewise.
47475         * manual/examples/select.c: Likewise.
47476         * manual/examples/setjmp.c: Likewise.
47477         * manual/examples/sigh1.c: Likewise.
47478         * manual/examples/sigusr.c: Likewise.
47479         * manual/examples/stpcpy.c: Likewise.
47480         * manual/examples/strdupa.c: Likewise.
47481         * manual/examples/strftim.c: Likewise.
47482         * manual/examples/strncat.c: Likewise.
47483         * manual/examples/subopt.c: Likewise.
47484         * manual/examples/swapcontext.c: Likewise.
47485         * manual/examples/termios.c: Likewise.
47486         * manual/examples/testopt.c: Likewise.
47487         * manual/examples/testpass.c: Likewise.
47488         * manual/examples/timeval_subtract.c: Likewise.
47490         [BZ #13792]
47491         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47492         function to ...
47493         * manual/timeval_subtract.c.texi: ... here, new file.
47495 2012-03-02  David S. Miller  <davem@davemloft.net>
47497         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47499 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47501         [BZ #3976]
47502         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47503         (__sin): Save and restore rounding mode and use round-to-nearest
47504         for all computations.
47505         (__cos): Save and restore rounding mode and use round-to-nearest
47506         for all computations.
47507         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47508         <fenv.h>.
47509         (tan): Save and restore rounding mode and use round-to-nearest for
47510         all computations.
47511         * math/libm-test.inc (cos_test_tonearest): New function.
47512         (cos_test_towardzero): Likewise.
47513         (cos_test_downward): Likewise.
47514         (cos_test_upward): Likewise.
47515         (sin_test_tonearest): Likewise.
47516         (sin_test_towardzero): Likewise.
47517         (sin_test_downward): Likewise.
47518         (sin_test_upward): Likewise.
47519         (tan_test_tonearest): Likewise.
47520         (tan_test_towardzero): Likewise.
47521         (tan_test_downward): Likewise.
47522         (tan_test_upward): Likewise.
47523         (main): Call the new functions.
47524         * sysdeps/i386/fpu/libm-test-ulps: Update.
47525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47527         [BZ #10135]
47528         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47529         small n, then large n, before computing and testing k+n.
47530         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47531         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47532         Likewise.
47533         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47534         Likewise.
47535         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47536         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47537         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47538         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47539         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47540         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47541         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47542         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47543         * math/libm-test.inc (scalbn_test): Add more tests.
47544         (scalbln_test): Likewise.
47546         * manual/filesys.texi (mode_t): Describe constraints on size and
47547         signedness, not exact equivalence to a particular type.
47548         (ino_t): Likewise.
47549         (ino64_t): Likewise.
47550         (dev_t): Likewise.
47551         (nlink_t): Likewise.
47552         (blkcnt_t): Likewise.
47553         (blkcnt64_t): Likewise.
47554         * manual/llio.texi (off_t): Likewise.
47556         [BZ #3976]
47557         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47558         (__ieee754_exp): Save and restore rounding mode and use
47559         round-to-nearest for all computations.
47560         * math/libm-test.inc (exp_test_tonearest): New function.
47561         (exp_test_towardzero): Likewise.
47562         (exp_test_downward): Likewise.
47563         (exp_test_upward): Likewise.
47564         (main): Call the new functions.
47565         * sysdeps/i386/fpu/libm-test-ulps: Update.
47566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47568 2012-03-01  Chris Demetriou  <cgd@google.com>
47570         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47571         have predictable order.
47573 2012-03-01  David S. Miller  <davem@davemloft.net>
47575         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47577         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47578         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47579         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47580         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47582         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47583         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47584         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47586         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47587         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47588         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47589         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47590         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47594         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47595         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47596         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47598         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47599         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47600         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47601         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47602         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47603         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47604         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47605         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47606         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47607         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47608         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47609         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47610         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47611         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47612         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47613         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47614         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47615         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47616         * sysdeps/sparc/elf/configure: Regenerated.
47618 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47620         * configure.in (AS, LD): Require binutils 2.20 or later.
47621         * configure: Regenerated.
47622         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47623         as required minimum version.
47624         * INSTALL: Regenerated.
47626         [BZ #2541]
47627         [BZ #4108]
47628         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47629         before squaring exponent.
47630         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47631         bottom long double and 27 bits of top long double before squaring
47632         exponent.
47633         * math/libm-test.inc (erfc_test): Add more tests.
47634         * sysdeps/i386/fpu/libm-test-ulps: Update.
47635         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47638 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47640         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47641         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47642         containing bit-fields.
47643         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47644         * soft-fp/single.h (_FP_UNION_S): Likewise.
47645         * soft-fp/double.h (_FP_UNION_D): Likewise.
47647 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47649         [BZ #13786]
47650         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47651         not include ../strcmp.S.
47652         [USE_AS_STRNCASECMP_L]: Likewise.
47653         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47654         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47655         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47656         (__strncasecmp_l_ia32): Define as alias to
47657         __strncasecmp_l_nonascii.
47659         [BZ #5794]
47660         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47661         * sysdeps/i386/fpu/libm-test-ulps: Update.
47662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47664         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47667 2012-02-29  Jeff Law  <law@redhat.com>
47669         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47670         out of bounds read.
47672 2012-02-29  Marek Polacek  <polacek@redhat.com>
47674         [BZ #13706]
47675         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47676         * elf/Makefile: Add rules to run tst-unused-dep.out.
47678 2012-02-28  David S. Miller  <davem@davemloft.net>
47680         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47681         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47682         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47683         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47684         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47685         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47687 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47689         * math/libm-test.inc (llround_test): Move one test from
47690         lround_test.  Use TEST_f_L in moved test.
47691         (lround_test): Move misplaced test to llround_test.  Add testcase
47692         from bug 2561.
47694 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47696         * sysdeps/x86_64/fpu/e_expf.S: New file.
47697         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47699 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47701         [BZ #13637]
47702         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47703         of remain_len that may cause incomplete multi-byte character and
47704         false match.
47705         * posix/bug-regex33.c: New file.
47706         * posix/Makefile (tests): Add bug-regex33.
47708 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47710         * manual/macros.texi: New file.
47711         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47712         * manual/libc.texinfo: Include macros.texi.
47713         * manual/creatute.texi: Likewise.
47714         * manual/install.texi: Likewise.
47715         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47716         @glibcadj{} in references to the GNU C Library.
47717         * manual/charset.texi: Likewise.
47718         * manual/conf.texi: Likewise.
47719         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47720         when not using those macros.
47721         * manual/creature.texi: Likewise.
47722         * manual/crypt.texi: Likewise.
47723         * manual/errno.texi: Likewise.
47724         * manual/filesys.texi: Likewise.
47725         * manual/header.texi: Likewise.
47726         * manual/install.texi: Likewise.
47727         * manual/intro.texi: Likewise.
47728         * manual/io.texi: Likewise.
47729         * manual/job.texi: Likewise.
47730         * manual/lang.texi: Likewise.
47731         * manual/libc.texiinfo: Likewise.
47732         * manual/llio.texi: Likewise.
47733         * manual/locale.texi: Likewise.
47734         * manual/maint.texi: Likewise.
47735         * manual/math.texi: Likewise.
47736         * manual/memory.texi: Likewise.
47737         * manual/message.texi: Likewise.
47738         * manual/nss.texi: Likewise.
47739         * manual/pattern.texi: Likewise.
47740         * manual/process.texi: Likewise.
47741         * manual/resource.texi: Likewise.
47742         * manual/search.texi: Likewise.
47743         * manual/setjmp.texi: Likewise.
47744         * manual/signal.texi: Likewise.
47745         * manual/socket.texi: Likewise.
47746         * manual/startup.texi: Likewise.
47747         * manual/stdio.texi: Likewise.
47748         * manual/string.texi: Likewise.
47749         * manual/sysinfo.texi: Likewise.
47750         * manual/syslog.texi: Likewise.
47751         * manual/terminal.texi: Likewise.
47752         * manual/time.texi: Likewise.
47753         * manual/users.texi: Likewise.
47754         * INSTALL: Regenerated.
47755         * NOTES: Regenerated.
47756         * sysdeps/gnu/errlist.c: Regenerated.
47758 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47760         * include/dirent.h: Include <dirstream.h> before
47761         <dirent/dirent.h>.
47763 2012-02-28  David S. Miller  <davem@davemloft.net>
47765         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47766         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47767         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47768         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47770 2012-02-27  David S. Miller  <davem@davemloft.net>
47772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47774         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47775         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47777         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47778         frame pointer instead of stack pointer relative arg slot.
47779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47780         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47781         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47783 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47785         [BZ #3992]
47786         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47788 2012-02-27  David S. Miller  <davem@davemloft.net>
47790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47794         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47795         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47796         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47797         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47799 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47801         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47802         later.  Allow versions 5-9.
47803         * configure: Regenerated.
47804         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47805         required minimum version and 4.6 as recommended version.  Do not
47806         mention bugs in GCC 2.7 and 2.8.
47807         * INSTALL: Regenerated.
47809 2012-02-27  David S. Miller  <davem@davemloft.net>
47811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47812         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47814         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47815         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47816         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47817         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47818         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47820         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47821         manipulate bits before adding and subtracting TWO112[sx].
47822         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47824 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47826         [BZ #13775]
47827         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47828         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47829         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47830         being in POSIX, because they are in 1003.1-2008.
47832         * rt/tst-aio.c: Include <fcntl.h>.
47833         * rt/tst-aio7.c: Likewise.
47834         * rt/tst-aio64.c: Likewise.
47836         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47838 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47840         * manual/install.texi (--with-headers): Describe headers as
47841         interface headers, not private headers.
47842         (Specific advice for GNU/Linux systems): Describe use of headers
47843         from "make headers_install", not private headers from older
47844         kernels.
47845         * INSTALL: Regenerated.
47846         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47847         Change to 2.6.19.
47848         * sysdeps/unix/sysv/linux/configure: Regenerated.
47850         * manual/llio.texi (fclean): Remove documentation.
47852         * manual/Makefile (libc-texi-generated): New variable.  Include
47853         version.texi.
47854         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47855         $(libc-texi-generated), not duplicated list of files.
47856         (version.texi, stamp-version): New rules.
47857         (realclean): Remove $(libc-texi-generated), not individual files
47858         from that list.  Do not remove dir-add.texinfo.
47859         * manual/libc.texinfo: Comment out uses of edition numbers and
47860         references to printed manual.  Remove last-updated dates.
47861         (EDITION): Comment out.
47862         (ISBN): Likewise.
47863         (VERSION, UPDATED): Remove.
47864         (version.texi): Include.
47866 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47868         * sysdeps/posix/spawni.c: Include <signal.h>.
47869         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47870         * sysdeps/pthread/aio_fsync.c: Likewise.
47872 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47874         * conform/Makefile (tests): Run only when not cross-compiling and
47875         when fast-check is not defined.
47877         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47878         * conform/data/limits.h-data: Fixes for POSIX2008.
47879         * conform/run-conformtest.sh: Run all tests.
47880         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47881         headers.
47882         * include/bits/dlfcn.h: Likewise.
47883         * include/langinfo.h: Likewise.
47884         * include/monetary.h: Likewise.
47885         * include/sys/poll.h: Likewise.
47887         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47888         for __USE_GNU.
47889         * posix/spawn.h: Define __need_sigset_t.
47890         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47891         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47892         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47893         to get sigevent_t only.
47894         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47895         only for __USE_GNU.
47896         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47897         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47898         process_vm_writev only for __USE_GNU.
47899         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47901         * conform/Makefile: For now ignore errors from run-conformtest.
47902         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47903         POSIX to avoid namespace pollution.  Don't prepend headers.
47904         * conform/data/aio.h-data: Fixes for POSIX testing.
47905         * conform/data/fcntl.h-data: Likewise.
47906         * conform/data/glob.h-data: Likewise.
47907         * conform/data/grp.h-data: Likewise.
47908         * conform/data/pthread.h-data: Likewise.
47909         * conform/data/pwd.h-data: Likewise.
47910         * conform/data/signal.h-data: Likewise.
47911         * conform/data/spawn.h-data: Likewise.
47912         * conform/data/stdio.h-data: Likewise.
47913         * conform/data/stdlib.h-data: Likewise.
47914         * conform/data/stropts.h-data: Likewise.
47915         * conform/data/sys/mman.h-data: Likewise.
47916         * conform/data/sys/stat.h-data: Likewise.
47917         * conform/data/sys/types.h-data: Likewise.
47918         * conform/data/sys/wait.h-data: Likewise.
47919         * conform/data/time.h-data: Likewise.
47920         * conform/data/unistd.h-data: Likewise.
47921         * conform/data/utime.h-data: Likewise.
47923         * io/sys/stat.h: fchmod was always in POSIX.
47924         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47925         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47926         * rt/aio.h: Define __need_timespec before including <time.h>.
47927         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47928         struct.  Add forward declaration of pthread_attr_t and use it in
47929         sigevent.
47930         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47931         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47932         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47933         always remove CLK_TCK definition.
47935 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47937         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47939 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47941         * conform/run-conformtest.sh: New file.
47942         * conform/Makefile: Run run-conformtest for tests.
47943         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47944         support.
47946         * conform/data/uchar.h-data: New file.
47947         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47948         * conform/data/arpa/inet.h-data: Likewise.
47949         * conform/data/assert.h-data: Likewise.
47950         * conform/data/complex.h-data: Likewise.
47951         * conform/data/cpio.h-data: Likewise.
47952         * conform/data/ctype.h-data: Likewise.
47953         * conform/data/dirent.h-data: Likewise.
47954         * conform/data/dlfcn.h-data: Likewise.
47955         * conform/data/errno.h-data: Likewise.
47956         * conform/data/fcntl.h-data: Likewise.
47957         * conform/data/float.h-data: Likewise.
47958         * conform/data/fmtmsg.h-data: Likewise.
47959         * conform/data/fnmatch.h-data: Likewise.
47960         * conform/data/ftw.h-data: Likewise.
47961         * conform/data/glob.h-data: Likewise.
47962         * conform/data/grp.h-data: Likewise.
47963         * conform/data/iconv.h-data: Likewise.
47964         * conform/data/inttypes.h-data: Likewise.
47965         * conform/data/langinfo.h-data: Likewise.
47966         * conform/data/libgen.h-data: Likewise.
47967         * conform/data/limits.h-data: Likewise.
47968         * conform/data/locale.h-data: Likewise.
47969         * conform/data/math.h-data: Likewise.
47970         * conform/data/monetary.h-data: Likewise.
47971         * conform/data/mqueue.h-data: Likewise.
47972         * conform/data/ndbm.h-data: Likewise.
47973         * conform/data/net/if.h-data: Likewise.
47974         * conform/data/netdb.h-data: Likewise.
47975         * conform/data/netinet/in.h-data: Likewise.
47976         * conform/data/nl_types.h-data: Likewise.
47977         * conform/data/poll.h-data: Likewise.
47978         * conform/data/pthread.h-data: Likewise.
47979         * conform/data/pwd.h-data: Likewise.
47980         * conform/data/regex.h-data: Likewise.
47981         * conform/data/sched.h-data: Likewise.
47982         * conform/data/search.h-data: Likewise.
47983         * conform/data/semaphore.h-data: Likewise.
47984         * conform/data/setjmp.h-data: Likewise.
47985         * conform/data/signal.h-data: Likewise.
47986         * conform/data/spawn.h-data: Likewise.
47987         * conform/data/stdarg.h-data: Likewise.
47988         * conform/data/stdio.h-data: Likewise.
47989         * conform/data/stdlib.h-data: Likewise.
47990         * conform/data/string.h-data: Likewise.
47991         * conform/data/strings.h-data: Likewise.
47992         * conform/data/stropts.h-data: Likewise.
47993         * conform/data/sys/ipc.h-data: Likewise.
47994         * conform/data/sys/mman.h-data: Likewise.
47995         * conform/data/sys/msg.h-data: Likewise.
47996         * conform/data/sys/resource.h-data: Likewise.
47997         * conform/data/sys/select.h-data: Likewise.
47998         * conform/data/sys/sem.h-data: Likewise.
47999         * conform/data/sys/shm.h-data: Likewise.
48000         * conform/data/sys/socket.h-data: Likewise.
48001         * conform/data/sys/stat.h-data: Likewise.
48002         * conform/data/sys/statvfs.h-data: Likewise.
48003         * conform/data/sys/time.h-data: Likewise.
48004         * conform/data/sys/timeb.h-data: Likewise.
48005         * conform/data/sys/times.h-data: Likewise.
48006         * conform/data/sys/types.h-data: Likewise.
48007         * conform/data/sys/uio.h-data: Likewise.
48008         * conform/data/sys/un.h-data: Likewise.
48009         * conform/data/sys/utsname.h-data: Likewise.
48010         * conform/data/sys/wait.h-data: Likewise.
48011         * conform/data/syslog.h-data: Likewise.
48012         * conform/data/tar.h-data: Likewise.
48013         * conform/data/termios.h-data: Likewise.
48014         * conform/data/utime.h-data: Likewise.
48015         * conform/data/utmpx.h-data: Likewise.
48016         * conform/data/varargs.h-data: Likewise.
48017         * conform/data/wchar.h-data: Likewise.
48018         * conform/data/wctype.h-data: Likewise.
48019         * conform/data/wordexp.h-data: Likewise.
48021         * include/stropts.h: New file.
48022         * include/uchar.h: New file.
48023         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48024         * include/assert.h: Likewise.
48025         * include/ctype.h: Likewise.
48026         * include/dirent.h: Likewise.
48027         * include/dlfcn.h: Likewise.
48028         * include/fcntl.h: Likewise.
48029         * include/fnmatch.h: Likewise.
48030         * include/glob.h: Likewise.
48031         * include/grp.h: Likewise.
48032         * include/libio.h: Likewise.
48033         * include/locale.h: Likewise.
48034         * include/math.h: Likewise.
48035         * include/net/if.h: Likewise.
48036         * include/netdb.h: Likewise.
48037         * include/netinet/in.h: Likewise.
48038         * include/pthread.h: Likewise.
48039         * include/pwd.h: Likewise.
48040         * include/regex.h: Likewise.
48041         * include/sched.h: Likewise.
48042         * include/search.h: Likewise.
48043         * include/setjmp.h: Likewise.
48044         * include/signal.h: Likewise.
48045         * include/stdio.h: Likewise.
48046         * include/stdlib.h: Likewise.
48047         * include/string.h: Likewise.
48048         * include/sys/cdefs.h: Likewise.
48049         * include/sys/mman.h: Likewise.
48050         * include/sys/msg.h: Likewise.
48051         * include/sys/resource.h: Likewise.
48052         * include/sys/select.h: Likewise.
48053         * include/sys/socket.h: Likewise.
48054         * include/sys/stat.h: Likewise.
48055         * include/sys/statvfs.h: Likewise.
48056         * include/sys/time.h: Likewise.
48057         * include/sys/times.h: Likewise.
48058         * include/sys/uio.h: Likewise.
48059         * include/sys/utsname.h: Likewise.
48060         * include/sys/wait.h: Likewise.
48061         * include/termios.h: Likewise.
48062         * include/time.h: Likewise.
48063         * include/ulimit.h: Likewise.
48064         * include/unistd.h: Likewise.
48065         * include/utime.h: Likewise.
48066         * include/wchar.h: Likewise.
48067         * include/wctype.h: Likewise.
48068         * include/wordexp.h: Likewise.
48070         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48072         * time/time.h: TIME_UTC must be a macro.
48073         Make timespec_get available for ISO C11 only as well.
48075 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48077         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48078         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48080 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48082         * configure.in: Use -o not -a in test for unsupported multi-arch.
48084 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48086         * manual/texinfo.tex: Update to version 2012-01-19.16.
48088 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48090         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48092 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48094         [BZ #13738]
48095         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48096         * manual/fdl-1.3.texi: New file.
48097         * manual/fdl-1.1.texi: File removed.
48099         [BZ #13738]
48100         * manual/libc.texinfo (FDL_VERSION): New @set.
48101         Use it for mention of FDL in cover text.
48102         (Documentation License): Use it in @include file name.
48104 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48105             Roland McGrath  <roland@hack.frob.com>
48107         [BZ #5461]
48108         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48109         (not LONG_LONG_MAX and LONG_LONG_MIN.
48110         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48111         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48112         name.
48113         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48115 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48117         [BZ #2547]
48118         [BZ #11365]
48119         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48120         manipulate bits before adding and subtracting TWO23[sx].
48121         * math/libm-test.inc (nearbyint_test): Add more tests.
48123 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48125         [BZ #2548]
48126         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48127         bits before adding and subtracting TWO23[sx].
48128         * math/libm-test.inc (rint_test): Add more tests.
48129         (rint_test_tonearest): Likewise.
48130         (rint_test_towardzero): Likewise.
48131         (rint_test_downward): Likewise.
48132         (rint_test_upward: Likewise.
48134 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48136         [BZ #10110]
48137         * include/stdc-predef.h: New file.  Extracted from features.h.
48138         * include/features.h: Include stdc-predef.h.
48139         * Makefile (headers): Add stdc-predef.h.
48140         * CONFORMANCE (Compiler limitations): Update.
48142 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48144         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48146 2012-02-21  David S. Miller  <davem@davemloft.net>
48148         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48149         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48151 2012-02-20  David S. Miller  <davem@davemloft.net>
48153         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48154         using a normal save/restore sequence, rather than allocating a
48155         dummy stack frame just to store a frame pointer and restore.
48156         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48158 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48160         * manual/install.texi: Fix stray word in line-wrapped comment.
48162 2012-02-20  David S. Miller  <davem@davemloft.net>
48164         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48165         both binutils and gcc support GOTDATA.
48167         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48168         "rd %pc" in the PIC register setup sequences.
48170         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48171         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48172         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48173         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48174         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48175         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48176         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48177         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48178         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48179         (SYSCALL_ERROR_HANDLER): Likewise.
48180         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48181         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48182         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48183         (SYSCALL_ERROR_HANDLER): Likewise.
48185         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48186         (HAVE_GCC_GOTDATA): New.
48187         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48188         relocation support in both binutils and gcc.
48189         * sysdeps/sparc/elf/configure: Regenerate.
48191         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48192         * sysdeps/sparc/sparc32/elf/configure: Delete.
48193         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48194         * sysdeps/sparc/sparc64/elf/configure: Delete.
48195         * sysdeps/sparc/elf/configure.in: New file.
48196         * sysdeps/sparc/elf/configure: Generate.
48198         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48199         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48200         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48201         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48202         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48204 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48206         * manual/install.texi: Do not mention specific glibc version
48207         numbers.
48208         * manual/libc.texinfo (VERSION, UPDATED): Update.
48209         (@copying): Use @copyright{} and range of years.
48211 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48213         [BZ #13695]
48214         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48215         [crti.S not in sysdirs] (generated): Do not append.
48216         [crti.S not in sysdirs] (omit-deps): Likewise.
48217         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48218         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48219         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48220         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48221         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48222         Likewise.
48223         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48224         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48225         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48226         * csu/defs.awk: Remove file.
48227         * sysdeps/generic/initfini.c: Likewise.
48228         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48229         variable.
48230         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48231         Likewise.
48233 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48235         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48236         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48237         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48238         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48239         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48240         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48241         <bits/epoll.h>.
48242         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48243         (__EPOLL_PACKED): Define to empty if not defined by
48244         <bits/epoll.h>.
48245         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48246         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48247         bits/epoll.h.
48249 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48251         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48252         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48253         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48254         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48255         <bits/timerfd.h>.
48256         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48257         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48258         bits/timerfd.h.
48260 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48262         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48263         in C locale.
48264         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48265         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48266         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48269 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48271         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48272         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48274 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48276         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48277         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48278         defined.
48279         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48280         Likewise.
48281         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48282         entry for 2.16.
48284 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48286         * math/w_acos.c: Use non-signaling floating-point comparisons.
48287         * math/w_acosf.c: Likewise.
48288         * math/w_acosh.c: Likewise.
48289         * math/w_acoshf.c: Likewise.
48290         * math/w_acoshl.c: Likewise.
48291         * math/w_acosl.c: Likewise.
48292         * math/w_asin.c: Likewise.
48293         * math/w_asinf.c: Likewise.
48294         * math/w_asinl.c: Likewise.
48295         * math/w_atanh.c: Likewise.
48296         * math/w_atanhf.c: Likewise.
48297         * math/w_atanhl.c: Likewise.
48298         * math/w_exp2.c: Likewise.
48299         * math/w_exp2f.c: Likewise.
48300         * math/w_exp2l.c: Likewise.
48301         * math/w_j0.c: Likewise.
48302         * math/w_j0f.c: Likewise.
48303         * math/w_j0l.c: Likewise.
48304         * math/w_j1.c: Likewise.
48305         * math/w_j1f.c: Likewise.
48306         * math/w_j1l.c: Likewise.
48307         * math/w_jn.c: Likewise.
48308         * math/w_jnf.c: Likewise.
48309         * math/w_log.c: Likewise.
48310         * math/w_log10.c: Likewise.
48311         * math/w_log10f.c: Likewise.
48312         * math/w_log10l.c: Likewise.
48313         * math/w_log2.c: Likewise.
48314         * math/w_log2f.c: Likewise.
48315         * math/w_log2l.c: Likewise.
48316         * math/w_logf.c: Likewise.
48317         * math/w_logl.c: Likewise.
48318         * math/w_sqrt.c: Likewise.
48319         * math/w_sqrtf.c: Likewise.
48320         * math/w_sqrtl.c: Likewise.
48321         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48322         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48323         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48324         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48325         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48327 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48329         [BZ #9739]
48330         * manual/string.texi (strnlen): Use correct parameter name in
48331         equivalent expression.
48333 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48335         [BZ #11174]
48336         * manual/users.texi (seteuid): Consistently use neweuid for
48337         argument name.
48339 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48341         [BZ #13704]
48342         * manual/nss.texi (Services in the NSS configuration): Correct
48343         list of services in example configuration file.
48345 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48347         [BZ #11322]
48348         * manual/arith.texi: Remove statements about negative zero
48349         behaving identically to zero.
48351 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48353         [BZ #5993]
48354         * manual/install.texi: Do not document upgrading from libc5.
48356 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48358         [BZ #4596]
48359         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48361 2012-02-18  David S. Miller  <davem@davemloft.net>
48363         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48364         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48365         %o7 across the call.
48366         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48367         instead.
48368         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48369         SETUP_PIC_REG_LEAF.
48370         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48371         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48372         * sysdeps/sparc/crtn.S: Likewise.
48374 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48376         * aout/Makefile: Remove.
48378 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48380         [BZ #13058]
48381         * manual/examples/argp-ex1.c (main): Format definition in GNU
48382         style.
48383         * manual/examples/argp-ex2.c (main): Likewise.
48384         * manual/examples/argp-ex3.c (main): Likewise.
48385         * manual/examples/argp-ex4.c (main): Likewise.
48386         * manual/examples/longopt.c (main): Use new-style prototype
48387         definition.
48388         * manual/examples/strncat.c (main): Specify return type and use
48389         (void) for arguments.
48390         * manual/examples/subopt.c (main): Use char **argv argument.
48392 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48394         [BZ #5077]
48395         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48396         rounding modes.
48398 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48400         [BZ #6907]
48401         * manual/string.texi (strchr): Change when strchrnul is
48402         recommended.
48404 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48406         [BZ #174]
48407         * manual/locale.texi (setlocale): Document LOCPATH.
48409 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48411         [BZ #10210]
48412         * manual/process.texi (execle): Move @dots{} before last argument.
48414 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48416         [BZ #12047]
48417         * manual/charset.texi (Generic Charset Conversion): Fix typo
48418         (LC_TYPE -> LC_CTYPE).
48420 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48422         [BZ #5805]
48423         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48424         (scalbnf): Likewise.
48425         (scalbnl): Likewise.
48426         (scalbln): Likewise.
48427         (scalblnf): Likewise.
48428         (scalblnl): Likewise.
48429         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48430         (vwarnx): Likewise.
48431         (verr): Likewise.
48432         (verrx): Likewise.
48433         * manual/filesys.texi (telldir): Use braces around return type.
48434         * manual/llio.texi (mmap): Add space after comma.
48435         (mmap64): Likewise.
48436         * manual/math.texi (jn): Use @var{} on parameter names.
48437         (jnf): Likewise.
48438         (jnl): Likewise.
48439         (yn): Likewise.
48440         (ynf): Likewise.
48441         (ynl): Likewise.
48442         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48443         line.
48444         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48445         "...".
48446         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48447         (sched_get_priority_max): Likewise.
48448         * manual/signal.texi (sigvec): Add space after comma.
48449         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48450         names.
48451         (if_indextoname): Likewise.
48452         (if_freenameindex): Likewise.
48453         (sendto): Use ',' instead of '.' in prototype.
48454         * manual/startup.texi (syscall): Use @dots{} instead of literal
48455         "...".
48456         * manual/stdio.texi (__fpending): Separate initial words of
48457         paragraph from @deftypefun line.
48458         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48459         "...".
48460         (vsyslog): Use @var{} on parameter names.
48461         * manual/terminal.texi (stty): Use @var{} on parameter names.
48462         * manual/users.texi (getutmp): Use @var{} on parameter names.
48463         (getutmpx): Likewise.
48465 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48467         [BZ #6884]
48468         * manual/stdio.texi (fopen): Fix typos in description of
48469         ",ccs=STRING".
48471 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48473         [BZ #4026]
48474         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48475         get clock_id definition.
48477 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48479         [BZ #4822]
48480         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48481         (madvise): Cast every argument to void on its own.
48483 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48485         [BZ #9902]
48486         * manual/startup.texi (Exit Status): Fix typo.
48488 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48490         [BZ #10140]
48491         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48492         * manual/examples/argp-ex2.c: Likewise.
48493         * manual/examples/argp-ex3.c: Likewise.
48495 2012-02-16  Richard Henderson  <rth@redhat.com>
48497         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48498         * sysdeps/s390/s390-32/initfini.c: Remove.
48499         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48500         * sysdeps/s390/s390-64/initfini.c: Remove.
48502 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48504         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48505         compiler output for sysdeps/generic/initfini.c.
48506         * sysdeps/sh/elf/initfini.c: Remove file.
48508 2012-02-16  David S. Miller  <davem@davemloft.net>
48510         [BZ #11494]
48511         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48513         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48514         * sysdeps/sparc/crti.S: New file.
48515         * sysdeps/sparc/crtn.S: New file.
48516         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48517         * sysdeps/sparc/sparc64/Makefile: Likewise.
48519 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48521         [BZ #3335]
48522         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48524 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48526         [BZ #4822]
48527         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48529         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48530         (write, read, close): Likewise.
48531         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48533 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48535         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48536         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48537         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48538         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48539         <bits/signalfd.h>.
48540         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48541         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48542         bits/signalfd.h.
48544 2012-02-14  Marek Polacek  <polacek@redhat.com>
48546         * sysdeps/x86_64/crti.S: New file.
48547         * sysdeps/x86_64/crtn.S: New file.
48548         * sysdeps/x86_64/elf/initfini.c: Remove file.
48550 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48552         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48553         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48554         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48555         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48556         <bits/inotify.h>.
48557         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48558         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48559         bits/inotify.h.
48561 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48563         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48564         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48565         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48566         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48567         <bits/eventfd.h>.
48568         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48569         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48570         bits/eventfd.h.
48572 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48574         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48575         __feraiseexcept instead of feraiseexcept.
48577         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48578         nanosleep invocations.
48579         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48580         strings, and add error checking for a nanosleep invocations.
48582 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48584         Replace FSF snail mail address with URLs, as per GNU coding standards.
48585         Most of the snail mail addresses were wrong anyway, and omitting
48586         them makes the source code easier to maintain.  Almost all of the
48587         changes are to license notices and to locale LC_IDENTIFICATION
48588         addresses, except for this one:
48589         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48590         not its snail mail address.
48592 2012-02-09  Richard Henderson  <rth@twiddle.net>
48594         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48595         of kernel-features.h.
48597         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48599 2012-02-08  Marek Polacek  <polacek@redhat.com>
48601         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48602         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48603         * sysdeps/gnu/_G_config.h: Likewise.
48604         * sysdeps/generic/_G_config.h: Likewise.
48606 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48608         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48609         tests.
48610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48612         * sysdeps/powerpc/powerpc32/crti.S: New file.
48613         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48614         * sysdeps/powerpc/powerpc64/crti.S: New file.
48615         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48617         * Makeconfig (have-initfini): Don't set.
48618         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48619         * configure.in (nopic_initfini): Don't substitute.
48620         * config.h.in (HAVE_INITFINI): Don't #undef.
48621         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48622         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48624 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48626         Support crti.S and crtn.S provided directly by architectures.
48627         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48628         [crti.S in sysdirs] (omit-deps): Likewise.
48629         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48630         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48631         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48632         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48633         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48634         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48635         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48636         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48637         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48638         compiler output for sysdeps/generic/initfini.c.
48639         * sysdeps/i386/elf/Makefile: Remove file.
48640         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48642 2012-02-07  Marek Polacek  <polacek@redhat.com>
48644         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48645         * sysdeps/gnu/_G_config.h: Likewise.
48646         * sysdeps/mach/hurd/_G_config.h: Likewise.
48648 2012-02-07  Marek Polacek  <polacek@redhat.com>
48650         * math/Makefile (tests): Add tst-CMPLX2.
48651         * math/tst-CMPLX2.c: New file.
48653 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48655         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48657         * math/libm-test.inc (jn_test): Add missing L suffix.
48659 2012-02-06  Marek Polacek  <polacek@redhat.com>
48661         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48662         * sysdeps/i386/fpu/e_powf.S: Likewise.
48663         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48664         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48665         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48666         * sysdeps/i386/fpu/e_pow.S: Likewise.
48667         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48668         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48669         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48670         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48671         * sysdeps/i386/fpu/e_log2.S: Likewise.
48672         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48673         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48674         * sysdeps/i386/fpu/e_powl.S: Likewise.
48675         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48676         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48677         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48678         * sysdeps/i386/fpu/e_logl.S: Likewise.
48679         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48680         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48681         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48682         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48683         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48684         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48685         * sysdeps/i386/fpu/e_log.S: Likewise.
48686         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48687         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48688         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48689         * sysdeps/i386/fpu/e_logf.S: Likewise.
48690         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48691         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48692         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48693         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48694         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48695         * sysdeps/i386/fpu/e_log10.S: Likewise.
48696         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48697         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48698         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48699         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48700         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48701         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48702         * sysdeps/i386/asm-syntax.h: Likewise.
48703         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48704         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48705         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48706         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48707         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48708         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48709         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48710         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48711         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48712         * sysdeps/powerpc/sysdep.h: Likewise.
48713         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48714         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48716 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48718         [BZ #411]
48719         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48721 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48723         * sysdeps/i386/sysdep.h: Include <features.h>.
48724         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48725         version.
48727 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48729         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48730         Define.
48731         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48732         LOAD_PIC_REG_STR.
48734 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48736         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48737         (SETUP_PIC_REG): Use GET_PC_THUNK.
48738         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48739         macro.
48741 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48743         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48744         for non-PIC compilation.
48745         (SETUP_PIC_REG): Add .p2align directive.
48746         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48747         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48748         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48749         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48750         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48751         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48752         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48753         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48754         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48755         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48756         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48757         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48758         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48759         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48760         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48761         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48762         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48763         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48764         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48765         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48766         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48767         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48768         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48769         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48770         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48771         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48772         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48773         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48774         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48775         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48776         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48777         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48778         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48779         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48780         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48781         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48782         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48783         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48784         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48785         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48786         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48788 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48790         * math/tst-CMPLX.c: Include <stdio.h>.
48792 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48794         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48795         float.
48796         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48797         * sysdeps/sparc/bits/mathdef.h: Likewise.
48799 2012-01-31  Marek Polacek  <polacek@redhat.com>
48801         * libio/libio.h: Don't define _PARAMS.
48802         * locale/programs/config.h: Don't define PARAMS.
48803         * stdlib/strtol_l.c: Likewise.
48804         (__strtol_l): Remove PARAMS from the prototype.
48806 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48808         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48809         names.  Just use the correct names.  Remove unnecessary wrapper
48810         functions.
48811         * malloc/arena.c: Likewise.
48812         * malloc/hooks.c: Likewise.
48814         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48815         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48816         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48818 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48820         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48821         into tail calls.
48822         (update_get_addr): New function.
48823         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48824         GET_ADDR_MODULE parameter.
48826 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48828         * crypt/cert.c: Remove __STDC__ conditionals.
48829         * crypt/crypt-entry.c: Likewise.
48830         * crypt/crypt_util.c: Likewise.
48831         * libio/filedoalloc.c: Likewise.
48832         * libio/fileops.c: Likewise.
48833         * libio/genops.c: Likewise.
48834         * libio/iofclose.c: Likewise.
48835         * libio/iofdopen.c: Likewise.
48836         * libio/iofopen.c: Likewise.
48837         * libio/iofopen64.c: Likewise.
48838         * libio/iogetdelim.c: Likewise.
48839         * libio/iopopen.c: Likewise.
48840         * libio/obprintf.c: Likewise.
48841         * libio/oldfileops.c: Likewise.
48842         * libio/oldiofclose.c: Likewise.
48843         * libio/oldiofdopen.c: Likewise.
48844         * libio/oldiofopen.c: Likewise.
48845         * libio/oldiopopen.c: Likewise.
48846         * libio/wfiledoalloc.c: Likewise.
48847         * libio/wgenops.c: Likewise.
48848         * locale/programs/xmalloc.c: Likewise.
48849         * misc/syslog.c: Likewise.
48850         * stdio-common/xbug.c: Likewise.
48851         * string/memchr.c: Likewise.
48852         * string/memcmp.c: Likewise.
48853         * string/memrchr.c: Likewise.
48854         * string/rawmemchr.c: Likewise.
48855         * sysdeps/posix/getcwd.c: Likewise.
48856         * time/strftime_l.c: Likewise.
48858 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48860         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48861         * config.make.in (config-cflags-sse2avx): Define.
48862         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48863         Fix typo.
48865 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48867         * scripts/config.guess: Update from upstream config git repository.
48868         * scripts/config.sub: Likewise.
48870 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48872         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48873         (EM_NUM): Update.
48874         (R_TILEPRO_*, R_TILEGX_*): New macros.
48876         * scripts/firstversions.awk: Fix bug in version range handling.
48878         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48880         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48882         * include/sys/epoll.h: New file.
48883         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48884         libc_hidden_def.
48886 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48888         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48889         Avoid unnecessary __WORDSIZE == 64 test.
48890         (fmaxf): Use VEX format if possible.
48891         (fmax): Likewise.
48892         (fminf): Likewise.
48893         (fmin): Likewise.
48895         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48896         * math/math_private.h: Remove libc_fegetround* and
48897         libc_fesetround*.
48898         * sysdeps/i386/configure.in: Check for -msse2avx.
48899         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48900         also if SSE2AVX is defined.
48901         Remove libc_fegetround* and libc_fesetround*.
48902         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48903         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48904         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48905         of HAS_YMM_USABLE.
48906         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48907         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48908         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48909         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48910         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48912         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48914 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48916         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48917         size is not set.
48918         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48920 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48922         [BZ #13618]
48923         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48924         relocation.
48925         * Makeconfig (libm): Define.
48926         * elf/Makefile: Add rules to build and run tst-relsort1.
48927         * elf/tst-relsort1.c: New file.
48928         * elf/tst-relsort1mod1.c: New file.
48929         * elf/tst-relsort1mod2.c: New file.
48931 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48933         * math/s_ldexp.c: Remove __STDC__ conditionals.
48934         * math/s_ldexpf.c: Likewise.
48935         * math/s_ldexpl.c: Likewise.
48936         * math/s_nextafter.c: Likewise.
48937         * math/s_nexttowardf.c: Likewise.
48938         * math/s_significand.c: Likewise.
48939         * math/s_significandf.c: Likewise.
48940         * math/s_significandl.c: Likewise.
48941         * math/w_jnl.c: Likewise.
48942         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48943         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48944         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48945         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48946         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48948         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48951         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48952         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48953         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48954         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48955         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48960         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48961         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48962         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48963         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48964         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48965         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48966         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48967         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48968         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48969         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48970         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48971         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48972         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48973         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48974         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48975         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48976         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48977         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48978         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48979         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48980         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48981         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48982         * sysdeps/ieee754/k_standard.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48986         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48987         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48998         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49000         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49001         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49002         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49020         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49021         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49022         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49023         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49024         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49028         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49029         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49030         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49031         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49032         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49034         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49036         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49037         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49038         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49041         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49042         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49043         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49044         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49045         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49046         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49048         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49049         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49050         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49051         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49053         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49054         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49055         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49056         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49057         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49058         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49059         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49061         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49062         * sysdeps/ieee754/s_matherr.c: Likewise.
49063         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49064         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49065         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49066         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49068 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49070         * crypt/md5.h: Remove __STDC__ conditionals.
49071         * libio/libioP.h: Likewise.
49072         * locale/programs/config.h: Likewise.
49073         * sysdeps/generic/sysdep.h: Likewise.
49074         * sysdeps/i386/asm-syntax.h: Likewise.
49075         * sysdeps/s390/asm-syntax.h: Likewise.
49076         * sysdeps/unix/sysdep.h: Likewise.
49077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49080 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49082         * libio/libio.h: Remove __STDC__ conditionals.
49083         * malloc/obstack.h: Likewise.
49084         * math/complex.h: Likewise.
49085         * math/math.h: Likewise.
49086         * sysdeps/generic/_G_config.h: Likewise.
49087         * sysdeps/gnu/_G_config.h: Likewise.
49088         * sysdeps/mach/hurd/_G_config.h: Likewise.
49089         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49090         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49091         * sysdeps/sparc/bits/mathdef.h: Likewise.
49093 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49095         [BZ #13583]
49096         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49097         Clean up HAS_* macros.
49098         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49099         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49100         possible.
49101         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49102         HAS_AVX.
49103         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49104         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49105         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49106         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49107         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49109 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49111         * elf/tst-unique3.cc (gets): Remove declaration.
49112         * elf/tst-unique3lib.cc (gets): Likewise.
49113         * elf/tst-unique3lib2.cc (gets): Likewise.
49114         * elf/tst-unique4.cc (gets): Likewise.
49116 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49118         * include/stdio.h: Add C++ protection.  Add gets declarations and
49119         definitions.
49120         * debug/tst-chk1.c: Don't declare gets here.
49121         * stdio-common/tst-gets.c: Likewise.
49123 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49125         * posix/glob: Remove directory.
49127 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49129         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49131 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49133         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49134         of the non-standard EPFNOSUPPORT.
49136 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49138         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49139         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49140         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49142 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49144         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49146 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49148         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49149         transient errors.
49150         * nscd/grpcache.c (cache_addgr): Likewise.
49151         * nscd/hstcache.c (cache_addhst): Likewise.
49152         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49153         * nscd/pwdcache.c (cache_addpw): Likewise.
49154         * nscd/servicescache.c (cache_addserv): Likewise.
49156 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49158         * malloc/malloc.c: Various cleanups.
49159         * malloc/hooks.c: Likewise.
49161         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49162         * stdlib/bug-fmtmsg1.c: New file.
49164         * stdlib/fmtmsg.c (init): Add missing unlock.
49165         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49167 2012-01-12  Marek Polacek  <polacek@redhat.com>
49169         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49170         and _GNU_SOURCE.
49172 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49174         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49175         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49176         macro to ensure uniqueness of label name.
49177         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49178         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49180 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49182         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49184         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49185         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49186         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49187         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49189 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49191         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49193         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49194         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49195         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49197         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49199         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49200         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49201         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49202         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49204         * math/bits/math-finite.h: Add ldexp support.
49206 2012-01-10  Marek Polacek  <polacek@redhat.com>
49208         * locale/programs/localedef.h (show_archive_content): Add noreturn
49209         attribute.
49211 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49213         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49215 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49217         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49219         * io/Makefile (headers): Add bits/poll2.h.
49221 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49224         typo #include statement.
49226 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49228         * include/sys/cdefs.h: Define __attribute_alloc_size.
49229         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49230         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49231         * elf/pldd.c: Likewise.
49232         * iconv/iconv_charmap.c: Likewise.
49233         * iconv/iconvconfig.c: Likewise.
49234         * iconv/strtab.c: Likewise.
49235         * locale/programs/locale.c: Likewise.
49236         * locale/programs/localedef.h: Likewise.
49237         * locale/programs/simple-hash.c: Likewise.
49238         * nscd/nscd.h: Likewise.
49239         * nss/makedb.c: Likewise.
49240         * sysdeps/generic/ldconfig.h: Likewise.
49241         * locale/programs/localedef.c: Remove xmalloc prototype.
49242         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49244 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49246         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49247         appropriate.
49249 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49251         * math/Makefile (tests): Add tst-CMPLX.
49252         * math/tst-CMPLX.c: New file.
49254         * math/complex.h (CMPLXL): Fix typo.
49256         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49257         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49258         GLIBC_2.16.
49259         * debug/tst-chk1.c: Add poll and ppoll tests.
49260         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49261         * include/sys/poll.h: Add hidden proto for ppoll.
49262         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49263         * sysdeps/mach/hurd/ppoll.c: Likewise.
49264         * io/ppoll.c: Likewise.
49265         * debug/poll_chk.c: New file.
49266         * debug/ppoll_chk.c: New file.
49267         * include/bits/poll2.h: New file.
49268         * io/bits/poll2.h: New file.
49270         [BZ #1350]
49271         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49273         * configure.in: static is always set to yes.  Remove.
49274         * config.make.in: Don't set build-static.
49275         * Makeconfig: Remove use of build-static.
49276         * dlfcn/Makefile: Likewise.
49277         * elf/Makefile: Likewise.
49278         * math/Makefile: Likewise.
49279         * misc/Makefile: Likewise.
49280         * nptl/Makefile: Likewise.
49281         * sysdeps/mach/hurd/Makefile: Likewise.
49283         * configure.in: PWD_P is not used anymore.
49284         * config.make.in: Remove PWD_P entry.
49286         * configure.in: Remove last remnants of RANLIB.
49287         No need to check for signed size_t anymore.
49288         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49289         and IA-64.
49290         Remove __builtin_expect test because we require at least gcc 3.4.
49291         * aclocal.m4: Likewise.
49293         * wcsmbs/mbrtoc16.c: Implement using towc function.
49294         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49295         * wcsmbs/wcsmbsload.c: Likewise.
49296         * iconv/gconv_simple.c: Likewise.
49297         * iconv/gconv_int.h: Likewise.
49298         * iconv/gconv_builtin.h: Likewise.
49299         * iconv/iconv_prog.c: Remove CHAR16 handling.
49301         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49303         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49305         * configure.in: Remove --with-elf and --enable-bounded options.
49306         Dont set base_machine for ia64.  More non-ELF conditions removed.
49307         Remove testing and setting of leading underscore information.
49308         * config.make.in (build-bounded): Set to no.
49309         * config.h.in: Remove NO_UNDERSCORES entry.
49310         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49311         them.
49312         * csu/start.c: Remove !NO_UNDERSCORE code.
49313         * locale/localeinfo.h: Likewise.
49314         * sysdeps/generic/machine-gmon.h: Likewise.
49315         * sysdeps/generic/sysdep.h: Likewise.
49316         * sysdeps/i386/sysdep.h: Likewise.
49317         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49318         * sysdeps/mach/sysdep.h: Likewise.
49319         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49320         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49321         * sysdeps/sh/sysdep.h: Likewise.
49322         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49323         * sysdeps/unix/i386/sysdep.S: Likewise.
49324         * sysdeps/unix/sparc/start.c: Likewise.
49325         * sysdeps/unix/sparc/sysdep.S: Likewise.
49326         * sysdeps/unix/sparc/sysdep.h: Likewise.
49327         * sysdeps/unix/start.c: Likewise.
49328         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49329         * sysdeps/x86_64/sysdep.h: Likewise.
49331 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49333         [BZ #13553]
49334         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49335         for non-gcc.
49336         * argp/argp-fmtstream.h: Use const instead __const.
49337         * argp/argp.h: Likewise.
49338         * assert/assert.h: Likewise.
49339         * bits/fenv.h: Likewise.
49340         * bits/sched.h: Likewise.
49341         * bits/sigset.h: Likewise.
49342         * bits/sigthread.h: Likewise.
49343         * catgets/nl_types.h: Likewise.
49344         * conform/data/pthread.h-data: Likewise.
49345         * crypt/crypt-private.h: Likewise.
49346         * crypt/crypt.h: Likewise.
49347         * crypt/crypt_util.c: Likewise.
49348         * ctype/ctype.h: Likewise.
49349         * debug/execinfo.h: Likewise.
49350         * debug/mbsnrtowcs_chk.c: Likewise.
49351         * debug/mbsrtowcs_chk.c: Likewise.
49352         * debug/wcsnrtombs_chk.c: Likewise.
49353         * debug/wcsrtombs_chk.c: Likewise.
49354         * debug/wcstombs_chk.c: Likewise.
49355         * dirent/dirent.h: Likewise.
49356         * dlfcn/dlfcn.h: Likewise.
49357         * elf/neededtest4.c: Likewise.
49358         * grp/grp.h: Likewise.
49359         * gshadow/gshadow.h: Likewise.
49360         * iconv/gconv.h: Likewise.
49361         * iconv/gconv_int.h: Likewise.
49362         * iconv/gconv_simple.c: Likewise.
49363         * iconv/iconv.h: Likewise.
49364         * iconv/loop.c: Likewise.
49365         * iconv/skeleton.c: Likewise.
49366         * include/aio.h: Likewise.
49367         * include/aliases.h: Likewise.
49368         * include/argz.h: Likewise.
49369         * include/arpa/inet.h: Likewise.
49370         * include/assert.h: Likewise.
49371         * include/dirent.h: Likewise.
49372         * include/dlfcn.h: Likewise.
49373         * include/execinfo.h: Likewise.
49374         * include/fcntl.h: Likewise.
49375         * include/fenv.h: Likewise.
49376         * include/glob.h: Likewise.
49377         * include/grp.h: Likewise.
49378         * include/libintl.h: Likewise.
49379         * include/mntent.h: Likewise.
49380         * include/netdb.h: Likewise.
49381         * include/pwd.h: Likewise.
49382         * include/rpc/netdb.h: Likewise.
49383         * include/sched.h: Likewise.
49384         * include/search.h: Likewise.
49385         * include/shadow.h: Likewise.
49386         * include/signal.h: Likewise.
49387         * include/stdio.h: Likewise.
49388         * include/stdlib.h: Likewise.
49389         * include/string.h: Likewise.
49390         * include/sys/socket.h: Likewise.
49391         * include/sys/stat.h: Likewise.
49392         * include/sys/statfs.h: Likewise.
49393         * include/sys/statvfs.h: Likewise.
49394         * include/sys/syslog.h: Likewise.
49395         * include/sys/time.h: Likewise.
49396         * include/sys/uio.h: Likewise.
49397         * include/time.h: Likewise.
49398         * include/unistd.h: Likewise.
49399         * include/utmp.h: Likewise.
49400         * include/wchar.h: Likewise.
49401         * include/wctype.h: Likewise.
49402         * inet/aliases.h: Likewise.
49403         * inet/arpa/inet.h: Likewise.
49404         * inet/netinet/ether.h: Likewise.
49405         * inet/netinet/in.h: Likewise.
49406         * intl/libintl.h: Likewise.
49407         * io/bits/fcntl2.h: Likewise.
49408         * io/fcntl.h: Likewise.
49409         * io/ftw.h: Likewise.
49410         * io/sys/poll.h: Likewise.
49411         * io/sys/stat.h: Likewise.
49412         * io/sys/statfs.h: Likewise.
49413         * io/sys/statvfs.h: Likewise.
49414         * io/utime.h: Likewise.
49415         * libio/bits/stdio.h: Likewise.
49416         * libio/bits/stdio2.h: Likewise.
49417         * libio/libio.h: Likewise.
49418         * libio/libioP.h: Likewise.
49419         * libio/stdio.h: Likewise.
49420         * locale/lc-ctype.c: Likewise.
49421         * locale/locale.h: Likewise.
49422         * login/utmp.h: Likewise.
49423         * malloc/arena.c: Likewise.
49424         * malloc/malloc.c: Likewise.
49425         * malloc/malloc.h: Likewise.
49426         * malloc/mcheck.c: Likewise.
49427         * malloc/mtrace.c: Likewise.
49428         * math/bits/mathcalls.h: Likewise.
49429         * math/fenv.h: Likewise.
49430         * math/math_private.h: Likewise.
49431         * misc/bits/error.h: Likewise.
49432         * misc/bits/syslog.h: Likewise.
49433         * misc/err.h: Likewise.
49434         * misc/error.h: Likewise.
49435         * misc/fstab.h: Likewise.
49436         * misc/mntent.h: Likewise.
49437         * misc/regexp.h: Likewise.
49438         * misc/search.h: Likewise.
49439         * misc/sgtty.h: Likewise.
49440         * misc/sys/mman.h: Likewise.
49441         * misc/sys/syslog.h: Likewise.
49442         * misc/sys/uio.h: Likewise.
49443         * misc/sys/xattr.h: Likewise.
49444         * misc/ttyent.h: Likewise.
49445         * nis/rpcsvc/ypclnt.h: Likewise.
49446         * nss/nss.h: Likewise.
49447         * posix/bits/unistd.h: Likewise.
49448         * posix/fnmatch.h: Likewise.
49449         * posix/glob.h: Likewise.
49450         * posix/sched.h: Likewise.
49451         * posix/spawn.h: Likewise.
49452         * posix/sys/wait.h: Likewise.
49453         * posix/unistd.h: Likewise.
49454         * posix/wordexp.h: Likewise.
49455         * pwd/pwd.h: Likewise.
49456         * resolv/netdb.h: Likewise.
49457         * resource/sys/resource.h: Likewise.
49458         * rt/aio.h: Likewise.
49459         * rt/bits/mqueue2.h: Likewise.
49460         * rt/mqueue.h: Likewise.
49461         * shadow/shadow.h: Likewise.
49462         * signal/signal.h: Likewise.
49463         * socket/send.c: Likewise.
49464         * socket/sendto.c: Likewise.
49465         * socket/sys/socket.h: Likewise.
49466         * stdio-common/printf.h: Likewise.
49467         * stdlib/bits/stdlib.h: Likewise.
49468         * stdlib/fmtmsg.h: Likewise.
49469         * stdlib/monetary.h: Likewise.
49470         * stdlib/stdlib.h: Likewise.
49471         * stdlib/ucontext.h: Likewise.
49472         * streams/stropts.h: Likewise.
49473         * string/argz.h: Likewise.
49474         * string/bits/string2.h: Likewise.
49475         * string/string.h: Likewise.
49476         * string/strings.h: Likewise.
49477         * sunrpc/rpc/auth.h: Likewise.
49478         * sunrpc/rpc/auth_des.h: Likewise.
49479         * sunrpc/rpc/clnt.h: Likewise.
49480         * sunrpc/rpc/netdb.h: Likewise.
49481         * sunrpc/rpc/pmap_clnt.h: Likewise.
49482         * sunrpc/rpc/xdr.h: Likewise.
49483         * sysdeps/generic/inttypes.h: Likewise.
49484         * sysdeps/generic/net/if.h: Likewise.
49485         * sysdeps/generic/sys/swap.h: Likewise.
49486         * sysdeps/gnu/net/if.h: Likewise.
49487         * sysdeps/gnu/utmpx.h: Likewise.
49488         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49489         * sysdeps/i386/i486/bits/string.h: Likewise.
49490         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49491         * sysdeps/s390/bits/string.h: Likewise.
49492         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49493         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49494         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49495         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49496         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49497         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49498         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49499         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49500         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49501         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49502         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49503         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49504         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49505         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49506         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49507         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49508         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49509         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49510         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49511         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49512         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49513         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49514         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49515         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49516         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49517         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49518         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49519         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49520         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49521         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49522         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49523         * sysvipc/sys/ipc.h: Likewise.
49524         * sysvipc/sys/msg.h: Likewise.
49525         * sysvipc/sys/sem.h: Likewise.
49526         * sysvipc/sys/shm.h: Likewise.
49527         * termios/termios.h: Likewise.
49528         * time/sys/time.h: Likewise.
49529         * time/time.h: Likewise.
49530         * wcsmbs/bits/wchar2.h: Likewise.
49531         * wcsmbs/uchar.h: Likewise.
49532         * wcsmbs/wchar.h: Likewise.
49533         * wctype/wctype.h: Likewise.
49535         [BZ #13551]
49536         * Makeconfig: Remove all but ELF support including AIX support.
49537         * Makerules: Likewise.
49538         * config.h.in: Likewise.
49539         * config.make.in: Likewise.
49540         * configure: Likewise.
49541         * configure.in: Likewise.
49542         * csu/Makefile: Likewise.
49543         * csu/version.c: Likewise.
49544         * debug/Makefile: Likewise.
49545         * dlfcn/Makefile: Likewise.
49546         * elf/Makefile: Likewise.
49547         * extra-lib.mk: Likewise.
49548         * iconv/Makefile: Likewise.
49549         * include/libc-symbols.h: Likewise.
49550         * include/shlib-compat.h: Likewise.
49551         * resolv/Makefile: Likewise.
49552         * resolv/res_libc.c: Likewise.
49553         * rt/Makefile: Likewise.
49554         * sysdeps/i386/asm-syntax.h: Likewise.
49555         * sysdeps/i386/sysdep.h: Likewise.
49556         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49557         * sysdeps/mach/sysdep.h: Likewise.
49558         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49559         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49560         * sysdeps/s390/asm-syntax.h: Likewise.
49561         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49562         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49563         * sysdeps/sh/sysdep.h: Likewise.
49564         * sysdeps/unix/sparc/sysdep.h: Likewise.
49565         * sysdeps/wordsize-32/divdi3.c: Likewise.
49566         * sysdeps/x86_64/sysdep.h: Likewise.
49568         * argp/Versions: Remove _argp_unlock_xxx.
49570         [BZ #13559]
49571         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49572         * abilist/libBrokenLocale.abilist: Likewise.
49573         * abilist/libanl.abilist: Likewise.
49574         * abilist/libc.abilist: Likewise.
49575         * abilist/libcrypt.abilist: Likewise.
49576         * abilist/libdl.abilist: Likewise.
49577         * abilist/libm.abilist: Likewise.
49578         * abilist/libnsl.abilist: Likewise.
49579         * abilist/libpthread.abilist: Likewise.
49580         * abilist/libresolv.abilist: Likewise.
49581         * abilist/librt.abilist: Likewise.
49582         * abilist/libthread_db.abilist: Likewise.
49583         * abilist/libutil.abilist: Likewise.
49584         * abilist/libnss_db.abilist: New file.
49586         * scripts/abilist.awk: Add support for indirect functions.
49588         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49590         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49592         * shlib-versions: Remove entries for ports architectures.
49594         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49595         files in ports.
49596         * elf/stackguard-macros.h: Remove support for IA-64.
49597         * elf/tst-auditmod1.c: Likewise.
49598         * sysdeps/generic/ldsodefs.h: Likewise.
49600         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49601         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49602         configure files.
49604         [BZ #13552]
49605         * configure.in: Remove --enable-omitfp support.
49606         * FAQ.in: Adjust.
49607         * config.make.in: Likewise.
49608         * Makeconfig: Likewise.
49609         * manual/install.texi: Likewise.
49611         In case anyone cares, the IA-64 architecture could move to ports.
49612         * sysdeps/ia64/*: Removed.
49613         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49614         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49616         [BZ #13555]
49617         * configure.in: Remove entries for unsupported architectures.
49619         [BZ #13533]
49620         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49621         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49622         routines.
49623         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49624         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49625         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49626         fall back to using wcrtomb.
49627         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49628         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49629         renaming.
49630         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49631         * wcsmbs/tst-c16c32-1.c: New file.
49633         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49634         local variable.
49636         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49638         * elf/tst-unique3.cc: Add explicit declaration of gets.
49639         * elf/tst-unique3lib.cc: Likewise.
49640         * elf/tst-unique3lib2.cc: Likewise.
49641         * elf/tst-unique4.cc: Likewise.
49643         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49645 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49647         [BZ #13566]
49648         * assert/assert.h (static_assert): Don't define for C++.
49649         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49650         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49652 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49654         * iconv/loop.c (single loop): Fix assertion in storing of
49655         remaining bytes.
49657         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49659 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49661         * posix/getconf.c: Update copyright year.
49662         * nss/getent.c: Likewise.
49663         * nss/makedb.c: Likewise.
49664         * iconv/iconvconfig.c: Likewise.
49665         * iconv/iconv_prog.c: Likewise.
49666         * elf/ldconfig.c: Likewise.
49667         * elf/pldd.c: Likewise.
49668         * elf/sotruss.ksh: Likewise.
49669         * catgets/gencat.c: Likewise.
49670         * csu/version.c: Likewise.
49671         * elf/ldd.bash.in: Likewise.
49672         * elf/sprof.c (print_version): Likewise.
49673         * locale/programs/locale.c: Likewise.
49674         * locale/programs/localedef.c: Likewise.
49675         * login/programs/pt_chown.c: Likewise.
49676         * nscd/nscd.c (print_version): Likewise.
49677         * debug/xtrace.sh: Likewise.
49678         * malloc/memusage.sh: Likewise.
49679         * malloc/mtrace.pl: Likewise.
49680         * debug/catchsegv.sh: Likewise.
49682 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49684         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49685         pure attribute.
49687 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49689         [BZ #13533]
49690         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49691         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49692         transformations.
49693         * iconv/gconv_int.h: Likewise.
49694         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49695         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49696         from libc for GLIBC_2.16.
49697         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49698         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49699         * wcsmbs/uchar.h: Really define mbstate_t.
49700         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49701         * wcsmbs/c16rtomb.c: New file.
49702         * wcsmbs/mbrtoc16.c: New file.
49703         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49704         for C/POSIX locale.
49705         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49706         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49708         * wcsmbs/wchar.h: Add missing __restrict.
49710 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49712         [BZ #13532]
49713         * time/Makefile (routines): Add timespec_get.
49714         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49715         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49716         timespec for ISO C11.
49717         * time/timespec_get.c: New file.
49718         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49719         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49721         [BZ #13531]
49722         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49723         * stdlib/stdlib.h: Declare aligned_alloc.
49724         * Versions.def: Add GLIBC_2.16 for libc.
49725         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49727         [BZ 13527]
49728         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49729         ISO C11.
49731         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49732         code.
49734         [BZ #13528]
49735         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49737         [BZ #13529]
49738         * assert/assert.h (static_assert): Define.
49740         * version.h: Update for 2.16 development version.
49742         [BZ #13526]
49743         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49744         _ISOC11_SOURCE.
49746         * version.h (RELEASE): Bump for 2.15 release.
49747         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49749         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49750         Patch by Marek Polacek <mpolacek@redhat.com>.
49752         * bits/byteswap.h: Protect long long constants with __extension__.
49753         * sysdeps/i386/bits/byteswap.h: Likewise.
49754         * sysdeps/ia64/bits/byteswap.h: Likewise.
49755         * sysdeps/s390/bits/byteswap.h: Likewise.
49756         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49758 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49760         [BZ #13540]
49761         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49762         destination buffer.
49763         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49765 2011-12-23  Marek Polacek  <polacek@redhat.com>
49767         * elf/dl-addr.c (determine_info): Add inline keyword.
49768         * elf/tst-auditmod4b.c (check_avx): Likewise.
49769         * elf/tst-auditmod6b.c (check_avx): Likewise.
49770         * elf/tst-auditmod6c.c (check_avx): Likewise.
49771         * elf/tst-auditmod7b.c (check_avx): Likewise.
49773 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49775         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49776         !__SSE_MATH__.
49778 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49780         [BZ #13540]
49781         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49782         processing for last bytes.
49784 2011-08-06  Bruno Haible  <bruno@clisp.org>
49786         [BZ #13061]
49787         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49788         U+0385, not to U+1FEE.
49790         [BZ #13062]
49791         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49792         entry for U+00A5 U+0301.
49794 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49796         [BZ #13166]
49797         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49798         buffer for the output is too small.
49800         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49801         optimization.
49803         [BZ #13185]
49804         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49805         SSE flags if possible.
49807 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49809         [BZ #13540]
49810         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49811         processing for last bytes.
49813 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49815         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49816         (syscall-list-default-options, syscall-list-default-condition)
49817         (syscall-list-includes): Define.
49818         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49819         list of ABIs and options and #if conditions for each ABI.  Do not
49820         handle common syscalls between ABIs specially.
49821         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49822         Remove.
49823         (syscall-list-variants, syscall-list-32bit-options)
49824         (syscall-list-32bit-condition, syscall-list-64bit-options)
49825         (syscall-list-64bit-condition): Define.
49826         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49827         (syscall-list-variants, syscall-list-32bit-options)
49828         (syscall-list-32bit-condition, syscall-list-64bit-options)
49829         (syscall-list-64bit-condition): Define.
49830         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49831         Remove.
49832         (syscall-list-variants, syscall-list-32bit-options)
49833         (syscall-list-32bit-condition, syscall-list-64bit-options)
49834         (syscall-list-64bit-condition): Define.
49835         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49836         Remove.
49837         (syscall-list-variants, syscall-list-32bit-options)
49838         (syscall-list-32bit-condition, syscall-list-64bit-options)
49839         (syscall-list-64bit-condition): Define.
49841 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49843         * locale/iso-639.def: Add brx entry.
49845         [BZ #13328]
49846         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49847         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49849         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49850         __feraiseexcept_renamed.
49852 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49854         [BZ #13538]
49855         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49856         EPOLLET with unsigned values.
49857         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49858         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49860         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49861         to large cancellation.
49862         * math/s_cacoshf.c: Likewise.
49863         * math/s_cacoshl.c: Likewise.
49865 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49867         [BZ #13305]
49868         [BZ #12786]
49869         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49870         * math/s_cacoshf.c: Likewise.
49871         * math/s_cacoshl.c: Likewise.
49873 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49875         [BZ #13439]
49876         * iconv/gconv.h: Define __GCONV_SWAP.
49877         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49878         * iconvdata/utf-16.c: Likewise.
49879         * iconvdata/utf-32.c: Likewise.
49881 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49883         [BZ #13524]
49884         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49885         numerator after shifting it by one limb.
49887 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49889         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49890         under [__USE_EXTERN_INLINES].
49892 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49894         [BZ #13446]
49895         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49897 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49899         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49900         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49901         optimized code.
49902         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49903         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49904         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49905         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49906         for strncasecmp/strncasecmp_l compilation.
49907         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49908         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49910 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49912         [BZ #13484]
49913         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49914         of __asm__.
49916 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49918         [BZ #13506]
49919         * time/tzfile.c (__tzfile_read): Check values from file header.
49921 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49923         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49924         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49925         * powerpc/powerpc32/dl-start.S: Likewise.
49926         * powerpc/powerpc32/elf/start.S: Likewise.
49927         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49928         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49929         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49930         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49931         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49932         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49933         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49934         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49935         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49936         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49937         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49938         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49939         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49940         * powerpc/powerpc32/memset.S: Likewise.
49941         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49942         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49943         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49944         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49945         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49946         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49947         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49948         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49949         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49950         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49951         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49952         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49953         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49955 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49957         * math/libm-test.inc: Added more nearbyint tests.
49958         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49959         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49960         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49961         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49963 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49965         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49966         FD_CLOEXEC.
49968 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49970         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49971         Add wcscpy-ssse3 wcscpy-c.
49972         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49973         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49974         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49975         * sysdeps/x86_64/wcschr.S: New file.
49976         * sysdeps/x86_64/wcsrchr.S: New file.
49977         * string/test-strcmp.c: Remove checking of wcscmp function for
49978         wrong alignments.
49979         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49980         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49981         wcsrchr-sse2 wcsrchr-c.
49982         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49983         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49984         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49985         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49986         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49987         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49988         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49989         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49990         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49991         * wcsmbc/wcschr.c (WCSCHR): New macro.
49993 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49995         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49996         * wcsmbs/test-wcsrchr.c: New file.
49997         * string/test-strrchr.c: Add wcsrchr support.
49998         (WIDE): New macro.
49999         * wcsmbs/test-wcscpy.c: New file.
50000         * string/test-strcpy.c: Add wcscpy support.
50001         (WIDE): New macro.
50003 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50005         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50006         the inner loop.
50008 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50010         [BZ #13472]
50011         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50013 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50015         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50016         Minor optimizations.
50018         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50019         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50020         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50022 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50024         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50025         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50026         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50027         for gcc to avoid warnings.
50028         * inet/Makefile (tests): Add tst-checks.
50029         * inet/tst-checks.c: New file.
50031         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50032         warning.
50034         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50035         __wmemcmp_sse2.
50037         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50038         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50040         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50042 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50044         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50045         problem.
50047         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50049 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50051         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50052         conditional on GCC version.
50053         (__arch_compare_and_exchange_val_8_acq)
50054         (__arch_compare_and_exchange_val_16_acq)
50055         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50056         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50057         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50059 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50061         * sysdeps/sh/backtrace.c: New file.
50063 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50065         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50066         parenthesis.
50068 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50070         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50071         falling back to utime.
50073 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50075         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50076         expectations for float.
50078 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50080         * locale/weight.h (findidx): Add parameter len.
50081         * locale/weightwc.h (findidx): Likewise.
50082         * posix/fnmatch_loop.c (FCT): Adjust caller.
50083         * posix/regcomp.c (build_equiv_class): Likewise.
50084         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50085         * posix/regexec.c (check_node_accept_bytes): Likewise.
50086         * string/strcoll_l.c (STRCOLL): Likewise.
50087         * string/strxfrm_l.c (STRXFRM): Likewise.
50089 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50091         * Makefile.in: Remove CVSOPT handling.
50092         * configure.in: Remove use of AC_REVISION.
50093         * iconvdata/Makefile (distribute): No need to filter out CVS.
50094         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50095         handling.
50097 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50099         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50100         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50101         [USE_AS_STRNCASECMP_L]: Likewise.
50102         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50103         NO_TLS_DIRECT_SEG_REFS.
50104         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50105         Fix argument offsets for non-PIC.
50106         [USE_AS_STRNCASECMP_L]: Likewise.
50107         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50108         NO_TLS_DIRECT_SEG_REFS.
50110 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50112         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50113         O_CLOEXEC.
50114         * locale/loadlocale.c (_nl_load_locale): Likewise.
50116 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50118         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50119         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50120         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50121         (SYSCALL_GETTIME): Set errno on error.
50123         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50124         count references to noai6ai_cached.
50126 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50128         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50130         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50131         FD_CLOEXEC for /proc/self/maps.
50133         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50134         FD_CLOEXEC for /proc/meminfo.
50136         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50137         gai.conf.
50139         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50140         FD_CLOEXEC for given file.
50142         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50144         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50145         FD_CLOEXEC for /etc/hosts.
50146         (_gethtent): Likewise.
50148         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50150         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50151         cancellation and set FD_CLOEXEC for /etc/netgroup.
50153         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50154         reading /etc/publickey.
50156         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50157         allow cancellation when reading /etc/group.
50159         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50160         cancellation.
50161         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50163         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50164         when using data file.
50166         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50168         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50169         (write_nis_obj): Use "c" and "e" in fopen.
50171         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50173         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50175         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50177         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50179         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50180         locale.alias.
50182         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50184         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50186         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50188         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50189         file parsing and set FD_CLOEXEC.
50191 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50193         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50195 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50197         * malloc/arena.c (arena_get2): Don't call reused_arena when
50198         _int_new_arena failed.
50200 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50202         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50203         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50204         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50205         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50206         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50207         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50208         to compile strcasecmp and strncasecmp.
50209         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50210         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50212         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50214 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50216         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50217         locale-defines.sym to gen-as-const-headers.
50218         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50219         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50220         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50221         to compile strcasecmp and strncasecmp.
50222         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50223         strcasecmp_l and strncasecmp_l.
50224         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50225         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50226         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50227         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50228         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50229         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50230         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50231         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50232         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50233         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50234         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50236 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50238         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50239         result of SYSDEP_GETTIME_CPU to retval.
50240         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50241         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50243         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50244         variable.
50246         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50247         mantissa words.
50248         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50250         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50251         from unused variable.
50253         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50254         DWARF definitions.
50255         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50256         for assembling.
50258         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50259         over namespaces.
50261         * sunrpc/rpc_prot.c (rejected): Fix case value.
50263         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50264         unsigned long long int to avoid warnings in shift.
50266         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50267         of use of trans.
50268         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50269         variable tmp.
50271         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50272         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50273         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50275         * nis/nis_table.c (nis_list): Use variable of correct type for
50276         result of __follow_path call.
50278 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50280         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50281         of math functions ceil, trunc, floor, round, and sqrt, when
50282         avaliable on the platform.
50283         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50284         name clash.
50285         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50286         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50287         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50289 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50291         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50292         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50294 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50296         * include/unistd.h: Fix __readlink return type.
50297         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50299 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50301         * stdlib/ucontext.h: Undo last change for makecontext.
50303 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50305         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50307         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50308         * setjmp/setjmp.h: Mark functions as non-leaf.
50309         * setjmp/bits/setjmp2.h: Likewise.
50310         * stdlib/ucontext.h: Likewise.
50312 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50314         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50315         (reused_arena): Don't check arena limit.
50316         (arena_get2): Atomically check arena limit.
50318 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50320         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50321         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50323         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50324         instructions.
50326 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50328         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50329         handler when locking.
50331         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50332         Fix size of allocated buffer.
50334 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50336         [BZ #10103]
50337         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50338         declarations for long double functions.
50339         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50341         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50343 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50345         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50346         installed.
50348         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50349         is disabled.
50351 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50353         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50355 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50357         * include/alloca.h (stackinfo_alloca_round): Define.
50358         (extend_alloca): Use it.
50359         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50360         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50361         here.
50363         * scripts/check-local-headers.sh: Ignore libaudit.h.
50365         * nscd/Makefile (extra-objs): Make recursively expanded.
50367 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50369         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50370         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50372         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50373         * posix/tst-rfc3484-2.c: Likewise.
50374         * posix/tst-rfc3484-3.c: Likewise.
50376         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50377         process_vm_writev.
50378         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50379         process_vm_writev.
50380         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50381         process_vm_writev from libc using GLIBC_2.15 version.
50383         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50385 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50387         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50388         stack usage.
50390 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50392         [BZ #13367]
50393         * nss/getent.c (initgroups_keys): Show error message in case no group
50394         names are given.
50396         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50397         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50398         __bump_nl_timestamp.
50399         * nscd/connections (nscd_init): When host database is served open
50400         netlink socket and request notification about configuration changes.
50401         (main_loop_poll): Track netlink file descriptor and bump timestamp
50402         in case data becomes available.
50403         (main_loop_epoll): Likewise.
50404         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50405         (database_pers_head): Add extra_data fileds.
50406         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50407         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50408         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50409         Adjust caller.
50410         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50411         in6ai data, call __free_in6ai.
50412         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50413         Add -DHAVE_NETLINK.
50414         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50415         interface information.  Reuse previous data if netlink timestamp
50416         is not changed.
50417         (__bump_nl_timestamp): New function.
50418         (__free_in6ai): New function.
50420 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50422         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50423         close_not_cancel_no_status here.
50424         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50426 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50428         [BZ #13276]
50429         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50430         return value.
50432         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50433         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50434         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50436 2011-07-03  Andreas Jaeger  <aj@suse.de>
50438         [BZ #10709]
50439         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50440         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50441         * math/libm-test.inc (sin_test): Add test case.
50443 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50445         [BZ #13337]
50446         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50447         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50449         * elf/chroot_canon.c (chroot_canon): Cleanups.
50451         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50453         [BZ #13335]
50454         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50455         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50457         * string/test-strchr.c: Make usable for strchrnul testing.
50458         * string/test-strchrnul.c: New file.
50459         * string/Makefile (strop-tests): Add strchrnul.
50461         * po/it.po: Update from translation team.
50462         * po/es.po: Likewise.
50464 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50466         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50467         the three constants needed as parameters.  Drop the others.
50468         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50469         __m128i_strloadu_tolower.
50470         Create and initialize variable zero and use it in all the places
50471         where _mm_setzero_si128 was used.
50473         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50474         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50475         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50476         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50477         anymore.
50478         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50479         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50480         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50481         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50482         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50483         __mpranred, __mptan.
50484         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50485         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50486         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50487         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50488         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50489         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50490         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50491         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50492         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50494 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50496         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50497         redefine if SHARED.
50498         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50500         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50501         wide char related routines to wcsmbs subdir.
50503 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50505         [BZ #13344]
50506         * misc/sys/cdefs.h (__THROWNL): Define.
50507         * posix/unistd.h: Use __THREADNL instead of __THREAD
50508         for memory synchronization functions.
50510 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50512         [BZ #13349]
50513         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50514         doesn't exist.
50515         * manual/stdio.texi (Obstack Streams): Node removed.
50517 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50519         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50520         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50521         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50523         * math/math_private.h (math_force_eval): Allow non-addressable
50524         arguments.
50525         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50527 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50529         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50530         file is not needed.
50532         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50533         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50534         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50535         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50536         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50537         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50538         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50539         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50540         Add AVX variants.
50541         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50542         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50543         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50544         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50545         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50546         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50547         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50548         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50549         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50550         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50551         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50552         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50553         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50554         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50555         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50556         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50557         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50558         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50559         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50561         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50562         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50564         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50565         place.  Use VEX encoding when compiling for AVX.
50567 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50569         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50570         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50572         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50574 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50576         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50577         useless if() expression.
50578         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50579         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50580         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50581         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50582         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50583         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50584         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50585         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50586         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50587         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50588         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50589         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50590         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50591         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50592         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50593         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50594         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50595         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50596         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50598         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50600 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50602         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50603         condition.
50604         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50606 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50608         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50609         .text section.  Avoid duplicate constants.
50610         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50611         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50612         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50613         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50614         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50615         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50616         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50617         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50618         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50619         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50620         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50621         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50622         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50623         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50624         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50625         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50626         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50627         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50628         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50629         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50630         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50631         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50632         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50633         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50634         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50635         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50636         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50637         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50638         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50639         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50640         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50641         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50642         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50643         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50644         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50645         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50646         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50647         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50648         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50649         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50650         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50651         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50652         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50653         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50654         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50656 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50658         * sysdeps/x86_64/dla.h: Move to ...
50659         * sysdeps/x86_64/fpu/dla.h: ...here.
50660         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50661         situations.  Use __builtin_fma only for gcc 4.6 and up.
50663         * config.make.in: Add have-mfma4 entry.
50664         * configure.in: Substitute libc_cv_cc_fma4.
50665         * math/Makefile (dbl-only-routines): Add sincostab.
50666         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50667         Use __sincostab not sincos.
50668         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50669         name is a macro.
50670         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50671         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50672         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50673         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50674         using __copysign.
50675         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50676         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50677         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50678         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50679         and __inv.
50680         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50681         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50682         __copysign.
50683         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50684         define aliases when function name is a macro.
50685         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50686         sysdeps/ieee754/dbl-64/sincos.tbl.
50687         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50688         fma4-enabled routines.
50689         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50690         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50691         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50692         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50693         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50694         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50695         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50696         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50697         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50698         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50699         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50700         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50701         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50702         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50703         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50704         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50705         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50706         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50707         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50708         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50709         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50710         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50711         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50712         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50713         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50714         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50715         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50716         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50717         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50718         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50720         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50721         rename.
50722         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50723         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50724         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50725         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50726         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50727         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50728         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50729         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50731 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50733         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50735 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50737         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50739         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50740         prediction.
50741         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50743         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50744         Remove unused variable magic_bits.
50745         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50747         * string/strnlen.c: Define and use STRNLEN macro.
50748         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50749         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50750         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50751         * wcsmbs/wcslen.c: Define and use WCSLEN.
50752         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50753         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50754         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50755         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50756         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50757         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50758         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50760 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50762         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50763         strnlen-sse2-no-bsf.
50764         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50765         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50766         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50767         Add strnlen support.
50768         (USE_AS_STRNLEN): New macro.
50769         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50770         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50771         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50772         * sysdeps/x86_64/wcslen.S: New file.
50774 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50776         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50777         XMM-moves are used for copying on small sizes.
50779 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50781         * wcsmbs/Makefile (strop-tests): Add wcschr.
50782         * wcsmbs/test-wcschr.c: New file.
50783         * string/test-strchr.c: Update.
50784         Add wcschr support.
50785         (WIDE): New macro.
50787 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50789         * wcsmbs/Makefile (strop-tests): Add wcslen.
50790         * wcsmbs/test-wcslen.c: New file.
50791         * string/test-strlen.c: Update.
50792         Add wcslen support.
50793         (WIDE): New macro.
50795 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50797         * po/it.po: Update from translation team.
50799 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50801         * sysdeps/x86_64/wcscmp.S: Update.
50802         Fix wrong comparison semantics.
50803         wcscmp shall use signed comparison not unsigned.
50804         Don't use substraction to avoid overflow bug.
50805         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50806         * wcsmbc/wcscmp.c: Likewise.
50807         * string/test-strcmp.c: Likewise.
50808         Add new tests to check cases with negative values.
50810 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50812         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50813         * sysdeps/x86_64/dla.h: ...here.  New file.
50814         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50815         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50816         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50817         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50818         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50819         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50820         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50821         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50822         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50824 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50826         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50827         __ynl_finite aliases.
50829 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50831         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50833         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50834         define DLA_FMA.
50835         [DLA_FMA] (EMULV): Use DLA_FMA.
50836         [DLA_FMA] (MUL12): Use EMULV.
50837         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50838         that are not needed.
50839         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50840         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50841         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50842         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50843         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50844         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50845         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50847 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50849         * math/s_nan.c: Undef __nan.
50850         * math/s_nanf.c: Undef __nanf.
50851         * math/s_nanl.c: Undef __nanl.
50852         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50853         "math_private.h".
50855 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50857         * math/s_catan.c: Add branch predictions.
50858         * math/s_catanf.c: Likewise.
50859         * math/s_catanh.c: Likewise.
50860         * math/s_catanhf.c: Likewise.
50861         * math/s_catanhl.c: Likewise.
50862         * math/s_catanl.c: Likewise.
50863         * math/s_cexp.c: Likewise.
50864         * math/s_cexpf.c: Likewise.
50865         * math/s_cexpl.c: Likewise.
50866         * math/s_clog.c: Likewise.
50867         * math/s_clog10.c: Likewise.
50868         * math/s_clog10f.c: Likewise.
50869         * math/s_clog10l.c: Likewise.
50870         * math/s_clogf.c: Likewise.
50871         * math/s_clogl.c: Likewise.
50872         * math/s_csqrt.c: Likewise.
50873         * math/s_csqrtf.c: Likewise.
50874         * math/s_csqrtl.c: Likewise.
50875         * math/s_ctanf.c: Likewise.
50876         * math/s_ctanh.c: Likewise.
50877         * math/s_ctanhf.c: Likewise.
50878         * math/s_ctanhl.c: Likewise.
50879         * math/s_ctanl.c: Likewise.
50881         * math/math_private.h: Define __nan, __nanf, __nanl.
50882         * math/s_cacosh.c: Include <math_private.h>.
50883         * math/s_cacoshl.c: Likewise.
50884         * math/s_casinh.c: Likewise.
50885         * math/s_casinhf.c: Likewise.
50886         * math/s_casinhl.c: Likewise.
50887         * math/s_ccos.c: Rely entire on ccosh.
50888         * math/s_ccosf.c: Rely entire on ccoshf.
50889         * math/s_ccosl.c: Rely entirely on ccoshl.
50890         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50891         Remove tests for FE_INVALID.
50892         * math/s_ccoshf.c: Likewise.
50893         * math/s_ccoshl.c: Likewise.
50894         * math/s_csin.c: Likewise.
50895         * math/s_csinf.c: Likewise.
50896         * math/s_csinh.c Likewise.
50897         * math/s_csinhf.c: Likewise.
50898         * math/s_csinhl.c: Likewise.
50899         * math/s_csinl.c: Likewise.
50900         * math/s_ctan.c: Likewise.
50901         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50902         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50903         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50905 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50907         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50908         compilation problems.
50910         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50911         __builtin_expect.
50913 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50915         * sysdeps/i386/configure.in: Test for -mfma4 option.
50916         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50917         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50918         COMMON_CPUID_INDEX_80000001.
50919         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50920         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50921         use it if FMA3 is not supported.
50922         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50924         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50925         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50927 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50929         [BZ #12892]
50930         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50931         it would create a cycle with a link time dependency.
50933 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50935         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50936         instruction.
50937         * string/Makefile (strop-tests): Add rawmemchr.
50938         * string/test-rawmemchr.c: New file.
50940         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50941         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50942         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50943         when compiling str{,n}casecmp and when AVX is available.  Hook up
50944         new optimized code in initializers.
50946 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50948         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50949         __feraiseexcept instead of feraiseexcept.
50951 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50953         * math/math_private.h: Define defaults for libc_fetestexcept and
50954         libc_feupdateenv.
50955         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50956         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50957         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50958         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50959         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50960         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50961         libc_fetestexcept and libc_feupdateenv.
50963         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50964         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50965         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50966         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50967         libc_feholdexcept_setround.
50969         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50970         Add s_nearbyint-c and s_nearbyintf-c.
50971         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50972         nearbyintf inlines.
50973         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50974         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50975         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50976         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50978         * math/math_private.h: Define defaults for libc_fegetround,
50979         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50980         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50981         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50982         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50983         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50984         standard functions.
50985         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50986         Remove comments and hacks for old compiler versions.
50987         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50988         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50989         libc_feholdexceptl.
50991 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50993         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50994         (__feraiseexcept_renamed): Add __NTH.
50995         (feraiseexcept): Add __NTH.  Rename local variables to fix
50996         namespace violations.
50998 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51000         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51002         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51004         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51005         recently added interfaces.
51006         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51008         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51009         about macro parameter expansion.
51011         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51012         __NO_MATH_INLINES is defined.  Cleanups.
51014         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51015         and __floorf is target has SSE4.1.
51016         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51017         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51018         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51019         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51021         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51022         name.
51023         (floorf): Likewise.
51025         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51027 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51029         * misc/sys/cdefs.h: Fix last change.
51031         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51032         database lookup.
51034 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51036         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51038         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51039         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51040         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51041         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51042         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51043         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51044         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51045         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51046         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51047         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51048         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51049         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51050         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51051         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51052         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51053         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51054         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51055         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51056         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51057         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51058         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51059         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51061         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51062         ceil, ceilf, floor, floorf.
51064         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51065         Perform IRELATIVE relocations last.
51067         * elf/do-rel.h: Add another parameter nrelative, replacing the
51068         local variable with the same name.  Change name of the function
51069         to end in Rel or Rela (uppercase).
51070         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51071         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51072         elf_dynamic_do_##reloc function.
51074 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51076         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51077         is sufficient, at least on modern CPUs.
51079         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51081         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51082         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51084         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51085         __expl_finite.
51086         * math/bits/math-finite.h: Add entries for exp.
51087         * math/e_expl.c: Add __*_finite alias.
51088         * sysdeps/i386/fpu/e_exp.S: Likewise.
51089         * sysdeps/i386/fpu/e_expf.S: Likewise.
51090         * sysdeps/i386/fpu/e_expl.c: Likewise.
51091         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51092         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51093         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51094         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51095         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51096         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51097         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51099         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51100         is sufficient, at least on modern CPUs.
51102         * ctype/ctype-info.c (__ctype_init): Define.
51103         * include/ctype.h (__ctype_init): Declare.
51104         (__ctype_b_loc): The variable is always initialized.
51105         (__ctype_toupper_loc): Likewise.
51106         (__ctype_tolower_loc): Likewise.
51107         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51108         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51110 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51112         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51114         * configure.in: Also look in $cxxmachine/include for C++ system
51115         headers.
51117 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51119         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51120         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51121         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51122         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51123         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51124         (USE_AS_WMEMCMP): New macro.
51125         Fixing indents.
51126         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51127         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51128         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51129         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51130         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51131         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51132         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51133         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51134         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51135         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51136         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51137         (USE_AS_WMEMCMP): New macro.
51138         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51139         * sysdeps/string/test-memcmp.c: Update.
51140         Fix simple_wmemcmp.
51141         Add new tests.
51142         * wcsmbs/wmemcmp.c: Update.
51143         (WMEMCMP): New macro.
51144         Fix overflow bug.
51146 2011-10-12  Andreas Jaeger  <aj@suse.de>
51148         [BZ #13268]
51149         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51151 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51153         * libio/iofwide.c (do_length): Avoid warning.
51155         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51157 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51159         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51161         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51162         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51163         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51164         * sysdeps/i386/i686/fpu/e_log.S: New file.
51165         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51166         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51168         * ctype/ctype.h: Add support for inlined isXXX functions when
51169         compiling C++ code.
51171 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51173         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51175         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51177 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51179         [BZ #13291]
51180         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51182 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51184         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51185         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51186         feraiseexcept.
51188         * sysdeps/x86_64/memrchr.S: Check for zero size.
51190         * string/stratcliff.c: Add memrchr tests.
51192 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51194         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51195         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51196         rawmemchr-sse2 rawmemchr-sse2-bsf.
51197         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51198         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51199         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51200         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51201         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51202         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51203         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51204         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51205         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51206         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51207         * string/memrchr.c (MEMRCHR): New macro.
51209 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51211         Add integration with gcc's -ffinite-math-only and optimize wrapper
51212         functions in libm.
51213         * Versions.def: Define GLIBC_2.15 version for libm.
51214         * math/Makefile (headers): Add bits/math-finite.h.
51215         * math/bits/math-finite.h: New file.
51216         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51217         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51218         * math/e_acoshl.c: Add __*_finite alias.
51219         * math/e_acosl.c: Likewise.
51220         * math/e_asinl.c: Likewise.
51221         * math/e_atan2l.c: Likewise.
51222         * math/e_atanhl.c: Likewise.
51223         * math/e_coshl.c: Likewise.
51224         * math/e_exp10.c: Likewise.
51225         * math/e_exp10f.c: Likewise.
51226         * math/e_exp10l.c: Likewise.
51227         * math/e_exp2l.c: Likewise.
51228         * math/e_fmodl.c: Likewise.
51229         * math/e_gammal_r.c: Likewise.
51230         * math/e_hypotl.c: Likewise.
51231         * math/e_j0l.c: Likewise.
51232         * math/e_j1l.c: Likewise.
51233         * math/e_jnl.c: Likewise.
51234         * math/e_lgammal_r.c: Likewise.
51235         * math/e_log10l.c: Likewise.
51236         * math/e_log2l.c: Likewise.
51237         * math/e_logl.c: Likewise.
51238         * math/e_powl.c: Likewise.
51239         * math/e_sinhl.c: Likewise.
51240         * math/e_sqrtl.c: Likewise.
51241         * math/e_scalb.c: Completely rewritten and optimized.
51242         * math/e_scalbf.c: Likewise.
51243         * math/e_scalbl.c: Likewise.
51244         * math/w_acos.c: Likewise.
51245         * math/w_acosf.c: Likewise.
51246         * math/w_acosl.c: Likewise.
51247         * math/w_acosh.c: Likewise.
51248         * math/w_acoshf.c: Likewise.
51249         * math/w_acoshl.c: Likewise.
51250         * math/w_asin.c: Likewise.
51251         * math/w_asinf.c: Likewise.
51252         * math/w_asinl.c: Likewise.
51253         * math/w_atan2.c: Likewise.
51254         * math/w_atan2f.c: Likewise.
51255         * math/w_atan2l.c: Likewise.
51256         * math/w_atanh.c: Likewise.
51257         * math/w_atanhf.c: Likewise.
51258         * math/w_atanhl.c: Likewise.
51259         * math/w_exp10.c: Likewise.
51260         * math/w_exp10f.c: Likewise.
51261         * math/w_exp10l.c: Likewise.
51262         * math/w_fmod.c: Likewise.
51263         * math/w_fmodf.c: Likewise.
51264         * math/w_fmodl.c: Likewise.
51265         * math/w_j0.c: Likewise.
51266         * math/w_j0f.c: Likewise.
51267         * math/w_j0l.c: Likewise.
51268         * math/w_j1.c: Likewise.
51269         * math/w_j1f.c: Likewise.
51270         * math/w_j1l.c: Likewise.
51271         * math/w_jn.c: Likewise.
51272         * math/w_jnf.c: Likewise.
51273         * math/w_log.c: Likewise.
51274         * math/w_logf.c: Likewise.
51275         * math/w_logl.c: Likewise.
51276         * math/w_log10.c: Likewise.
51277         * math/w_log10f.c: Likewise.
51278         * math/w_log10l.c: Likewise.
51279         * math/w_log2.c: Likewise.
51280         * math/w_log2f.c: Likewise.
51281         * math/w_log2l.c: Likewise.
51282         * math/w_pow.c: Likewise.
51283         * math/w_powf.c: Likewise.
51284         * math/w_powl.c: Likewise.
51285         * math/w_remainder.c: Likewise.
51286         * math/w_remainderf.c: Likewise.
51287         * math/w_remainderl.c: Likewise.
51288         * math/w_scalb.c: Likewise.
51289         * math/w_scalbf.c: Likewise.
51290         * math/w_scalbl.c: Likewise.
51291         * math/w_sqrt.c: Likewise.
51292         * math/w_sqrtf.c: Likewise.
51293         * math/w_sqrtl.c: Likewise.
51294         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51295         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51296         used.
51297         * math/math_private.h: Declare __kernel_standard_f.
51298         * math/w_cosh.c: Remove cruft and optimize a bit.
51299         * math/w_coshf.c: Likewise.
51300         * math/w_coshl.c: Likewise.
51301         * math/w_exp2.c: Likewise.
51302         * math/w_exp2f.c: Likewise.
51303         * math/w_exp2l.c: Likewise.
51304         * math/w_hypot.c: Likewise.
51305         * math/w_hypotf.c: Likewise.
51306         * math/w_hypotl.c: Likewise.
51307         * math/w_lgamma.c: Likewise.
51308         * math/w_lgamma_r.c: Likewise.
51309         * math/w_lgammaf.c: Likewise.
51310         * math/w_lgammaf_r.c: Likewise.
51311         * math/w_lgammal.c: Likewise.
51312         * math/w_lgammal_r.c: Likewise.
51313         * math/w_sinh.c: Likewise.
51314         * math/w_sinhf.c: Likewise.
51315         * math/w_sinhl.c: Likewise.
51316         * math/w_tgamma.c: Likewise.
51317         * math/w_tgammaf.c: Likewise.
51318         * math/w_tgammal.c: Likewise.
51319         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51320         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51321         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51322         Minor optimizations.  Pretty printing.  Remove cruft.
51323         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51324         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51325         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51326         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51327         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51328         * sysdeps/i386/fpu/e_asin.S: Likewise.
51329         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51330         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51331         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51332         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51333         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51334         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51335         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51336         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51337         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51338         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51339         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51340         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51341         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51342         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51343         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51344         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51345         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51346         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51347         * sysdeps/i386/fpu/e_log.S: Likewise.
51348         * sysdeps/i386/fpu/e_log10.S: Likewise.
51349         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51350         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51351         * sysdeps/i386/fpu/e_log2.S: Likewise.
51352         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51353         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51354         * sysdeps/i386/fpu/e_logf.S: Likewise.
51355         * sysdeps/i386/fpu/e_logl.S: Likewise.
51356         * sysdeps/i386/fpu/e_pow.S: Likewise.
51357         * sysdeps/i386/fpu/e_powf.S: Likewise.
51358         * sysdeps/i386/fpu/e_powl.S: Likewise.
51359         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51360         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51361         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51362         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51363         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51364         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51365         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51366         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51367         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51368         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51369         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51370         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51371         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51372         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51373         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51374         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51375         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51376         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51377         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51378         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51379         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51380         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51381         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51382         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51383         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51384         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51385         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51386         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51387         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51388         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51389         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51390         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51391         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51392         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51393         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51394         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51395         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51396         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51397         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51398         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51399         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51400         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51401         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51402         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51403         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51404         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51405         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51406         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51407         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51408         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51409         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51410         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51411         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51412         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51413         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51414         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51415         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51416         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51417         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51418         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51419         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51420         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51421         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51422         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51423         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51424         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51425         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51426         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51427         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51428         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51429         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51430         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51431         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51432         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51433         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51434         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51435         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51436         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51437         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51438         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51439         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51440         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51441         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51442         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51443         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51444         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51445         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51446         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51447         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51448         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51449         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51450         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51451         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51452         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51453         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51454         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51455         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51456         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51457         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51458         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51459         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51460         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51461         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51462         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51463         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51464         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51465         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51466         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51467         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51468         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51469         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51470         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51471         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51472         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51473         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51474         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51475         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51476         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51477         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51478         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51479         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51480         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51481         (__isnanf): Likewise.
51482         (__isinf_ns): Likewise.
51483         (__isinf_nsf): Likewise.
51484         (__finite): Likewise.
51485         (__finitef): Likewise.
51486         (__ieee754_sqrt): Define as macro.
51487         (__ieee754_sqrtf): Define as macro.
51488         (__ieee754_sqrtl): Define as macro.
51489         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51490         inlined copy.
51491         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51492         __FINITE_MATH_ONLY__ consistent.
51493         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51495 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51497         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51498         of rawmemchr.
51500         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51502 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51504         * po/ja.po: Update from translation team.
51506 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51508         * locale/programs/locarchive.c (prepare_address_space): New function.
51509         (create_archive, enlarge_archive, open_archive): Use it.
51511         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51512         inside [SHARED], where it is used.
51514         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51516         * nss/getent.c (netgroup_keys): Remove unused variable.
51517         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51519 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51521         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51522         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51523         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51524         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51525         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51526         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51527         * math/Makefile (libm-calls): Add s_isinf_ns.
51528         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51529         * math/multc3.c: Likewise.
51530         * math/s_casin.c: Likewise.
51531         * math/s_casinf.c: Likewise.
51532         * math/s_casinl.c: Likewise.
51533         * math/s_ccos.c: Likewise.
51534         * math/s_ccosf.c: Likewise.
51535         * math/s_ccosl.c: Likewise.
51536         * math/s_ctan.c: Likewise.
51537         * math/s_ctanf.c: Likewise.
51538         * math/s_ctanh.c: Likewise.
51539         * math/s_ctanhf.c: Likewise.
51540         * math/s_ctanhl.c: Likewise.
51541         * math/s_ctanl.c: Likewise.
51542         * math/w_fmod.c: Likewise.
51543         * math/w_fmodf.c: Likewise.
51544         * math/w_fmodl.c: Likewise.
51545         * math/w_remainder.c: Likewise.
51546         * math/w_remainderf.c: Likewise.
51547         * math/w_remainderl.c: Likewise.
51548         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51549         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51550         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51551         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51552         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51553         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51554         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51555         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51557         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51558         of the number.
51559         * stdio-common/printf_fphex.c: Likewise.
51560         * stdio-common/printf_size.c: Likewise.
51562         * math/e_exp10.c: Include math_private.h using <...> not "...".
51563         * math/e_exp10f.c: Likewise.
51564         * math/e_exp10l.c: Likewise.
51565         * math/e_exp2l.c: Likewise.
51566         * math/e_j0l.c: Likewise.
51567         * math/e_j1l.c: Likewise.
51568         * math/e_jnl.c: Likewise.
51569         * math/e_lgammal_r.c: Likewise.
51570         * math/e_rem_pio2l.c: Likewise.
51571         * math/e_scalb.c: Likewise.
51572         * math/e_scalbf.c: Likewise.
51573         * math/e_scalbl.c: Likewise.
51574         * math/k_cosl.c: Likewise.
51575         * math/k_sinl.c: Likewise.
51576         * math/k_tanl.c: Likewise.
51577         * math/s_cacoshf.c: Likewise.
51578         * math/s_catan.c: Likewise.
51579         * math/s_catanf.c: Likewise.
51580         * math/s_catanh.c: Likewise.
51581         * math/s_catanhf.c: Likewise.
51582         * math/s_catanhl.c: Likewise.
51583         * math/s_catanl.c: Likewise.
51584         * math/s_ccosh.c: Likewise.
51585         * math/s_ccoshf.c: Likewise.
51586         * math/s_ccoshl.c: Likewise.
51587         * math/s_cexp.c: Likewise.
51588         * math/s_cexpf.c: Likewise.
51589         * math/s_cexpl.c: Likewise.
51590         * math/s_clog.c: Likewise.
51591         * math/s_clog10.c: Likewise.
51592         * math/s_clog10f.c: Likewise.
51593         * math/s_clog10l.c: Likewise.
51594         * math/s_clogf.c: Likewise.
51595         * math/s_clogl.c: Likewise.
51596         * math/s_csin.c: Likewise.
51597         * math/s_csinf.c: Likewise.
51598         * math/s_csinh.c: Likewise.
51599         * math/s_csinhf.c: Likewise.
51600         * math/s_csinhl.c: Likewise.
51601         * math/s_csinl.c: Likewise.
51602         * math/s_csqrt.c: Likewise.
51603         * math/s_csqrtf.c: Likewise.
51604         * math/s_csqrtl.c: Likewise.
51605         * math/s_ctan.c: Likewise.
51606         * math/s_ctanf.c: Likewise.
51607         * math/s_ctanh.c: Likewise.
51608         * math/s_ctanhf.c: Likewise.
51609         * math/s_ctanhl.c: Likewise.
51610         * math/s_ctanl.c: Likewise.
51611         * math/s_ldexp.c: Likewise.
51612         * math/s_ldexpf.c: Likewise.
51613         * math/s_ldexpl.c: Likewise.
51614         * math/s_significand.c: Likewise.
51615         * math/s_significandf.c: Likewise.
51616         * math/s_significandl.c: Likewise.
51617         * math/w_acos.c: Likewise.
51618         * math/w_acosf.c: Likewise.
51619         * math/w_acosh.c: Likewise.
51620         * math/w_acoshf.c: Likewise.
51621         * math/w_acoshl.c: Likewise.
51622         * math/w_acosl.c: Likewise.
51623         * math/w_asin.c: Likewise.
51624         * math/w_asinf.c: Likewise.
51625         * math/w_asinl.c: Likewise.
51626         * math/w_atan2.c: Likewise.
51627         * math/w_atan2f.c: Likewise.
51628         * math/w_atan2l.c: Likewise.
51629         * math/w_atanh.c: Likewise.
51630         * math/w_atanhf.c: Likewise.
51631         * math/w_atanhl.c: Likewise.
51632         * math/w_cosh.c: Likewise.
51633         * math/w_coshf.c: Likewise.
51634         * math/w_coshl.c: Likewise.
51635         * math/w_dremf.c: Likewise.
51636         * math/w_exp10.c: Likewise.
51637         * math/w_exp10f.c: Likewise.
51638         * math/w_exp10l.c: Likewise.
51639         * math/w_exp2.c: Likewise.
51640         * math/w_exp2f.c: Likewise.
51641         * math/w_fmod.c: Likewise.
51642         * math/w_fmodf.c: Likewise.
51643         * math/w_fmodl.c: Likewise.
51644         * math/w_hypot.c: Likewise.
51645         * math/w_hypotf.c: Likewise.
51646         * math/w_hypotl.c: Likewise.
51647         * math/w_j0.c: Likewise.
51648         * math/w_j0f.c: Likewise.
51649         * math/w_j0l.c: Likewise.
51650         * math/w_j1.c: Likewise.
51651         * math/w_j1f.c: Likewise.
51652         * math/w_j1l.c: Likewise.
51653         * math/w_jn.c: Likewise.
51654         * math/w_jnf.c: Likewise.
51655         * math/w_jnl.c: Likewise.
51656         * math/w_lgamma.c: Likewise.
51657         * math/w_lgamma_r.c: Likewise.
51658         * math/w_lgammaf.c: Likewise.
51659         * math/w_lgammaf_r.c: Likewise.
51660         * math/w_lgammal.c: Likewise.
51661         * math/w_lgammal_r.c: Likewise.
51662         * math/w_log.c: Likewise.
51663         * math/w_log10.c: Likewise.
51664         * math/w_log10f.c: Likewise.
51665         * math/w_log10l.c: Likewise.
51666         * math/w_log2.c: Likewise.
51667         * math/w_log2f.c: Likewise.
51668         * math/w_log2l.c: Likewise.
51669         * math/w_logf.c: Likewise.
51670         * math/w_logl.c: Likewise.
51671         * math/w_pow.c: Likewise.
51672         * math/w_powf.c: Likewise.
51673         * math/w_powl.c: Likewise.
51674         * math/w_remainder.c: Likewise.
51675         * math/w_remainderf.c: Likewise.
51676         * math/w_remainderl.c: Likewise.
51677         * math/w_scalb.c: Likewise.
51678         * math/w_scalbf.c: Likewise.
51679         * math/w_scalbl.c: Likewise.
51680         * math/w_sinh.c: Likewise.
51681         * math/w_sinhf.c: Likewise.
51682         * math/w_sinhl.c: Likewise.
51683         * math/w_sqrt.c: Likewise.
51684         * math/w_sqrtf.c: Likewise.
51685         * math/w_sqrtl.c: Likewise.
51686         * math/w_tgamma.c: Likewise.
51687         * math/w_tgammaf.c: Likewise.
51688         * math/w_tgammal.c: Likewise.
51690         * po/ja.po: Update from translation team.
51692 2011-09-29  Andreas Jaeger  <aj@suse.de>
51694         [BZ #13179]
51695         * sunrpc/netname.c (netname2host): Fix logic.
51697         [BZ #6779]
51698         [BZ #6783]
51699         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51700         correctly.
51701         * math/w_remainder.c (__remainder): Likewise.
51702         * math/w_remainderf.c (__remainderf): Likewise.
51703         * math/libm-test.inc (remainder_test): Add test cases.
51705 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51707         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51708         sdiv_qrnnd.
51710 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51712         * string/test-memcmp.c: Avoid unncessary #defines.
51713         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51715 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51717         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51718         Use new sse2 version for core i3 - i7 as it's faster
51719         than sse42 version.
51720         (bit_Prefer_PMINUB_for_stringop): New.
51721         * sysdeps/x86_64/rawmemchr.S: Update.
51722         Replace with faster SSE2 version.
51723         * sysdeps/x86_64/memrchr.S: New file.
51724         * sysdeps/x86_64/memchr.S: Update.
51725         Replace with faster SSE2 version.
51727 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51729         * elf/dl-load.c (lose): Add cast to avoid warning.
51731 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51733         * po/ca.po: Update from translation team.
51735         * inet/getnetgrent_r.c: Hook up nscd.
51736         * nscd/Makefile (routines): Add nscd_netgroup.
51737         (nscd-modules): Add netgroupcache.
51738         (CFLAGS-netgroupcache.c): Define.
51739         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51740         (cache_search): Add const to second parameter.
51741         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51742         INNETGR.
51743         (dbs): Add netgrdb entry.
51744         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51745         (verify_persistent_db): Handle netgrdb.
51746         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51747         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51748         GETFDNETGR.
51749         (netgroup_response_header): Define.
51750         (innetgroup_response_header): Define.
51751         (datahead): Add netgroup_response_header and innetgroup_response_header
51752         elements.
51753         * nscd/nscd.conf: Add entries for netgroup cache.
51754         * nscd/nscd.h (dbtype): Add netgrdb.
51755         (_PATH_NSCD_NETGROUP_DB): Define.
51756         (netgroup_iov_disabled): Declare.
51757         (xmalloc, xcalloc, xrealloc): Move declarations here.
51758         (cache_search): Adjust prototype.
51759         Add netgroup-related prototypes.
51760         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51761         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51762         (__nscd_innetgr): Declare.
51763         * nscd/selinux.c (perms): Use access_vector_t as element type and
51764         add netgroup-related initializers.
51765         * nscd/netgroupcache.c: New file.
51766         * nscd/nscd_netgroup.c: New file.
51767         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51768         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51769         For four parameters use innetgr.
51770         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51771         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51772         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51773         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51775         * nscd/connections.c (register_traced_file): Don't register file
51776         for disabled databases.
51778 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51780         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51782         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51783         from tree and freeing node.
51785 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51787         * nss/nsswitch.c (__nss_database_lookup): Handle
51788         nss_parse_service_list out of memory case.
51790 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51792         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51793         out of memory case.
51795 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51797         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51798         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51799         pass it down.
51800         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51801         elf_machine_rela, elf_machine_lazy_rel.
51802         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51803         (ELF_DYNAMIC_DO_REL): Likewise.
51804         (ELF_DYNAMIC_DO_RELA): Likewise.
51805         (ELF_DYNAMIC_RELOCATE): Likewise.
51806         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51807         to ELF_DYNAMIC_DO_REL.
51808         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51809         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51810         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51811         elf_machine_rela.
51812         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51813         skip_ifunc, don't call ifunc function if non-zero.
51814         (elf_machine_rela): Likewise.
51815         (elf_machine_lazy_rel): Likewise.
51816         (elf_machine_lazy_rela): Likewise.
51817         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51818         (elf_machine_lazy_rel): Likewise.
51819         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51820         Likewise.
51821         (elf_machine_lazy_rel): Likewise.
51822         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51823         Likewise.
51824         (elf_machine_lazy_rel): Likewise.
51825         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51826         (elf_machine_lazy_rel): Likewise.
51827         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51828         (elf_machine_lazy_rel): Likewise.
51829         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51830         (elf_machine_lazy_rel): Likewise.
51831         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51832         (elf_machine_lazy_rel): Likewise.
51833         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51834         (elf_machine_lazy_rel): Likewise.
51835         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51836         (elf_machine_lazy_rel): Likewise.
51838 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51840         * nss/nss_files/files-init.c (_nss_files_init): Use static
51841         initialization for all the *_traced_file variables.
51843 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51845         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51847 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51849         [BZ #13226]
51850         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51852 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51854         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51855         Reread the line before reparsing it.
51857 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51859         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51861 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51862             Maxim Kuvyrkov  <maxim@codesourcery.com>
51863             Joseph Myers  <joseph@codesourcery.com>
51865         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51866         if needed for __stack_chk_guard.
51868 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51870         * sysdeps/posix/spawni.c (script_execute): Always define it.
51871         It will be optimized away if unused.
51872         (maybe_script_execute): New function.
51873         (__spawni): Call it.
51875         * Makerules: Don't include tls.make.
51876         (config-tls): Always set to thread.
51877         * tls.make.c: File removed.
51879 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51881         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51882         * config.make.in (CPPFLAGS-config): New substituted variable.
51884 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51886         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51888         [BZ #13192]
51889         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51890         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51892 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51894         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51895         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51896         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51897         (CALL_FAIL): Likewise.
51898         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51899         (CALL_FAIL): Macro removed.
51900         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51902 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51904         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51905         for __FINITE_MATH_ONLY__ == 1.
51907 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51909         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51910         __ieee754_sqrt instead of sqrt.
51911         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51912         __ieee754_sqrtf instead of sqrtf.
51913         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51914         __floorf instead of floorf.
51915         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51916         __floorf, __truncf instead of floorf, truncf.
51918 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51920         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51922         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51923         __extern_always_inline.
51924         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51925         32-bit.
51927 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51929         * elf/rtld.c (dl_main): Also relocate in dependency order when
51930         doing symbol dependency testing.
51932 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51934         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51935         Always define `refsym'.
51937 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51939         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51940         (__FD_ELT): Renamed from __FDELT.
51941         * misc/bits/select2.h (__FD_ELT): Likewise.
51942         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51943         __FD_MASK instead of __FDELT, __FDMASK.
51944         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51945         Likewise.
51946         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51947         Likewise.
51949         * elf/Makefile (gen-ldd): Fix pattern.
51951         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51952         (init_tls): Likewise.
51954 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51956         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51958 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51960         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51961         `struct cmsghdr *' instead of `void *'.
51962         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51963         Likewise.
51965 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51967         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51968         if non-absolute.
51969         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51970         ldd_rewrite_script.
51972 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51974         * configure.in: Remove --with-tls option.
51975         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51976         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51977         out in case it is missing.
51978         * sysdeps/ia64/elf/configure.in: Likewise.
51979         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51980         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51981         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51982         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51983         * sysdeps/sh/elf/configure.in: Likewise.
51984         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51985         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51986         * sysdeps/x86_64/elf/configure.in: Likewise.
51987         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51988         * sysdeps/mach/hurd/tls.h: Likewise.
51990         [BZ #13067]
51991         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51993         [BZ #13090]
51994         * configure.in: Fix use of AC_INIT.
51996         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51998 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52000         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52001         __set_errno.
52002         * malloc/hooks.c: Likewise.
52004         [BZ #11929]
52005         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52006         variables statically.
52007         (narenas): Initialize.
52008         (list_lock): Initialize.
52009         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52010         initializtion of main_arena and list_lock.  Small cleanups.
52011         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52012         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52013         Add initializers to main_arena and mp_.
52014         (malloc_state): Remove pagesize member.  Change all users to use
52015         GLRO(dl_pagesize).
52017         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52018         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52019         is always initialized.
52021         * malloc/malloc.c: Removed unused configurations and dead code.
52022         * malloc/arena.c: Likewise.
52023         * malloc/hooks.c: Likewise.
52024         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52026         * include/tls.h: Removed.  USE___THREAD must always be defined.
52027         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52028         * elf/dl-libc.c: Likewise.
52029         * elf/dl-tsd.c: Likewise.
52030         * include/errno.h: Likewise.
52031         * include/netdb.h: Likewise.
52032         * include/resolv.h: Likewise.
52033         * inet/herrno-loc.c: Likewise.
52034         * inet/herrno.c: Likewise.
52035         * malloc/arena.c: Likewise.
52036         * malloc/hooks.c: Likewise.
52037         * malloc/malloc.c: Likewise.
52038         * resolv/res-state.c: Likewise.
52039         * resolv/res_libc.c: Likewise.
52040         * sysdeps/i386/dl-machine.h: Likewise.
52041         * sysdeps/ia64/dl-machine.h: Likewise.
52042         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52043         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52044         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52045         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52046         * sysdeps/sh/dl-machine.h: Likewise.
52047         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52048         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52049         * sysdeps/unix/i386/sysdep.S: Likewise.
52050         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52051         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52052         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52053         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52054         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52055         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52056         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52057         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52058         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52059         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52060         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52061         * sysdeps/x86_64/dl-machine.h: Likewise.
52062         * tls.make.c: Likewise.
52064         * configure.in: Remove --with-__thread option.  Make tests for
52065         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52066         tls_model attribute fail if no support is available.  Remove
52067         USE_IN_LIBIO.
52068         * Makeconfig: Adjust for dropped configure option.  All features are
52069         now mandatory.
52070         * Makerules: Likewise.
52071         * Versions.def: Likewise.
52072         * argp/argp-fmtstream.c: Likewise.
52073         * argp/argp-fmtstream.h: Likewise.
52074         * argp/argp-help.c: Likewise.
52075         * assert/assert.c: Likewise.
52076         * config.h.in: Likewise.
52077         * config.make.in: Likewise.
52078         * configure: Likewise.
52079         * configure.in: Likewise.
52080         * csu/Versions: Likewise.
52081         * csu/init.c: Likewise.
52082         * elf/tst-audit2.c: Likewise.
52083         * elf/tst-tls10.c: Likewise.
52084         * elf/tst-tls10.h: Likewise.
52085         * elf/tst-tls11.c: Likewise.
52086         * elf/tst-tls12.c: Likewise.
52087         * elf/tst-tls14.c: Likewise.
52088         * elf/tst-tlsmod11.c: Likewise.
52089         * elf/tst-tlsmod12.c: Likewise.
52090         * elf/tst-tlsmod13.c: Likewise.
52091         * elf/tst-tlsmod13a.c: Likewise.
52092         * elf/tst-tlsmod14a.c: Likewise.
52093         * elf/tst-tlsmod15b.c: Likewise.
52094         * elf/tst-tlsmod16a.c: Likewise.
52095         * elf/tst-tlsmod16b.c: Likewise.
52096         * elf/tst-tlsmod7.c: Likewise.
52097         * elf/tst-tlsmod8.c: Likewise.
52098         * elf/tst-tlsmod9.c: Likewise.
52099         * gmon/gmon.c: Likewise.
52100         * grp/fgetgrent_r.c: Likewise.
52101         * grp/putgrent.c: Likewise.
52102         * hurd/fopenport.c: Likewise.
52103         * include/libc-symbols.h: Likewise.
52104         * include/tls.h: Likewise.
52105         * intl/gettextP.h: Likewise.
52106         * intl/loadinfo.h: Likewise.
52107         * locale/global-locale.c: Likewise.
52108         * locale/localeinfo.h: Likewise.
52109         * mach/devstream.c: Likewise.
52110         * malloc/arena.c: Likewise.
52111         * malloc/set-freeres.c: Likewise.
52112         * misc/err.c: Likewise.
52113         * misc/getttyent.c: Likewise.
52114         * misc/mntent_r.c: Likewise.
52115         * posix/getopt.c: Likewise.
52116         * posix/wordexp.c: Likewise.
52117         * pwd/fgetpwent_r.c: Likewise.
52118         * resolv/Versions: Likewise.
52119         * resolv/res_hconf.c: Likewise.
52120         * shadow/fgetspent_r.c: Likewise.
52121         * shadow/putspent.c: Likewise.
52122         * stdio-common/printf_fphex.c: Likewise.
52123         * stdio-common/tmpfile.c: Likewise.
52124         * stdlib/abort.c: Likewise.
52125         * stdlib/fmtmsg.c: Likewise.
52126         * sunrpc/auth_unix.c: Likewise.
52127         * sunrpc/clnt_perr.c: Likewise.
52128         * sunrpc/clnt_tcp.c: Likewise.
52129         * sunrpc/clnt_udp.c: Likewise.
52130         * sunrpc/clnt_unix.c: Likewise.
52131         * sunrpc/openchild.c: Likewise.
52132         * sunrpc/svc_simple.c: Likewise.
52133         * sunrpc/svc_tcp.c: Likewise.
52134         * sunrpc/svc_udp.c: Likewise.
52135         * sunrpc/svc_unix.c: Likewise.
52136         * sunrpc/xdr.c: Likewise.
52137         * sunrpc/xdr_array.c: Likewise.
52138         * sunrpc/xdr_rec.c: Likewise.
52139         * sunrpc/xdr_ref.c: Likewise.
52140         * sunrpc/xdr_stdio.c: Likewise.
52142 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52144         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52146 2011-07-03  Andreas Jaeger  <aj@suse.de>
52148         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52149         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52150         regenerate with gen-libm-tests.pl.
52152 2010-05-12  Petr Baudis  <pasky@suse.cz>
52154         [BZ #11589]
52155         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52156         around j0() zero points by switching to j1().
52157         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52158         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52159         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52160         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52162 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52164         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52165         instead of 0.
52166         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52167         instead of 0.
52168         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52169         Patch in part by Pavel Roskin <proski@gnu.org>.
52171         [BZ #13138]
52172         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52173         realloc.
52174         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52175         Free memory block if necessary.
52177         [BZ #12847]
52178         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52179         be NULL.  Don't lock in this case.
52181 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52183         * elf/elf.h (ELFOSABI_GNU): New macro.
52184         (ELFOSABI_LINUX): Define to that.
52186 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52188         * string/strncat.c (strncat): Undef the symbol in case it has been
52189         defined in bits/string.h.
52191 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52193         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52195         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52196         link map.
52198 2011-08-17  Andreas Jaeger  <aj@suse.de>
52200         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52202 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52203             Ian Lance Taylor  <iant@google.com>
52205         * math/libm-test.inc (lround_test): New testcase.
52206         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52208 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52210         * Makefile: Remove support for automatic cvs check-ins.
52211         * Makerules: Likewise.
52212         * config.make.in: Likewise.
52213         * configure.in: Likewise.
52214         * intl/Makefile: Likewise.
52215         * locale/Makefile: Likewise.
52216         * po/Makefile: Likewise.
52217         * posix/Makefile: Likewise.
52218         * sysdeps/gnu/Makefile: Likewise.
52219         * sysdeps/mach/hurd/Makefile: Likewise.
52220         * sysdeps/sparc/sparc32/Makefile: Likewise.
52222         [BZ #13118]
52223         * posix/Makefile (bug-regex32-ENV): Define.
52224         Patch by John Stanley <jpsinthemix@verizon.net>.
52226         * misc/Makefile (headers): Add bits/select2.h.
52227         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52228         * misc/bits/select2.h: New file.
52229         * include/bits/select2.h: New file.
52230         * debug/Makefile (routines): Add fdelt_chk.
52231         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52232         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52233         FD_ISSET.
52234         * debug/fdelt_chk.c: New file.
52236         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52237         * wcsmbs/test-wmemcmp.c: Likewise.
52238         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52239         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52241 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52243         * string/Makefile (strop-tests): Add memcmp.
52244         * string/test-wmemcmp.c: New file.
52245         * string/test-memcmp.c: Add wmemcmp support.
52247 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52249         [BZ #13153]
52250         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52251         2011-07-19 change.
52253         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52254         garbage value in a __mach_port_mod_refs call in the cases of the
52255         task-self and thread-self ports.
52257 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52259         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52261 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52263         * elf/dl-load.c (lose): Check for non-null L.
52265 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52267         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52269         * elf/dl-libc.c (dlerror_run): Pass back error code from
52270         dl_catch_error.
52272         [BZ #13123]
52273         * elf/dl-load.c (lose): Free l_origin if it is valid.
52275         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52276         names.
52277         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52278         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52279         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52280         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52281         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52282         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52284 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52286         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52287         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52288         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52289         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52290         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52291         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52292         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52293         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52294         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52295         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52297 2011-08-15  Alan Modra  <amodra@gmail.com>
52299         [BZ #13092]
52300         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52301         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52302         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52303         ppc_mcount to static-only-routines.
52304         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52305         __mcount_internal.
52306         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52307         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52309 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52311         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52312         for finite and infinity parameters.
52314 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52316         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52317         and add nop instructions for throughput optimization.
52318         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52320 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52322         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52323         aligned copy for power7 with vector-scalar instructions.
52324         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52326 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52328         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52329         AVX check.
52331 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52333         [BZ #13144]
52334         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52335         last change.
52337 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52339         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52340         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52341         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52342         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52343         clock_gettime.
52345 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52347         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52348         Forgot to demangle the pointer.
52350         * sysdeps/i386/sysdep.h: Define atom_text_section.
52351         * sysdeps/x86_64/sysdep.h: Likewise.
52352         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52353         section with atom_text_section.
52354         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52355         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52356         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52357         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52358         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52360         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52361         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52362         already be defined.  Change to take two parameters and don't assign
52363         result to variable.  Adjust all users.
52364         Define INTERNAL_GETTIME if not already defined.
52365         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52366         call.
52367         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52368         HAVE_CLOCK_GETTIME_VSYSCALL.
52369         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52371         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52372         gettimeofday vsyscall, just use time.
52374 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52376         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52377         <errno.h>.
52379 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52381         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52382         syscall on x86-64.
52383         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52384         syscall.
52385         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52386         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52387         syscall if possible.
52389 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52391         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52392         e_ident.  Don't pass to find_mapsXX.
52393         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52395 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52397         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52398         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52399         * sysdeps/x86_64/multiarch/strchr.S: Update.
52400         Check bit_slow_BSF bit.
52401         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52402         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52403         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52405 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52407         [BZ #13134]
52408         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52409         before glibc 2.15.
52410         (tryshell): Define.
52411         (__spawni): Change last parameter to be flag.  Test
52412         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52413         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52414         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52415         * posix/spawni.c: Likewise.
52416         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52417         * posix/spawnp.c: Likewise.  Change normal version to use
52418         SPAWN_XFLAGS_USE_PATH.
52419         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52420         SPAWN_XFLAGS_TRY_SHELL.
52422         [BZ #13150]
52423         * posix/glob.h: Remove gcc 1.x support.
52425         [BZ #13068]
52426         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52428 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52430         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52431         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52432         strrchr-sse2-bsf
52433         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52434         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52435         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52436         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52437         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52438         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52440 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52442         * sysdeps/x86_64/wcscmp.S: New file.
52444         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52445         wcscmp-c wcscmp-sse2
52446         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52447         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52448         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52449         * wcsmbs/wcscmp.c: Allow renaming.
52451 2011-09-05  David S. Miller  <davem@davemloft.net>
52453         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52454         stack slot, rather than the struct return pointer slot.
52455         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52456         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52458         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52460 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52462         * po/ja.po: Update from translation team.
52464         [BZ #13144]
52465         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52466         kernel in 64-bit binaries.
52468 2011-09-01  David S. Miller  <davem@davemloft.net>
52470         * elf/elf.h (HWCAP_SPARC_*): Move to..
52471         * sysdeps/sparc/sysdep.h: this new file and add new values.
52472         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52473         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52474         _DL_HWCAP_COUNT to 24.
52475         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52476         entries.
52477         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52478         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52479         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52480         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52481         instead of magic constants.
52482         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52484 2011-08-31  David S. Miller  <davem@davemloft.net>
52486         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52487         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52488         Reimplement to do errno handling inline.
52489         (SYSCALL_ERROR_HANDLER): New macro.
52490         (__SYSCALL_STRING): Do not do errno handling in asm.
52491         (__CLONE_SYSCALL_STRING): Delete.
52492         (__INTERNAL_SYSCALL_STRING): Delete.
52493         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52494         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52495         (PSEUDO): Reimplement to do errno handling inline.
52496         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52497         (SYSCALL_ERROR_HANDLER): New macro.
52498         (__SYSCALL_STRING): Do not do errno handling in asm.
52499         (__CLONE_SYSCALL_STRING): Delete.
52500         (__INTERNAL_SYSCALL_STRING): Delete.
52501         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52502         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52503         i386.
52504         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52505         (inline_syscall*): Add 'err' argument.
52506         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52507         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52508         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52509         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52511         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52512         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52514 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52516         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52518 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52520         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52521         directive.
52523 2011-08-24  David S. Miller  <davem@davemloft.net>
52525         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52527 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52529         * elf/Makefile: Add rules to build and run unload8 test.
52530         * elf/unload8.c: New file.
52531         * elf/unload8mod1.c: New file.
52532         * elf/unload8mod1x.c: New file.
52533         * elf/unload8mod2.c: New file.
52534         * elf/unload8mod3.c: New file.
52536         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52537         it wasn't used.
52539 2011-08-23  David S. Miller  <davem@davemloft.net>
52541         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52542         subtract stack bias.
52543         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52544         %sp not %fp in calculations.
52545         (_JMPBUF_UNWINDS_ADJ): Likewise.
52547         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52548         (aio_suspend): Call it to force an exception region around the
52549         AIO_MISC_WAIT() invocation.
52551 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52553         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52554         backslash.
52556 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52558         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52559         protection macro.
52560         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52561         and <dl-machine.h>.
52562         (Elf64_FuncDesc): Remove.
52564 2011-08-22  David S. Miller  <davem@davemloft.net>
52566         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52567         sigaltstack check, add missing cfi directives.
52568         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52569         missing cfi directives, and sigaltstack handling.
52571 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52573         [BZ #11724]
52574         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52575         object is seen twice.
52576         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52578         * elf/Makefile (distribute): Add tst-initorder2.c.
52579         (tests): Add tst-initorder2.
52580         (modules-names): Add tst-initorder2a tst-initorder2b
52581         tst-initorder2c tst-initorder2d.  Add rules to build them.
52582         ($(objpfx)tst-initorder2.out): New rule.
52583         * elf/tst-initorder2.c: New file.
52584         * elf/tst-initorder2.exp: New file.
52586 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52588         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52590         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52591         dependencies back to end of function.
52593         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52594         $(elfobjdir)/ld.so.
52596 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52598         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52599         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52600         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52601         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52602         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52603         of __vdso_gettimeofday.
52604         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52605         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52606         attribute_hidden.
52607         (_libc_vdso_platform_setup): Remove initialization of
52608         __vdso_gettimeofday and __vdso_time.
52610 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52612         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52613         and fgetc_unlocked.
52614         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52615         getc_unlocked.
52617         * elf/dl-open.c (add_to_global): Report additions to the global scope
52618         for LD_DEBUG=scopes.
52619         (dl_open_worker): Also print scope of newly loaded dependencies.
52620         (_dl_show_scope): Indicate if there is no scope.
52622         [BZ #13114]
52623         * stdio-common/Makefile (tests): Add bug24.
52624         * stdio-common/bug24.c: New file.
52626 2011-08-19  Andreas Jaeger  <aj@suse.de>
52628         [BZ #13114]
52629         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52630         non-existant file when using close-on-exec mode.
52632 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52634         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52635         the very first instruction.
52637         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52638         the CFI state in the end.
52639         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52640         inclusion of dl-trampoline.h.
52641         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52643 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52645         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52646         expectations for long double.
52648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52649         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52651 2011-08-14  David S. Miller  <davem@davemloft.net>
52653         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52654         artificual limit depends upon the system page size.
52656 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52658         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52659         * resolv/Makefile: Define CFLAGS-libresolv.
52661 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52663         * nss/makedb.c (compute_tables): Make variables used in nested
52664         function static.
52666 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52668         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52669         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52670         if buffer was too small.
52672         * elf/pldd.c (main): Attach to all threads in the process.
52673         Rewrite /proc handling to use *at functions.
52675 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52677         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52678         specifies first scope to show.
52679         (dl_open_worker): Update callers.  Move printing scope of new
52680         object to before the relocation.
52681         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52682         * sysdeps/generic/ldsodefs.h: Update declaration.
52684         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52685         string for the scope number.
52687 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52689         * nscd/servicescache.c (cache_addserv): Make sure written is always
52690         initialized.
52692 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52694         * sysdeps/i386/i486/bits/atomic.h
52695         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52696         statement expression, so as to suppress "set but not used" warning.
52697         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52699         * string/strncat.c (STRNCAT): Use prototype definition.
52701         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52702         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52703         -Iprograms here.
52704         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52705         (localedef-modules): Add localedef.
52706         (locale-modules): Add locale.
52708         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52709         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52710         to avoid a warning.
52712 2011-08-14  David S. Miller  <davem@davemloft.net>
52714         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52715         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52717 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52719         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52720         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52721         * elf/rtld.c (dl_main): Set l_name of vDSO.
52722         Call _dl_show_scope when DL_DEBUG_SCOPES.
52723         (process_dl_debug): Recognize scopes flag and also set it for all.
52724         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52725         Declare _dl_show_scope.
52727         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52728         (do_dlopen): Pass caller_dlopen to dl_open.
52729         (__libc_dlopen_mode): Initialize caller_dlopen.
52731         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52732         of libc.  Make tolower call locale-independent.  Optimize a bit by
52733         using isdigit instead of isalnum.
52734         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52736 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52738         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52739         was a dependency or dynamically loaded.
52741 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52743         * intl/l10nflist.c: Allow architecture-specific pop function.
52744         * sysdeps/x86_64/l10nflist.c: New file.
52746         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52747         classification.
52749 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52751         * include/dirent.h: Add libc_hidden_proto for scandirat and
52752         scandirat64.  Don't declare __scandirat64.
52753         * dirent/scandirat.c: Add libc_hidden_def.
52754         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52755         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52757 2011-08-10  David S. Miller  <davem@davemloft.net>
52759         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52760         enum.
52761         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52762         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52763         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52765 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52767         * Versions.def [libc]: Add GLIBC_2.15.
52768         * dirent/Makefile (routines): Add scandirat and scandirat64.
52769         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52770         GLIBC_2.15.
52771         * dirent/dirent.h: Declare scandirat and scandirat64.
52772         * dirent/scandirat.c: New file.
52773         * dirent/scandirat64.c: New file.
52774         * sysdeps/wordsize-64/scandirat.c: New file.
52775         * sysdeps/wordsize-64/scandirat64.c: New file.
52776         * dirent/opendir.c: Define opendirat.
52777         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52778         using scandirat.
52779         * dirent/scandir64.c: Adjust for scandir.c change.
52780         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52781         __scandirat64, and __scandir_cancel_handler.
52782         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52783         additional parameter and use openat instead of open (outside of ld.so).
52784         Add new __opendir as wrapper around __opendirat.
52785         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52786         here without requiring old scandirat implementation.
52788 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52790         * dirent/scandir.c (cancel_handler): Renamed to
52791         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52792         defined.  Adjust users.
52793         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52794         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52796 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52798         * string/test-string.h (IMPL): Use __STRING to expand name and then
52799         stringify it.
52801         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52802         of cleanups.
52804 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52806         * string/Makefile: Update.
52807         (strop-tests): Append strncat.
52808         * string/test-wcscmp.c: New file.
52809         New comprehensive test for wcscmp.
52810         * string/test-strcmp.c: Update.
52811         (WIDE): New define.
52813 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52815         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52816         line.
52818 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52820         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52821         encoding to ACE if AI_IDN.
52823 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52825         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52826         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52828 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52830         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52831         Fix overflow bug in strncat.
52832         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52834         * string/test-strncat.c: Update.
52835         Add new tests for checking overflow bugs.
52837 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52839         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52840         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52841         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52842         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52843         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52844         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52845         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52846         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52847         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52849         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52850         (USE_AS_STRCAT): Define.
52851         Add strcat and strncat support.
52852         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52854 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52856         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52857         __n bigger than INT_MAX+1.
52858         (__strncmp_g): Likewise.
52860 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52862         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52863         * libio/stido.h: Likewise.
52865         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52866         (AF_NFC): Define.
52867         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52868         (AF_NFC): Define.
52870         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52871         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52872         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52873         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52874         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52876         [BZ #13021]
52877         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52878         installed.
52880         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52881         typo.
52882         (_dl_x86_64_save_sse): Likewise.
52884 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52886         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52887         OSXSAVE.
52888         (_dl_x86_64_save_sse): Likewise.
52890         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52892         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52894 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52896         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52897         change.
52898         (_dl_x86_64_save_sse): Use correct AVX check.
52900 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52902         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52903         bug in strncpy/strncat.
52904         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52906 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52908         * string/tester.c (test_strcat): Add tests for different alignments
52909         of source and destination.
52910         (test_strncat): Likewise.
52912 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52914         [BZ #12852]
52915         * posix/glob.c (glob): Check passed in values before using them in
52916         expressions to avoid some overflows.
52917         (glob_in_dir): Likewise.
52919         [BZ #13007]
52920         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52921         check for AVX enablement so that we don't crash with old kernels and
52922         new hardware.
52923         * elf/tst-audit4.c: Add same checks here.
52924         * elf/tst-audit6.c: Likewise.
52926         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52928 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52930         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52932 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52934         * po/cs.po: Update from translation team.
52935         * po/bg.po: Likewise.
52937 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52939         * misc/sys/cdefs.h: Add support for const attribute.
52940         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52941         to gnu_dev_{major,minor,makedev} functions.
52943 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52945         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52947 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52949         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52950         strlen results.
52952 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52954         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52955         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52956         register in order to avoid conflicts with the soft frame pointer
52957         being held in r11 when necessary.
52958         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52959         (INTERNAL_VSYSCALL_NCS): Likewise.
52961 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52963         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52964         * elf/dl-fini.c (_dl_fini): Adjust caller.
52965         * elf/dl-close.c (_dl_close_worker): Likewise.
52966         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52968 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52970         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52971         "aux_cache->nlibs < 0".
52973         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52974         in the reload-count case.
52976 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52978         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52979         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52980         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52981         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52982         * sysdeps/x86_64/multiarch/strcat.S: New file.
52983         * sysdeps/x86_64/multiarch/strncat.S: New file.
52984         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52985         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52986         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52987         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52988         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52989         (USE_AS_STRCAT): Define.
52990         Add strcat and strncat support.
52991         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52992         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52993         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52994         * string/strncat.c: Update.
52995         (USE_AS_STRNCAT): Define.
52996         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52997         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52998         and i7.
52999         * sysdeps/x86_64/multiarch/init-arch.h
53000         (bit_Prefer_PMINUB_for_stringop): New.
53001         (index_Prefer_PMINUB_for_stringop): Likewise.
53002         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53003         bit_Prefer_PMINUB_for_stringop.
53005 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53007         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53008         buffer64.
53009         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53010         of casting of buffer.
53011         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53012         buffer32 and buffer64.
53013         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53014         writes instead of casting of buffer.
53015         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53016         buffer32.
53017         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53018         casting of buffer.
53020 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53022         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53024 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53026         * nscd/nscd.c (termination_handler): Don't do anything for a database
53027         if it has not yet been initialized.
53029 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53031         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53033 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53035         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53037 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53039         * po/nl.po: Update from translation team.
53040         * po/sv.po: Likewise.
53042 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53044         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53045         now disallowed by GCC.
53047         * configure.in (use-default-link): Default to yes if a test -shared
53048         link meets our qualifications.
53049         * configure: Regenerated.
53051         * config.make.in (output-format): New variable.
53052         * configure.in: Check for ld --print-output-format support.
53053         * configure: Regenerated.
53054         * Makerules ($(common-objpfx)format.lds)
53055         [$(output-format) != unknown]: Just use $(output-format),
53056         instead of the linker-script munging.
53058 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53060         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53061         of $(common-objpfx)shlib.lds.
53062         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53064         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53065         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53067         * configure.in (-z relro check): Adjust test code to add a large
53068         writable data section after it.
53069         * configure: Regenerated.
53071 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53073         * configure.in (-z relro check): Fix test code to make the variable
53074         truly const.
53075         * configure: Regenerated.
53077 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53079         * nscd/nscd.h (struct traced_file): Define.
53080         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53081         elements.  Add traced_files.
53082         (inotify_fd): Declare.
53083         (register_traced_file): Declare.
53084         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53085         (inotify_fd): Export.
53086         (resolv_conf_descr): Remove.
53087         (nscd_init): Move inotify descriptor creation to main.
53088         Don't register files for notification here.
53089         (register_traced_file): New function.
53090         (invalidate_cache): Don't use reset_res to determine whether to call
53091         res_init, go through the list of registered files.
53092         (main_loop_poll): The inotify descriptors are now stored in the
53093         structures for the traced files.
53094         (main_loop_epoll): Likewise
53095         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53096         to __nss_disable_nscd.
53097         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53098         for a database anymore.  Check the records for all the registered
53099         files instead.
53100         * nss/Makefile (libnss_files-routines): Add files-init.
53101         (libnss_db-routines): Add db-init.
53102         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53103         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53104         * nss/nss_db/db-init.c: New file.
53105         * nss/nss_files/files-init.c: New file.
53106         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53107         __nss_lookup_function.
53108         (__nss_lookup_function): Call nss_load_library.
53109         (nss_load_all_libraries): New function.
53110         (__nss_disable_nscd): Take parameter with callback function for files
53111         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53112         used for the cached services.
53113         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53114         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53115         options for features to all the files in nscd.
53117         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53119 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53121         * csu/elf-init.c (__libc_csu_init): Comment typo.
53123 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53125         * po/pl.po: Update from translation team.
53126         * po/ja.po: Likewise.
53127         * po/ru.po: Likewise.
53128         * po/ko.po: Likewise.
53129         * po/fr.po: Likewise.
53131 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53133         * configure.in (.ctors/.dtors header and trailer check):
53134         Use an empirical test on a built program.
53135         * configure: Regenerated.
53137         * configure.in (-z relro check): Use an empirical test on a built DSO.
53138         Detect, but do not require, on ia64.
53139         * configure: Regenerated.
53141         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53142         Update tests that use readelf to use $READELF instead.
53143         * configure: Regenerated.
53145 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53147         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53148         if the result is not used.
53150 2011-07-05  Andreas Jaeger  <aj@suse.de>
53152         [BZ#9696]
53153         * stdlib/tst-strtod.c: Add testcase.
53155 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53157         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53158         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53159         The latter has a higher limit.  Take additional parameter to pass to
53160         the new function.
53161         (__pathconf): Pass file to __statfs_link_max.
53162         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53163         __statfs_link_max.
53164         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53165         __statfs_link_max.
53167         [BZ #12868]
53168         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53169         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53170         Handle Lustre.
53171         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53172         (__statfs_filesize_max): Likewise.
53173         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53175 2011-07-05  Andreas Jaeger  <aj@suse.de>
53177         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53179 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53181         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53182         `status' variable.
53183         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53184         Likewise.
53186 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53188         * Makefile (strop-tests): Add strncat.
53189         * string/test-strncat.c: New file.
53191 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53193         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53195 2011-06-21  Andreas Jaeger  <aj@suse.de>
53197         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53198         Copy rule from iconvdata/Makefile.
53200 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53202         [BZ #12922]
53203         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53204         but no long options are defined, just return 'W'.
53206 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53208         [BZ #9696]
53209         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53211 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53213         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53214         netgroups to read.
53215         (innetgr): Likewise.
53217 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53219         * config.make.in (install_root): Default to $(DESTDIR).
53221 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53223         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53225 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53227         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53229         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53230         containing directory rather than embedding absolute directory names.
53232         * scripts/check-local-headers.sh: Rewritten using awk.
53233         Match by word, not by line.  Print error messages for matches.
53234         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53236         * Makerules [shlib-lds-flags empty]:
53237         ($(common-objpfx)libc_pic.opts): New target.
53238         ($(common-objpfx)libc_pic.os.clean): New target.
53239         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53241         * config.make.in (OBJCOPY): New variable.
53242         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53243         * configure: Regenerated.
53245         * config.make.in (use-default-link): New variable.
53246         * configure.in (use_default_link): Grok --with-default-link to set it.
53247         * configure: Regenerated.
53248         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53249         (shlib-lds, shlib-lds-flags): Define to empty.
53251         * Makerules (shlib-lds): New variable.
53252         (shlib-lds-flags): New variable.
53253         (build-shlib, build-moduile, build-module-asneeded): Use it.
53254         ($(common-objpfx)libc.so): Use $(shlib-lds).
53255         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53256         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53258         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53259         DT_FLAGS/DT_FLAGS_1 with zero flags.
53261         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53262         linker script munging.
53264 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53266         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53267         as 128-bit value.
53268         * crypt/sha512.c (sha512_process_block): Perform total addition using
53269         128-bit if possible.
53270         (__sha512_finish_ctx): Likewise.
53271         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53272         as 64-bit value.
53273         * crypt/sha256.c (SWAP64): Define.
53274         (sha256_process_block): Perform total addition using 64-bit if
53275         possible.
53276         (__sha256_finish_ctx): Likewise.
53278 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53280         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53281         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53282         * nscd/hstcache.c (cache_addhst): Likewise.
53283         * nscd/grpcache.c (cache_addgr): Likewise.
53284         * nscd/aicache.c (addhstaiX): Likewise
53285         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53287 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53289         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53290         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53291         * nscd/hstcache.c (cache_addhst): Likewise.
53292         * nscd/grpcache.c (cache_addgr): Likewise.
53293         * nscd/aicache.c (addhstaiX): Likewise
53295 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53297         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53298         domain only when needed.
53300 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53302         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53303         is always restored.
53305 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53307         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53308         are re-adding the entry.
53309         * nscd/servicescache.c (cache_addserv): Likewise.
53311 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53313         * sysdeps/generic/dl-irel.h: fix protection against multiple
53314         inclusions.
53315         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53317 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53319         [BZ #12935]
53320         * malloc/memusage.sh: Fix quoting in message.
53321         * debug/xtrace.sh: Likewise.
53323         * configure.in: Remove support for --experimental-malloc option, make
53324         it the default.
53325         * config.make.in: Likewise.
53326         * malloc/Makefile: Likewise.
53328 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53330         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53331         two-byte characters.
53333 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53335         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53336         AC_CACHE_CHECK invocation.
53337         * configure: Regenerated.
53339         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53341 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53343         [BZ #12350]
53344         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53345         bit from old_res_options.
53347         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53349         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53350         value type for setfct.
53352 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53355         __gettimeofday instead of gettimeofday.
53357 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53359         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53361 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53363         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53365         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53366         info.
53368 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53370         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53371         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53372         strcpy-sse2-unaligned strncpy-sse2-unaligned
53373         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53374         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53375         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53376         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53377         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53378         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53379         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53380         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53381         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53382         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53383         (STRCPY): Support SSE2 and SSSE3 versions.
53385 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53387         [BZ #12874]
53388         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53389         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53390         kernels which artificially limit size of requests.
53392 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53394         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53395         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53396         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53397         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53398         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53399         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53400         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53401         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53402         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53403         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53404         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53405         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53406         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53407         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53408         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53409         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53410         Enable unaligned load optimization for Intel Core i3, i5 and i7
53411         processors.
53412         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53413         Define.
53414         (index_Fast_Unaligned_Load): Define.
53415         (HAS_FAST_UNALIGNED_LOAD): Define.
53417 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53419         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53421 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53423         [BZ #12907]
53424         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53425         until it is clear that the information is realy needed.
53426         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53428 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53430         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53432 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53434         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53435         /sys/devices/system/cpu/online if it is usable.
53437         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53438         reading the information from the /proc filesystem to once a second.
53440 2011-06-21  Andreas Jaeger  <aj@suse.de>
53442         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53443         NULL after inclusion of kernel headers.
53445 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53447         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53448         calls to internal_setent.
53450         [BZ #12885]
53451         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53452         addresses using gethostbyname4_r ignore IPv4 addresses.
53454         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53455         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53457         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53459 2011-06-20  David S. Miller  <davem@davemloft.net>
53461         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53462         inclusions.
53463         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53465         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53466         (elf_irel): Use it.
53467         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53468         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53469         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53470         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53471         * sysdeps/x86_64/dl-irel.h: Likewise.
53473         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53474         * elf/dl-sym.c: Likewise.
53476 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53478         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53479         need to dereference resplen2.
53481 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53483         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53485 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53487         * Makeconfig: Define vardbdir and inst_vardbdir.
53488         * nss/Makefile: Add rules to install db-Makefile.
53490         * nss/nss_db/db-XXX.c: Cleanup.
53492         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53493         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53494         GLIBC_PRIVATE.
53495         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53496         * nss/makedb.c: Implement -g option to specify that value strings
53497         are generated and should not be added to table iterated over for
53498         get*ent calls.
53499         * nss/nss_db/db-initgroups.c: New file.
53501         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53502         interface.
53504         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53505         (internal_getgrouplist): Adjust to name change.
53506         Update use_initgroups_entry if this is not the first call.
53507         * nss/databases.def: Add initgroups entry.
53509         * nss/makedb.c (compute_tables): Check result of multiple hash table
53510         sizes to minimize maximum chain length.
53512 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53514         * Versions.def: Add entry for libnss_db.
53515         * shlib-versions: Likewise.
53516         * nss/Makefile: Add rules to build libnss_db.
53517         * nss/Versions: Add libnss_db information.  Organize libnss_files
53518         entries better.
53519         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53520         makedb progra.  Some minor improvements to generate smaller files.
53521         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53522         here from...
53523         * nss/makedb.c: ...here.
53524         Improve database format to be smaller and require less memory at
53525         runtime.
53526         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53527         db anymore.
53528         * nss/nss_db/db-netgrp.c: Likewise.
53529         * nss/nss_db/db-open.c: Likewise.
53530         * nss/nss_files/flies-XXX.x: Adjust comments.
53531         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53532         * nss/nss_files/files-grp.c: Likewise.
53533         * nss/nss_files/files-hosts.c: Likewise.
53534         * nss/nss_files/files-network.c: Likewise.
53535         * nss/nss_files/files-proto.c: Likewise.
53536         * nss/nss_files/files-pwd.c: Likewise.
53537         * nss/nss_files/files-rpc.c: Likewise.
53538         * nss/nss_files/files-service.c: Likewise.
53539         * nss/nss_files/files-sgrp.c: Likewise.
53540         * nss/nss_files/files-spwd.c: Likewise.
53541         * nss/nss_db/db-alias.c: Removed.
53542         * nss/nss_db/dummy-db.h: Removed.
53544 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53546         * nss/makedb.c: Rewritten to not use database library.
53547         * nss/Makefile: Update to build new makedb program.
53549 2011-06-14  Andreas Jaeger  <aj@suse.de>
53551         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53552         memset declaration.
53554 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53556         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53557         tmpbuf.
53559 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53561         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53562         * elf/Makefile ($(objpfx)ld.so): Likewise.
53564         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53565         Don't list ld.so twice in dependencies.
53567         * posix/bug-regex31.c: Include <stdlib.h>.
53569         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53571         * nis/nss_compat/compat-spwd.c
53572         (getspent_next_nss_netgr): Remove unused variable.
53573         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53575         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53576         nonmembers" output to use the right array.
53578         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53580         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53582         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53583         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53584         * catgets/gencat.c (read_input_file): Likewise.
53585         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53587         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53588         variable definition inside #if's controlling its use.
53590         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53592         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53594         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53596         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53597         unreachable code.
53599         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53601         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53602         * configure: Regenerated.
53604         * Makerules: Revert last change.
53605         * elf/Makefile: Likewise.
53607 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53609         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53610         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53611         (reloc-link): Likewise.
53613 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53615         * elf/Makefile: Add rules to build pldd.
53616         * elf/pldd.c: New file.
53617         * elf/pldd-xx.c: New file.
53619 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53621         * version.h: Update for 2.15 development version.
53623 2011-06-07  David S. Miller  <davem@davemloft.net>
53625         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53626         ifuncs.
53627         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53628         elf_machine_lazy_rel): Likewise.
53629         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53630         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53631         elf_machine_lazy_rel): Likewise.
53632         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53633         dl_hwcap via passed in argument.
53634         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53635         Likewise.
53637 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53639         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53641 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53643         [BZ #12849]
53644         * manual/fdl-1.1.texi: New file, verbatim from:
53645         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53646         * manual/lgpl-2.1.texi: New file, verbatim from:
53647         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53648         * manual/Makefile (licenses): New variable, list those new file names.
53649         (texis): Use it.
53650         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53652         * manual/fdl.texi: File removed.
53653         * manual/lesser.texi: File removed.
53654         * manual/libc.texinfo (Copying, Documentation License):
53655         Use new @include file names, put @appendix directive before @include.
53657 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53659         [BZ #12841]
53660         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53661         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53662         (mq_open): Add __NTH.
53664 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53666         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53667         Assume Intel Core i3/i5/i7 processor if AVX is available.
53669 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53671         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53672         typo.
53674 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53676         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53677         memory.  Use alloca_account.  Fix memory leak when retrying.
53679 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53681         * version.h (RELEASE): Bump for 2.14 release.
53682         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53684         * config.make.in (RANLIB): Remove entry.
53686 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53688         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53689         (libc.pot): Work around missing support for .ksh extension in xgettext.
53691         [BZ #12684]
53692         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53693         if both request failed.
53694         (send_dg): In case of server errors clear resplen or *resplen2.
53696         [BZ #12454]
53697         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53698         when there are multiple maps.
53699         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53700         (_dl_fini): Remove test here.
53702         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53704 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53706         [BZ #12350]
53707         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53708         bit from old_res_options.
53709         (gaih_inet): Likewise.
53711         [BZ #11099]
53712         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53713         as signed.
53715         * resolv/res_init.c (res_setoptions): Make the code more compact.
53717         [BZ #11558]
53718         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53719         set RES_USEVC.
53721         [BZ #11634]
53722         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53724         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53726         [BZ #11781]
53727         * malloc/malloc.h: Declare malloc hook variables as volatile.
53729         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53730         in last patch.
53732         [BZ #11799]
53733         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53734         raise in the comment.
53735         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53736         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53737         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53739 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53741         [BZ #12811]
53742         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53743         grow the buffers more if it already has to be sufficient.
53744         (build_wcs_upper_buffer): Likewise.
53745         * posix/regexec.c (check_matching): Likewise.
53746         (clean_state_log_if_needed): Likewise.
53747         (extend_buffers): Don't enlarge buffers beyond size of the input
53748         buffer.
53749         Patches mostly by Emil Wojak <emil@wojak.eu>.
53750         * posix/bug-regex32.c: New file.
53751         * posix/Makefile (tests): Add bug-regex32.
53753         * locale/findlocale.c (_nl_find_locale): Return right away if
53754         _nl_explode_name failed.
53755         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53757         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53759         * debug/xtrace.sh: Unify messages.
53760         * malloc/memusage.sh: Likewise.
53762         [BZ #12813]
53763         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53764         time symbol from vDSO.  Substitute with vsyscall if not available.
53765         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53766         __vdso_time.
53768         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53769         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53770         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53771         Add sendmmsg and internal_sendmmsg.
53772         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53773         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53774         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53776         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53777         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53778         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53780 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53782         [BZ #12813]
53783         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53784         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53785         available.
53786         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53787         __vdso_getcpu.
53789         [BZ #12814]
53790         * iconvdata/Makefile (tests): Add bug-iconv9.
53791         * iconvdata/bug-iconv9.c: New file.
53793 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53795         [BZ #12814]
53796         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53798 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53800         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53801         (struct user_regs_struct): Change intcs field back to cs.
53803 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53805         * po/ja.po: Update from translation team.
53807 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53809         [BZ #12795]
53810         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53811         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53813 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53815         * stdlib/longlong.h: Update from GCC.
53817 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53819         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53820         parameter name.
53821         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53822         Add parameter name.
53823         (__sysconf): Pass it down.
53825 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53827         [BZ #12671]
53828         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53829         some situations.
53830         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53831         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53832         add in in __libc_use_alloca calls.  Adjust callers.
53833         (glob): Use malloc in some situations.
53835         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53836         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53837         pltexit.
53839 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53841         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53842         and CLOCK_BOOTTIME_ALARM.
53844         [BZ #12782]
53845         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53846         is returned.
53848         * string/_strerror.c (__strerror_r): Print negative errors as signed
53849         numbers.
53851         [BZ #12777]
53852         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53853         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53854         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53856         * configure.in: Fix typo in redirection and correct removal of test
53857         files in two cases.
53859         [BZ #12788]
53860         * locale/setlocale.c (new_composite_name): Fix test to check for
53861         identical name of all categories.
53863         [BZ #12792]
53864         * libio/filedoalloc.c (local_isatty): New function.
53865         (_IO_file_doallocate): Use local_isatty.
53866         * stdio-common/perror.c (perror): In case a new stream is used
53867         forward the stream error.
53868         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53869         error flag.
53871 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53873         [BZ #11869]
53874         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53875         alloca.
53876         * include/alloca.h (extend_alloca_account): Define.
53878         [BZ #11857]
53879         * posix/regex.h: Fix comments with documentation of user-accessible
53880         fields after compilation and describe correct free'ing of pattern
53881         after re_compile_pattern.
53882         Patch by Reuben Thomas <rrt@sc3d.org>.
53884 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53886         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53887         and -mno-altivec to prevent the compiler from using Altivec and/or
53888         VSX instructions when the corresponding registers are not available.
53890 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53892         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53894 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53896         * libio/freopen.c (freopen): Use __dup2, not dup2.
53897         * libio/freopen64.c (freopen64): Likewise.
53899 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53901         [BZ #12775]
53902         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53903         * math/Makefile (tests): Add test-powl.
53904         (CFLAGS-test-powl.c): Define.
53905         * math/test-powl.c: New file.
53907 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53909         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53911 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53913         [BZ #11837]
53914         * iconvdata/gb18030.c: Update to GB18020-2005.
53916 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53918         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53919         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53920         Patch by Aharon Robbins <arnold@skeeve.com>.
53922         [BZ #11892]
53923         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53924         on the stack.
53926         [BZ #11895]
53927         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53928         through underflows.
53930         [BZ #12766]
53931         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53932         point to strings before performing equality test for error_one_per_line
53933         mode.
53935         [BZ #11697]
53936         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53938         [BZ #11820]
53939         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53940         (struct user_fpregs_struct): Avoid __uint*_t types.
53942         [BZ #6420]
53943         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53944         symbol info.  Use it instead of calling _dl_addr locally.
53945         (lock_and_info): New function.
53946         (tr_freehook): Call lock_and_info and pass symbol info as additional
53947         parameter to tr_where.
53948         (tr_mallochook): Likewise.
53949         (tr_reallochook): Likewise.
53950         (tr_memalignhook): Likewise.
53952         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53953         used and couldn't be at all thread-safe.
53955 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53957         * libio/freopen.c (freopen): Don't close old file descriptor
53958         before the new one is opened.  Instead dup the new file descriptor
53959         to the old one after the new stream is created.
53960         * libio/freopen64.c (freopen64): Likewise.
53961         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53962         * libio/fileops.c (_IO_new_file_close_it): Handle new
53963         _IO_FLAGS2_NOCLOSE flag.
53964         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53965         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53966         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53967         _IO_FLAGS2_NOCLOSE flag.
53968         * include/unistd.h: Add hidden_proto for dup3.
53969         Define __have_dup3.
53970         * io/dup3.c: Define hidden symbol.
53971         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53973         [BZ #7101]
53974         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53975         when an incomplete long option is used.
53976         * posix/tst-getopt_long1.c: New file.
53977         * posix/Makefile (tests): Add tst-getopt_long1.
53979         [BZ #10138]
53980         * scripts/config.guess: Update from autoconf-2.68.
53981         * scripts/config.sub: Likewise.
53983         [BZ #10157]
53984         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53985         tests into ...
53986         (has_cpuclock): ...this.  New function.
53987         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53988         macro here based on has_cpuclock code.
53990         [BZ #10149]
53991         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53992         First byte (not low byte) is now always NUL.
53993         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53995         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53996         Use non-cancelable interfaces.
53998         [BZ #9809]
53999         * locale/iso-639.def: Add entry for Sorani.
54001         [BZ #11901]
54002         * include/stdlib.h: Move include protection to the right place.
54003         Define abort_msg_s.  Declare __abort_msg with it.
54004         * stdlib/abort.c (__abort_msg): Adjust type.
54005         * assert/assert.c (__assert_fail_base): New function.  Majority
54006         of code from __assert_fail.  Allocate memory for __abort_msg with
54007         mmap.
54008         (__assert_fail): Now call __assert_fail_base.
54009         * assert/assert-perr.c: Remove bulk of implementation.  Use
54010         __assert_fail_base.
54011         * include/assert.hL Declare __assert_fail_base.
54012         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54013         mmap.
54014         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54016 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54018         [BZ #11952]
54019         [BZ #12453]
54020         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54021         until all modules are registered in the DTV.
54022         * elf/Makefile: Add rules to build and run tst-tls19.
54023         * elf/tst-tls19.c: New file.
54024         * elf/tst-tls19mod1.c: New file.
54025         * elf/tst-tls19mod2.c: New file.
54026         * elf/tst-tls19mod3.c: New file.
54027         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54029         [BZ #12083]
54030         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54031         correctly.
54033         [BZ #12601]
54034         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54035         two-byte sequence errors.
54036         * iconvdata/Makefile (tests): Add bug-iconv8.
54037         * iconvdata/bug-iconv8.c: New file.
54039         [BZ #12626]
54040         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54041         buf2 definition.
54043         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54045         [BZ #12432]
54046         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54047         (dummy_getcfa): New function.
54048         (init): Get _Unwind_GetCFA address, use dummy if not found.
54049         (backtrace_helper): In recursion check, also check whether CFA changes.
54050         (__backtrace): Completely initialize arg.
54052         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54053         storing incomplete byte sequence in state object.  Avoid testing for
54054         guaranteed too small input if we know there is enough data available.
54056 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54058         * Makeconfig (+link-pie): Indent.
54059         * Rules (binaries-pie): Define if $(have-fpie) and
54060         $(build-shared).
54061         (binaries-shared): Also filter out $(binaries-pie).
54062         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54063         * nscd/Makefile (others-pie): Add nscd.
54064         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54065         ($(objpfx)nscd): Remove command override.
54066         * login/Makefile (others-pie): Add pt_chown.
54067         ($(objpfx)pt_chown): Remove command override.
54068         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54069         remove command overrides.
54071 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54073         * libio/tst_putwc.c: Fix error messages.
54075         [BZ #12724]
54076         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54077         currently writing and seek to current position when not.
54078         * libio/Makefile (tests): Add bug-fclose1.
54079         * libio/bug-fclose1.c: New file.
54081 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54083         [BZ #12511]
54084         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54085         don't set DF_1_NODELETE here.
54086         (do_lookup_x): When entering new entry test for copy relocation
54087         and if necessary set DF_1_NODELETE flag.
54088         * elf/tst-unique4.cc: New file.
54089         * elf/tst-unique4.h: New file.
54090         * elf/tst-unique4lib.cc: New file.
54091         * elf/Makefile: Add rules to build and run tst-unique4.
54092         Patch by Piotr Bury <pbury@goahead.com>.
54094 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54096         [BZ #12052]
54097         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54099         [BZ #12625]
54100         * misc/mntent_r.c (addmntent): Flush the stream after the output
54102         [BZ #12393]
54103         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54104         (is_trusted_path_normalize): Skip initial colon.  Append slash
54105         to empty buffer.  Duplicate is_trusted_path code but allow
54106         constructed patch to be prefix.
54107         (is_dst): Allow $ORIGIN followed by /.
54108         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54109         Correct testing of result of is_trusted_path_normalize
54110         (decompose_rpath): Fix warning.
54112 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54114         [BZ #11257]
54115         * grp/initgroups.c (internal_getgrouplist): When we found the service
54116         list through the initgroups entry in nsswitch.conf do not always
54117         continue on a successful lookup.  Don't always use the
54118         __nss_group_database value if it is set.
54119         * nss/nsswitch.conf (initgroups): Change action for successful db
54120         lookup to continue for compatibility.
54122 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54124         [BZ #11532]
54125         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54126         and CP774 modules.
54127         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54128         and CP774 modules.
54129         * iconvdata/tst-tables.sh: Likewise.
54130         * iconvdata/cp770.c: New file.
54131         * iconvdata/cp771.c: New file.
54132         * iconvdata/cp772.c: New file.
54133         * iconvdata/cp773.c: New file.
54134         * iconvdata/cp774.c: New file.
54135         * iconvdata/testdata/CP770: New file.
54136         * iconvdata/testdata/CP770..UTF8: New file.
54137         * iconvdata/testdata/CP771: New file.
54138         * iconvdata/testdata/CP771..UTF8: New file.
54139         * iconvdata/testdata/CP772: New file.
54140         * iconvdata/testdata/CP772..UTF8: New file.
54141         * iconvdata/testdata/CP773: New file.
54142         * iconvdata/testdata/CP773..UTF8: New file.
54143         * iconvdata/testdata/CP774: New file.
54144         * iconvdata/testdata/CP774..UTF8: New file.
54146         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54147         END CHARMAP line.
54148         * iconvdata/gen-8bit-gap.sh: Likewise.
54149         * iconvdata/gen-8bit.sh: Likewise.
54151         * locale/iso-639.def: Add ary entry.
54153         [BZ #11258]
54154         * locale/C-translit.h.in: Add U20A1 transliteration.
54156         [BZ #12178]
54157         * locale/iso-639.def: Add wae entry.
54158         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54160         [BZ #12545]
54161         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54162         for n.
54164         [BZ #12711]
54165         * locale/C-translit.h.in: Add entry for U20B9.
54166         Patch by pravin.d.s@gmail.com.
54168 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54170         [BZ #12713]
54171         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54172         ENAMETOOLONG use generic getcwd.
54173         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54174         in rtld.  Use *stat64.
54175         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54176         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54177         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54178         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54179         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54180         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54181         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54182         __fstatat64 macros.
54183         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54184         * dirent/rewinddir.c: Add libc_hidden_def.
54185         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54186         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54188         * include/dirent.h (__alloc_dir): Add flags parameter.
54189         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54190         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54191         __alloc_dir.
54192         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54193         from fdopendir if O_CLOEXEC is already set.
54195 2011-03-15  Alan Modra  <amodra@gmail.com>
54197         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54198         l_tls_firstbyte_offset non-zero.  Save padding offset in
54199         l_tls_firstbyte_offset for later use.
54200         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54201         freeing static tls block.
54203 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54205         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54206         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54207         being defined by the kernel headers.
54209 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54211         [BZ #12734]
54212         * resolv/resolv.h: Define RES_NOTLDQUERY.
54213         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54214         no-tld-query and set RES_NOTLDQUERY.
54215         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54216         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54217         modern BIND to search name as TLD unless forbidden.
54219 2011-05-07  Petr Baudis  <pasky@suse.cz>
54220             Ulrich Drepper  <drepper@gmail.com>
54222         [BZ #12393]
54223         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54224         (is_trusted_path): ...to here.
54225         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54226         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54227         using is_trusted_path_normalize() in setuid scripts.
54229 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54231         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54232         __BEGIN/__END_DECLS.
54234 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54236         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54237         NSS_STATUS_NOTFOUND if no record was found.
54239 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54241         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54242         (headers-not-in-tirpc): Remove rpc/netdb.h
54243         * resolv/netdb.h: Revert last change.
54245 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54247         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54248         circular dependency between libgcc.a and libc.a.
54250 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54252         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54253         * nis/Makefile: Don't install rpcsvc/*.
54254         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54255         instead of <rpc/types.h>.
54256         (MAXHOSTNAMELEN): Define.
54258 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54260         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54262 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54264         [BZ #12714]
54265         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54266         gethostbyname4_r when IPv6 results are possible.
54268 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54270         [BZ #12723]
54271         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54272         _PC_PIPE_BUF handling.
54274 2011-04-30  Bruno Haible  <bruno@clisp.org>
54276         [BZ #12717]
54277         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54278         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54279         to 'int'.
54280         * inet/getnameinfo.c (getnameinfo): Likewise.
54282 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54284         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54285         to groups setting in database lookup.
54286         * nss/nsswitch.conf: Add initgroups entry.
54288 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54290         [BZ #12685]
54291         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54292         mode string.
54293         Patch by Eric Blake <eblake@redhat.com>.
54295 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54297         * sunrpc/Makefile (need-export-routines): Add svc_run.
54298         (routines): Remove svc_run.
54299         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54300         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54301         * sunrpc/svc_run.c (svc_run): Likewise.
54302         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54304 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54306         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54307         problem in reallocation in last patch.
54309 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54311         * sunrpc/Makefile: Move inclusion of Rules.
54313 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54315         * nss/nss_files/files-initgroups.c: New file.
54316         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54317         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54318         _nss_files_initgroups_dyn.
54320 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54322         * elf/elf.h (R_ARM_IRELATIVE): Define.
54324 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54326         * po/ru.po: Update from translation team.
54328 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54330         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54331         dependencies.
54333 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54335         [BZ #12653]
54336         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54337         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54338         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54339         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54340         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54342 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54344         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54345         differing bytes.
54346         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54347         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54348         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54350 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54352         [BZ #12420]
54353         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54354         storing it.
54355         * stdlib/bug-getcontext.c: New file.
54356         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54358 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54360         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54361         instructions into .machine "z9-109".
54362         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54363         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54365 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54367         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54368         between environment variables and auxiliary vector.
54370 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54372         * Makefile: Add rules to build linkobj/libc.so.
54373         * include/libc-symbols.h: Define libc_hidden_nolink.
54374         * include/rpc/auth.h: Mark functions which are to be hidden.
54375         * include/rpc/auth_des.h: Likewise.
54376         * include/rpc/auth_unix.h: Likewise.
54377         * include/rpc/clnt.h: Likewise.
54378         * include/rpc/des_crypt.h: Likewise.
54379         * include/rpc/key_prot.h: Likewise.
54380         * include/rpc/pmap_clnt.h: Likewise.
54381         * include/rpc/pmap_prot.h: Likewise.
54382         * include/rpc/pmap_rmt.h: Likewise.
54383         * include/rpc/rpc_msg.h: Likewise.
54384         * include/rpc/svc.h: Likewise.
54385         * include/rpc/svc_auth.h: Likewise.
54386         * include/rpc/xdr.h: Likewise.
54387         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54388         * nss/Makefile: Likewise.
54389         * sunrpc/Makefile: Don't install headers.  Build library with normal
54390         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54391         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54392         for the compat linking library.  Remove use of INTDEF/INTUSE.
54393         * sunrpc/auth_none.c: Likewise.
54394         * sunrpc/auth_unix.c: Likewise.
54395         * sunrpc/authdes_prot.c: Likewise.
54396         * sunrpc/authuxprot.c: Likewise.
54397         * sunrpc/clnt_gen.c: Likewise.
54398         * sunrpc/clnt_perr.c: Likewise.
54399         * sunrpc/clnt_raw.c: Likewise.
54400         * sunrpc/clnt_simp.c: Likewise.
54401         * sunrpc/clnt_tcp.c: Likewise.
54402         * sunrpc/clnt_udp.c: Likewise.
54403         * sunrpc/clnt_unix.c: Likewise.
54404         * sunrpc/des_crypt.c: Likewise.
54405         * sunrpc/des_soft.c: Likewise.
54406         * sunrpc/get_myaddr.c: Likewise.
54407         * sunrpc/key_call.c: Likewise.
54408         * sunrpc/key_prot.c: Likewise.
54409         * sunrpc/netname.c: Likewise.
54410         * sunrpc/pm_getmaps.c: Likewise.
54411         * sunrpc/pm_getport.c: Likewise.
54412         * sunrpc/pmap_clnt.c: Likewise.
54413         * sunrpc/pmap_prot.c: Likewise.
54414         * sunrpc/pmap_prot2.c: Likewise.
54415         * sunrpc/pmap_rmt.c: Likewise.
54416         * sunrpc/publickey.c: Likewise.
54417         * sunrpc/rpc_cmsg.c: Likewise.
54418         * sunrpc/rpc_common.c: Likewise.
54419         * sunrpc/rpc_dtable.c: Likewise.
54420         * sunrpc/rpc_prot.c: Likewise.
54421         * sunrpc/rpc_thread.c: Likewise.
54422         * sunrpc/rtime.c: Likewise.
54423         * sunrpc/svc.c: Likewise.
54424         * sunrpc/svc_auth.c: Likewise.
54425         * sunrpc/svc_authux.c: Likewise.
54426         * sunrpc/svc_raw.c: Likewise.
54427         * sunrpc/svc_run.c: Likewise.
54428         * sunrpc/svc_simple.c: Likewise.
54429         * sunrpc/svc_tcp.c: Likewise.
54430         * sunrpc/svc_udp.c: Likewise.
54431         * sunrpc/svc_unix.c: Likewise.
54432         * sunrpc/svcauth_des.c: Likewise.
54433         * sunrpc/xcrypt.c: Likewise.
54434         * sunrpc/xdr.c: Likewise.
54435         * sunrpc/xdr_array.c: Likewise.
54436         * sunrpc/xdr_float.c: Likewise.
54437         * sunrpc/xdr_intXX_t.c: Likewise.
54438         * sunrpc/xdr_mem.c: Likewise.
54439         * sunrpc/xdr_rec.c: Likewise.
54440         * sunrpc/xdr_ref.c: Likewise.
54441         * sunrpc/xdr_sizeof.c: Likewise.
54442         * sunrpc/xdr_stdio.c: Likewise.
54444 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54446         [BZ #12650]
54447         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54448         * sysdeps/ia64/dl-tls.h: Likewise.
54449         * sysdeps/powerpc/dl-tls.h: Likewise.
54450         * sysdeps/s390/dl-tls.h: Likewise.
54451         * sysdeps/sh/dl-tls.h: Likewise.
54452         * sysdeps/sparc/dl-tls.h: Likewise.
54453         * sysdeps/x86_64/dl-tls.h: Likewise.
54454         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54456 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54458         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54459         rpath element also skip the following colon.
54460         (expand_dynamic_string_token): Add is_path parameter and pass
54461         down to DL_DST_REQUIRED and _dl_dst_substitute.
54462         (decompose_rpath): Call expand_dynamic_string_token with
54463         non-zero is_path.  Ignore empty rpaths.
54464         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54465         with zero is_path.
54467 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54470         Make cancelable.
54472 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54474         [BZ #12655]
54475         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54476         Patch by Filipe David Manana <fdmanana@apache.org>.
54478 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54480         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54481         Maintain aligned stack.
54482         (CHECK_RSP): Remove unused macro.
54484 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54486         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54487         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54489 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54491         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54493         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54495 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54497         [BZ #12518]
54498         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54499         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54500         * sysdeps/x86_64/memmove.c: New file.
54501         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54502         (memcpy): Renamed to ...
54503         (__new_memcpy): This.
54504         (memcpy): Provide GLIBC_2_14 memcpy.
54505         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54506         (memcpy): Provide GLIBC_2_2_5 memcpy.
54508 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54510         [BZ #12631]
54511         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54513 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54515         * misc/syncfs.c: New file.
54516         * misc/Makefile (routines): Add syncfs.
54517         * posix/unistd.h: Declare syncfs.
54518         * sysdeps/unix/syscalls.list: Add syncfs.
54520 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54522         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54523         open_by_handle_at.
54524         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54525         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54526         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54527         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54528         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54529         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54530         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54532 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54534         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54536         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54537         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54538         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54539         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54540         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54542         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54543         sync_file_range.c with -fexceptions.
54544         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54545         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54546         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54547         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54548         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54549         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54550         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54551         sync_file_range as cancellation point
54552         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54553         now a wrapper around __call_sync_file_range with cancellation handling.
54554         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54555         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54556         function name to __call_sync_file_range.
54557         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54558         Add call_sync_file_range.
54560 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54562         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54563         bits/timex.h.
54565 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54567         * iconv/iconv.h: Fix typo in comment.
54568         * io/fcntl.h: Likewise.
54569         * libio/stdio.h: Likewise.
54570         * posix/spawn.h: Likewise.
54571         * posix/unistd.h: Likewise.
54572         * stdlib/stdlib.h: Likewise.
54573         * time/time.h: Likewise.
54574         * wcsmbs/wchar.h: Likewise.
54576         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54577         open_by_handle): Add.
54578         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54579         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54580         Augment a few comments.
54581         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54582         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54583         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54584         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54585         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54586         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54587         open_by_handle.
54589         * io/fcntl.h (AT_EMPTY_PATH): Define.
54591 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54593         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54594         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54595         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54596         to...
54597         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54598         * Versions.def: Add GLIBC_2.14.
54599         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54600         Export.
54602 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54604         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54605         round counter.
54606         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54608 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54610         [BZ #12597]
54611         * string/test-strncmp.c (do_page_test): New function.
54612         (check2): Likewise.
54613         (test_main): Call check2.
54614         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54616 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54618         [BZ #12587]
54619         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54620         Handle cache information in CPU leaf 4.
54621         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54623 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54625         [BZ #12583]
54626         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54627         character representation.
54628         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54630 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54632         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54633         END(__isnan) to END(__isnanf) to match function entry point/label
54634         EALIGN(__isnanf,...).
54636 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54638         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54640 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54642         [BZ #12510]
54643         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54644         copy from the symbol referenced in the relocation to initialize the
54645         used variable.
54646         Patch by Piotr Bury <pbury@goahead.com>.
54647         * elf/Makefile: Add rules to build and tst-unique3.
54648         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54649         * elf/tst-unique3.cc: New file.
54650         * elf/tst-unique3.h: New file.
54651         * elf/tst-unique3lib.cc: New file.
54652         * elf/tst-unique3lib2.cc: New file.
54654         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54656 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54658         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54659         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54660         to _start.
54662 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54664         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54665         to-be-loaded object along a path to loader is ld.so.
54667 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54668             Ulrich Drepper  <drepper@gmail.com>
54670         * sysdeps/x86_64/memset.S: After aligning destination, code
54671         branches to different locations depending on the value of
54672         misalignment, when multiarch is enabled. Fix this.
54674 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54676         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54677         Set _x86_64_preferred_memory_instruction for AMD processsors.
54678         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54679         Set bit_Prefer_SSE_for_memop for AMD processors.
54681 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54683         * libio/fmemopen.c (fmemopen): Optimize a bit.
54685 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54687         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54689 2011-03-03  Roland McGrath  <roland@redhat.com>
54691         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54693 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54695         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54696         __bzero_ultra1 instead of __memset_ultra1.
54698 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54699             Ulrich Drepper  <drepper@gmail.com>
54701         [BZ #12509]
54702         * include/link.h (struct link_map): Add l_orig_initfini.
54703         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54704         returning unsuccessfully.
54705         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54706         close of a file loaded at startup, restore the original l_initfini
54707         list.
54708         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54709         list, store the pointer.
54710         * elf/Makefile ($(objpfx)noload-mem): New rule.
54711         (noload-ENV): Define.
54712         (tests): Add $(objpfx)noload-mem.
54713         * elf/noload.c: Include <memcheck.h>.
54714         (main): Call mtrace.  Close all opened handles.
54716 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54718         [BZ #12454]
54719         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54720         dependencies are missing.
54722 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54724         Fix __if_freereq crash: Unlike the generic version which uses free,
54725         Hurd needs munmap.
54726         * sysdeps/mach/hurd/ifreq.h: New file.
54728 2011-01-27  Petr Baudis  <pasky@suse.cz>
54729             Ulrich Drepper  <drepper@gmail.com>
54731         [BZ 12445]#
54732         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54733         to extend_alloca().
54734         * stdio-common/bug23.c: New file.
54735         * stdio-common/Makefile (tests): Add bug23.
54737 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54738             Ulrich Drepper  <drepper@gmail.com>
54740         [BZ #12489]
54741         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54742         before performing relro protection.  At old place add assertion
54743         to make sure nothing changed.
54745 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54746             Glauber de Oliveira Costa  <glommer@gmail.com>
54748         * elf/elf.h: Add new ARM TLS relocs.
54750 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54753         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54754         cast from r3.
54755         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54756         'tests' variable.
54757         * sysdeps/wordsize-64/tst-writev.c: New file.
54759 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54761         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54762         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54763         insns in _dl_start to prevent a TOC reference before relocs are
54764         resolved.
54766 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54768         [BZ #12469]
54769         * Makeconfig: Remove RANLIB definition.
54770         * Makerules: Don't use RANLIB.
54771         * aclocal.m4: Remove ranlib test.
54772         * configure.in: No need to check for ranlib.
54773         * elf/rtld-Rules: Don't use RANLIB.
54775 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54777         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54778         protection macro.
54779         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54780         inclusion protection macro.
54782         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54783         SIGRTMIN and SIGRTMAX and print information in that case only when
54784         SIGRTMIN is defined.
54786 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54788         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54789         arginfo fn returning -1.
54791         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54792         and thousands string is zero terminated.
54794 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54796         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54797         sysdeps/unix/sysv/linux/bits/socket.h.
54799 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54801         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54802         (__CPU_COUNT): Remove old macros.
54803         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54804         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54805         (__CPU_ALLOC, __CPU_FREE): Add macros.
54806         (__sched_cpualloc, __sched_cpufree): Add declarations.
54808 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54810         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54811         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54812         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54813         (readdhstai): Return value of addhstaiX call.
54814         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54815         (addgrbyX): Return value returned by cache_addgr.
54816         (readdgrbyname): Return value returned by addgrbyX.
54817         (readdgrbygid): Likewise.
54818         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54819         (addpwbyX): Return value returned by cache_addpw.
54820         (readdpwbyname): Return value returned by addhstbyX.
54821         (readdpwbyuid): Likewise.
54822         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54823         (addservbyX): Return value returned by cache_addserv.
54824         (readdservbyname): Return value returned by addservbyX:
54825         (readdservbyport): Likewise.
54826         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54827         (addhstbyX): Return value returned by cache_addhst.
54828         (readdhstbyname): Return value returned by addhstbyX.
54829         (readdhstbyaddr): Likewise.
54830         (readdhstbynamev6): Likewise.
54831         (readdhstbyaddrv6): Likewise.
54832         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54833         (readdinitgroups): Return value returned by addinitgroupsX.
54834         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54835         (prune_cache): Keep track of timeout value of re-added entries.
54836         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54837         * nscd/nscd.h: Adjust prototypes of readd* functions.
54839 2011-02-04  Roland McGrath  <roland@redhat.com>
54841         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54842         (nis_stats): Likewise.
54843         * nis/nis_modify.c (nis_modify): Likewise.
54844         * nis/nis_remove.c (nis_remove): Likewise.
54845         * nis/nis_add.c (nis_add): Likewise.
54847         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54849         * posix/fnmatch_loop.c: Add some consts.
54851         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54853 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54855         [BZ #12460]
54856         * config.make.in (config-cflags-novzeroupper): Define.
54857         * configure.in: Substitute libc_cv_cc_novzeroupper.
54858         * elf/Makefile (AVX-CFLAGS): Define.
54859         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54860         (CFLAGS-tst-auditmod4a.c): Likewise.
54861         (CFLAGS-tst-auditmod4b.c): Likewise.
54862         (CFLAGS-tst-auditmod6b.c): Likewise.
54863         (CFLAGS-tst-auditmod6c.c): Likewise.
54864         (CFLAGS-tst-auditmod7b.c): Likewise.
54865         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54867 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54869         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54870         function to the callback.
54871         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54873 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54875         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54876         of errno.
54878 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54880         [BZ #11724]
54881         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54882         of constructors.
54883         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54884         of destructors.
54885         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54887         [BZ #11724]
54888         * elf/Makefile: Add rules to build and run new test.
54889         * elf/tst-initorder.c: New file.
54890         * elf/tst-initorder.exp: New file.
54891         * elf/tst-initordera1.c: New file.
54892         * elf/tst-initordera2.c: New file.
54893         * elf/tst-initordera3.c: New file.
54894         * elf/tst-initordera4.c: New file.
54895         * elf/tst-initorderb1.c: New file.
54896         * elf/tst-initorderb2.c: New file.
54897         * elf/tst-order-a1.c: New file.
54898         * elf/tst-order-a2.c: New file.
54899         * elf/tst-order-a3.c: New file.
54900         * elf/tst-order-a4.c: New file.
54901         * elf/tst-order-b1.c: New file.
54902         * elf/tst-order-b2.c: New file.
54903         * elf/tst-order-main.c: New file.
54904         New test case by George Gensure <werkt0@gmail.com>.
54906 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54908         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54909         decoding ACE if AI_CANONIDN.
54911 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54913         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54915 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54917         * version.h (RELEASE): Bump for 2.13 release.
54918         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54920         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54922         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54923         MADV_NOHUGEPAGE.
54924         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54925         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54926         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54927         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54928         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54929         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54931         * posix/getconf.c: Update copyright year.
54932         * catgets/gencat.c: Likewise.
54933         * csu/version.c: Likewise.
54934         * debug/catchsegv.sh: Likewise.
54935         * debug/xtrace.sh: Likewise.
54936         * elf/ldconfig.c: Likewise.
54937         * elf/ldd.bash.in: Likewise.
54938         * elf/sprof.c (print_version): Likewise.
54939         * iconv/iconv_prog.c: Likewise.
54940         * iconv/iconvconfig.c: Likewise.
54941         * locale/programs/locale.c: Likewise.
54942         * locale/programs/localedef.c: Likewise.
54943         * malloc/memusage.sh: Likewise.
54944         * malloc/mtrace.pl: Likewise.
54945         * nscd/nscd.c (print_version): Likewise.
54946         * nss/getent.c: Likewise.
54948         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54949         PF_CAIF, and PF_ALG.
54950         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54952 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54954         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54955         (modules-names): Use them.
54956         (ifunc-test-modules, ifunc-pie-tests): Define.
54957         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54958         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54959         (test-extras): Likewise.
54960         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54961         $(compile-command.c).
54962         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54963         (all-built-dso): Define.
54964         (check-textrel.out, check-execstack.out): Depend on it.
54966         * configure.in: Don't override --enable-multi-arch.
54968 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54970         [BZ #6812]
54971         * nscd/hstcache.c (tryagain): Define.
54972         (cache_addhst): Return tryagain not notfound for temporary errors.
54973         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54974         failed.
54976 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54978         [BZ #10563]
54979         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54980         to make the syscall.
54981         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54983         [BZ #12378]
54984         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54985         and fall back to matching as normal character if the string ends before
54986         the matching ']' is found.  This is what POSIX requires.
54987         * posix/testfnm.c: Adjust test result.
54988         * posix/globtest.sh: Adjust test result.  Add new test.
54989         * posix/tst-fnmatch.input: Likewise.
54990         * posix/tst-fnmatch2.c: Add new test.
54992 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54994         * elf/Makefile (check-execstack): Revert last change.  Depend on
54995         check-execstack.h.
54996         (check-execstack.h): New target.
54997         (generated): Add check-execstack.h.
54998         * elf/check-execstack.c: Include "check-execstack.h".
54999         (main): Revert last change.
55000         (handle_file): Return zero if GNU_STACK is absent and
55001         DEFAULT_STACK_PERMS doesn't include PF_X.
55003 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55005         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55006         in child fails because the descriptor is already closed.
55007         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55008         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55009         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55011         [BZ #12397]
55012         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55013         syscall.
55015         [BZ #10484]
55016         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55017         temporary buffer used to handle multi lookups locally.
55018         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55020 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55022         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55023         loader is ld.so.
55025 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55027         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55028         alignment for SSE2.
55030 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55032         [BZ #12394]
55033         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55034         characters.  When rounding increased number of integer digits recompute
55035         number of groups.
55036         * stdio-common/tst-grouping.c: New file.
55037         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55039 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55041         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55042         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55044         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55045         void.
55046         * bits/select.h: Likewise.
55048 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55050         * po/ja.po: Update from translation team.
55052 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55054         [BZ #11155]
55055         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55056         implementation just like for lxstat, fxstatat, et al.
55058 2010-12-27  Jim Meyering  <meyering@redhat.com>
55060         [BZ #12348]
55061         * posix/regexec.c (build_trtable): Return failure indication upon
55062         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55064 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55066         [BZ #12201]
55067         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55068         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55069         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55070         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55072         [BZ #12207]
55073         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55075         [BZ #12204]
55076         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55077         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55079 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55081         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55082         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55083         script has SORT_BY_INIT_PRIORITY.
55084         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55085         NO_CTORS_DTORS_SECTIONS is defined.
55086         * elf/soinit.c: Likewise.
55087         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55088         NO_CTORS_DTORS_SECTIONS is defined.
55089         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55090         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55091         * sysdeps/sh/init-first.c: Likewise.
55092         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55094 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55096         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55097         always use the slow path.
55099 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55101         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55102         similar rule which adds the sysdep directories to the header search in
55103         order to pick up the correct platform stackinfo.h.
55104         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55105         perform test if it is, otherwise return successfully without testing.
55106         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55107         DEFAULT_STACK_PERMS define in stackinfo.h.
55108         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55109         defined in stackinfo.h.
55110         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55111         DEFAULT_STACK_PERMS defined in stackinfo.h.
55112         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55113         * sysdeps/ia64/stackinfo.h: Likewise.
55114         * sysdeps/s390/stackinfo.h: Likewise.
55115         * sysdeps/sh/stackinfo.h: Likewise.
55116         * sysdeps/sparc/stackinfo.h: Likewise.
55117         * sysdeps/x86_64/stackinfo.h: Likewise.
55118         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55119         PF_X for powerpc64.  Retain PF_X for powerpc32.
55121 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55123         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55124         accurately.
55125         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55126         GETDENTS_64BIT_ALIGNED.
55128 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55130         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55132 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55134         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55135         _GNU_SOURCE.
55137         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55138         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55139         Remove __restrict.
55140         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55141         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55143 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55145         [BZ #11655]
55146         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55147         are initialized.
55149 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55151         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55153 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55155         * po/it.po: Update from translation team.
55157 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55159         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55160         unused codes.
55162 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55164         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55166 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55168         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55169         specially.
55170         (gaih_getanswer_slice): Likewise.
55172 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55174         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55176 2010-05-31  Petr Baudis  <pasky@suse.cz>
55178         [BZ #11149]
55179         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55180         silently even in the chroot mode.
55182 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55184         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55185         last patch a bit.  Pretty printing
55187 2010-05-31  Petr Baudis <pasky@suse.cz>
55189         [BZ #10085]
55190         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55191         initialization of skip_initgroups_dyn.
55193 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55195         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55196         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55198 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55200         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55202 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55204         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55205         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55206         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55207         ($(objpfx)tst-fnmatch-mem): New rule.
55208         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55209         * posix/tst-fnmatch.c (main): Call mtrace.
55211 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55213         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55214         Support Intel processor model 6 and model 0x2c.
55216 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55218         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55219           signed comparison.
55221 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55223         [BZ #12205]
55224         * string/test-strncasecmp.c (check_result): New function.
55225         (do_one_test): Use it.
55226         (check1): New function.
55227         (test_main): Use it.
55228         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55229         Support strcasecmp and strncasecmp.
55231 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55233         [BZ #12194]
55234         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55235         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55237 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55239         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55240         IFUNC support.
55241         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55242         memset-x86-64.
55243         * sysdeps/x86_64/multiarch/bzero.S: New file.
55244         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55245         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55246         * sysdeps/x86_64/multiarch/memset.S: New file.
55247         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55248         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55249         Set bit_Prefer_SSE_for_memop for Intel processors.
55250         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55251         Define.
55252         (index_Prefer_SSE_for_memop): Define.
55253         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55255 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55257         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55258         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55260 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55262         [BZ #12191]
55263         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55264         (__x86_64_raw_data_cache_size_half): Likewise.
55265         (__x86_64_raw_shared_cache_size): Likewise.
55266         (__x86_64_raw_shared_cache_size_half): Likewise.
55268         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55269         (__x86_64_raw_data_cache_size_half): Likewise.
55270         (__x86_64_raw_shared_cache_size): Likewise.
55271         (__x86_64_raw_shared_cache_size_half): Likewise.
55272         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55273         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55274         and __x86_64_raw_shared_cache_size_half.  Round
55275         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55276         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55277         to multiple of 256 bytes.
55279 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55281         [BZ #12167]
55282         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55283         of inacessible symlinks.  Verify result of symlink before returning it.
55284         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55285         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55287 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55289         * math/math.h (isinf): Fix typo in comment.
55291 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55293         * po/da.po: Update from translation team.
55295 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55297         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55298         is added to the list.
55300 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55301             Ulrich Drepper  <drepper@gmail.com>
55303         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55304         the global list here.  Move code to...
55305         (_dl_add_to_namespace_list): ...here.  New function.
55306         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55307         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55308         * elf/dl-load.c (lose): Don't remove the element from the list.
55309         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55310         (_dl_map_object): Likewise.
55312 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55314         [BZ #12159]
55315         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55316         into all bytes of SSE register.
55317         Patch by Richard Li <richardpku@gmail.com>.
55319 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55321         [BZ #12140]
55322         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55323         perturbing.
55325 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55327         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55328         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55329         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55330         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55332         submachine.
55333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55335 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55337         * include/dlfcn.h (__RTLD_SECURE): Define.
55338         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55339         mode & __RTLD_SECURE instead.
55340         (open_path): Rename preloaded parameter to secure.
55341         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55342         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55343         * elf/dl-deps.c (openaux): Likewise.
55344         * elf/rtld.c (struct map_args): Remove is_preloaded.
55345         (map_doit): Don't use it.
55346         (dl_main): Likewise.
55347         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55348         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55350 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55352         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55353         (sysd-rules-targets): Remove duplicates.
55354         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55355         rtld-%.$o dependency.
55357 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55359         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55360         _dl_map_object do it.
55362 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55364         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55365         fast fma builtins, define the macros in the C99 standard.
55366         (FP_FAST_FMAF): Likewise.
55367         (FP_FAST_FMAL): Likewise.
55368         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55370         * bits/mathdef.h: Update copyright year.
55371         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55373 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55375         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55376         builtins, define the macros in the C99 standard.
55377         (FP_FAST_FMAF): Likewise.
55378         (FP_FAST_FMAL): Likewise.
55379         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55380         multiply/add.
55381         (FP_FAST_FMAF): Likewise.
55383 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55385         [BZ #3268]
55386         * math/libm-test.inc (fma_test): Some new testcases.
55387         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55388         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55389         y and infinite z.  Do multiplication by C already in long double.
55390         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55391         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55392         y and infinite z.  Do bitwise or of inexact bit into u.d.
55393         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55394         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55395         * sysdeps/i386/fpu/s_fma.S: Removed.
55396         * sysdeps/i386/fpu/s_fmal.S: Removed.
55398 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55400         [BZ #3268]
55401         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55402         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55403         computation is not scheduled after fetestexcept.  Fix value
55404         of minimum denormal long double.
55406 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55408         [BZ #3268]
55409         * math/libm-test.inc (fma_test): Add some more tests.
55410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55411         correctly.
55413 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55415         * scripts/data/localplt-s390-linux-gnu.data: New file.
55416         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55418 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55420         [BZ #3268]
55421         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55422         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55423         instead of dbl-64.
55424         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55425         inlines.
55426         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55427         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55428         if one of x and y is very large and the other is subnormal.
55429         * sysdeps/s390/fpu/s_fmaf.c: New file.
55430         * sysdeps/s390/fpu/s_fma.c: New file.
55431         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55432         * sysdeps/powerpc/fpu/s_fma.S: New file.
55433         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55434         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55435         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55437 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55439         [BZ #3268]
55440         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55441         fma tests.
55442         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55443         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55444         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55445         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55446         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55447         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55448         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55450 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55452         [BZ #12078]
55453         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55454         * posix/bug-regex31.input: Add test case.
55456 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55458         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55459         * posix/bug-regex31.input: New file.
55461         [BZ #12078]
55462         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55463         (parse_sub_exp): Fix last change, use postorder.
55465         * posix/bug-regex31.c: New file.
55466         * posix/Makefile: Add rules to build and run bug-regex31.
55468         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55470         [BZ #12078]
55471         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55473         [BZ #12108]
55474         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55475         to have entries in sys_siglist.
55477         [BZ #12093]
55478         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55479         be NULL.
55481 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55483         [BZ #3268]
55484         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55485         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55486         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55487         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55488         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55489         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55490         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55491         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55492         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55493         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55494         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55495         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55496         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55497         * math/ftestexcept.c (fetestexcept): Likewise.
55498         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55499         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55500         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55501         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55502         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55503         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55504         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55506 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55508         [BZ #12107]
55509         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55510         newline.
55512 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55514         * string/bug-strstr1.c: New file.
55515         * string/Makefile: Add rules to build and run bug-strstr1.
55517 2010-10-05  Eric Blake  <eblake@redhat.com>
55519         [BZ #12092]
55520         * string/str-two-way.h (two_way_long_needle): Always clear memory
55521         when skipping input due to the shift table.
55523 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55525         [BZ #12005]
55526         * malloc/mcheck.c: Handle large requests.
55528         [BZ #12077]
55529         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55530         for strncmp and strncasecmp.
55531         * string/stratcliff.c: Add tests for strcmp and strncmp.
55532         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55534 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55536         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55537         __set_fpscr.
55539 2010-09-30  Andreas Jaeger  <aj@suse.de>
55541         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55542         (CGROUP_SUPER_MAGIC): Define.
55543         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55544         Handle btrfs and cgroup file systems.
55545         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55546         Likewise.
55548 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55550         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55551         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55553 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55555         [BZ #12067]
55556         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55557         trying to locate the ELF header.
55559 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55561         [BZ #11611]
55562         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55563         Mask out sign-bit copies when constructing f_fsid.
55565 2010-09-24  Petr Baudis <pasky@suse.cz>
55567         * debug/stack_chk_fail_local.c: Add missing licence exception.
55568         * debug/warning-nop.c: Likewise.
55570 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55572         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55573         implementing getdents64 using getdents syscall, set d_type if
55574         __ASSUME_GETDENTS32_D_TYPE.
55576 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55578         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55579         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55581 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55583         [BZ #12037]
55584         * posix/unistd.h: Undo change of feature selection for ftruncate from
55585         2010-01-11.
55587 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55589         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55590         detection.
55592 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55594         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55595         fanotify_mark.
55596         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55598 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55600         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55601         variables after CHECK_SP call.
55602         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55604 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55605             Ulrich Drepper  <drepper@redhat.com>
55607         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55608         re-relocationg ld.so.
55609         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55610         _dl_init_paths call.
55611         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55612         here anymore.
55614 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55616         * resolv/res_init.c (__res_vinit): Count the default server we added.
55618 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55619             Ulrich Drepper  <drepper@redhat.com>
55621         [BZ #11968]
55622         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55623         (____longjmp_chk): Use %ebx for saving value across system call.
55624         Add unwind info.
55626 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55628         * manual/Makefile: Don't mix pattern rules with normal rules.
55630 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55632         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55633         operation.
55634         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55635         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55636         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55637         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55638         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55639         Likewise.
55641 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55643         [BZ #11979]
55644         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55645         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55647 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55649         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55650         * sysdeps/x86_64/addmul_1.S: Likewise.
55651         * sysdeps/x86_64/lshift.S: Likewise.
55652         * sysdeps/x86_64/mul_1.S: Likewise.
55653         * sysdeps/x86_64/rshift.S: Likewise.
55654         * sysdeps/x86_64/sub_n.S: Likewise.
55655         * sysdeps/x86_64/submul_1.S: Likewise.
55657 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55659         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55660         Define __sched_param instead of SCHED_* and sched_param when
55661         <bits/sched.h> is included with __need_schedparam defined.
55662         * bits/sched.h [__need_schedparam]
55663         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55664         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55665         (__defined_schedparam): Define to 1.
55666         (__sched_param): New structure, identical to sched_param.
55667         (__need_schedparam): Undefine.
55669 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55671         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55672         (epoll_create1): Declare.
55674         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55676 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55678         [BZ #7066]
55679         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55680         shifting retval into place.
55682 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55684         * nis/rpcsvc/nis.h: Update copyright notice.
55685         * nis/rpcsvc/nis.x: Likewise.
55686         * nis/rpcsvc/nis_callback.h: Likewise.
55687         * nis/rpcsvc/nis_callback.x: Likewise.
55688         * nis/rpcsvc/nis_object.x: Likewise.
55689         * nis/rpcsvc/nis_tags.h: Likewise.
55690         * nis/rpcsvc/yp.h: Likewise.
55691         * nis/rpcsvc/yp.x: Likewise.
55692         * nis/rpcsvc/ypupd.h: Likewise.
55693         * nis/yp_xdr.c: Likewise.
55694         * nis/ypupdate_xdr.c: Likewise.
55696         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55697         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55698         (pmap_getport): Use __libc_rpc_getport.
55699         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55700         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55701         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55703 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55706         fanotify_mark.
55708 2010-08-27  Roland McGrath  <roland@redhat.com>
55710         * sysdeps/i386/i686/multiarch/Makefile
55711         (CFLAGS-varshift.c): New variable.
55713 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55715         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55716         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55718         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55720         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55722 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55724         * sysdeps/x86_64/strlen.S: Unroll the loop.
55725         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55726         strlen-sse2 strlen-sse2-bsf.
55727         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55728         __strlen_no_bsf if bit_Slow_BSF is set.
55729         (__strlen_sse42): Removed.
55730         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55731         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55733 2010-08-25  Roland McGrath  <roland@redhat.com>
55735         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55736         * sysdeps/x86_64/multiarch/varshift.c: New file.
55737         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55738         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55739         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55740         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55742 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55744         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55745         strlen-sse2 strlen-sse2-bsf.
55746         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55747         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55748         (__strlen_sse2): Removed.
55749         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55750         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55751         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55752         bit_Slow_BSF for Atom.
55753         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55754         (index_Slow_BSF): Define.
55755         (HAS_SLOW_BSF): Define.
55757 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55759         [BZ #10851]
55760         * resolv/res_init.c (__res_vinit): When no server address at all
55761         is given default to loopback.
55763 2010-08-24  Roland McGrath  <roland@redhat.com>
55765         * configure.in: Remove config-name.h generation.
55766         * configure: Regenerated.
55767         * config-name.in: File removed.
55768         * scripts/config-uname.sh: New file.
55769         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55770         ($(objdir)config-name.h): New target.
55772         * sunrpc/rpc_parse.h: Avoid nested comment.
55774 2010-08-24  Richard Henderson  <rth@redhat.com>
55775             Ulrich Drepper  <drepper@redhat.com>
55776             H.J. Lu  <hongjiu.lu@intel.com>
55778         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55779         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55780         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55781         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55782         _mm_alignr_epi8 with _mm_loadu_si128.
55783         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55784         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55785         (__m128i_shift_right): Removed.
55786         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55787         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55788         * sysdeps/x86_64/multiarch/varshift.h: New file.
55789         * sysdeps/x86_64/multiarch/varshift.S: New file.
55791 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55793         * configure.in: Move assembler checks to before sysdep dir checking.
55795 2010-08-20  Petr Baudis  <pasky@suse.cz>
55797         * LICENSES: Sync the sunrpc license.
55799 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55801         * sunrpc/auth_des.c: Update copyright notice once again.
55802         * sunrpc/auth_none.c: Likewise.
55803         * sunrpc/auth_unix.c: Likewise.
55804         * sunrpc/authdes_prot.c: Likewise.
55805         * sunrpc/authuxprot.c: Likewise.
55806         * sunrpc/bindrsvprt.c: Likewise.
55807         * sunrpc/clnt_gen.c: Likewise.
55808         * sunrpc/clnt_perr.c: Likewise.
55809         * sunrpc/clnt_raw.c: Likewise.
55810         * sunrpc/clnt_simp.c: Likewise.
55811         * sunrpc/clnt_tcp.c: Likewise.
55812         * sunrpc/clnt_udp.c: Likewise.
55813         * sunrpc/clnt_unix.c: Likewise.
55814         * sunrpc/des_crypt.c: Likewise.
55815         * sunrpc/des_soft.c: Likewise.
55816         * sunrpc/get_myaddr.c: Likewise.
55817         * sunrpc/getrpcport.c: Likewise.
55818         * sunrpc/key_call.c: Likewise.
55819         * sunrpc/key_prot.c: Likewise.
55820         * sunrpc/openchild.c: Likewise.
55821         * sunrpc/pm_getmaps.c: Likewise.
55822         * sunrpc/pm_getport.c: Likewise.
55823         * sunrpc/pmap_clnt.c: Likewise.
55824         * sunrpc/pmap_prot.c: Likewise.
55825         * sunrpc/pmap_prot2.c: Likewise.
55826         * sunrpc/pmap_rmt.c: Likewise.
55827         * sunrpc/rpc/auth.h: Likewise.
55828         * sunrpc/rpc/auth_unix.h: Likewise.
55829         * sunrpc/rpc/clnt.h: Likewise.
55830         * sunrpc/rpc/des_crypt.h: Likewise.
55831         * sunrpc/rpc/key_prot.h: Likewise.
55832         * sunrpc/rpc/netdb.h: Likewise.
55833         * sunrpc/rpc/pmap_clnt.h: Likewise.
55834         * sunrpc/rpc/pmap_prot.h: Likewise.
55835         * sunrpc/rpc/pmap_rmt.h: Likewise.
55836         * sunrpc/rpc/rpc.h: Likewise.
55837         * sunrpc/rpc/rpc_des.h: Likewise.
55838         * sunrpc/rpc/rpc_msg.h: Likewise.
55839         * sunrpc/rpc/svc.h: Likewise.
55840         * sunrpc/rpc/svc_auth.h: Likewise.
55841         * sunrpc/rpc/types.h: Likewise.
55842         * sunrpc/rpc/xdr.h: Likewise.
55843         * sunrpc/rpc_clntout.c: Likewise.
55844         * sunrpc/rpc_cmsg.c: Likewise.
55845         * sunrpc/rpc_common.c: Likewise.
55846         * sunrpc/rpc_cout.c: Likewise.
55847         * sunrpc/rpc_dtable.c: Likewise.
55848         * sunrpc/rpc_hout.c: Likewise.
55849         * sunrpc/rpc_main.c: Likewise.
55850         * sunrpc/rpc_parse.c: Likewise.
55851         * sunrpc/rpc_parse.h: Likewise.
55852         * sunrpc/rpc_prot.c: Likewise.
55853         * sunrpc/rpc_sample.c: Likewise.
55854         * sunrpc/rpc_scan.c: Likewise.
55855         * sunrpc/rpc_scan.h: Likewise.
55856         * sunrpc/rpc_svcout.c: Likewise.
55857         * sunrpc/rpc_tblout.c: Likewise.
55858         * sunrpc/rpc_util.c: Likewise.
55859         * sunrpc/rpc_util.h: Likewise.
55860         * sunrpc/rpcinfo.c: Likewise.
55861         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55862         * sunrpc/rpcsvc/key_prot.x: Likewise.
55863         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55864         * sunrpc/rpcsvc/mount.x: Likewise.
55865         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55866         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55867         * sunrpc/rpcsvc/rex.x: Likewise.
55868         * sunrpc/rpcsvc/rstat.x: Likewise.
55869         * sunrpc/rpcsvc/rusers.x: Likewise.
55870         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55871         * sunrpc/rpcsvc/spray.x: Likewise.
55872         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55873         * sunrpc/rtime.c: Likewise.
55874         * sunrpc/svc.c: Likewise.
55875         * sunrpc/svc_auth.c: Likewise.
55876         * sunrpc/svc_authux.c: Likewise.
55877         * sunrpc/svc_raw.c: Likewise.
55878         * sunrpc/svc_run.c: Likewise.
55879         * sunrpc/svc_simple.c: Likewise.
55880         * sunrpc/svc_tcp.c: Likewise.
55881         * sunrpc/svc_udp.c: Likewise.
55882         * sunrpc/svc_unix.c: Likewise.
55883         * sunrpc/svcauth_des.c: Likewise.
55884         * sunrpc/xcrypt.c: Likewise.
55885         * sunrpc/xdr.c: Likewise.
55886         * sunrpc/xdr_array.c: Likewise.
55887         * sunrpc/xdr_float.c: Likewise.
55888         * sunrpc/xdr_mem.c: Likewise.
55889         * sunrpc/xdr_rec.c: Likewise.
55890         * sunrpc/xdr_ref.c: Likewise.
55891         * sunrpc/xdr_sizeof.c: Likewise.
55892         * sunrpc/xdr_stdio.c: Likewise.
55894         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55895         handling.
55897 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55899         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55901 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55903         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55904         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55905         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55906         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55907         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55908         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55909         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55910         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55911         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55912         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55913         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55914         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55915         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55916         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55918 2010-07-26  Anton Blanchard  <anton@samba.org>
55920         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55921         * malloc/arena.c (heap_trim): Likewise.
55923 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55925         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55926         here.  Not...
55927         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55928         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55930 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55932         * sysdeps/i386/elf/Makefile: New file.
55934 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55936         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55937         from fanotify_init.
55938         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55939         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55941 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55943         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55944         of strncasecmp_l.
55945         * sysdeps/multiarch/strcmp.S: Likewise.
55947 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55949         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55950         strncase_l-nonascii.
55951         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55952         Add strncase_l-ssse3.
55953         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55954         * sysdeps/x86_64/strcmp.S: Likewise.
55955         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55956         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55957         * sysdeps/x86_64/strncase.S: New file.
55958         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55959         * sysdeps/x86_64/strncase_l.S: New file.
55960         * string/Makefile (strop-tests): Add strncasecmp.
55961         * string/test-strncasecmp.c: New file.
55963         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55964         warning.
55966         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55967         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55969 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55971         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55973 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55975         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55976         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55977         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55979 2010-05-01  Alan Modra  <amodra@gmail.com>
55981         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55982         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55983         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55984         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55985         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55986         tidying.  Don't tail-call __sigjmp_save for static lib.
55987         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55988         save location.
55989         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55990         (CALL_MCOUNT): Add eh info, and nop after bl.
55991         (TAIL_CALL_SYSCALL_ERROR): New macro.
55992         (PSEUDO_RET): Use it.
55993         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55994         Correct save location of integer regs and cr.
55995         (_dl_profile_resolve): Correct cr save location.  Delete nops
55996         after bl when SHARED.  Reduce cfi size a little by better
55997         placement of cfi directives.
55998         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55999         make a stack frame.  Instead use parm save area as a temp.
56000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56001         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56003         Don't make a stack frame for parent, use parm save area.
56004         Increase child stack frame to 112 bytes.  Don't save unused reg,
56005         and adjust reg usage.  Set up cfi on error recovery and
56006         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56008         (__makecontext): Add dummy nop after jump to exit.
56009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56010         Use correct parm save area and cr save, reduce stack frame.
56011         Correct cfi for possible PSEUDO_RET frame setup.
56012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56013         Branch to local label emitted by PSEUDO_RET rather than
56014         __syscall_error.
56016 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56018         [BZ #11904]
56019         * locale/programs/locale.c (print_assignment): New function.
56020         (show_locale_vars): Use it.
56022 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56024         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56025         field.
56026         (struct statfs64): Likewise.
56027         (_STATFS_F_FLAGS): Define.
56028         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56029         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56030         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56031         (ST_VALID): Define locally.
56032         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56033         __statvfs_getflags, use the provided value.
56034         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56035         __ASSUME_STATFS_F_FLAGS.
56037         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56039         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56040         Add sys/fanotify.h.
56041         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56042         fanotify_mask for GLIBC_2.13.
56043         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56044         fanotify_init and fanotify_mark.
56045         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56046         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56048         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56049         Add prlimit.
56050         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56051         prlimit64 for GLIBC_2.13.
56052         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56053         prlimit64.
56054         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56055         syscall.
56056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56057         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56058         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56059         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56060         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56061         add prlimit alias.
56062         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56064         [BZ #11903]
56065         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56066         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56068         * nss/Makefile: Add rules to build and run tst-nss-test1.
56069         * shlib-versions: Add entry for libnss_test1.
56070         * nss/nss_test1.c: New file.
56071         * nss/tst-nss-test1.c: New file.
56073         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56074         (__nss_configure_lookup): Set appropriate entry in
56075         __nss_configure_lookup to true.
56076         * nss/nsswitch.h: Define enum with indeces of databases in
56077         databases and __nss_database_custom arrays.  Declare
56078         __nss_database_custom.
56079         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56080         to avoid using nscd when custom rules are installed.
56081         * nss/getXXbyYY_r.c: Likewise.
56082         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56084         * nss/nss_files/files-parse.c: Whitespace fixes.
56086 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56088         [BZ #11883]
56089         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56090         * posix/fnmatch_loop.c: Likewise.
56092 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56094         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56095         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56096         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56097         * Versions.def [GLIBC_2.13]: Add.
56099 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56101         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56102         Also fail if tpwd after pwuid call is NULL.
56104 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56106         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56107         when converting to ms.
56109 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56111         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56112         EOPNOTSUPP errors with ENOTTY.
56113         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56114         EOPNOTSUPP errors with ENOTTY.
56116 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56118         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56119         Add strcasecmp_l-ssse3.
56120         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56121         strcasecmp.
56122         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56123         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56124         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56126 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56128         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56130         * string/Makefile (strop-tests): Add strcasecmp.
56131         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56132         strcasecmp_l-nonascii.
56133         (gen-as-const-headers): Add locale-defines.sym.
56134         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56135         * sysdeps/x86_64/strcasecmp.S: New file.
56136         * sysdeps/x86_64/strcasecmp_l.S: New file.
56137         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56138         * sysdeps/x86_64/locale-defines.sym: New file.
56139         * string/test-strcasecmp.c: New file.
56141         * string/test-strcasestr.c: Test both ends of the range of characters.
56142         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56144 2010-07-29  Roland McGrath  <roland@redhat.com>
56146         [BZ #11856]
56147         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56149 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56151         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56152         for ld.so.
56154 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56156         * manual/memory.texi (Malloc Tunable Parameters): Document
56157         M_PERTURB.
56159 2010-07-26  Roland McGrath  <roland@redhat.com>
56161         [BZ #11840]
56162         * configure.in (-fgnu89-inline check): Set and substitute
56163         gnu89_inline, not libc_cv_gnu89_inline.
56164         * configure: Regenerated.
56165         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56167 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56169         * string/test-strnlen.c: New file.
56170         * string/Makefile (strop-tests): Add strnlen.
56171         * string/tester.c (test_strnlen): Add a few more test cases.
56172         * string/tst-strlen.c: Better error reporting.
56174         * sysdeps/x86_64/strnlen.S: New file.
56176 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56178         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56179         lower-latency instructions.
56181 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56183         * string/test-strcasestr.c: New file.
56184         * string/test-strstr.c: New file.
56185         * string/Makefile (strop-tests): Add strstr and strcasestr.
56186         * string/str-two-way.h: Don't undefine MAX.
56187         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56189 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56191         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56192         strcasestr-nonascii.
56193         (CFLAGS-strcasestr-nonascii.c): Define.
56194         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56195         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56196         Remove unused attribute.
56198 2010-07-20  Roland McGrath  <roland@redhat.com>
56200         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56201         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56202         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56203         like LD_HWCAP_MASK can disable hwcaps.
56205 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56207         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56209 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56211         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56212         call in strcasestr.
56213         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56214         __strcasestr_sse42_nonascii.
56215         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56216         strcasestr-nonascii.c.
56217         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56219 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56221         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56222         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56223         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56224         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56226 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56228         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56229         fcntl.
56231 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56233         [BZ #11577]
56234         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56235         dl_signal_cerror.
56237 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56239         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56240         _PC_PIPE_BUF using F_GETPIPE_SZ.
56242 2010-07-05  Roland McGrath  <roland@redhat.com>
56244         * manual/arith.texi (Rounding Functions): Fix rint description
56245         implicit in round description.
56247 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56249         * elf/Makefile: Fix linking for a few tests to make recent linker
56250         happy.
56252 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56254         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56255         $(common-objpfx)libc_nonshared.a.
56257 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56259         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56260         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56261         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56262         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56263         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56264         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56265         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56266         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56281         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56282         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56283         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56284         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56285         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56286         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56287         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56288         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56289         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56290         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56291         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56292         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56308 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56310         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56311         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56312         * string/memmove.c (memmove): Renamed to ...
56313         (MEMMOVE): ...this.  Default to memmove.
56314         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56315         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56316         (END_CHK): Define.
56317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56318         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56319         mempcpy-ssse3-back memmove-ssse3-back.
56320         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56321         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56322         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56323         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56324         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56325         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56326         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56327         * sysdeps/x86_64/multiarch/memmove.c: New file.
56328         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56329         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56330         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56331         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56332         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56333         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56334         Define.
56335         (index_Fast_Copy_Backward): Define.
56336         (HAS_ARCH_FEATURE): Define.
56337         (HAS_FAST_REP_STRING): Define.
56338         (HAS_FAST_COPY_BACKWARD): Define.
56340 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56342         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56343         Restore proper fallback handling.
56345 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56347         [BZ #11701]
56348         * posix/group_member.c (__group_member): Correct checking loop.
56350         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56351         OOM in getpwuid_r correctly.  Return error number when the caller
56352         should return, otherwise -1.
56353         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56354         call returning > 0 value.
56355         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56357 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56359         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56360         libc_nonshared.a from targets in modules-names.
56362 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56364         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56365         requires it.
56367 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56369         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56370         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56371         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56372         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56374 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56376         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56378 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56380         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56381         and F_GETPIPE_SZ.
56382         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56383         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56384         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56386         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56387         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56389 2010-06-14  Roland McGrath  <roland@redhat.com>
56391         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56393 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56395         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56396         __REDIRECT followed by __THROW.
56397         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56398         * posix/getopt.h (getopt): Likewise.
56400 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56402         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56403         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56404         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56405         in AT_FLAGS.
56406         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56407         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56409 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56411         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56413 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56415         [BZ #11640]
56416         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56417         Properly check family and model.
56419 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56421         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56423 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56425         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56427 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56429         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56430         symbol reference.
56432 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56434         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56435         symbol reference.
56437 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56439         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56440         and internal_recvmmsg.
56441         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56442         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56443         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56444         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56446         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56447         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56448         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56450 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56452         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56454 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56456         POWER7 optimizations.
56457         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56458         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56460 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56462         * version.h: Update for 2.13 development version.
56464 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56466         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56467         exceptions.  Return 0.
56469 2010-05-07  Roland McGrath  <roland@redhat.com>
56471         * elf/ldconfig.c (main): Add a const.
56473 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56475         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56476         (args_options): Add no-idn option.
56477         (ahosts_keys_int): Add idn_flags to ai_flags.
56478         (parse_option): Handle 'i' option to clear idn_flags.
56480         * malloc/malloc.c (_int_free): Possible race in the most recently
56481         added check.  Only act on the data if no current modification
56482         happened.
56484 See ChangeLog.17 for earlier changes.